From owner-svn-ports-all@freebsd.org Sun May 28 00:16:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60DC8D766BD; Sun, 28 May 2017 00:16:29 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 311CC1DDF; Sun, 28 May 2017 00:16:29 +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 v4S0GSQn086498; Sun, 28 May 2017 00:16:28 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S0GSAJ086497; Sun, 28 May 2017 00:16:28 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705280016.v4S0GSAJ086497@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 28 May 2017 00:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441884 - head/lang/gcc47 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 00:16:29 -0000 Author: gerald Date: Sun May 28 00:16:28 2017 New Revision: 441884 URL: https://svnweb.freebsd.org/changeset/ports/441884 Log: Remove powerpc64 from ONLY_FOR_ARCHS and remove BROKEN_powerpc64. This is an old version of GCC (a couple of generations end-of-lifed) that is not going to be fixed realistically, and we have newer ports that work. Discussed with: linimon, andreast Modified: head/lang/gcc47/Makefile Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Sat May 27 23:27:21 2017 (r441883) +++ head/lang/gcc47/Makefile Sun May 28 00:16:28 2017 (r441884) @@ -21,8 +21,6 @@ LIB_DEPENDS= libgmp.so:math/gmp \ BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils -BROKEN_powerpc64= fails to compile: libgcc2.c: In function '__powisf2': internal compiler error: Segmentation fault - .if defined(MAINTAINER_MODE) BUILD_DEPENDS+= runtest:misc/dejagnu .endif @@ -33,7 +31,7 @@ CPE_VENDOR= gnu # once installed. GCC_VERSION= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 USES= cpe gmake iconv libtool makeinfo perl5 tar:bzip2 USE_BINUTILS= yes USE_PERL5= build From owner-svn-ports-all@freebsd.org Sun May 28 00:25:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05CDAD768D8; Sun, 28 May 2017 00:25:29 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9ED31212; Sun, 28 May 2017 00:25:28 +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 v4S0PRdc090614; Sun, 28 May 2017 00:25:27 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S0PRcQ090613; Sun, 28 May 2017 00:25:27 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201705280025.v4S0PRcQ090613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 28 May 2017 00:25:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441885 - head/devel/libunwind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 00:25:29 -0000 Author: danilo Date: Sun May 28 00:25:27 2017 New Revision: 441885 URL: https://svnweb.freebsd.org/changeset/ports/441885 Log: - Disable docs explicitly. Texlive is needed to build man pages and if it's detected docs are generated, causing plist errors. PR: 219582 Modified: head/devel/libunwind/Makefile Modified: head/devel/libunwind/Makefile ============================================================================== --- head/devel/libunwind/Makefile Sun May 28 00:16:28 2017 (r441884) +++ head/devel/libunwind/Makefile Sun May 28 00:25:27 2017 (r441885) @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-documentation INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool pathfix pkgconfig From owner-svn-ports-all@freebsd.org Sun May 28 00:36:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B98C9D76D22 for ; Sun, 28 May 2017 00:36:33 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: from mail-qk0-f169.google.com (mail-qk0-f169.google.com [209.85.220.169]) (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 7EF191A8D for ; Sun, 28 May 2017 00:36:32 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: by mail-qk0-f169.google.com with SMTP id k74so29055935qke.1 for ; Sat, 27 May 2017 17:36:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=vJMkgaD0m0gbxL80tIH+B/u5FOqyqDBC1mJUWCK1Djg=; b=nxTBAu+Z63o+zYYiYipiB7GOSQ+K+i9BXkCDH+FbqnsPD+eD40QwKSqhSpdoDsQ+N0 6OPWlN4HIK5ePCHR9w8/CHhHYkztpWLKKXDJikgF7nYOy3Fvh/dAHy2rZux4TPvLndEe pCrCT3Hf/5BB4VdbETeZwbI/aB/v9zvkNGa/IcWsrasPg0LDQK1U4jqcR+glmLH6X6MF bUjGz2d/zQDf/557nfGtZPEhDeUj/yv0yrvkeqyRGtOxKiVAmA1x3CPONA485oF+UiG1 4LeES79B3hLVXfRm3dYgmu5KjHr8pLB5F9HXWl7a31ZOCNqhcOXp3BA7zzM6rQXFbRhu p9Lw== X-Gm-Message-State: AODbwcBgYr8VWX6AMWjyWk1IGAFGkCeYiytyDjiQWy8cNPDIX9R1nbEM aDlR9kOdUnb+P3us X-Received: by 10.55.123.2 with SMTP id w2mr9947873qkc.13.1495931341070; Sat, 27 May 2017 17:29:01 -0700 (PDT) Received: from phe.ftfl.ca.ftfl.ca (hlfxns017vw-142-68-129-158.dhcp-dynamic.fibreop.ns.bellaliant.net. [142.68.129.158]) by smtp.gmail.com with ESMTPSA id c142sm3550616qkb.10.2017.05.27.17.28.59 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 27 May 2017 17:28:59 -0700 (PDT) From: Joseph Mingrone To: Sunpoet Po-Chuan Hsieh , Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r441852 - in head/net-im: . mastodon References: <201705271624.v4RGOkXd091073@repo.freebsd.org> <20170527211120.6ubqtabp7xtrbdqq@ivaldir.net> Date: Sat, 27 May 2017 21:28:58 -0300 In-Reply-To: <20170527211120.6ubqtabp7xtrbdqq@ivaldir.net> (Baptiste Daroussin's message of "Sat, 27 May 2017 23:11:20 +0200") Message-ID: <868tlhesdx.fsf@phe.ftfl.ca> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 00:36:33 -0000 --=-=-= Content-Type: text/plain Baptiste Daroussin writes: > On Sun, May 28, 2017 at 05:09:07AM +0800, Sunpoet Po-Chuan Hsieh wrote: >> On Sun, May 28, 2017 at 12:24 AM, Joseph Mingrone wrote: >> > Author: jrm >> > Date: Sat May 27 16:24:46 2017 >> > New Revision: 441852 >> > URL: https://svnweb.freebsd.org/changeset/ports/441852 >> > Log: >> > net-im/mastodon: Update to version 1.4rc5 >> > - Add missing net-im/Makefile entry >> > - Upgrade pkg-message to include a link to upgrade directions >> > Approved by: swills (mentor, implicit) >> > Modified: >> > head/net-im/Makefile >> > head/net-im/mastodon/Makefile >> > head/net-im/mastodon/distinfo >> > head/net-im/mastodon/pkg-message >> > head/net-im/mastodon/pkg-plist >> Hi, >> Would you please move it to net category? >> I think Mastodon is not an instant messenger. >> Take Twitter as reference: >> % cut -d\| -f1,2 /usr/ports/INDEX-11 | g twitter >> py27-python-twitter-3.3|/usr/ports/net/py-python-twitter >> py27-twitter-tools-1.17.1|/usr/ports/net/py-twitter-tools >> rubygem-omniauth-twitter-1.4.0|/usr/ports/net/rubygem-omniauth-twitter >> rubygem-twitter-6.1.0_1|/usr/ports/net/rubygem-twitter >> rubygem-twitter-stream-0.1.16_2|/usr/ports/net/rubygem-twitter-stream >> rubygem-twitter4r-0.7.0|/usr/ports/net/rubygem-twitter4r >> pidgin-twitter-0.9.2_5|/usr/ports/net-im/pidgin-twitter >> rubygem-jugyo-twitter_oauth-0.5.0.p5|/usr/ports/security/ >> rubygem-jugyo-twitter_oauth >> rubygem-twitter_oauth-0.4.94|/usr/ports/security/rubygem-twitter_oauth >> rubygem-twitter-text-1.14.5|/usr/ports/textproc/rubygem-twitter-text >> rubygem-em-twitter-0.3.5|/usr/ports/www/rubygem-em-twitter >> xpi-twitterfox-1.8.3|/usr/ports/www/xpi-twitterfox > I personnally think it is better in net-im and others should be moved in net-im > :) > Bapt Hi Sunpoet, Bapt, I chose net-im because bapt asked for it in the review and because there are a number of similar applications in net-im. corebird - GTK3 Twitter client written in Vala mbpurple - Integrate Twitter with Pidgin (AKA microblog-purple) mikutter - Simple, powerful, and moeful Twitter client oysttyer - Interactive console text-based command-line Twitter client pidgin-twitter - Pidgin plugin to help twitting via pidgin py27-libturpial - Twitter API rubygem-earthquake - Terminal based Twitter client with Twitter streaming API rubygem-termtter - Terminal based Twitter client sayaka - Command-line twitter client for SIXEL-supported terminal turpial - Twitter client written in Python twirssi - Twitter script to irssi twitmail - Curses-based mail-like interface to Twitter yoono - Client for Twitter and other social networks There is certainly an instant messaging component to GNU Social, Mastodon, and Twiiter, but one could make a case for Mastodon to be in also be in net, or even www. I am OK to change it if we come to a consensus or a majority opinion. Does anyone else have an opinion? Joseph --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEVbCTpybDiFVxIrrVNqQMg7DW754FAlkqGctfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU1 QjA5M0E3MjZDMzg4NTU3MTIyQkFENTM2QTQwQzgzQjBENkVGOUUACgkQNqQMg7DW 754W/w//SDFGljd9u9Ge2QeHHVst7fck7kREK+SpyTOhNNaO1/hz1OxliRK/qADT jRLMUAkPSHIzyeemvkudMxi2hLGNJyjNogiQGEqXSBFFA4tX5HeBOlQlkkSxYzSF JHar4FcDqaT8vxRQp+0RCyz5hugNQ6Oma1OoimG68bCCB10f2RiDyqCfDbKGFKP5 pVOticrqGChdlhUzRj1hqnhQY8SFO9ZxqF5qUf0DFebEI3QI7G1SJXnCEW9mLylG VMaR3Y1qkhqOZuX1dcIksiEOltkS2LOpa8WSFcwh87UwCpqPNf8ehdQ/sxkNYf6L l6LAB6YoiPy548Nn6+Ug7INckql94jLGZAaJddk74cZMt7tyov36mIca7YhgvDfi 2C7C0MkwVHbWiB6B/cemAhhRFWSHfDv0YT0GVm0FOzuXE2J2f33A6I3Lk/tvHf1f GcBsUgcwvzjv0gWUIwRJYk6jg4HPxQpc4nHqrVN/1rpUGjDbRCBGQBx0gIjn9HWc TEOhL6xW4nF5TwlM45XiyQUXjVXjVcexztx7gxLQclraIWhXIFk0q4kcQohzzHmm IoVrfVkhgvIVXi/A+abr2XUlOg44eKVAoH90SMv+2KQ09kYBDA31lAadzd+UFEKo w3a9tSxwevxFXUpdasaFL/QBmzvpknv4i2pfdmuJCdRDgXjBSyQ= =P2u8 -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-all@freebsd.org Sun May 28 01:03:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80CC3D85442; Sun, 28 May 2017 01:03:23 +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 EA2811AE8; Sun, 28 May 2017 01:03:22 +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 E253F3F5EC; Sat, 27 May 2017 21:03:21 -0400 (EDT) Received: from anthias.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) (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 C4D403F5EB; Sat, 27 May 2017 21:03:20 -0400 (EDT) Date: Sun, 28 May 2017 03:03:19 +0200 (CEST) From: Gerald Pfeifer To: =?ISO-8859-15?Q?Dag-Erling_Sm=F8rgrav?= , Andreas Tobler cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435576 - head/devel/pkgconf In-Reply-To: <86efy7q487.fsf@desk.des.no> Message-ID: References: <201703070103.v2713JtB059883@repo.freebsd.org> <86varkow3d.fsf@desk.des.no> <18c36943-a57e-b785-674b-f6522b1dce78@FreeBSD.org> <86efy7q487.fsf@desk.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 01:03:23 -0000 On Wed, 8 Mar 2017, Dag-Erling Smørgrav wrote: > I'll revert (and bump PORTREVISION again) but please consider the harm > you are doing to FreeBSD as a development platform by rejecting this > change and refusing to fix gcc's hardcoded library path (it's been > broken for years, but I didn't notice until we removed gcc from base, > because the base gcc didn't have that bug). I don't think this is a fair statement. andreast@ indicated he'd be looking into this, it's just not a trival problem (and I don't think most GNU/Linux distributions handle this differently, do they)? If we'd try to change anything here, I bet an -exp run would expose a lot of fun; even a simple update from GCC 5 to 6 already does that. Cf. PR 219275. :-( Gerald From owner-svn-ports-all@freebsd.org Sun May 28 02:39:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0434D8552E; Sun, 28 May 2017 02:39:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62484191A; Sun, 28 May 2017 02:39:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4S2dsGg043752; Sun, 28 May 2017 02:39:54 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S2dspf043751; Sun, 28 May 2017 02:39:54 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201705280239.v4S2dspf043751@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 28 May 2017 02:39:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441886 - head/lang/gcc6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 02:39:55 -0000 Author: linimon Date: Sun May 28 02:39:54 2017 New Revision: 441886 URL: https://svnweb.freebsd.org/changeset/ports/441886 Log: I jumped the gun by marking this broken on powerpc64. There is active work ongoing to debug it. Modified: head/lang/gcc6/Makefile Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Sun May 28 00:25:27 2017 (r441885) +++ head/lang/gcc6/Makefile Sun May 28 02:39:54 2017 (r441886) @@ -20,7 +20,6 @@ LIB_DEPENDS= libgmp.so:math/gmp \ BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils -BROKEN_powerpc64= fails to build: close.c: implicit declaration of function 'strdup' BROKEN_sparc64= fails to configure: cannot compute suffix of object files: cannot compile .if defined(MAINTAINER_MODE) From owner-svn-ports-all@freebsd.org Sun May 28 03:52:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D35B2D85801; Sun, 28 May 2017 03:52: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 mx1.freebsd.org (Postfix) with ESMTPS id 9DD1B1F37; Sun, 28 May 2017 03:52: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 v4S3qvgh076442; Sun, 28 May 2017 03:52:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S3qvFq076441; Sun, 28 May 2017 03:52:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705280352.v4S3qvFq076441@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, 28 May 2017 03:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441887 - head/www/tinymce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 03:52:58 -0000 Author: sunpoet Date: Sun May 28 03:52:57 2017 New Revision: 441887 URL: https://svnweb.freebsd.org/changeset/ports/441887 Log: Remove CONFLICTS_INSTALL Modified: head/www/tinymce/Makefile Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Sun May 28 02:39:54 2017 (r441886) +++ head/www/tinymce/Makefile Sun May 28 03:52:57 2017 (r441887) @@ -14,8 +14,6 @@ COMMENT= Open source JavaScript HTML WYS LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -CONFLICTS_INSTALL= tinymce-[0-35-9]* tinymce3-[0-9]* - NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} From owner-svn-ports-all@freebsd.org Sun May 28 03:53:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6958D85822; Sun, 28 May 2017 03:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 9AFC21F4B; Sun, 28 May 2017 03:53: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 v4S3r20N076567; Sun, 28 May 2017 03:53:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S3r22x076565; Sun, 28 May 2017 03:53:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705280353.v4S3r22x076565@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, 28 May 2017 03:53:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441888 - head/devel/p5-ExtUtils-MakeMaker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 03:53:04 -0000 Author: sunpoet Date: Sun May 28 03:53:02 2017 New Revision: 441888 URL: https://svnweb.freebsd.org/changeset/ports/441888 Log: Update to 7.26 Changes: http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile head/devel/p5-ExtUtils-MakeMaker/distinfo Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/Makefile Sun May 28 03:52:57 2017 (r441887) +++ head/devel/p5-ExtUtils-MakeMaker/Makefile Sun May 28 03:53:02 2017 (r441888) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-MakeMaker -PORTVERSION= 7.24 +PORTVERSION= 7.26 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,9 +12,6 @@ COMMENT= Designed to write a Makefile fo LICENSE= ART10 GPLv1 LICENSE_COMB= dual - -TEST_DEPENDS= p5-CPAN-Meta>=0:devel/p5-CPAN-Meta - CONFLICTS= p5-ExtUtils-Command-[0-9]* NO_ARCH= yes @@ -26,6 +23,7 @@ USE_PERL5= configure .if ${PERL_LEVEL} < 502200 BUILD_DEPENDS+= p5-ExtUtils-Manifest>=1.70:devel/p5-ExtUtils-Manifest RUN_DEPENDS+= p5-ExtUtils-Manifest>=1.70:devel/p5-ExtUtils-Manifest +TEST_DEPENDS+= p5-CPAN-Meta>=2.143240:devel/p5-CPAN-Meta .endif post-patch: Modified: head/devel/p5-ExtUtils-MakeMaker/distinfo ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/distinfo Sun May 28 03:52:57 2017 (r441887) +++ head/devel/p5-ExtUtils-MakeMaker/distinfo Sun May 28 03:53:02 2017 (r441888) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475354685 -SHA256 (ExtUtils-MakeMaker-7.24.tar.gz) = 416abc97c3bb2cc72bef28852522f2859de53e37bf3d0ae8b292067d78755e69 -SIZE (ExtUtils-MakeMaker-7.24.tar.gz) = 467714 +TIMESTAMP = 1495926353 +SHA256 (ExtUtils-MakeMaker-7.26.tar.gz) = 83d8c227916774f1449205e0ffc7600f20198be8eeba7b746a68efe9e33c79f6 +SIZE (ExtUtils-MakeMaker-7.26.tar.gz) = 469195 From owner-svn-ports-all@freebsd.org Sun May 28 03:53:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 910D3D8583F; Sun, 28 May 2017 03:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 5F4031FB5; Sun, 28 May 2017 03:53: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 v4S3r7Tc076685; Sun, 28 May 2017 03:53:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S3r72j076683; Sun, 28 May 2017 03:53:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705280353.v4S3r72j076683@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, 28 May 2017 03:53:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441889 - head/textproc/p5-Lingua-EN-Inflect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 03:53:08 -0000 Author: sunpoet Date: Sun May 28 03:53:07 2017 New Revision: 441889 URL: https://svnweb.freebsd.org/changeset/ports/441889 Log: Update to 1.902 Changes: http://search.cpan.org/dist/Lingua-EN-Inflect/Changes Modified: head/textproc/p5-Lingua-EN-Inflect/Makefile head/textproc/p5-Lingua-EN-Inflect/distinfo Modified: head/textproc/p5-Lingua-EN-Inflect/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Inflect/Makefile Sun May 28 03:53:02 2017 (r441888) +++ head/textproc/p5-Lingua-EN-Inflect/Makefile Sun May 28 03:53:07 2017 (r441889) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Inflect -PORTVERSION= 1.901 +PORTVERSION= 1.902 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Lingua-EN-Inflect/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-Inflect/distinfo Sun May 28 03:53:02 2017 (r441888) +++ head/textproc/p5-Lingua-EN-Inflect/distinfo Sun May 28 03:53:07 2017 (r441889) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488310779 -SHA256 (Lingua-EN-Inflect-1.901.tar.gz) = da17e7cd50126bdf1d8f5a6fc1f2f790c85e844b09f5a047fd044e68dca39c55 -SIZE (Lingua-EN-Inflect-1.901.tar.gz) = 59500 +TIMESTAMP = 1495926362 +SHA256 (Lingua-EN-Inflect-1.902.tar.gz) = 3663980a0a37fd8724845845e22dd0a2c8f935ae81f63f6790685426573bc834 +SIZE (Lingua-EN-Inflect-1.902.tar.gz) = 59582 From owner-svn-ports-all@freebsd.org Sun May 28 03:53:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3922AD85874; Sun, 28 May 2017 03:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 076351015; Sun, 28 May 2017 03:53: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 v4S3rCMN076792; Sun, 28 May 2017 03:53:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S3rC5X076791; Sun, 28 May 2017 03:53:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705280353.v4S3rC5X076791@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, 28 May 2017 03:53:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441890 - head/www/py-django18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 03:53:13 -0000 Author: sunpoet Date: Sun May 28 03:53:11 2017 New Revision: 441890 URL: https://svnweb.freebsd.org/changeset/ports/441890 Log: Update CONFLICTS_INSTALL - Sort SHEBANG_FILES Modified: head/www/py-django18/Makefile Modified: head/www/py-django18/Makefile ============================================================================== --- head/www/py-django18/Makefile Sun May 28 03:53:07 2017 (r441889) +++ head/www/py-django18/Makefile Sun May 28 03:53:11 2017 (r441890) @@ -21,10 +21,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= cpe python shebangfix USE_PYTHON= autoplist distutils -SHEBANG_FILES= django/conf/project_template/manage.py \ - django/bin/django-admin.py +SHEBANG_FILES= django/bin/django-admin.py \ + django/conf/project_template/manage.py -CONFLICTS_INSTALL= py??-django-devel-* py??-django1[69]-* py??-django11[01]-* +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django1[69] ${PYTHON_PKGNAMEPREFIX}django110 CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django From owner-svn-ports-all@freebsd.org Sun May 28 03:53:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06B98D858A0; Sun, 28 May 2017 03:53: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 mx1.freebsd.org (Postfix) with ESMTPS id AF482108B; Sun, 28 May 2017 03:53: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 v4S3rGmS076894; Sun, 28 May 2017 03:53:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S3rGxx076893; Sun, 28 May 2017 03:53:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705280353.v4S3rGxx076893@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, 28 May 2017 03:53:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441891 - head/www/py-django19 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 03:53:18 -0000 Author: sunpoet Date: Sun May 28 03:53:16 2017 New Revision: 441891 URL: https://svnweb.freebsd.org/changeset/ports/441891 Log: Update CONFLICTS_INSTALL - Sort SHEBANG_FILES Modified: head/www/py-django19/Makefile Modified: head/www/py-django19/Makefile ============================================================================== --- head/www/py-django19/Makefile Sun May 28 03:53:11 2017 (r441890) +++ head/www/py-django19/Makefile Sun May 28 03:53:16 2017 (r441891) @@ -21,10 +21,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= cpe python shebangfix USE_PYTHON= autoplist distutils -SHEBANG_FILES= django/conf/project_template/manage.py-tpl \ - django/bin/django-admin.py +SHEBANG_FILES= django/bin/django-admin.py \ + django/conf/project_template/manage.py-tpl -CONFLICTS_INSTALL= py??-django-devel-* py??-django1[68]-* py??-django11[01]-* +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django1[68] ${PYTHON_PKGNAMEPREFIX}django11[01] CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django From owner-svn-ports-all@freebsd.org Sun May 28 03:53:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCAE5D858C9; Sun, 28 May 2017 03:53: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 mx1.freebsd.org (Postfix) with ESMTPS id A8E3B10F0; Sun, 28 May 2017 03:53: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 v4S3rLCw076999; Sun, 28 May 2017 03:53:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S3rLcr076998; Sun, 28 May 2017 03:53:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705280353.v4S3rLcr076998@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, 28 May 2017 03:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441892 - head/www/py-django110 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 03:53:23 -0000 Author: sunpoet Date: Sun May 28 03:53:21 2017 New Revision: 441892 URL: https://svnweb.freebsd.org/changeset/ports/441892 Log: Update CONFLICTS_INSTALL Modified: head/www/py-django110/Makefile Modified: head/www/py-django110/Makefile ============================================================================== --- head/www/py-django110/Makefile Sun May 28 03:53:16 2017 (r441891) +++ head/www/py-django110/Makefile Sun May 28 03:53:21 2017 (r441892) @@ -24,7 +24,7 @@ USE_PYTHON= autoplist distutils SHEBANG_FILES= django/bin/django-admin.py \ django/conf/project_template/manage.py-tpl -CONFLICTS_INSTALL= py??-django-devel-* py??-django1[689]-* py??-django111-* +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django1[689] ${PYTHON_PKGNAMEPREFIX}django111 CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django From owner-svn-ports-all@freebsd.org Sun May 28 03:53:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D53FFD85907; Sun, 28 May 2017 03:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 987CE1166; Sun, 28 May 2017 03:53: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 v4S3rQUc077103; Sun, 28 May 2017 03:53:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S3rQ53077102; Sun, 28 May 2017 03:53:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705280353.v4S3rQ53077102@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, 28 May 2017 03:53:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441893 - head/www/py-django111 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 03:53:28 -0000 Author: sunpoet Date: Sun May 28 03:53:26 2017 New Revision: 441893 URL: https://svnweb.freebsd.org/changeset/ports/441893 Log: Update CONFLICTS_INSTALL - Sort SHEBANG_FILES Modified: head/www/py-django111/Makefile Modified: head/www/py-django111/Makefile ============================================================================== --- head/www/py-django111/Makefile Sun May 28 03:53:21 2017 (r441892) +++ head/www/py-django111/Makefile Sun May 28 03:53:26 2017 (r441893) @@ -20,10 +20,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= cpe python shebangfix USE_PYTHON= autoplist distutils -SHEBANG_FILES= django/conf/project_template/manage.py-tpl \ - django/bin/django-admin.py +SHEBANG_FILES= django/bin/django-admin.py \ + django/conf/project_template/manage.py-tpl -CONFLICTS_INSTALL= py??-django-devel-* py??-django1[689]-* py??-django110-* +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django1[689] ${PYTHON_PKGNAMEPREFIX}django110 CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django From owner-svn-ports-all@freebsd.org Sun May 28 03:53:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5E98D85933; Sun, 28 May 2017 03:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 80C62120D; Sun, 28 May 2017 03:53: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 v4S3rV0X077206; Sun, 28 May 2017 03:53:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S3rVGC077205; Sun, 28 May 2017 03:53:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705280353.v4S3rVGC077205@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, 28 May 2017 03:53:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441894 - head/www/py-django-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 03:53:33 -0000 Author: sunpoet Date: Sun May 28 03:53:31 2017 New Revision: 441894 URL: https://svnweb.freebsd.org/changeset/ports/441894 Log: Convert to options target helper - Add NO_ARCH - Sort SHEBANG_FILES - Add missing OPTIONS_DEFINE=DOCS - Update WWW Modified: head/www/py-django-devel/Makefile Modified: head/www/py-django-devel/Makefile ============================================================================== --- head/www/py-django-devel/Makefile Sun May 28 03:53:26 2017 (r441893) +++ head/www/py-django-devel/Makefile Sun May 28 03:53:31 2017 (r441894) @@ -16,11 +16,12 @@ LICENSE= BSD3CLAUSE SNAPSHOTDATE= 20150709 +NO_ARCH= yes USES= cpe gettext python shebangfix USE_GITHUB= yes USE_PYTHON= autoplist distutils -SHEBANG_FILES= django/conf/project_template/manage.py \ - django/bin/django-admin.py +SHEBANG_FILES= django/bin/django-admin.py \ + django/conf/project_template/manage.py GH_TAGNAME= c954931 @@ -29,7 +30,7 @@ CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django -OPTIONS_DEFINE= FASTCGI HTMLDOCS +OPTIONS_DEFINE= DOCS FASTCGI HTMLDOCS OPTIONS_DEFAULT=SQLITE OPTIONS_GROUP= DATABASE OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE @@ -37,6 +38,7 @@ HTMLDOCS_DESC= Install HTML documentatio PLIST_FILES= man/man1/django-admin.1.gz +HTMLDOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2 MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 @@ -44,27 +46,22 @@ FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPRE .include -.if ${PORT_OPTIONS:MHTMLDOCS} -. if ! ${PORT_OPTIONS:MDOCS} +.if ${PORT_OPTIONS:MHTMLDOCS} && empty(PORT_OPTIONS:MDOCS) IGNORE= you cannot build documentation with DOCS option disabled -. endif -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx PORTDOCS= * .endif -post-build: -.if ${PORT_OPTIONS:MHTMLDOCS} +post-build-HTMLDOCS-on: cd ${WRKSRC}/docs && ${MAKE} html -.endif post-install: ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${MAN1PREFIX}/man/man1 @${ECHO_MSG} "" @${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation" @${ECHO_MSG} "" -.if ${PORT_OPTIONS:MHTMLDOCS} + +post-install-HTMLDOCS-on: ${MKDIR} ${STAGEDIR}/${DOCSDIR} ${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR} -.endif .include From owner-svn-ports-all@freebsd.org Sun May 28 03:53:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98FE1D85956; Sun, 28 May 2017 03:53: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 mx1.freebsd.org (Postfix) with ESMTPS id 60FC5127D; Sun, 28 May 2017 03:53: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 v4S3raWk077338; Sun, 28 May 2017 03:53:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S3ragU077336; Sun, 28 May 2017 03:53:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705280353.v4S3ragU077336@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, 28 May 2017 03:53:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441895 - head/www/py-django X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 03:53:37 -0000 Author: sunpoet Date: Sun May 28 03:53:36 2017 New Revision: 441895 URL: https://svnweb.freebsd.org/changeset/ports/441895 Log: Convert to meta port Deleted: head/www/py-django/distinfo Modified: head/www/py-django/Makefile head/www/py-django/pkg-descr Modified: head/www/py-django/Makefile ============================================================================== --- head/www/py-django/Makefile Sun May 28 03:53:31 2017 (r441894) +++ head/www/py-django/Makefile Sun May 28 03:53:36 2017 (r441895) @@ -2,69 +2,32 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.8.7 CATEGORIES= www python -MASTER_SITES= CHEESESHOP \ - https://www.djangoproject.com/m/releases/${PORTVERSION}/ +PORTVERSION= 1.11.1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Django-${PORTVERSION} -DIST_SUBDIR= python MAINTAINER= python@FreeBSD.org -COMMENT= High-level Python Web Framework +COMMENT= High-level Python Web Framework (meta port) LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe python -USE_PYTHON= autoplist distutils +OPTIONS_SINGLE= DJANGO +OPTIONS_SINGLE_DJANGO= DJANGO111 DJANGO110 DJANGO19 DJANGO18 +OPTIONS_DEFAULT= DJANGO111 +DJANGO18_DESC= Use Django 1.8.x +DJANGO19_DESC= Use Django 1.9.x +DJANGO110_DESC= Use Django 1.10.x +DJANGO111_DESC= Use Django 1.11.x -CPE_VENDOR= djangoproject - -CONFLICTS= py[23][0-9]-django-devel-[0-9]* py[23][0-9]-django-1.[0-57-9].* +PORTSCOUT= ignore:1 -IGNORE= This port will switch to a meta port soon. Please use py-django18 instead. +USES= cpe metaport python:run -DOCSDIR= ${PREFIX}/share/doc/py-django - -OPTIONS_DEFINE= FASTCGI HTMLDOCS -OPTIONS_DEFAULT= SQLITE +CPE_VENDOR= djangoproject -OPTIONS_GROUP= DATABASE -OPTIONS_GROUP_DATABASE= PGSQL MYSQL SQLITE - -HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) - -PLIST_FILES= man/man1/django-admin.1.gz - -PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2 -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb -SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 -FASTCGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flup>0:www/py-flup - -.include - -.if ${PORT_OPTIONS:MHTMLDOCS} -. if empty(PORT_OPTIONS:MDOCS) -IGNORE= you cannot build documentation with DOCS option disabled -. endif -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx -PORTDOCS= * -.endif - -post-build: -.if ${PORT_OPTIONS:MHTMLDOCS} - cd ${WRKSRC}/docs && ${MAKE} html -.endif - -post-install: - ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${MAN1PREFIX}/man/man1 - @${ECHO_MSG} "" - @${ECHO_MSG} " * See http://docs.djangoproject.com/ for complete documentation" - @${ECHO_MSG} "" -.if ${PORT_OPTIONS:MHTMLDOCS} - ${MKDIR} ${STAGEDIR}/${DOCSDIR} - ${CP} -R ${WRKSRC}/docs/_build/html ${STAGEDIR}/${DOCSDIR} -.endif +DJANGO18_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18 +DJANGO19_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django19>=0:www/py-django19 +DJANGO110_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django110>=0:www/py-django110 +DJANGO111_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111 .include Modified: head/www/py-django/pkg-descr ============================================================================== --- head/www/py-django/pkg-descr Sun May 28 03:53:31 2017 (r441894) +++ head/www/py-django/pkg-descr Sun May 28 03:53:36 2017 (r441895) @@ -1,3 +1,5 @@ +This is a metaport for Django. + Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. From owner-svn-ports-all@freebsd.org Sun May 28 06:41:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D2C1D85E2C; Sun, 28 May 2017 06:41:37 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pg0-x243.google.com (mail-pg0-x243.google.com [IPv6:2607:f8b0:400e:c05::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 3B026795; Sun, 28 May 2017 06:41:37 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pg0-x243.google.com with SMTP id h64so3154861pge.3; Sat, 27 May 2017 23:41:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=bJ9yB7YyiLq2zpCgPqkG8SBU/mHfxmtbJCx0Hra4FeQ=; b=U66q9BKQ6wiHfp3+k6mT3iBXKWhXfA0bDHyr/5MqigRFbreEIYwkFa2mMcU3O4flAH KE0r3Fkc4TsSgvzlqBHNCQ0R+J0lWHzmiqYfMYet2tAVCa6xm3jh7u+NQv3KoHX6KuRg PPAYCUSxbLYmui3Q+rAAFZlpFlrwVW/tGtcoFfDW8QejHlQsdYbjvlTGhMjLyuPjJv1Z w1ed9vrwaFd6IrWCFeYUw68NZfVxwOEBzjDKNC8CxvQbT4pYIqJ/cu3hrEyXCCkeI6dW rtxxmoObS55cBFubmvO6zQkM1lagV6LIN7wY6MgYZykCmploscc+I24pXI6YMmWLzLzc ZZBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=bJ9yB7YyiLq2zpCgPqkG8SBU/mHfxmtbJCx0Hra4FeQ=; b=rI81yMA4vEtnLrmJ1knk32JjR7/yjyWVuS12Bxfq1DEf2VvSsCIzgaZsh6o/V0MT5N rvl/fyyrHXnK0N6xIRZNXPGZezudzhUvt3Fzumn4igz3GnPghE/MuRYYqcptnyULBTKf 70wfdzbGuYGr0mCUVihi+MTGJ0bGbussPnt9uNl89+6qwttBm/DiUu+blLe+ND049Hjo JSygYuwJg0g32/Ad1cKcVlHGxrAjgI0QgNSlHn97InFyNZh0EK46sOuoHCYCnybckkta dw3lNEjzvro9FPfEZMAiFBWGbmDRkIsCgaEYFNOnpZ7RY3JCIZGYUh+9cnZK4vMV3a4d g55w== X-Gm-Message-State: AODbwcCU5OgIombDJ0atwaz6xGrBSZTf0Jux49DNvoBaFIBsQaB+hVyT 9tfkgoRGYEABMS8e4SA= X-Received: by 10.99.107.136 with SMTP id g130mr11451155pgc.3.1495953696303; Sat, 27 May 2017 23:41:36 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01:2042:3e8:d7ce:9b9c? (2001-44b8-31ae-7b01-2042-03e8-d7ce-9b9c.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:2042:3e8:d7ce:9b9c]) by smtp.gmail.com with ESMTPSA id 19sm8990760pfz.39.2017.05.27.23.41.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 27 May 2017 23:41:35 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r441603 - in head/textproc: . py-parsel To: Steven Kreuzer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705241501.v4OF1HBr068668@repo.freebsd.org> From: Kubilay Kocak Message-ID: Date: Sun, 28 May 2017 16:37:09 +1000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Thunderbird/54.0a2 MIME-Version: 1.0 In-Reply-To: <201705241501.v4OF1HBr068668@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 06:41:37 -0000 On 5/25/17 1:01 AM, Steven Kreuzer wrote: > +COMMENT= Parsel is a library to extract data from HTML and XML using XPath and CSS selectors Remove 'Parsel is a'. See https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#makefile-comment > +LICENSE= BSD3CLAUSE Add LICENSE_FILE, one exists (LICENSE) in the distribution file > +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py-pytest-runner This is a pytest dependency that enables the (setup.py) test command. If and when you see this, it implies tests can be run using 'python setup.py test', and a test target can accordingly be added to the port: do-test: cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test From owner-svn-ports-all@freebsd.org Sun May 28 07:10:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9362BD854E7; Sun, 28 May 2017 07:10:56 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B5951341; Sun, 28 May 2017 07:10:56 +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 v4S7AtWX057509; Sun, 28 May 2017 07:10:55 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S7AtPJ057507; Sun, 28 May 2017 07:10:55 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201705280710.v4S7AtPJ057507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 May 2017 07:10:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441896 - branches/2017Q2/multimedia/vlc X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 07:10:56 -0000 Author: riggs Date: Sun May 28 07:10:55 2017 New Revision: 441896 URL: https://svnweb.freebsd.org/changeset/ports/441896 Log: MFH: r441756 Update to upstream version 2.2.6 Details: This is a bugfix release for the recently discovered subtitle remote vulnerability, see http://blog.checkpoint.com/2017/05/23/hacked-in-translation/ In addition to the statements in this blog post, the VLC devs added bounds checks and string termination in multiple places in the subtitle demuxer. It is hence possible that, contrary to the blog post, this issue was not fixed completely in version 2.2.5.1 Approved by: portmgr (miwi) Modified: branches/2017Q2/multimedia/vlc/Makefile branches/2017Q2/multimedia/vlc/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/multimedia/vlc/Makefile ============================================================================== --- branches/2017Q2/multimedia/vlc/Makefile Sun May 28 03:53:36 2017 (r441895) +++ branches/2017Q2/multimedia/vlc/Makefile Sun May 28 07:10:55 2017 (r441896) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vlc -DISTVERSION= 2.2.5.1 +DISTVERSION= 2.2.6 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: branches/2017Q2/multimedia/vlc/distinfo ============================================================================== --- branches/2017Q2/multimedia/vlc/distinfo Sun May 28 03:53:36 2017 (r441895) +++ branches/2017Q2/multimedia/vlc/distinfo Sun May 28 07:10:55 2017 (r441896) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494659367 -SHA256 (vlc-2.2.5.1.tar.xz) = b28b8a28f578c0c6cb1ebed293aca2a3cd368906cf777d1ab599e2784ddda1cc -SIZE (vlc-2.2.5.1.tar.xz) = 21946020 +TIMESTAMP = 1495777516 +SHA256 (vlc-2.2.6.tar.xz) = c403d3accd9a400eb2181c958f3e7bc5524fe5738425f4253d42883b425a42a8 +SIZE (vlc-2.2.6.tar.xz) = 22198720 From owner-svn-ports-all@freebsd.org Sun May 28 07:17:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B1CCD85537; Sun, 28 May 2017 07:17:10 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1097D1741; Sun, 28 May 2017 07:17:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4S7H928059559; Sun, 28 May 2017 07:17:09 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S7H8Wm059556; Sun, 28 May 2017 07:17:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201705280717.v4S7H8Wm059556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 May 2017 07:17:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441897 - in head/misc/amanda-server: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 07:17:10 -0000 Author: riggs Date: Sun May 28 07:17:08 2017 New Revision: 441897 URL: https://svnweb.freebsd.org/changeset/ports/441897 Log: Update to upstream version 3.3.9 PR: 217365 Submitted by: net@arrishq.net Approved by: maintainer timeout Deleted: head/misc/amanda-server/files/patch-perl__Makefile.in Modified: head/misc/amanda-server/Makefile head/misc/amanda-server/distinfo head/misc/amanda-server/pkg-plist Modified: head/misc/amanda-server/Makefile ============================================================================== --- head/misc/amanda-server/Makefile Sun May 28 07:10:55 2017 (r441896) +++ head/misc/amanda-server/Makefile Sun May 28 07:17:08 2017 (r441897) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= amanda -PORTVERSION= 3.3.6 -PORTREVISION= 5 +PORTVERSION= 3.3.9 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} @@ -32,7 +31,7 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/l --with-user=${USERS} --with-group=${AMANDA_GROUP} \ --with-bsdtcp-security --with-bsdudp-security \ --with-ssh-security \ - --disable-installperms + --disable-installperms --with-security-file=${ETCDIR}/security.conf CONFIGURE_ENV= PERL=${LOCALBASE}/bin/perl-amanda PKG_MESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message Modified: head/misc/amanda-server/distinfo ============================================================================== --- head/misc/amanda-server/distinfo Sun May 28 07:10:55 2017 (r441896) +++ head/misc/amanda-server/distinfo Sun May 28 07:17:08 2017 (r441897) @@ -1,2 +1,3 @@ -SHA256 (amanda-3.3.6.tar.gz) = 832594503a99bd5587f6c645c7af945f565506dc35e2660763d33beef2d4d01c -SIZE (amanda-3.3.6.tar.gz) = 4571518 +TIMESTAMP = 1495955665 +SHA256 (amanda-3.3.9.tar.gz) = 2520b95ca96f1d521d582b7c94bd631486e7029eda1de8e1887d74b323549a41 +SIZE (amanda-3.3.9.tar.gz) = 4673301 Modified: head/misc/amanda-server/pkg-plist ============================================================================== --- head/misc/amanda-server/pkg-plist Sun May 28 07:10:55 2017 (r441896) +++ head/misc/amanda-server/pkg-plist Sun May 28 07:17:08 2017 (r441897) @@ -3,6 +3,7 @@ @comment @comment plist for misc/amanda-server below @comment +%%SERVER_ONLY%%%%ETCDIR%%/amanda-security.conf %%SERVER_ONLY%%lib/amanda/libamdevice-%%SHLIBVER%%.so %%SERVER_ONLY%%lib/amanda/libamdevice.a %%SERVER_ONLY%%lib/amanda/libamdevice.so @@ -33,6 +34,7 @@ %%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Interactivity/tty.pm %%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Interactivity/tty_email.pm %%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Logfile.pm +%%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Message.pm %%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Recovery/Clerk.pm %%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Recovery/Planner.pm %%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Recovery/Scan.pm @@ -258,6 +260,7 @@ %%CLIENT_ONLY%%man/man5/amanda-archive-format.5.gz %%CLIENT_ONLY%%man/man5/amanda-client.conf.5.gz %%CLIENT_ONLY%%man/man5/amanda.conf.5.gz +%%CLIENT_ONLY%%man/man5/amanda-security.conf.5.gz %%CLIENT_ONLY%%man/man7/amanda-applications.7.gz %%CLIENT_ONLY%%man/man7/amanda-auth.7.gz %%CLIENT_ONLY%%man/man7/amanda-match.7.gz From owner-svn-ports-all@freebsd.org Sun May 28 07:22:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0989D856FD; Sun, 28 May 2017 07:22:22 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A29E41ADD; Sun, 28 May 2017 07:22:22 +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 v4S7MLLk063470; Sun, 28 May 2017 07:22:21 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S7ML9U063469; Sun, 28 May 2017 07:22:21 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201705280722.v4S7ML9U063469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 May 2017 07:22:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441898 - head/sysutils/usb_modeswitch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 07:22:22 -0000 Author: riggs Date: Sun May 28 07:22:21 2017 New Revision: 441898 URL: https://svnweb.freebsd.org/changeset/ports/441898 Log: New maintainer: Franco Fichtner Details: Last commit to the port by previous maintainer in January 2015. Only updates since are 2.3 in July 2016 and 2.5 in May 2017, both previous maintainer timeouts. PR: 219135 Submitted by: franco@opnsense.org (new maintainer) Approved by: maintainer timeout Modified: head/sysutils/usb_modeswitch/Makefile Modified: head/sysutils/usb_modeswitch/Makefile ============================================================================== --- head/sysutils/usb_modeswitch/Makefile Sun May 28 07:17:08 2017 (r441897) +++ head/sysutils/usb_modeswitch/Makefile Sun May 28 07:22:21 2017 (r441898) @@ -9,7 +9,7 @@ DISTNAME= ${PORTNAME:S|_|-|}-${PORTVERSI DISTFILES= ${DISTNAME}.tar.bz2 \ ${DATANAME}.tar.bz2 -MAINTAINER= melifaro@ipfw.ru +MAINTAINER= franco@opnsense.org COMMENT= Handling Mode-Switching USB Devices LICENSE= GPLv2 From owner-svn-ports-all@freebsd.org Sun May 28 08:01:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1EF24D857D0; Sun, 28 May 2017 08:01:18 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D663914AF; Sun, 28 May 2017 08:01:17 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4S81GcD078293; Sun, 28 May 2017 08:01:16 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S81Gfk078289; Sun, 28 May 2017 08:01:16 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <201705280801.v4S81Gfk078289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Sun, 28 May 2017 08:01:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441899 - in head/sysutils/amazon-ssm-agent: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 08:01:18 -0000 Author: cperciva Date: Sun May 28 08:01:16 2017 New Revision: 441899 URL: https://svnweb.freebsd.org/changeset/ports/441899 Log: Update Amazon SSM Agent to version 2.0.790.0. This update does not appear to bring any significant functional changes affecting FreeBSD; but some patches from the ports tree have been merged upstream so this commit reduces the set of local patches. This version of the Amazon SSM Agent builds a "ssm-cli" utility. Since I have been unable to determine what this utility does, and it seems to be entirely undocumented, it is not being installed. Deleted: head/sysutils/amazon-ssm-agent/files/patch-agent_fileutil_fileutil__unix.go head/sysutils/amazon-ssm-agent/files/patch-agent_platform_platform__unix.go head/sysutils/amazon-ssm-agent/files/patch-agent_ssm_service.go Modified: head/sysutils/amazon-ssm-agent/Makefile head/sysutils/amazon-ssm-agent/distinfo head/sysutils/amazon-ssm-agent/files/patch-agent_appconfig_constants__unix.go head/sysutils/amazon-ssm-agent/files/patch-makefile Modified: head/sysutils/amazon-ssm-agent/Makefile ============================================================================== --- head/sysutils/amazon-ssm-agent/Makefile Sun May 28 07:22:21 2017 (r441898) +++ head/sysutils/amazon-ssm-agent/Makefile Sun May 28 08:01:16 2017 (r441899) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= amazon-ssm-agent -PORTVERSION= v1.2.252.0 +PORTVERSION= 2.0.790.0 CATEGORIES= sysutils MAINTAINER= cperciva@FreeBSD.org Modified: head/sysutils/amazon-ssm-agent/distinfo ============================================================================== --- head/sysutils/amazon-ssm-agent/distinfo Sun May 28 07:22:21 2017 (r441898) +++ head/sysutils/amazon-ssm-agent/distinfo Sun May 28 08:01:16 2017 (r441899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468390545 -SHA256 (aws-amazon-ssm-agent-v1.2.252.0_GH0.tar.gz) = 94e9633eadd0a78e5e1b9071b4f75c238dbbb78761f75d45461f8b0f5a5fbf24 -SIZE (aws-amazon-ssm-agent-v1.2.252.0_GH0.tar.gz) = 4562897 +TIMESTAMP = 1495953791 +SHA256 (aws-amazon-ssm-agent-2.0.790.0_GH0.tar.gz) = e6b5c3f34ccae795bde48f410ed325c1e20ee148eb63a0cfbbaed6a37f212170 +SIZE (aws-amazon-ssm-agent-2.0.790.0_GH0.tar.gz) = 9276985 Modified: head/sysutils/amazon-ssm-agent/files/patch-agent_appconfig_constants__unix.go ============================================================================== --- head/sysutils/amazon-ssm-agent/files/patch-agent_appconfig_constants__unix.go Sun May 28 07:22:21 2017 (r441898) +++ head/sysutils/amazon-ssm-agent/files/patch-agent_appconfig_constants__unix.go Sun May 28 08:01:16 2017 (r441899) @@ -1,20 +1,20 @@ ---- agent/appconfig/constants_unix.go.orig 2016-07-06 21:51:35 UTC -+++ agent/appconfig/constants_unix.go -@@ -18,7 +18,7 @@ package appconfig +--- agent/appconfig/constants_unix.go.orig 2017-05-22 17:12:08.000000000 +0000 ++++ agent/appconfig/constants_unix.go 2017-05-28 06:51:05.792117000 +0000 +@@ -18,7 +18,7 @@ const ( - // Program Folder + // DefaultProgramFolder is the default folder for SSM - DefaultProgramFolder = "/etc/amazon/ssm/" + DefaultProgramFolder = "/usr/local/etc/amazon/ssm/" - // AppConfig Path + // AppConfigPath is the path of the AppConfig AppConfigPath = DefaultProgramFolder + AppConfigFileName -@@ -27,7 +27,7 @@ const ( +@@ -47,7 +47,7 @@ DownloadRoot = "/var/log/amazon/ssm/download/" // DefaultDataStorePath represents the directory for storing system data - DefaultDataStorePath = "/var/lib/amazon/ssm/" + DefaultDataStorePath = "/var/run/amazon/ssm/" - // UpdaterArtifactsRoot represents the directory for storing update related information - UpdaterArtifactsRoot = "/var/lib/amazon/ssm/update/" + // EC2ConfigDataStorePath represents the directory for storing ec2 config data + EC2ConfigDataStorePath = "/var/lib/amazon/ec2config/" Modified: head/sysutils/amazon-ssm-agent/files/patch-makefile ============================================================================== --- head/sysutils/amazon-ssm-agent/files/patch-makefile Sun May 28 07:22:21 2017 (r441898) +++ head/sysutils/amazon-ssm-agent/files/patch-makefile Sun May 28 08:01:16 2017 (r441899) @@ -1,7 +1,7 @@ ---- makefile.orig 2016-07-06 21:51:35 UTC -+++ makefile -@@ -26,13 +26,15 @@ endif - export GOPATH +--- makefile.orig 2017-05-22 17:12:08.000000000 +0000 ++++ makefile 2017-05-28 06:54:07.291237000 +0000 +@@ -35,8 +35,10 @@ + export BRAZIL_BUILD checkstyle:: +ifndef SKIP_CHECKSTYLE @@ -11,22 +11,11 @@ coverage:: build-linux $(BGO_SPACE)/Tools/src/coverage.sh github.com/aws/amazon-ssm-agent/agent/... +@@ -121,6 +123,14 @@ + GOOS=freebsd GOARCH=amd64 $(GO_BUILD) -ldflags "-s -w" -o $(BGO_SPACE)/bin/freebsd_amd64/ssm-cli -v \ + $(BGO_SPACE)/agent/cli-main/cli-main.go --build:: build-linux build-windows build-linux-386 build-windows-386 -+build:: build-linux build-freebsd build-windows build-linux-386 build-windows-386 - - prepack:: prepack-linux prepack-linux-386 prepack-windows prepack-windows-386 - -@@ -75,6 +77,19 @@ build-linux: checkstyle copy-src pre-bui - GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -o $(BGO_SPACE)/bin/linux_amd64/updater -v \ - $(BGO_SPACE)/agent/update/updater/updater.go $(BGO_SPACE)/agent/update/updater/updater_unix.go - -+.PHONY: build-freebsd -+build-freebsd: checkstyle copy-src pre-build -+ @echo "Build for freebsd agent" -+ GOOS=freebsd GOARCH=amd64 go build -ldflags "-s -w" -o $(BGO_SPACE)/bin/freebsd_amd64/amazon-ssm-agent -v \ -+ $(BGO_SPACE)/agent/agent.go $(BGO_SPACE)/agent/agent_unix.go $(BGO_SPACE)/agent/agent_parser.go -+ ++.PHONY: install-freebsd +install-freebsd: + @echo "Install for freebsd agent" + install -m 555 $(BGO_SPACE)/bin/freebsd_amd64/amazon-ssm-agent $(DESTDIR)$(PREFIX)/sbin/ From owner-svn-ports-all@freebsd.org Sun May 28 08:16:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3082BD85C72; Sun, 28 May 2017 08:16:25 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.infocus-llc.com (mail.infocus-llc.com [199.15.120.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 129691C4D; Sun, 28 May 2017 08:16:24 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tarragon.infocus-llc.com (Postfix) with ESMTPSA id 3wbCDV2SnYzVr; Sun, 28 May 2017 03:08:26 -0500 (CDT) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3wbCDT0BXBz3wr; Sun, 28 May 2017 03:08:25 -0500 (CDT) Date: Sun, 28 May 2017 03:08:24 -0500 From: "Matthew D. Fuller" To: Gerald Pfeifer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r441883 - in head/lang/gcc: . files Message-ID: <20170528080824.GB67260@over-yonder.net> References: <201705272327.v4RNRLgP065954@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201705272327.v4RNRLgP065954@repo.freebsd.org> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.8.2 (2017-04-18) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 08:16:25 -0000 On Sat, May 27, 2017 at 11:27:21PM +0000 I heard the voice of Gerald Pfeifer, and lo! it spake thus: > > Modified: head/lang/gcc/Makefile > [...] > +RUN_DEPENDS= gcc${DEFAULT}:lang/gcc${GCC_DEFAULT} ^^^^^^^^^^ ^^^^^^^^^^^^^^ ===> gcc-5.4.0_2 depends on executable: gcc - not found -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-svn-ports-all@freebsd.org Sun May 28 08:22:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04C1FD85E2C; Sun, 28 May 2017 08:22:40 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC04260; Sun, 28 May 2017 08:22:39 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4S8Mcr0087876; Sun, 28 May 2017 08:22:38 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S8McPK087871; Sun, 28 May 2017 08:22:38 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201705280822.v4S8McPK087871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Sun, 28 May 2017 08:22:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441900 - in head/sysutils/fluent-bit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 08:22:40 -0000 Author: girgen Date: Sun May 28 08:22:38 2017 New Revision: 441900 URL: https://svnweb.freebsd.org/changeset/ports/441900 Log: Update to latest version and add rc script Added: head/sysutils/fluent-bit/files/ head/sysutils/fluent-bit/files/fluent-bit.in (contents, props changed) Modified: head/sysutils/fluent-bit/Makefile head/sysutils/fluent-bit/distinfo head/sysutils/fluent-bit/pkg-plist Modified: head/sysutils/fluent-bit/Makefile ============================================================================== --- head/sysutils/fluent-bit/Makefile Sun May 28 08:01:16 2017 (r441899) +++ head/sysutils/fluent-bit/Makefile Sun May 28 08:22:38 2017 (r441900) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fluent-bit -DISTVERSION= 0.10.1 +DISTVERSION= 0.11.6 CATEGORIES= sysutils MASTER_SITES= http://fluentbit.io/releases/${DISTVERSION:R}/ @@ -19,7 +19,10 @@ BROKEN_powerpc64= fails to build: cast f USES= cmake +USE_RC_SUBR= ${PORTNAME} + post-stage: @${MV} ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample + @${MV} ${STAGEDIR}${ETCDIR}/parsers.conf ${STAGEDIR}${ETCDIR}/parsers.conf.sample .include Modified: head/sysutils/fluent-bit/distinfo ============================================================================== --- head/sysutils/fluent-bit/distinfo Sun May 28 08:01:16 2017 (r441899) +++ head/sysutils/fluent-bit/distinfo Sun May 28 08:22:38 2017 (r441900) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489090503 -SHA256 (fluent-bit-0.10.1.tar.gz) = 0a2564dda1410ec756521334df7ffe94d97b475a4ea4c2a7fabffcc2503fab61 -SIZE (fluent-bit-0.10.1.tar.gz) = 5866358 +TIMESTAMP = 1495812881 +SHA256 (fluent-bit-0.11.6.tar.gz) = 5d277b63253216b0a8b9cff7e92c01b42535dde6045abcc64ba2e93f83ff2d75 +SIZE (fluent-bit-0.11.6.tar.gz) = 6852118 Added: head/sysutils/fluent-bit/files/fluent-bit.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/fluent-bit/files/fluent-bit.in Sun May 28 08:22:38 2017 (r441900) @@ -0,0 +1,30 @@ +#!/bin/sh +# $FreeBSD$ + +# PROVIDE: fluent-bit +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: shutdown + +# Add the following lines to /etc/rc.conf to enable fluent-bit: +# +# fluent_bit_enable (bool): Set to YES to enable fluent-bit +# Default: NO +# fluent_bit_config (str): config files to use +# Default: %%ETCDIR%%/fluent-bit.conf +# fluent_bit_flags (str): Extra flags passed to fluent-bit +# fluent_bit_user (str): Default run as user nobody + +. /etc/rc.subr + +name="fluent_bit" +rcvar=${name}_enable +load_rc_config $name + +: ${fluent_bit_enable:="NO"} +: ${fluent_bit_user:="nobody"} + +command=%%PREFIX%%/bin/fluent-bit +command_args="--quiet --daemon --config %%ETCDIR%%/fluent-bit.conf" + +run_rc_command "$1" Modified: head/sysutils/fluent-bit/pkg-plist ============================================================================== --- head/sysutils/fluent-bit/pkg-plist Sun May 28 08:01:16 2017 (r441899) +++ head/sysutils/fluent-bit/pkg-plist Sun May 28 08:22:38 2017 (r441900) @@ -1,6 +1,8 @@ bin/fluent-bit @sample %%ETCDIR%%/fluent-bit.conf.sample +@sample %%ETCDIR%%/parsers.conf.sample include/fluent-bit.h +include/fluent-bit/flb_api.h include/fluent-bit/flb_bits.h include/fluent-bit/flb_buffer.h include/fluent-bit/flb_buffer_chunk.h @@ -8,7 +10,10 @@ include/fluent-bit/flb_buffer_qchunk.h include/fluent-bit/flb_config.h include/fluent-bit/flb_engine.h include/fluent-bit/flb_engine_dispatch.h +include/fluent-bit/flb_env.h include/fluent-bit/flb_error.h +include/fluent-bit/flb_filter.h +include/fluent-bit/flb_hash.h include/fluent-bit/flb_http_client.h include/fluent-bit/flb_http_server.h include/fluent-bit/flb_info.h @@ -24,8 +29,10 @@ include/fluent-bit/flb_mem.h include/fluent-bit/flb_network.h include/fluent-bit/flb_output.h include/fluent-bit/flb_pack.h +include/fluent-bit/flb_parser.h include/fluent-bit/flb_pipe.h include/fluent-bit/flb_plugin_proxy.h +include/fluent-bit/flb_regex.h include/fluent-bit/flb_router.h include/fluent-bit/flb_scheduler.h include/fluent-bit/flb_sha1.h @@ -39,7 +46,6 @@ include/fluent-bit/flb_thread.h include/fluent-bit/flb_thread_libco.h include/fluent-bit/flb_thread_pthreads.h include/fluent-bit/flb_thread_storage.h -include/fluent-bit/flb_thread_ucontext.h include/fluent-bit/flb_tls.h include/fluent-bit/flb_upstream.h include/fluent-bit/flb_uri.h @@ -683,8 +689,4 @@ include/msgpack/zone.h include/msgpack/zone.hpp include/msgpack/zone_decl.hpp lib/libfluent-bit.so -lib/libmbedcrypto.a -lib/libmbedtls.a -lib/libmbedx509.a -lib/libmsgpackc.a lib/pkgconfig/msgpack.pc From owner-svn-ports-all@freebsd.org Sun May 28 08:28:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC50AD85EA3; Sun, 28 May 2017 08:28:37 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83617195; Sun, 28 May 2017 08:28:37 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4S8SaXF088181; Sun, 28 May 2017 08:28:36 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S8Sali088180; Sun, 28 May 2017 08:28:36 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705280828.v4S8Sali088180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 28 May 2017 08:28:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441901 - head/lang/gcc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 08:28:37 -0000 Author: gerald Date: Sun May 28 08:28:36 2017 New Revision: 441901 URL: https://svnweb.freebsd.org/changeset/ports/441901 Log: Fix RUN_DEPENDS. Reported by: pkg-fallout, Matthew D. Fuller Modified: head/lang/gcc/Makefile Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Sun May 28 08:22:38 2017 (r441900) +++ head/lang/gcc/Makefile Sun May 28 08:28:36 2017 (r441901) @@ -11,7 +11,7 @@ DISTFILES= # not applicable MAINTAINER= gerald@FreeBSD.org COMMENT= Meta-port for the default version of the GNU Compiler Collection -RUN_DEPENDS= gcc${DEFAULT}:lang/gcc${GCC_DEFAULT} +RUN_DEPENDS= gcc${GCC_DEFAULT}:lang/gcc${GCC_DEFAULT} NO_ARCH= yes NO_BUILD= yes From owner-svn-ports-all@freebsd.org Sun May 28 08:29:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AD33D85EE9; Sun, 28 May 2017 08:29:37 +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 EE7FE28C; Sun, 28 May 2017 08:29:36 +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 A6D853F5DF; Sun, 28 May 2017 04:29:34 -0400 (EDT) Received: from anthias (ip-109-43-1-104.web.vodafone.de [109.43.1.104]) (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 4AFAC3F5DE; Sun, 28 May 2017 04:29:33 -0400 (EDT) Date: Sun, 28 May 2017 10:29:29 +0200 (CEST) From: Gerald Pfeifer To: "Matthew D. Fuller" cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r441883 - in head/lang/gcc: . files In-Reply-To: <20170528080824.GB67260@over-yonder.net> Message-ID: References: <201705272327.v4RNRLgP065954@repo.freebsd.org> <20170528080824.GB67260@over-yonder.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 08:29:37 -0000 On Sun, 28 May 2017, Matthew D. Fuller wrote: >> +RUN_DEPENDS= gcc${DEFAULT}:lang/gcc${GCC_DEFAULT} > ^^^^^^^^^^ ^^^^^^^^^^^^^^ > ===> gcc-5.4.0_2 depends on executable: gcc - not found Yikes, thanks for the alert. Not sure how that happened, I must have botched the patch/files before committing it. Should be fixed now. Thanks, Gerald From owner-svn-ports-all@freebsd.org Sun May 28 08:49:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 344E6D7B42B; Sun, 28 May 2017 08:49:36 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 114C2EA9; Sun, 28 May 2017 08:49:36 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4S8nZ5e096643; Sun, 28 May 2017 08:49:35 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S8nYvM096639; Sun, 28 May 2017 08:49:34 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705280849.v4S8nYvM096639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 28 May 2017 08:49:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441902 - in branches/2017Q2/databases: mariadb100-client/files mariadb100-server mariadb100-server/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 08:49:36 -0000 Author: brnrd Date: Sun May 28 08:49:34 2017 New Revision: 441902 URL: https://svnweb.freebsd.org/changeset/ports/441902 Log: MFH: r441551 databases/mariadb100-server: Update to 10.0.31 - Security and bug-fix update - Remove build fix (included upstream) - Fix-up CMakeLists patches Security: d9e01c35-2531-11e7-b291-b499baebfeaf Approved by: ports-secteam (miwi) Deleted: branches/2017Q2/databases/mariadb100-client/files/patch-build-fail-MDEV-12261 Modified: branches/2017Q2/databases/mariadb100-client/files/patch-CMakeLists.txt branches/2017Q2/databases/mariadb100-server/Makefile branches/2017Q2/databases/mariadb100-server/distinfo branches/2017Q2/databases/mariadb100-server/files/patch-CMakeLists.txt Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/databases/mariadb100-client/files/patch-CMakeLists.txt ============================================================================== --- branches/2017Q2/databases/mariadb100-client/files/patch-CMakeLists.txt Sun May 28 08:28:36 2017 (r441901) +++ branches/2017Q2/databases/mariadb100-client/files/patch-CMakeLists.txt Sun May 28 08:49:34 2017 (r441902) @@ -1,5 +1,5 @@ ---- CMakeLists.txt.orig 2017-01-12 01:45:16 UTC -+++ CMakeLists.txt +--- CMakeLists.txt.orig 2017-05-20 01:04:09.000000000 +0200 ++++ CMakeLists.txt 2017-05-23 20:47:01.403482000 +0200 @@ -405,9 +405,9 @@ ADD_SUBDIRECTORY(client) ADD_SUBDIRECTORY(extra) ADD_SUBDIRECTORY(libservices) @@ -24,10 +24,10 @@ ) +IF(FALSE) - INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER EXCEPTIONS-CLIENT - COMPONENT Readme) + INSTALL_DOCUMENTATION(README CREDITS COPYING EXCEPTIONS-CLIENT COMPONENT Readme) -@@ -490,6 +492,7 @@ INSTALL_DOCUMENTATION(README CREDITS COP + # MDEV-6526 these files are not installed anymore +@@ -489,6 +491,7 @@ INSTALL_DOCUMENTATION(README CREDITS COP IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) ENDIF() Modified: branches/2017Q2/databases/mariadb100-server/Makefile ============================================================================== --- branches/2017Q2/databases/mariadb100-server/Makefile Sun May 28 08:28:36 2017 (r441901) +++ branches/2017Q2/databases/mariadb100-server/Makefile Sun May 28 08:49:34 2017 (r441902) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.0.30 -PORTREVISION?= 1 +PORTVERSION= 10.0.31 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: branches/2017Q2/databases/mariadb100-server/distinfo ============================================================================== --- branches/2017Q2/databases/mariadb100-server/distinfo Sun May 28 08:28:36 2017 (r441901) +++ branches/2017Q2/databases/mariadb100-server/distinfo Sun May 28 08:49:34 2017 (r441902) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489029439 -SHA256 (mariadb-10.0.30.tar.gz) = 9a2cb7f06ecce1bb64dddc70c484e36507b50b756c110c1d37fa145a13a796bb -SIZE (mariadb-10.0.30.tar.gz) = 63433598 +TIMESTAMP = 1495565124 +SHA256 (mariadb-10.0.31.tar.gz) = 371f2dae0b9e1a92939fba1efca77ac83ba15b6b6dcfd389ca5cbf79eb8b842a +SIZE (mariadb-10.0.31.tar.gz) = 63461177 Modified: branches/2017Q2/databases/mariadb100-server/files/patch-CMakeLists.txt ============================================================================== --- branches/2017Q2/databases/mariadb100-server/files/patch-CMakeLists.txt Sun May 28 08:28:36 2017 (r441901) +++ branches/2017Q2/databases/mariadb100-server/files/patch-CMakeLists.txt Sun May 28 08:49:34 2017 (r441902) @@ -1,14 +1,14 @@ ---- CMakeLists.txt.orig 2015-08-05 18:11:27 UTC -+++ CMakeLists.txt +--- CMakeLists.txt.orig 2017-05-20 01:04:09.000000000 +0200 ++++ CMakeLists.txt 2017-05-23 20:53:22.017238000 +0200 @@ -480,6 +480,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) +IF(FALSE) - INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER EXCEPTIONS-CLIENT - COMPONENT Readme) + INSTALL_DOCUMENTATION(README CREDITS COPYING EXCEPTIONS-CLIENT COMPONENT Readme) -@@ -490,6 +491,7 @@ INSTALL_DOCUMENTATION(README CREDITS COP + # MDEV-6526 these files are not installed anymore +@@ -489,6 +490,7 @@ INSTALL_DOCUMENTATION(README CREDITS COP IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) ENDIF() From owner-svn-ports-all@freebsd.org Sun May 28 09:01:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0F38D7BD9C; Sun, 28 May 2017 09:01: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 mx1.freebsd.org (Postfix) with ESMTPS id 9E4B21A87; Sun, 28 May 2017 09:01: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 v4S919nE001601; Sun, 28 May 2017 09:01:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S919CI001600; Sun, 28 May 2017 09:01:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705280901.v4S919CI001600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 28 May 2017 09:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441903 - head/www/mod_limitipconn2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 09:01:10 -0000 Author: amdmi3 Date: Sun May 28 09:01:09 2017 New Revision: 441903 URL: https://svnweb.freebsd.org/changeset/ports/441903 Log: - Unsilence installation commands Approved by: portmgr blanket Modified: head/www/mod_limitipconn2/Makefile Modified: head/www/mod_limitipconn2/Makefile ============================================================================== --- head/www/mod_limitipconn2/Makefile Sun May 28 08:49:34 2017 (r441902) +++ head/www/mod_limitipconn2/Makefile Sun May 28 09:01:09 2017 (r441903) @@ -25,6 +25,6 @@ PORTDOCS= ChangeLog INSTALL README post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}/ .include From owner-svn-ports-all@freebsd.org Sun May 28 09:15:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88133D851F6; Sun, 28 May 2017 09:15:55 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 356701381; Sun, 28 May 2017 09:15:55 +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 v4S9FsZa009378; Sun, 28 May 2017 09:15:54 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S9Fr4T009368; Sun, 28 May 2017 09:15:53 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705280915.v4S9Fr4T009368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 28 May 2017 09:15:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441904 - in branches/2017Q2/databases: mariadb101-client mariadb101-client/files mariadb101-server mariadb101-server/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 09:15:55 -0000 Author: brnrd Date: Sun May 28 09:15:53 2017 New Revision: 441904 URL: https://svnweb.freebsd.org/changeset/ports/441904 Log: MFH: r440094 databases/mariadb101-server: Update to 10.1.23 - Security and bugfix update to 10.1.23 - Add upstream patch for InnoDB crash - Update CMakeLists.txt patch - Remove MDEV-12261 patch (included upstream) - Fix plist issues PR: 219045 Submitted by: Dani Security: d9e01c35-2531-11e7-b291-b499baebfeaf Approved by: ports-secteam (woodsb02) Added: branches/2017Q2/databases/mariadb101-server/files/patch-MDEV-12281 - copied unchanged from r440094, head/databases/mariadb101-server/files/patch-MDEV-12281 Deleted: branches/2017Q2/databases/mariadb101-client/files/patch-build-fail-MDEV-12261 Modified: branches/2017Q2/databases/mariadb101-client/files/patch-CMakeLists.txt branches/2017Q2/databases/mariadb101-client/pkg-plist branches/2017Q2/databases/mariadb101-server/Makefile branches/2017Q2/databases/mariadb101-server/distinfo branches/2017Q2/databases/mariadb101-server/files/patch-CMakeLists.txt branches/2017Q2/databases/mariadb101-server/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/databases/mariadb101-client/files/patch-CMakeLists.txt ============================================================================== --- branches/2017Q2/databases/mariadb101-client/files/patch-CMakeLists.txt Sun May 28 09:01:09 2017 (r441903) +++ branches/2017Q2/databases/mariadb101-client/files/patch-CMakeLists.txt Sun May 28 09:15:53 2017 (r441904) @@ -1,22 +1,23 @@ ---- CMakeLists.txt.orig 2016-03-24 09:12:10 UTC +--- CMakeLists.txt.orig 2017-05-02 05:13:38 UTC +++ CMakeLists.txt -@@ -380,7 +380,6 @@ ADD_SUBDIRECTORY(libmysql) +@@ -385,7 +385,7 @@ ADD_SUBDIRECTORY(libmysql) ADD_SUBDIRECTORY(client) ADD_SUBDIRECTORY(extra) ADD_SUBDIRECTORY(libservices) -ADD_SUBDIRECTORY(sql/share) ++#ADD_SUBDIRECTORY(sql/share) IF(NOT WITHOUT_SERVER) ADD_SUBDIRECTORY(tests) -@@ -460,6 +459,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL +@@ -465,6 +465,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) +IF(FALSE) - INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER COPYING.thirdparty + INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.thirdparty EXCEPTIONS-CLIENT COMPONENT Readme) - # MDEV-6526 these files are not installed anymore -@@ -470,6 +470,7 @@ IF(UNIX) + +@@ -476,6 +477,7 @@ IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY Docs/README-wsrep COMPONENT Readme) ENDIF() Modified: branches/2017Q2/databases/mariadb101-client/pkg-plist ============================================================================== --- branches/2017Q2/databases/mariadb101-client/pkg-plist Sun May 28 09:01:09 2017 (r441903) +++ branches/2017Q2/databases/mariadb101-client/pkg-plist Sun May 28 09:15:53 2017 (r441904) @@ -71,6 +71,8 @@ include/mysql/service_encryption_scheme. include/mysql/service_kill_statement.h include/mysql/service_logger.h include/mysql/service_md5.h +include/mysql/service_my_crypt.h +include/mysql/service_my_print_error.h include/mysql/service_my_snprintf.h include/mysql/service_progress_report.h include/mysql/service_sha1.h Modified: branches/2017Q2/databases/mariadb101-server/Makefile ============================================================================== --- branches/2017Q2/databases/mariadb101-server/Makefile Sun May 28 09:01:09 2017 (r441903) +++ branches/2017Q2/databases/mariadb101-server/Makefile Sun May 28 09:15:53 2017 (r441904) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.1.22 -PORTREVISION?= 1 +PORTVERSION= 10.1.23 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: branches/2017Q2/databases/mariadb101-server/distinfo ============================================================================== --- branches/2017Q2/databases/mariadb101-server/distinfo Sun May 28 09:01:09 2017 (r441903) +++ branches/2017Q2/databases/mariadb101-server/distinfo Sun May 28 09:15:53 2017 (r441904) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489523834 -SHA256 (mariadb-10.1.22.tar.gz) = bcb0572e7ad32cea9740a21e9255f733bdf60a5561ffbda317c22dd12b3966ce -SIZE (mariadb-10.1.22.tar.gz) = 61542321 +TIMESTAMP = 1493839895 +SHA256 (mariadb-10.1.23.tar.gz) = 54d8114e24bfa5e3ebdc7d69e071ad1471912847ea481b227d204f9d644300bf +SIZE (mariadb-10.1.23.tar.gz) = 61772244 Modified: branches/2017Q2/databases/mariadb101-server/files/patch-CMakeLists.txt ============================================================================== --- branches/2017Q2/databases/mariadb101-server/files/patch-CMakeLists.txt Sun May 28 09:01:09 2017 (r441903) +++ branches/2017Q2/databases/mariadb101-server/files/patch-CMakeLists.txt Sun May 28 09:15:53 2017 (r441904) @@ -1,16 +1,14 @@ -Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options - ---- CMakeLists.txt.orig 2016-03-24 09:12:10 UTC +--- CMakeLists.txt.orig 2017-05-02 05:13:38 UTC +++ CMakeLists.txt -@@ -460,6 +460,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL +@@ -465,6 +465,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) +IF(FALSE) - INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER COPYING.thirdparty + INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.thirdparty EXCEPTIONS-CLIENT COMPONENT Readme) - # MDEV-6526 these files are not installed anymore -@@ -470,6 +471,7 @@ IF(UNIX) + +@@ -476,6 +477,7 @@ IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY Docs/README-wsrep COMPONENT Readme) ENDIF() Copied: branches/2017Q2/databases/mariadb101-server/files/patch-MDEV-12281 (from r440094, head/databases/mariadb101-server/files/patch-MDEV-12281) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/databases/mariadb101-server/files/patch-MDEV-12281 Sun May 28 09:15:53 2017 (r441904, copy of r440094, head/databases/mariadb101-server/files/patch-MDEV-12281) @@ -0,0 +1,15 @@ +--- storage/innobase/dict/dict0stats.cc.orig 2017-05-02 07:13:44.000000000 +0200 ++++ storage/innobase/dict/dict0stats.cc 2017-05-03 17:26:34.159233678 +0200 +@@ -1168,10 +1168,10 @@ + leaf-level delete marks because delete marks on + non-leaf level do not make sense. */ + +- if (level == 0 && srv_stats_include_delete_marked? 0: ++ if (level == 0 && (srv_stats_include_delete_marked ? 0: + rec_get_deleted_flag( + rec, +- page_is_comp(btr_pcur_get_page(&pcur)))) { ++ page_is_comp(btr_pcur_get_page(&pcur))))) { + + if (rec_is_last_on_page + && !prev_rec_is_copied Modified: branches/2017Q2/databases/mariadb101-server/pkg-plist ============================================================================== --- branches/2017Q2/databases/mariadb101-server/pkg-plist Sun May 28 09:01:09 2017 (r441903) +++ branches/2017Q2/databases/mariadb101-server/pkg-plist Sun May 28 09:15:53 2017 (r441904) @@ -4,6 +4,8 @@ bin/aria_ftdump bin/aria_pack bin/aria_read_log bin/innochecksum +bin/mariabackup +bin/mbstream bin/my_print_defaults bin/myisam_ftdump bin/myisamchk @@ -37,6 +39,7 @@ bin/resolveip %%TOKUDB%%bin/tokuft_logprint %%TOKUDB%%bin/tokuftdump bin/wsrep_sst_common +bin/wsrep_sst_mariabackup bin/wsrep_sst_mysqldump bin/wsrep_sst_rsync bin/wsrep_sst_xtrabackup @@ -150,7 +153,10 @@ man/man1/aria_dump_log.1.gz man/man1/aria_ftdump.1.gz man/man1/aria_pack.1.gz man/man1/aria_read_log.1.gz +man/man1/galera_new_cluster.1.gz +man/man1/galera_recovery.1.gz man/man1/innochecksum.1.gz +man/man1/mariadb-service-convert.1.gz man/man1/my_print_defaults.1.gz man/man1/myisam_ftdump.1.gz man/man1/myisamchk.1.gz @@ -168,6 +174,7 @@ man/man1/mysql_zap.1.gz man/man1/mysqlbug.1.gz man/man1/mysqld_multi.1.gz man/man1/mysqld_safe.1.gz +man/man1/mysqld_safe_helper.1.gz man/man1/mysqldumpslow.1.gz man/man1/mysqlhotcopy.1.gz man/man1/mysqltest.1.gz @@ -175,6 +182,13 @@ man/man1/perror.1.gz man/man1/replace.1.gz man/man1/resolve_stack_dump.1.gz man/man1/resolveip.1.gz +%%TOKUDB%%man/man1/tokuft_logdump.1.gz +%%TOKUDB%%man/man1/tokuftdump.1.gz +man/man1/wsrep_sst_common.1.gz +man/man1/wsrep_sst_mysqldump.1.gz +man/man1/wsrep_sst_rsync.1.gz +man/man1/wsrep_sst_xtrabackup-v2.1.gz +man/man1/wsrep_sst_xtrabackup.1.gz man/man8/mysqld.8.gz %%DATADIR%%/binary-configure %%DATADIR%%/charsets/Index.xml From owner-svn-ports-all@freebsd.org Sun May 28 09:31:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6521BD85681; Sun, 28 May 2017 09:31:42 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 353C51C0F; Sun, 28 May 2017 09:31:42 +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 v4S9Vf3F017157; Sun, 28 May 2017 09:31:41 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S9VfYr017155; Sun, 28 May 2017 09:31:41 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705280931.v4S9VfYr017155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 28 May 2017 09:31:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441905 - in head/lang: gcc5 gcc5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 09:31:42 -0000 Author: gerald Date: Sun May 28 09:31:40 2017 New Revision: 441905 URL: https://svnweb.freebsd.org/changeset/ports/441905 Log: Remove CONFLICT with lang/gcc (which now pulls in lang/gcc5 by default). Instead add mutual CONFLICTS between lang/gcc5 and lang/gcc5-devel which we actually missed. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5/Makefile Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Sun May 28 09:15:53 2017 (r441904) +++ head/lang/gcc5-devel/Makefile Sun May 28 09:31:40 2017 (r441905) @@ -24,7 +24,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/ BUILD_DEPENDS+= runtest:misc/dejagnu .endif -CONFLICTS= gcc-5.* +CONFLICTS= gcc5-5.* CPE_VENDOR= gnu CPE_VERSION= ${GCC_VERSION} Modified: head/lang/gcc5/Makefile ============================================================================== --- head/lang/gcc5/Makefile Sun May 28 09:15:53 2017 (r441904) +++ head/lang/gcc5/Makefile Sun May 28 09:31:40 2017 (r441905) @@ -24,7 +24,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/ BUILD_DEPENDS+= runtest:misc/dejagnu .endif -CONFLICTS= gcc-5.* +CONFLICTS= gcc5-devel-5.* CPE_VENDOR= gnu GCC_VERSION= ${PORTVERSION} From owner-svn-ports-all@freebsd.org Sun May 28 10:34:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED825D85A69; Sun, 28 May 2017 10:34:13 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A57301A7D; Sun, 28 May 2017 10:34:13 +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 v4SAYC05041496; Sun, 28 May 2017 10:34:12 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SAYCgI041494; Sun, 28 May 2017 10:34:12 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705281034.v4SAYCgI041494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 28 May 2017 10:34:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441906 - in head/lang/gcc6: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 10:34:14 -0000 Author: gerald Date: Sun May 28 10:34:12 2017 New Revision: 441906 URL: https://svnweb.freebsd.org/changeset/ports/441906 Log: Forward port files/patch-x86-64-fix-m16 from lang/gcc5. This has been in gcc6-devel for a while, but the next GCC 6 release has been taking longer than expected, so let's put this in temporarily. PR: 219291 Added: head/lang/gcc6/files/patch-x86-64-fix-m16 - copied unchanged from r441900, head/lang/gcc5/files/patch-x86-64-fix-m16 Modified: head/lang/gcc6/Makefile Modified: head/lang/gcc6/Makefile ============================================================================== --- head/lang/gcc6/Makefile Sun May 28 09:31:40 2017 (r441905) +++ head/lang/gcc6/Makefile Sun May 28 10:34:12 2017 (r441906) @@ -3,7 +3,7 @@ PORTNAME= gcc PORTVERSION= 6.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} Copied: head/lang/gcc6/files/patch-x86-64-fix-m16 (from r441900, head/lang/gcc5/files/patch-x86-64-fix-m16) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/gcc6/files/patch-x86-64-fix-m16 Sun May 28 10:34:12 2017 (r441906, copy of r441900, head/lang/gcc5/files/patch-x86-64-fix-m16) @@ -0,0 +1,25 @@ +At the moment the -m16 option only passes the "--32" parameter to the +assembler on glibc OSes, while on other OSes the assembler is called +without any specific flag. This is wrong and causes the assembler to +fail. Fix it by adding support for the -m16 option to x86-64.h. + +2016-07-06 Roger Pau Monné + + * x86-64.h: append --32 to the assembler options when -m16 is used + even on non-glibc OSes. + +This should be backported to all stable branches up to 4.9 (when -m16 was +introduced). + +--- UTC +--- gcc/config/i386/x86-64.h ++++ gcc/config/i386/x86-64.h +@@ -49,7 +49,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see + #define WCHAR_TYPE_SIZE 32 + + #undef ASM_SPEC +-#define ASM_SPEC "%{m32:--32} %{m64:--64} %{mx32:--x32}" ++#define ASM_SPEC "%{m16|m32:--32} %{m64:--64} %{mx32:--x32}" + + #undef ASM_OUTPUT_ALIGNED_BSS + #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ From owner-svn-ports-all@freebsd.org Sun May 28 10:58:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96E08D8511F; Sun, 28 May 2017 10:58:02 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 723C89E3; Sun, 28 May 2017 10:58:02 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SAw1ep049889; Sun, 28 May 2017 10:58:01 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SAw0vk049877; Sun, 28 May 2017 10:58:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705281058.v4SAw0vk049877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 May 2017 10:58:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441907 - in head: databases/rrdtool devel/libtai dns/libasr dns/libasr-devel lang/clang35 mail/ezmlm-idx mail/mess822 mail/opensmtpd security/fwipe security/openssh-portable x11-toolki... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 10:58:02 -0000 Author: antoine Date: Sun May 28 10:58:00 2017 New Revision: 441907 URL: https://svnweb.freebsd.org/changeset/ports/441907 Log: Register dependency on groff PR: 213725 Modified: head/databases/rrdtool/Makefile head/devel/libtai/Makefile head/dns/libasr-devel/Makefile head/dns/libasr/Makefile head/lang/clang35/Makefile head/mail/ezmlm-idx/Makefile head/mail/mess822/Makefile head/mail/opensmtpd/Makefile head/security/fwipe/Makefile head/security/openssh-portable/Makefile head/x11-toolkits/fltk/Makefile Modified: head/databases/rrdtool/Makefile ============================================================================== --- head/databases/rrdtool/Makefile Sun May 28 10:34:12 2017 (r441906) +++ head/databases/rrdtool/Makefile Sun May 28 10:58:00 2017 (r441907) @@ -20,7 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LO USE_RC_SUBR= rrdcached USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig shebangfix +USES= gmake groff libtool pathfix pkgconfig shebangfix SHEBANG_FILES= examples/rrdcached/rrdcached-size.pl USE_GNOME= glib20 libxml2 INSTALL_TARGET= install-strip Modified: head/devel/libtai/Makefile ============================================================================== --- head/devel/libtai/Makefile Sun May 28 10:34:12 2017 (r441906) +++ head/devel/libtai/Makefile Sun May 28 10:58:00 2017 (r441907) @@ -13,6 +13,7 @@ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Library for storing and manipulating dates and times in second/attosecond ALL_TARGET= it +USES= groff USE_LDCONFIG= yes MAKE_ENV= LIBVERSION="${LIBVERSION}" MAKE_JOBS_UNSAFE= yes Modified: head/dns/libasr-devel/Makefile ============================================================================== --- head/dns/libasr-devel/Makefile Sun May 28 10:34:12 2017 (r441906) +++ head/dns/libasr-devel/Makefile Sun May 28 10:58:00 2017 (r441907) @@ -19,7 +19,7 @@ CONFLICTS= libasr-[0-9]* GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool +USES= groff libtool USE_LDCONFIG= yes .include Modified: head/dns/libasr/Makefile ============================================================================== --- head/dns/libasr/Makefile Sun May 28 10:34:12 2017 (r441906) +++ head/dns/libasr/Makefile Sun May 28 10:58:00 2017 (r441907) @@ -18,7 +18,7 @@ CONFLICTS= libasr-devel-[0-9]* GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool ssl:build +USES= groff libtool ssl:build USE_LDCONFIG= yes CFLAGS+= -I${OPENSSLINC} Modified: head/lang/clang35/Makefile ============================================================================== --- head/lang/clang35/Makefile Sun May 28 10:34:12 2017 (r441906) +++ head/lang/clang35/Makefile Sun May 28 10:58:00 2017 (r441907) @@ -36,7 +36,7 @@ PYTHONLIBDIR= ${LLVM_PREFIX}/lib/python GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} -USES= compiler:c++11-lib gmake libedit perl5 python:build tar:xz +USES= compiler:c++11-lib gmake groff libedit perl5 python:build tar:xz USE_LDCONFIG= yes MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \ Modified: head/mail/ezmlm-idx/Makefile ============================================================================== --- head/mail/ezmlm-idx/Makefile Sun May 28 10:34:12 2017 (r441906) +++ head/mail/ezmlm-idx/Makefile Sun May 28 10:58:00 2017 (r441907) @@ -11,7 +11,7 @@ COMMENT= Improved version of the ezmlm m LICENSE= GPLv2 -USES= qmail:run +USES= groff qmail:run CONFLICTS= ezmlm-0.* Modified: head/mail/mess822/Makefile ============================================================================== --- head/mail/mess822/Makefile Sun May 28 10:34:12 2017 (r441906) +++ head/mail/mess822/Makefile Sun May 28 10:58:00 2017 (r441907) @@ -13,7 +13,7 @@ MASTER_SITES= http://cr.yp.to/software/ MAINTAINER= ports@FreeBSD.org COMMENT= RFC 822 mail message parsing library and rewriting utilities -USES= qmail:vars +USES= groff qmail:vars ALL_TARGET= it INSTALL_TARGET= setup check Modified: head/mail/opensmtpd/Makefile ============================================================================== --- head/mail/opensmtpd/Makefile Sun May 28 10:34:12 2017 (r441906) +++ head/mail/opensmtpd/Makefile Sun May 28 10:58:00 2017 (r441907) @@ -27,7 +27,7 @@ MAILERCONF_DESC= Activate OpenSMTPD in m SSL_PORT_DESC= SSL/TLS support via OpenSSL/LibreSSL from port TABLE_DB_DESC= Build table-db plugin (aliases) -USES= cpe libtool ssl +USES= cpe groff libtool ssl GNU_CONFIGURE= yes CPE_VENDOR= openbsd Modified: head/security/fwipe/Makefile ============================================================================== --- head/security/fwipe/Makefile Sun May 28 10:34:12 2017 (r441906) +++ head/security/fwipe/Makefile Sun May 28 10:58:00 2017 (r441907) @@ -13,6 +13,7 @@ COMMENT= djb-style file wiping utility ALL_TARGET= it INSTALL_TARGET= setup +USES= groff PLIST_FILES= bin/fwipe bin/fwipe0 bin/echo0 man/man1/fwipe.1.gz \ man/man1/fwipe0.1.gz man/man1/echo0.1.gz Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Sun May 28 10:34:12 2017 (r441906) +++ head/security/openssh-portable/Makefile Sun May 28 10:58:00 2017 (r441907) @@ -17,7 +17,7 @@ COMMENT= The portable version of OpenBSD CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* openssh-portable-devel-* -USES= alias autoreconf ncurses ssl +USES= alias autoreconf groff ncurses ssl GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_strnvis=no CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \ Modified: head/x11-toolkits/fltk/Makefile ============================================================================== --- head/x11-toolkits/fltk/Makefile Sun May 28 10:34:12 2017 (r441906) +++ head/x11-toolkits/fltk/Makefile Sun May 28 10:58:00 2017 (r441907) @@ -15,7 +15,7 @@ LICENSE= LGPL20 LIB_DEPENDS= libpng.so:graphics/png -USES= jpeg localbase pkgconfig +USES= groff jpeg localbase pkgconfig USE_XORG= x11 xcursor xext xfixes xft xinerama USE_GL= glu USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Sun May 28 11:02:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 870D9D8548D; Sun, 28 May 2017 11:02:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56E00EC6; Sun, 28 May 2017 11:02: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 v4SB2P5E051933; Sun, 28 May 2017 11:02:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SB2Pwf051931; Sun, 28 May 2017 11:02:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705281102.v4SB2Pwf051931@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, 28 May 2017 11:02:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441908 - branches/2017Q2/www/aria2 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 11:02:26 -0000 Author: sunpoet Date: Sun May 28 11:02:25 2017 New Revision: 441908 URL: https://svnweb.freebsd.org/changeset/ports/441908 Log: MFH: r441579 Update to 1.32.0 Changes: https://github.com/aria2/aria2/releases Approved by: ports-secteam Modified: branches/2017Q2/www/aria2/Makefile branches/2017Q2/www/aria2/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/www/aria2/Makefile ============================================================================== --- branches/2017Q2/www/aria2/Makefile Sun May 28 10:58:00 2017 (r441907) +++ branches/2017Q2/www/aria2/Makefile Sun May 28 11:02:25 2017 (r441908) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= aria2 -PORTVERSION= 1.31.0 -PORTREVISION= 2 +PORTVERSION= 1.32.0 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${PORTVERSION}/ \ LOCAL/sunpoet Modified: branches/2017Q2/www/aria2/distinfo ============================================================================== --- branches/2017Q2/www/aria2/distinfo Sun May 28 10:58:00 2017 (r441907) +++ branches/2017Q2/www/aria2/distinfo Sun May 28 11:02:25 2017 (r441908) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485033823 -SHA256 (aria2-1.31.0.tar.xz) = 7b85619048b23406f241e38a5b1b8b0bc2cae9e80fd117810c2a71ecca813f8c -SIZE (aria2-1.31.0.tar.xz) = 1501388 +TIMESTAMP = 1495553316 +SHA256 (aria2-1.32.0.tar.xz) = 546e9194a9135d665fce572cb93c88f30fb5601d113bfa19951107ced682dc50 +SIZE (aria2-1.32.0.tar.xz) = 1502192 From owner-svn-ports-all@freebsd.org Sun May 28 11:09:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E74BFD85590; Sun, 28 May 2017 11:09: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 mx1.freebsd.org (Postfix) with ESMTPS id B3113101E; Sun, 28 May 2017 11:09: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 v4SB9hrL054603; Sun, 28 May 2017 11:09:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SB9hKK054601; Sun, 28 May 2017 11:09:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705281109.v4SB9hKK054601@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, 28 May 2017 11:09:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441909 - branches/2017Q2/graphics/imageworsener X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 11:09:45 -0000 Author: sunpoet Date: Sun May 28 11:09:43 2017 New Revision: 441909 URL: https://svnweb.freebsd.org/changeset/ports/441909 Log: MFH: r441801 Update to 1.3.2 Changes: https://github.com/jsummers/imageworsener/blob/master/changelog.txt Approved by: ports-secteam Modified: branches/2017Q2/graphics/imageworsener/Makefile branches/2017Q2/graphics/imageworsener/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/graphics/imageworsener/Makefile ============================================================================== --- branches/2017Q2/graphics/imageworsener/Makefile Sun May 28 11:02:25 2017 (r441908) +++ branches/2017Q2/graphics/imageworsener/Makefile Sun May 28 11:09:43 2017 (r441909) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= imageworsener -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= graphics MASTER_SITES= http://entropymine.com/imageworsener/ \ LOCAL/sunpoet Modified: branches/2017Q2/graphics/imageworsener/distinfo ============================================================================== --- branches/2017Q2/graphics/imageworsener/distinfo Sun May 28 11:02:25 2017 (r441908) +++ branches/2017Q2/graphics/imageworsener/distinfo Sun May 28 11:09:43 2017 (r441909) @@ -1,2 +1,3 @@ -SHA256 (imageworsener-1.3.0.tar.gz) = 2d4e40463658a577056ee17f204aac2a626b291f187f5f6e42b0c4140408d125 -SIZE (imageworsener-1.3.0.tar.gz) = 660594 +TIMESTAMP = 1495818481 +SHA256 (imageworsener-1.3.2.tar.gz) = 0946f8e82eaf4c51b7f3f2624eef89bfdf73b7c5b04d23aae8d3fbe01cca3ea2 +SIZE (imageworsener-1.3.2.tar.gz) = 661710 From owner-svn-ports-all@freebsd.org Sun May 28 11:55:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E275D861AE; Sun, 28 May 2017 11:55:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FB3E169; Sun, 28 May 2017 11:55:37 +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 v4SBtatB074411; Sun, 28 May 2017 11:55:36 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SBtarD074409; Sun, 28 May 2017 11:55:36 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705281155.v4SBtarD074409@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 May 2017 11:55:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441910 - in head: sysutils/scprotect www/swish-e X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 11:55:37 -0000 Author: antoine Date: Sun May 28 11:55:35 2017 New Revision: 441910 URL: https://svnweb.freebsd.org/changeset/ports/441910 Log: Fix BROKEN spelling Modified: head/sysutils/scprotect/Makefile head/www/swish-e/Makefile Modified: head/sysutils/scprotect/Makefile ============================================================================== --- head/sysutils/scprotect/Makefile Sun May 28 11:09:43 2017 (r441909) +++ head/sysutils/scprotect/Makefile Sun May 28 11:55:35 2017 (r441910) @@ -9,8 +9,8 @@ MASTER_SITES= http://dindin.ru/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Protect process from killing when the swap space is exhausted -BROKEN_FREEBSD_11= does not build on FreeBSD 11.x+ -BROKEN_FREEBSD_12= does not build on FreeBSD 11.x+: scprotect.c: 'sysctl__' undeclared (first use in this function) +BROKEN_FreeBSD_11= does not build on FreeBSD 11.x+ +BROKEN_FreeBSD_12= does not build on FreeBSD 11.x+: scprotect.c: 'sysctl__' undeclared (first use in this function) USES= kmod uidfix Modified: head/www/swish-e/Makefile ============================================================================== --- head/www/swish-e/Makefile Sun May 28 11:09:43 2017 (r441909) +++ head/www/swish-e/Makefile Sun May 28 11:55:35 2017 (r441910) @@ -10,7 +10,7 @@ MASTER_SITES= http://swish-e.org/distrib MAINTAINER= ports@FreeBSD.org COMMENT= Simple web indexing for humans - enhanced -BROKEN_FREEBSD_12= fails to compile: zlib.h: conflicting types for 'uncompress2' +BROKEN_FreeBSD_12= fails to compile: zlib.h: conflicting types for 'uncompress2' USE_LDCONFIG= yes USE_GNOME= libxml2 From owner-svn-ports-all@freebsd.org Sun May 28 12:11:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 298D2D86BDA; Sun, 28 May 2017 12:11: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 mx1.freebsd.org (Postfix) with ESMTPS id EDDB9E80; Sun, 28 May 2017 12:11:48 +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 v4SCBlYB081203; Sun, 28 May 2017 12:11:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SCBllc081201; Sun, 28 May 2017 12:11:47 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705281211.v4SCBllc081201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 May 2017 12:11:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441911 - head/sysutils/py-pytsk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 12:11:49 -0000 Author: antoine Date: Sun May 28 12:11:47 2017 New Revision: 441911 URL: https://svnweb.freebsd.org/changeset/ports/441911 Log: Update to 20170508 Modified: head/sysutils/py-pytsk/Makefile head/sysutils/py-pytsk/distinfo Modified: head/sysutils/py-pytsk/Makefile ============================================================================== --- head/sysutils/py-pytsk/Makefile Sun May 28 11:55:35 2017 (r441910) +++ head/sysutils/py-pytsk/Makefile Sun May 28 12:11:47 2017 (r441911) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytsk -PORTVERSION= 20170128 +PORTVERSION= 20170508 CATEGORIES= sysutils security devel python MASTER_SITES= CHEESESHOP \ https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ Modified: head/sysutils/py-pytsk/distinfo ============================================================================== --- head/sysutils/py-pytsk/distinfo Sun May 28 11:55:35 2017 (r441910) +++ head/sysutils/py-pytsk/distinfo Sun May 28 12:11:47 2017 (r441911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485627915 -SHA256 (pytsk3-20170128.tar.gz) = 71df82052f209583b2c042fed2abc5110ff83d950cdf748d6cbad244d709ce46 -SIZE (pytsk3-20170128.tar.gz) = 2803782 +TIMESTAMP = 1494336296 +SHA256 (pytsk3-20170508.tar.gz) = 23865b4830f2d2819089d7fb2e6eaa1d0a592481580b37faf0e164e5dd99ac51 +SIZE (pytsk3-20170508.tar.gz) = 3004540 From owner-svn-ports-all@freebsd.org Sun May 28 14:27:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85AEDD85BC8; Sun, 28 May 2017 14:27:26 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48E761DCF; Sun, 28 May 2017 14:27:26 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SERPWF035064; Sun, 28 May 2017 14:27:25 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SERPgp035062; Sun, 28 May 2017 14:27:25 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201705281427.v4SERPgp035062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sun, 28 May 2017 14:27:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441912 - in head/mail/openwebmail: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 14:27:26 -0000 Author: crees Date: Sun May 28 14:27:25 2017 New Revision: 441912 URL: https://svnweb.freebsd.org/changeset/ports/441912 Log: Fix with new perl Submitted by: Bretislav Kubesa Added: head/mail/openwebmail/files/patch-fix-perl (contents, props changed) Modified: head/mail/openwebmail/Makefile Modified: head/mail/openwebmail/Makefile ============================================================================== --- head/mail/openwebmail/Makefile Sun May 28 12:11:47 2017 (r441911) +++ head/mail/openwebmail/Makefile Sun May 28 14:27:25 2017 (r441912) @@ -3,7 +3,7 @@ PORTNAME= openwebmail PORTVERSION= 2.53 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://openwebmail.acatysmoof.com/download/release/ \ http://openwebmail.org/openwebmail/download/release/ Added: head/mail/openwebmail/files/patch-fix-perl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/openwebmail/files/patch-fix-perl Sun May 28 14:27:25 2017 (r441912) @@ -0,0 +1,149 @@ +diff -ruN openwebmail/openwebmail-read.pl openwebmail-2.53_2/cgi-bin/openwebmail/openwebmail-read.pl +--- openwebmail/openwebmail-read.pl 2017-04-24 19:43:15.081986000 +0200 ++++ openwebmail/openwebmail-read.pl 2017-04-24 19:36:30.000000000 +0200 +@@ -861,7 +861,7 @@ + my $has_nontext_att=0; + + foreach my $attnumber (0 .. $#{$message{attachment}}) { +- next unless (defined %{$message{attachment}[$attnumber]}); ++ next unless (%{$message{attachment}[$attnumber]}); + $has_nontext_att++ if (defined ${$message{attachment}[$attnumber]}{'content-type'} && + ${$message{attachment}[$attnumber]}{'content-type'}!~/^text/i); + my $attcharset=$convfrom; +@@ -886,7 +886,7 @@ + + } else { # attmode==simple + # handle case to skip to next text/html attachment +- if ( defined %{$message{attachment}[$attnumber+1]} && ++ if ( ref($message{attachment}[$attnumber+1]) eq "HASH" && + (${$message{attachment}[$attnumber+1]}{boundary} eq + ${$message{attachment}[$attnumber]}{boundary}) ) { + +@@ -1508,7 +1508,7 @@ + return ($msgsize, $errmsg) if ($msgsize<=0); + ($message{header}, $message{body}, $message{attachment}) + =ow::mailparse::parse_rfc822block(\$block, "0", "all"); +- return 0 if (!defined @{$message{attachment}}); ++ return 0 if (!defined {$message{attachment}}); + + my @datas; + my $boundary = "----=OPENWEBMAIL_ATT_" . rand(); +diff -ruN openwebmail/openwebmail-send.pl openwebmail-2.53_2/cgi-bin/openwebmail/openwebmail-send.pl +--- openwebmail/openwebmail-send.pl 2017-04-24 19:43:15.085116000 +0200 ++++ openwebmail/openwebmail-send.pl 2017-04-24 19:28:00.000000000 +0200 +@@ -510,7 +510,7 @@ + } elsif ($message{'content-type'} =~ /^multipart/i) { + # If the first attachment is text, + # assume it's the body of a message in multi-part format +- if ( defined %{$message{attachment}[0]} && ++ if ( %{$message{attachment}[0]} && + ${$message{attachment}[0]}{'content-type'} =~ /^text/i ) { + if (${$message{attachment}[0]}{'content-transfer-encoding'} =~ /^quoted-printable/i) { + $body = decode_qp(${${$message{attachment}[0]}{r_content}}); +@@ -531,7 +531,7 @@ + # handle mail with both text and html version + # rename html to other name so if user in text compose mode, + # the modified/forwarded text won't be overridden by html again +- if ( defined %{$message{attachment}[1]} && ++ if ( %{$message{attachment}[1]} && + ${$message{attachment}[1]}{boundary} eq ${$message{attachment}[0]}{boundary} ) { + # rename html attachment in the same alternative group + if ( (${$message{attachment}[0]}{subtype}=~/alternative/i && +diff -ruN openwebmail/shares/getmessage.pl openwebmail-2.53_2/cgi-bin/openwebmail/shares/getmessage.pl +--- openwebmail/shares/getmessage.pl 2017-04-24 19:43:15.037505000 +0200 ++++ openwebmail/shares/getmessage.pl 2017-04-24 19:02:24.000000000 +0200 +@@ -89,7 +89,7 @@ + $message{status} =~ s/\s//g; + if ($message{'content-type'}=~/charset="?([^\s"';]*)"?\s?/i) { + $message{charset}=$1; +- } elsif (defined @{$message{attachment}}) { ++ } elsif (@{$message{attachment}}) { + my @att=@{$message{attachment}}; + foreach my $i (0 .. $#att) { + if (defined ${$att[$i]}{charset} && ${$att[$i]}{charset} ne '') { +diff -ruN openwebmail/shares/mailfilter.pl openwebmail-2.53_2/cgi-bin/openwebmail/shares/mailfilter.pl +--- openwebmail/shares/mailfilter.pl 2017-04-24 19:43:15.040213000 +0200 ++++ openwebmail/shares/mailfilter.pl 2017-04-24 19:02:37.000000000 +0200 +@@ -366,7 +366,7 @@ + $io_errcount++; $i--; next; + } + } +- if (!defined @{$r_attachments}) { ++ if (!@{$r_attachments}) { + ($header, $body, $r_attachments)=ow::mailparse::parse_rfc822block(\$currmessage); + } + +@@ -430,7 +430,7 @@ + $io_errcount++; $i--; next; + } + } +- if (!defined @{$r_attachments}) { ++ if (!@{$r_attachments}) { + ($header, $body, $r_attachments)=ow::mailparse::parse_rfc822block(\$currmessage); + } + # check attachments +@@ -638,7 +638,7 @@ + $io_errcount++; $i--; next; + } + } +- if (!defined @{$r_attachments}) { ++ if (!@{$r_attachments}) { + ($header, $body, $r_attachments)=ow::mailparse::parse_rfc822block(\$currmessage); + } + +diff -ruN openwebmail/shares/ow-shared.pl openwebmail-2.53_2/cgi-bin/openwebmail/shares/ow-shared.pl +--- openwebmail/shares/ow-shared.pl 2017-04-24 19:43:15.041206000 +0200 ++++ openwebmail/shares/ow-shared.pl 2017-04-24 19:21:59.000000000 +0200 +@@ -184,17 +184,18 @@ + use vars qw($_vars_used); + sub openwebmail_clearall { + # clear opentable in filelock.pl +- ow::filelock::closeall() if (defined %ow::filelock::opentable); ++ ow::filelock::closeall() if (%ow::filelock::opentable); + + # chdir back to openwebmail cgidir + chdir($config{'ow_cgidir'}) if ($config{'ow_cgidir'}); + + # clear gobal variable for persistent perl +- undef(%SIG) if (defined %SIG); +- undef(%config) if (defined %config); +- undef(%config_raw) if (defined %config_raw); ++ undef(%SIG) if (%SIG); ++ undef(%config) if (%config); ++ undef(%config_raw) if (%config_raw); ++ + undef($thissession) if (defined $thissession); +- undef(%icontext) if (defined %icontext); ++ undef(%icontext) if (%icontext); + + undef($default_logindomain) if (defined $default_logindomain); + undef($loginname) if (defined $loginname); +@@ -207,7 +208,7 @@ + undef($uuid) if (defined $uuid); + undef($ugid) if (defined $ugid); + undef($homedir) if (defined $homedir); +- undef(%prefs) if (defined %prefs); ++undef(%prefs) if (%prefs); + + undef($quotausage) if (defined $quotausage); + undef($quotalimit) if (defined $quotalimit); +@@ -1068,8 +1069,8 @@ + $user=get_user_by_virtualuser($loginuser); + if ($user eq "") { + my @domainlist=($logindomain); +- if (defined @{$config{'domain_equiv'}{'list'}{$logindomain}}) { +- push(@domainlist, @{$config{'domain_equiv'}{'list'}{$logindomain}}); ++ if (defined{$config{'domain_equiv'}{'list'}{$logindomain}}) { ++ push(@domainlist, defined{$config{'domain_equiv'}{'list'}{$logindomain}}); + } + foreach (@domainlist) { + $user=get_user_by_virtualuser("$loginuser\@$_"); +@@ -1698,7 +1699,7 @@ + + ########## IS_ADM ################################################ + sub is_vdomain_adm { +- if (defined @{$config{'vdomain_admlist'}}) { ++ if (@{$config{'vdomain_admlist'}}) { + foreach my $adm (@{$config{'vdomain_admlist'}}) { + return 1 if ($_[0] eq $adm); # $_[0] is the user + } From owner-svn-ports-all@freebsd.org Sun May 28 15:34:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8572D84EB5; Sun, 28 May 2017 15:34:46 +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 998381895; Sun, 28 May 2017 15:34:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id C107846B2; Sun, 28 May 2017 15:34:45 +0000 (UTC) Date: Sun, 28 May 2017 15:34:45 +0000 From: Alexey Dokuchaev To: Joseph Mingrone Cc: Sunpoet Po-Chuan Hsieh , Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r441852 - in head/net-im: . mastodon Message-ID: <20170528153445.GA51691@FreeBSD.org> References: <201705271624.v4RGOkXd091073@repo.freebsd.org> <20170527211120.6ubqtabp7xtrbdqq@ivaldir.net> <868tlhesdx.fsf@phe.ftfl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <868tlhesdx.fsf@phe.ftfl.ca> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 15:34:46 -0000 On Sat, May 27, 2017 at 09:28:58PM -0300, Joseph Mingrone wrote: > ... > There is certainly an instant messaging component to GNU Social, > Mastodon, and Twiiter, but one could make a case for Mastodon to be in > also be in net, or even www. I am OK to change it if we come to a > consensus or a majority opinion. Does anyone else have an opinion? There is a general rule (esp. when several categories seem to apply) to prefer most specific one. Right now there are ~2.5k ports in `www', ~1.5k in `net', and 200 in `net-im'. The latter looks 1) applicable enough, and 2) underpopulated compared to the other two. I'd say we go with it. ./danfe From owner-svn-ports-all@freebsd.org Sun May 28 16:23:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBBEFD85225; Sun, 28 May 2017 16:23:40 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7078C1394; Sun, 28 May 2017 16:23:40 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SGNd0W083295; Sun, 28 May 2017 16:23:39 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SGNdVw083293; Sun, 28 May 2017 16:23:39 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201705281623.v4SGNdVw083293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 28 May 2017 16:23:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441913 - head/graphics/linux-c6-jasper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 16:23:40 -0000 Author: tijl Date: Sun May 28 16:23:39 2017 New Revision: 441913 URL: https://svnweb.freebsd.org/changeset/ports/441913 Log: Update to 1.900.1-21.el6_9. Modified: head/graphics/linux-c6-jasper/Makefile head/graphics/linux-c6-jasper/distinfo Modified: head/graphics/linux-c6-jasper/Makefile ============================================================================== --- head/graphics/linux-c6-jasper/Makefile Sun May 28 14:27:25 2017 (r441912) +++ head/graphics/linux-c6-jasper/Makefile Sun May 28 16:23:39 2017 (r441913) @@ -2,7 +2,7 @@ PORTNAME= jasper PORTVERSION= 1.900.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics linux PKGNAMESUFFIX= -libs LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} @@ -12,7 +12,7 @@ COMMENT= JPEG-2000 reference implementat DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 16.el6_6.3 +RPMVERSION= 21.el6_9 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= jpeg Modified: head/graphics/linux-c6-jasper/distinfo ============================================================================== --- head/graphics/linux-c6-jasper/distinfo Sun May 28 14:27:25 2017 (r441912) +++ head/graphics/linux-c6-jasper/distinfo Sun May 28 16:23:39 2017 (r441913) @@ -1,7 +1,7 @@ -TIMESTAMP = 1485604316 -SHA256 (centos/jasper-libs-1.900.1-16.el6_6.3.i686.rpm) = 867485f066f16b8d4067771a01f6f8c60dda135f27c5a6441b2089d8e9255533 -SIZE (centos/jasper-libs-1.900.1-16.el6_6.3.i686.rpm) = 140456 -SHA256 (centos/jasper-libs-1.900.1-16.el6_6.3.x86_64.rpm) = f97f6af75d7ac6140e4f126e4e34b8e5b2eba7a0c6ed65694cecaaf88100d806 -SIZE (centos/jasper-libs-1.900.1-16.el6_6.3.x86_64.rpm) = 140540 -SHA256 (centos/jasper-1.900.1-16.el6_6.3.src.rpm) = 28ef9fb9cc889fc9f43cd360125de42994829a92c5ede0b3d82dc9e0159f4605 -SIZE (centos/jasper-1.900.1-16.el6_6.3.src.rpm) = 1404135 +TIMESTAMP = 1495988523 +SHA256 (centos/jasper-libs-1.900.1-21.el6_9.i686.rpm) = 2e159a9085ea69dc5494e61caa75a2baad3b313d4c9aaa28d210019d39e1dcc1 +SIZE (centos/jasper-libs-1.900.1-21.el6_9.i686.rpm) = 141648 +SHA256 (centos/jasper-libs-1.900.1-21.el6_9.x86_64.rpm) = 2d59e1277757dc31c39400a7276f08d8afd03504ce8440facce1f84bb4be714f +SIZE (centos/jasper-libs-1.900.1-21.el6_9.x86_64.rpm) = 141748 +SHA256 (centos/jasper-1.900.1-21.el6_9.src.rpm) = ef8e5d52a2bc6ad50c48ef1ebe4490a67bb92df075afacc102b16d8f076fb162 +SIZE (centos/jasper-1.900.1-21.el6_9.src.rpm) = 1424070 From owner-svn-ports-all@freebsd.org Sun May 28 16:37:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B17B2D855B6; Sun, 28 May 2017 16:37:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BA321904; Sun, 28 May 2017 16:37:56 +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 v4SGbtUY087372; Sun, 28 May 2017 16:37:55 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SGbtsd087370; Sun, 28 May 2017 16:37:55 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201705281637.v4SGbtsd087370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 28 May 2017 16:37:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441914 - head/graphics/linux-c7-jasper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 16:37:56 -0000 Author: tijl Date: Sun May 28 16:37:55 2017 New Revision: 441914 URL: https://svnweb.freebsd.org/changeset/ports/441914 Log: Update to 1.900.1-30.el7_3. Modified: head/graphics/linux-c7-jasper/Makefile head/graphics/linux-c7-jasper/distinfo Modified: head/graphics/linux-c7-jasper/Makefile ============================================================================== --- head/graphics/linux-c7-jasper/Makefile Sun May 28 16:23:39 2017 (r441913) +++ head/graphics/linux-c7-jasper/Makefile Sun May 28 16:37:55 2017 (r441914) @@ -3,7 +3,7 @@ PORTNAME= jasper PORTVERSION= 1.900.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics linux PKGNAMESUFFIX= -libs LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} @@ -14,7 +14,7 @@ COMMENT= JPEG-2000 reference implementat DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 29.el7 +RPMVERSION= 30.el7_3 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= jpeg Modified: head/graphics/linux-c7-jasper/distinfo ============================================================================== --- head/graphics/linux-c7-jasper/distinfo Sun May 28 16:23:39 2017 (r441913) +++ head/graphics/linux-c7-jasper/distinfo Sun May 28 16:37:55 2017 (r441914) @@ -1,7 +1,7 @@ -TIMESTAMP = 1482091559 -SHA256 (centos/jasper-libs-1.900.1-29.el7.i686.rpm) = 0fa495242ba6e8ec8d85c1c87ad0f5ea055818503cb45fb7ad589584cd57f85c -SIZE (centos/jasper-libs-1.900.1-29.el7.i686.rpm) = 149580 -SHA256 (centos/jasper-libs-1.900.1-29.el7.x86_64.rpm) = b84e289fec3e4a5a68c847bf6062f452beceab91641792203478b44c2a71725d -SIZE (centos/jasper-libs-1.900.1-29.el7.x86_64.rpm) = 152152 -SHA256 (centos/jasper-1.900.1-29.el7.src.rpm) = d3b5e15864e79338b895140f56cadfd9e6b91f62b5a12efe3f1cc7fe81e36e67 -SIZE (centos/jasper-1.900.1-29.el7.src.rpm) = 1412129 +TIMESTAMP = 1495989425 +SHA256 (centos/jasper-libs-1.900.1-30.el7_3.i686.rpm) = 33528f9a2f5eaffc09abaed6f5b81f336815820969406a24dfb7526d587ed54b +SIZE (centos/jasper-libs-1.900.1-30.el7_3.i686.rpm) = 150988 +SHA256 (centos/jasper-libs-1.900.1-30.el7_3.x86_64.rpm) = 63ee65983ed5bd9f8d2516f4066d3642cdff69f63b5251a52470094e7a816150 +SIZE (centos/jasper-libs-1.900.1-30.el7_3.x86_64.rpm) = 153764 +SHA256 (centos/jasper-1.900.1-30.el7_3.src.rpm) = 37135c918505fca6233f9ab55193602bb9ed97dcde43a50ed6f2dae3a45038fc +SIZE (centos/jasper-1.900.1-30.el7_3.src.rpm) = 1431947 From owner-svn-ports-all@freebsd.org Sun May 28 16:49:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A09C3D858C0; Sun, 28 May 2017 16:49:24 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56E671E50; Sun, 28 May 2017 16:49:24 +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 v4SGnNAq091516; Sun, 28 May 2017 16:49:23 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SGnNdi091514; Sun, 28 May 2017 16:49:23 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201705281649.v4SGnNdi091514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 28 May 2017 16:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441915 - head/x11-toolkits/linux-c7-openmotif X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 16:49:24 -0000 Author: tijl Date: Sun May 28 16:49:23 2017 New Revision: 441915 URL: https://svnweb.freebsd.org/changeset/ports/441915 Log: Update to 2.3.4-8.1.el7_3. Modified: head/x11-toolkits/linux-c7-openmotif/Makefile head/x11-toolkits/linux-c7-openmotif/distinfo Modified: head/x11-toolkits/linux-c7-openmotif/Makefile ============================================================================== --- head/x11-toolkits/linux-c7-openmotif/Makefile Sun May 28 16:37:55 2017 (r441914) +++ head/x11-toolkits/linux-c7-openmotif/Makefile Sun May 28 16:49:23 2017 (r441915) @@ -3,7 +3,7 @@ PORTNAME= motif PORTVERSION= 2.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits linux MAINTAINER= emulation@FreeBSD.org @@ -12,7 +12,7 @@ COMMENT= Motif toolkit libraries (Linux CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../open-${PORTNAME}/pkg-descr -RPMVERSION= 8.el7 +RPMVERSION= 8.1.el7_3 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= xorglibs Modified: head/x11-toolkits/linux-c7-openmotif/distinfo ============================================================================== --- head/x11-toolkits/linux-c7-openmotif/distinfo Sun May 28 16:37:55 2017 (r441914) +++ head/x11-toolkits/linux-c7-openmotif/distinfo Sun May 28 16:49:23 2017 (r441915) @@ -1,7 +1,7 @@ -TIMESTAMP = 1482094365 -SHA256 (centos/motif-2.3.4-8.el7.i686.rpm) = 5d10b29d94de2583bcebe197cc298d90b8bdf153f19945b313782f8b6f4b5572 -SIZE (centos/motif-2.3.4-8.el7.i686.rpm) = 1462440 -SHA256 (centos/motif-2.3.4-8.el7.x86_64.rpm) = 6b737b383df6af745fcb5971cf25fe97113f68ec93d645ce9e0af6a0306a60f6 -SIZE (centos/motif-2.3.4-8.el7.x86_64.rpm) = 1479328 -SHA256 (centos/motif-2.3.4-8.el7.src.rpm) = b84503cb6fcfaf71f7e87b194b9deee167b20ee250c52c3b1815fca64dfa600a -SIZE (centos/motif-2.3.4-8.el7.src.rpm) = 9450441 +TIMESTAMP = 1495990126 +SHA256 (centos/motif-2.3.4-8.1.el7_3.i686.rpm) = c821673f87aa39b1965f65915db40230c4226966925e4f62b813b6205db48478 +SIZE (centos/motif-2.3.4-8.1.el7_3.i686.rpm) = 1463612 +SHA256 (centos/motif-2.3.4-8.1.el7_3.x86_64.rpm) = 2136a17043f3bcd2905d859187b9719c9e22fe485d685d961c80f52c23e8be0e +SIZE (centos/motif-2.3.4-8.1.el7_3.x86_64.rpm) = 1480344 +SHA256 (centos/motif-2.3.4-8.1.el7_3.src.rpm) = af35ae46b87811a353cc7ab450d14c2a54d3ca2ec0fbf57fabacd29a324bd152 +SIZE (centos/motif-2.3.4-8.1.el7_3.src.rpm) = 9455659 From owner-svn-ports-all@freebsd.org Sun May 28 16:56:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E025AD85AF0; Sun, 28 May 2017 16:56:24 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0A64138A; Sun, 28 May 2017 16:56:24 +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 v4SGuNB7095657; Sun, 28 May 2017 16:56:23 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SGuNad095653; Sun, 28 May 2017 16:56:23 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201705281656.v4SGuNad095653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 28 May 2017 16:56:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441916 - in head/audio: linux-c7-pulseaudio-libs linux-c7-pulseaudio-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 16:56:25 -0000 Author: tijl Date: Sun May 28 16:56:23 2017 New Revision: 441916 URL: https://svnweb.freebsd.org/changeset/ports/441916 Log: Update to 6.0-9.el7_3. Modified: head/audio/linux-c7-pulseaudio-libs/Makefile head/audio/linux-c7-pulseaudio-libs/distinfo head/audio/linux-c7-pulseaudio-utils/Makefile head/audio/linux-c7-pulseaudio-utils/distinfo Modified: head/audio/linux-c7-pulseaudio-libs/Makefile ============================================================================== --- head/audio/linux-c7-pulseaudio-libs/Makefile Sun May 28 16:49:23 2017 (r441915) +++ head/audio/linux-c7-pulseaudio-libs/Makefile Sun May 28 16:56:23 2017 (r441916) @@ -3,7 +3,7 @@ PORTNAME= pulseaudio PORTVERSION= 6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux PKGNAMESUFFIX= -libs LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} \ @@ -17,7 +17,7 @@ CONFLICTS= linux-c6-${LINUXNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 8.el7 +RPMVERSION= 9.el7_3 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= dbuslibs libasyncns libsndfile tcp_wrappers-libs xorglibs Modified: head/audio/linux-c7-pulseaudio-libs/distinfo ============================================================================== --- head/audio/linux-c7-pulseaudio-libs/distinfo Sun May 28 16:49:23 2017 (r441915) +++ head/audio/linux-c7-pulseaudio-libs/distinfo Sun May 28 16:56:23 2017 (r441916) @@ -1,11 +1,11 @@ -TIMESTAMP = 1485883569 -SHA256 (centos/pulseaudio-libs-6.0-8.el7.i686.rpm) = 0b9da280468cbe55e69f1572ed483201f0cf3b961e44300a1d752de559b5bcc9 -SIZE (centos/pulseaudio-libs-6.0-8.el7.i686.rpm) = 581796 -SHA256 (centos/pulseaudio-libs-6.0-8.el7.x86_64.rpm) = 204cd9a34045f14dc79b62ffde9707669c804cb85b61d030b268e295559eefd7 -SIZE (centos/pulseaudio-libs-6.0-8.el7.x86_64.rpm) = 594864 -SHA256 (centos/pulseaudio-libs-glib2-6.0-8.el7.i686.rpm) = 0d30ba646168b84e5f2ae3fffc366284793033ecbaff19260a13b0d3be6b4594 -SIZE (centos/pulseaudio-libs-glib2-6.0-8.el7.i686.rpm) = 27308 -SHA256 (centos/pulseaudio-libs-glib2-6.0-8.el7.x86_64.rpm) = c4412f6572a5897864917f265b7dc3e62cc5d622a4922bd55fa20e90235d76f5 -SIZE (centos/pulseaudio-libs-glib2-6.0-8.el7.x86_64.rpm) = 27264 -SHA256 (centos/pulseaudio-6.0-8.el7.src.rpm) = a7bc72204510615c0dbcaf9174a2322cdbedd1f4f73d8596e588e2ef206e35f9 -SIZE (centos/pulseaudio-6.0-8.el7.src.rpm) = 1880944 +TIMESTAMP = 1495990396 +SHA256 (centos/pulseaudio-libs-6.0-9.el7_3.i686.rpm) = 3f578abb687db4cfcf1fbc708157a13edd70427b9f2a056ca7c13776212a9a24 +SIZE (centos/pulseaudio-libs-6.0-9.el7_3.i686.rpm) = 581884 +SHA256 (centos/pulseaudio-libs-6.0-9.el7_3.x86_64.rpm) = 48f8b9e1e77d6959c52146b674bc958916bcb0d4c7b16cd68c1652f0dadad8a3 +SIZE (centos/pulseaudio-libs-6.0-9.el7_3.x86_64.rpm) = 594948 +SHA256 (centos/pulseaudio-libs-glib2-6.0-9.el7_3.i686.rpm) = bc3c9712bf3716d1e21240dcd6782b164e580bb9a5291e450d85b3b0501916c5 +SIZE (centos/pulseaudio-libs-glib2-6.0-9.el7_3.i686.rpm) = 27428 +SHA256 (centos/pulseaudio-libs-glib2-6.0-9.el7_3.x86_64.rpm) = 614f66dc6911ba0b0ec2f5a4c15f3097b46d38819b44d6b5629d2c676d6997d2 +SIZE (centos/pulseaudio-libs-glib2-6.0-9.el7_3.x86_64.rpm) = 27384 +SHA256 (centos/pulseaudio-6.0-9.el7_3.src.rpm) = 4b51caf98e39c4b8ef265c5284b37fb1e302184a9feb010c668fae76b19b6191 +SIZE (centos/pulseaudio-6.0-9.el7_3.src.rpm) = 1881941 Modified: head/audio/linux-c7-pulseaudio-utils/Makefile ============================================================================== --- head/audio/linux-c7-pulseaudio-utils/Makefile Sun May 28 16:49:23 2017 (r441915) +++ head/audio/linux-c7-pulseaudio-utils/Makefile Sun May 28 16:56:23 2017 (r441916) @@ -3,7 +3,7 @@ PORTNAME= pulseaudio PORTVERSION= 6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux PKGNAMESUFFIX= -utils BIN_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} @@ -15,7 +15,7 @@ CONFLICTS= linux-c6-${LINUXNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 8.el7 +RPMVERSION= 9.el7_3 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= xorglibs pulseaudio-libs Modified: head/audio/linux-c7-pulseaudio-utils/distinfo ============================================================================== --- head/audio/linux-c7-pulseaudio-utils/distinfo Sun May 28 16:49:23 2017 (r441915) +++ head/audio/linux-c7-pulseaudio-utils/distinfo Sun May 28 16:56:23 2017 (r441916) @@ -1,7 +1,7 @@ -TIMESTAMP = 1485883570 -SHA256 (centos/pulseaudio-utils-6.0-8.el7.i686.rpm) = 380735d50436f45ddb60356cd5e39ffb56c7306513113627acca1b0ee043201b -SIZE (centos/pulseaudio-utils-6.0-8.el7.i686.rpm) = 75524 -SHA256 (centos/pulseaudio-utils-6.0-8.el7.x86_64.rpm) = 845bdc64e1213b92c78203637f89cdeac2adeebc0c23a5cb3761ff9477b9b125 -SIZE (centos/pulseaudio-utils-6.0-8.el7.x86_64.rpm) = 78064 -SHA256 (centos/pulseaudio-6.0-8.el7.src.rpm) = a7bc72204510615c0dbcaf9174a2322cdbedd1f4f73d8596e588e2ef206e35f9 -SIZE (centos/pulseaudio-6.0-8.el7.src.rpm) = 1880944 +TIMESTAMP = 1495990462 +SHA256 (centos/pulseaudio-utils-6.0-9.el7_3.i686.rpm) = ddf31776416515b6f71ca22a2b7866cb6939af5512ca3435aeb6f55b4f10e872 +SIZE (centos/pulseaudio-utils-6.0-9.el7_3.i686.rpm) = 75636 +SHA256 (centos/pulseaudio-utils-6.0-9.el7_3.x86_64.rpm) = 5e024dd7996780937393a428d217d49c67653c14328d558dbe39dca62affaeb2 +SIZE (centos/pulseaudio-utils-6.0-9.el7_3.x86_64.rpm) = 78184 +SHA256 (centos/pulseaudio-6.0-9.el7_3.src.rpm) = 4b51caf98e39c4b8ef265c5284b37fb1e302184a9feb010c668fae76b19b6191 +SIZE (centos/pulseaudio-6.0-9.el7_3.src.rpm) = 1881941 From owner-svn-ports-all@freebsd.org Sun May 28 17:01:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1CBED85EEF; Sun, 28 May 2017 17:01:34 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B402317AC; Sun, 28 May 2017 17:01:34 +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 v4SH1Xw2098905; Sun, 28 May 2017 17:01:33 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SH1X83098903; Sun, 28 May 2017 17:01:33 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201705281701.v4SH1X83098903@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 28 May 2017 17:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441917 - head/emulators/linux_base-c7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 17:01:35 -0000 Author: tijl Date: Sun May 28 17:01:33 2017 New Revision: 441917 URL: https://svnweb.freebsd.org/changeset/ports/441917 Log: Update to 2.17-157.el7_3.2. Modified: head/emulators/linux_base-c7/Makefile head/emulators/linux_base-c7/distinfo Modified: head/emulators/linux_base-c7/Makefile ============================================================================== --- head/emulators/linux_base-c7/Makefile Sun May 28 16:56:23 2017 (r441916) +++ head/emulators/linux_base-c7/Makefile Sun May 28 17:01:33 2017 (r441917) @@ -2,7 +2,7 @@ PORTNAME= c7 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- BIN_DISTNAMES= centos-release-7-3.1611.el7.centos \ @@ -13,7 +13,7 @@ BIN_DISTNAMES= centos-release-7-3.1611.e elfutils-0.166-2.el7 \ filesystem-3.2-21.el7 \ findutils-4.5.11-5.el7 \ - glibc-common-2.17-157.el7_3.1 \ + glibc-common-2.17-157.el7_3.2 \ grep-2.20-2.el7 \ info-5.1-4.el7 \ keyutils-1.5.8-3.el7 \ @@ -30,7 +30,7 @@ LIB_DISTNAMES= bzip2-libs-1.0.6-13.el7 \ gamin-0.1.10-16.el7 \ gdbm-1.10-8.el7 \ glib2-2.46.2-4.el7 \ - glibc-2.17-157.el7_3.1 \ + glibc-2.17-157.el7_3.2 \ gmp-6.0.0-12.el7_1 \ keyutils-libs-1.5.8-3.el7 \ krb5-libs-1.14.1-27.el7_3 \ @@ -76,7 +76,7 @@ SRC_DISTFILES= acl-2.2.51-12.el7${SRC_SU gcc-4.8.5-11.el7${SRC_SUFX}:SOURCE \ gdbm-1.10-8.el7${SRC_SUFX}:SOURCE \ glib2-2.46.2-4.el7${SRC_SUFX}:SOURCE \ - glibc-2.17-157.el7_3.1${SRC_SUFX}:SOURCE \ + glibc-2.17-157.el7_3.2${SRC_SUFX}:SOURCE \ gmp-6.0.0-12.el7_1${SRC_SUFX}:SOURCE \ grep-2.20-2.el7${SRC_SUFX}:SOURCE \ keyutils-1.5.8-3.el7${SRC_SUFX}:SOURCE \ Modified: head/emulators/linux_base-c7/distinfo ============================================================================== --- head/emulators/linux_base-c7/distinfo Sun May 28 16:56:23 2017 (r441916) +++ head/emulators/linux_base-c7/distinfo Sun May 28 17:01:33 2017 (r441917) @@ -1,4 +1,4 @@ -TIMESTAMP = 1492518579 +TIMESTAMP = 1495989171 SHA256 (centos/basesystem-10.0-7.el7.centos.noarch.rpm) = 0280ee16df09be0cebf62695706598caed8ff5cba47de1fed625068a90a9ef68 SIZE (centos/basesystem-10.0-7.el7.centos.noarch.rpm) = 5124 SHA256 (centos/bash-4.2.46-21.el7_3.i686.rpm) = f74595a21194625b71cf216fd080f27ef30c30d876422e5d67c922ad44b998cf @@ -65,14 +65,14 @@ SHA256 (centos/glib2-2.46.2-4.el7.i686.r SIZE (centos/glib2-2.46.2-4.el7.i686.rpm) = 2376296 SHA256 (centos/glib2-2.46.2-4.el7.x86_64.rpm) = 64a47d5578c7c80701cc5d932213c180e2a3f72d984003df3454f1d68b1d868e SIZE (centos/glib2-2.46.2-4.el7.x86_64.rpm) = 2394776 -SHA256 (centos/glibc-2.17-157.el7_3.1.i686.rpm) = 59baae53212c8337b432a559662abc9a54a7378da9534dcc67d1a698adceaab8 -SIZE (centos/glibc-2.17-157.el7_3.1.i686.rpm) = 4394568 -SHA256 (centos/glibc-2.17-157.el7_3.1.x86_64.rpm) = 6d989cda9c8d2de0ebf9d3a45006587ac19e35f3aa59f1459afcff90f788d228 -SIZE (centos/glibc-2.17-157.el7_3.1.x86_64.rpm) = 3768436 -SHA256 (centos/glibc-common-2.17-157.el7_3.1.i686.rpm) = c5fe582a8dc2e11ddca2d653d1fdc1dbd6a8ead68663cd23b126b78c8805f7ef -SIZE (centos/glibc-common-2.17-157.el7_3.1.i686.rpm) = 12016624 -SHA256 (centos/glibc-common-2.17-157.el7_3.1.x86_64.rpm) = 19fef7a1d2d059be90e2eaeb5dd3cc5013d594917d394f3b872e39950976f4c2 -SIZE (centos/glibc-common-2.17-157.el7_3.1.x86_64.rpm) = 12038252 +SHA256 (centos/glibc-2.17-157.el7_3.2.i686.rpm) = 08f59dbda8d55feb29cdbfcfdb2b0b6b1a75502711145b35d4b579a795693e82 +SIZE (centos/glibc-2.17-157.el7_3.2.i686.rpm) = 4394760 +SHA256 (centos/glibc-2.17-157.el7_3.2.x86_64.rpm) = dec05278ac3a3fabe67c20dc77ed08267e3c20f87ce5e32ed72541b5b20e45ea +SIZE (centos/glibc-2.17-157.el7_3.2.x86_64.rpm) = 3768752 +SHA256 (centos/glibc-common-2.17-157.el7_3.2.i686.rpm) = 6382ffc1793c328e14aa62bd43bf697e5b361628b2208131adf8b6b4940fd3c4 +SIZE (centos/glibc-common-2.17-157.el7_3.2.i686.rpm) = 12016916 +SHA256 (centos/glibc-common-2.17-157.el7_3.2.x86_64.rpm) = e905f1d9a21a5d793f9a67f6664ca5a44922ae0924486ae0b8c7ccfc77861154 +SIZE (centos/glibc-common-2.17-157.el7_3.2.x86_64.rpm) = 12038420 SHA256 (centos/gmp-6.0.0-12.el7_1.i686.rpm) = de58d6caabde568ea010fdeae78e9eeb6889201ad042643e6c0127570427bc5a SIZE (centos/gmp-6.0.0-12.el7_1.i686.rpm) = 424460 SHA256 (centos/gmp-6.0.0-12.el7_1.x86_64.rpm) = 22b28c3992c01ff73b094b25715eab8acbbac4b33ceafd58f7c18bc27891725b @@ -243,8 +243,8 @@ SHA256 (centos/gdbm-1.10-8.el7.src.rpm) SIZE (centos/gdbm-1.10-8.el7.src.rpm) = 683693 SHA256 (centos/glib2-2.46.2-4.el7.src.rpm) = 48d1681859e76a6b353f894c673c2367059932b5e9a90c6b905f73906daf0930 SIZE (centos/glib2-2.46.2-4.el7.src.rpm) = 7397293 -SHA256 (centos/glibc-2.17-157.el7_3.1.src.rpm) = 4bd307cfa9ccb4411cbd17504b3deebcf8d2553214b1136a25eb7ff853acec26 -SIZE (centos/glibc-2.17-157.el7_3.1.src.rpm) = 25064887 +SHA256 (centos/glibc-2.17-157.el7_3.2.src.rpm) = 812e700acc9600f025a26631599e172449b4bb2a7686793b331627bbb4b51f70 +SIZE (centos/glibc-2.17-157.el7_3.2.src.rpm) = 25065810 SHA256 (centos/gmp-6.0.0-12.el7_1.src.rpm) = 8a67d300e183916700b9de93273b6f2a5571934ebadaf275c47993c8deb763a0 SIZE (centos/gmp-6.0.0-12.el7_1.src.rpm) = 2344122 SHA256 (centos/grep-2.20-2.el7.src.rpm) = dd55eb6eefdb6829a1a65ca55feaae1fc2563fa1af156c64030255f2464cbb75 From owner-svn-ports-all@freebsd.org Sun May 28 17:07:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68197D851B2; Sun, 28 May 2017 17:07:49 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44F3E1C4C; Sun, 28 May 2017 17:07:49 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SH7m7q000232; Sun, 28 May 2017 17:07:48 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SH7mmo000230; Sun, 28 May 2017 17:07:48 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201705281707.v4SH7mmo000230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 28 May 2017 17:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441918 - head/devel/linux-c7-devtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 17:07:49 -0000 Author: tijl Date: Sun May 28 17:07:47 2017 New Revision: 441918 URL: https://svnweb.freebsd.org/changeset/ports/441918 Log: Update to glibc 2.17-157.el7_3.2, amd64 kernel-headers 3.10.0-514.21.1.el7 and i386 kernel-headers 3.10.0-514.16.1.el7. Modified: head/devel/linux-c7-devtools/Makefile head/devel/linux-c7-devtools/distinfo Modified: head/devel/linux-c7-devtools/Makefile ============================================================================== --- head/devel/linux-c7-devtools/Makefile Sun May 28 17:01:33 2017 (r441917) +++ head/devel/linux-c7-devtools/Makefile Sun May 28 17:07:47 2017 (r441918) @@ -3,30 +3,30 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel BIN_DISTNAMES= binutils-2.25.1-22.base.el7 \ - glibc-headers-2.17-157.el7_3.1 \ + glibc-headers-2.17-157.el7_3.2 \ mpfr-3.1.1-4.el7 \ cpp-4.8.5-11.el7 \ gcc-4.8.5-11.el7 \ gcc-c++-4.8.5-11.el7 \ gcc-gfortran-4.8.5-11.el7 LIB_DISTNAMES= binutils-devel-2.25.1-22.base.el7 \ - glibc-devel-2.17-157.el7_3.1 \ + glibc-devel-2.17-157.el7_3.2 \ libstdc++-devel-4.8.5-11.el7 \ libgomp-4.8.5-11.el7 \ libmpc-1.0.1-3.el7 DISTFILES_amd64=${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ - kernel-headers-3.10.0-514.10.2.el7${EXTRACT_SUFX_amd64}:amd64 + kernel-headers-3.10.0-514.21.1.el7${EXTRACT_SUFX_amd64}:amd64 DISTFILES_i386= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:i386/} \ - kernel-headers-3.10.0-514.10.2.el7.centos.plus${EXTRACT_SUFX_i386}:i386 + kernel-headers-3.10.0-514.16.1.el7.centos.plus${EXTRACT_SUFX_i386}:i386 SRC_DISTFILES= binutils-2.25.1-22.base.el7${SRC_SUFX}:SOURCE \ - glibc-2.17-157.el7_3.1${SRC_SUFX}:SOURCE \ - kernel-3.10.0-514.10.2.el7${SRC_SUFX}:SOURCE \ + glibc-2.17-157.el7_3.2${SRC_SUFX}:SOURCE \ + kernel-3.10.0-514.21.1.el7${SRC_SUFX}:SOURCE \ libmpc-1.0.1-3.el7${SRC_SUFX}:SOURCE \ mpfr-3.1.1-4.el7${SRC_SUFX}:SOURCE \ gcc-4.8.5-11.el7${SRC_SUFX}:SOURCE Modified: head/devel/linux-c7-devtools/distinfo ============================================================================== --- head/devel/linux-c7-devtools/distinfo Sun May 28 17:01:33 2017 (r441917) +++ head/devel/linux-c7-devtools/distinfo Sun May 28 17:07:47 2017 (r441918) @@ -1,4 +1,4 @@ -TIMESTAMP = 1488812597 +TIMESTAMP = 1495989896 SHA256 (centos/binutils-2.25.1-22.base.el7.i686.rpm) = 3bd60eedf5a45efd8b06c9ad82872a7b31466355032609560e40c94ba33264af SIZE (centos/binutils-2.25.1-22.base.el7.i686.rpm) = 5791240 SHA256 (centos/binutils-2.25.1-22.base.el7.x86_64.rpm) = 8894a62d7da0ee2a66ab3bb558c95085daa5716069d493b05d437c5ae1c8fadd @@ -23,18 +23,18 @@ SHA256 (centos/gcc-gfortran-4.8.5-11.el7 SIZE (centos/gcc-gfortran-4.8.5-11.el7.i686.rpm) = 6632500 SHA256 (centos/gcc-gfortran-4.8.5-11.el7.x86_64.rpm) = 048a47c6966f5ce22fa9790aa79f4ef89a37ed6e1e2c5169975c9465dc094582 SIZE (centos/gcc-gfortran-4.8.5-11.el7.x86_64.rpm) = 6971484 -SHA256 (centos/glibc-devel-2.17-157.el7_3.1.i686.rpm) = d3f56084047549f73529734c3d0959e95d52dcb0a33719c3f7fea19ccd1ca273 -SIZE (centos/glibc-devel-2.17-157.el7_3.1.i686.rpm) = 1107404 -SHA256 (centos/glibc-devel-2.17-157.el7_3.1.x86_64.rpm) = 3d7204a22a1a9b5832a2361a848316e41d02b5091cd7560be5935a2343bcd2da -SIZE (centos/glibc-devel-2.17-157.el7_3.1.x86_64.rpm) = 1106632 -SHA256 (centos/glibc-headers-2.17-157.el7_3.1.i686.rpm) = 1804d3714a25230d125e933b490ca8c7677e583e65bbdc8a02e3d2957c8a4454 -SIZE (centos/glibc-headers-2.17-157.el7_3.1.i686.rpm) = 684532 -SHA256 (centos/glibc-headers-2.17-157.el7_3.1.x86_64.rpm) = 9138ffbf0c5f934312c49dcbfc65eba9a42e99932065a6e7995ef5fde04f0032 -SIZE (centos/glibc-headers-2.17-157.el7_3.1.x86_64.rpm) = 684516 -SHA256 (centos/kernel-headers-3.10.0-514.10.2.el7.centos.plus.i686.rpm) = 1688cdee327af351dcb785bf68bf257b5e8678e2ac2d9f7a243b5c27c2d7f76d -SIZE (centos/kernel-headers-3.10.0-514.10.2.el7.centos.plus.i686.rpm) = 5016420 -SHA256 (centos/kernel-headers-3.10.0-514.10.2.el7.x86_64.rpm) = 3ea79ae6d6b7efabd4676e5e537bf43a069ce7b84fd604273c5a454ddba26331 -SIZE (centos/kernel-headers-3.10.0-514.10.2.el7.x86_64.rpm) = 5015352 +SHA256 (centos/glibc-devel-2.17-157.el7_3.2.i686.rpm) = 642917c75ba8f4cd66b6b0e272894dcefad335ccdc1bce1eeaba8509ffa1493f +SIZE (centos/glibc-devel-2.17-157.el7_3.2.i686.rpm) = 1107504 +SHA256 (centos/glibc-devel-2.17-157.el7_3.2.x86_64.rpm) = 6ebd492c1c6713ea66cae159329175f452d49a5edfa686f74b7f46cff345ec60 +SIZE (centos/glibc-devel-2.17-157.el7_3.2.x86_64.rpm) = 1106744 +SHA256 (centos/glibc-headers-2.17-157.el7_3.2.i686.rpm) = d6b4aeba682787af3b065d42b5d991994f8fdf34b07b9a1241c73c016801d423 +SIZE (centos/glibc-headers-2.17-157.el7_3.2.i686.rpm) = 684592 +SHA256 (centos/glibc-headers-2.17-157.el7_3.2.x86_64.rpm) = e5933c9eb9947524d58f6206352b72204f954741cf57615ebc086bf9eedc759e +SIZE (centos/glibc-headers-2.17-157.el7_3.2.x86_64.rpm) = 684656 +SHA256 (centos/kernel-headers-3.10.0-514.16.1.el7.centos.plus.i686.rpm) = 1be6b63e3e8cb6b7fec7ccc58ec5f91aa4d506c89276b52932f3c86d2068d5af +SIZE (centos/kernel-headers-3.10.0-514.16.1.el7.centos.plus.i686.rpm) = 5026588 +SHA256 (centos/kernel-headers-3.10.0-514.21.1.el7.x86_64.rpm) = b6e2bfcfcae74d54174b2ebf5220b3abdb80bf6e3a0b2d5d0fedadc2e707f809 +SIZE (centos/kernel-headers-3.10.0-514.21.1.el7.x86_64.rpm) = 5033572 SHA256 (centos/libgomp-4.8.5-11.el7.i686.rpm) = 2e9c3ca8fc1ab9aa7d39b72d8a97c00aa70475d82845f906bc116e36824ba93d SIZE (centos/libgomp-4.8.5-11.el7.i686.rpm) = 159224 SHA256 (centos/libgomp-4.8.5-11.el7.x86_64.rpm) = b07b18af8ac2e5560c8f471ff36c23e05d1353789eca0e177e6581c73048dcc9 @@ -53,10 +53,10 @@ SHA256 (centos/mpfr-3.1.1-4.el7.x86_64.r SIZE (centos/mpfr-3.1.1-4.el7.x86_64.rpm) = 208316 SHA256 (centos/binutils-2.25.1-22.base.el7.src.rpm) = f5690368f658ec05eb453c99df4f7ec496f3c481b4fc1891193c0c3d8140d5eb SIZE (centos/binutils-2.25.1-22.base.el7.src.rpm) = 23657933 -SHA256 (centos/glibc-2.17-157.el7_3.1.src.rpm) = 4bd307cfa9ccb4411cbd17504b3deebcf8d2553214b1136a25eb7ff853acec26 -SIZE (centos/glibc-2.17-157.el7_3.1.src.rpm) = 25064887 -SHA256 (centos/kernel-3.10.0-514.10.2.el7.src.rpm) = 67495a911d87f9f2feaa736f9de2b93575199794338d30e01ec600c14b77d893 -SIZE (centos/kernel-3.10.0-514.10.2.el7.src.rpm) = 88977772 +SHA256 (centos/glibc-2.17-157.el7_3.2.src.rpm) = 812e700acc9600f025a26631599e172449b4bb2a7686793b331627bbb4b51f70 +SIZE (centos/glibc-2.17-157.el7_3.2.src.rpm) = 25065810 +SHA256 (centos/kernel-3.10.0-514.21.1.el7.src.rpm) = 5c4fd617f85a7ab4a53c9091920708a1940caad0f4bc91c8434aa43d3ac012c7 +SIZE (centos/kernel-3.10.0-514.21.1.el7.src.rpm) = 89001183 SHA256 (centos/libmpc-1.0.1-3.el7.src.rpm) = 21d2e108f7eb0b09110c6097c50981090dd261cbe8cf16edbc86d62b7ea08241 SIZE (centos/libmpc-1.0.1-3.el7.src.rpm) = 1187712 SHA256 (centos/mpfr-3.1.1-4.el7.src.rpm) = c6946822a27080f2952925146088928a16292ee0fc2639aa4ef862eae716397e From owner-svn-ports-all@freebsd.org Sun May 28 17:18:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33423D85602; Sun, 28 May 2017 17:18: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 mx1.freebsd.org (Postfix) with ESMTPS id 0FC14133E; Sun, 28 May 2017 17:18:25 +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 v4SHIPvW004404; Sun, 28 May 2017 17:18:25 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SHIOQl004401; Sun, 28 May 2017 17:18:24 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201705281718.v4SHIOQl004401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 28 May 2017 17:18:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441919 - in head/audio/ncmpcpp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 17:18:26 -0000 Author: joneum Date: Sun May 28 17:18:24 2017 New Revision: 441919 URL: https://svnweb.freebsd.org/changeset/ports/441919 Log: - Update to 0.8 - Changelog: https://rybczak.net/ncmpcpp/ PR: 219534 Submitted by: yamagi@yamagi.org (maintainer) Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10960 Deleted: head/audio/ncmpcpp/files/patch-src_browser.cpp head/audio/ncmpcpp/files/patch-src_configuration.cpp head/audio/ncmpcpp/files/patch-src_helpers.cpp head/audio/ncmpcpp/files/patch-src_media__library.cpp head/audio/ncmpcpp/files/patch-src_playlist.cpp head/audio/ncmpcpp/files/patch-src_playlist__editor.cpp head/audio/ncmpcpp/files/patch-src_search__engine.cpp head/audio/ncmpcpp/files/patch-src_tag__editor.cpp head/audio/ncmpcpp/files/patch-src_window.h Modified: head/audio/ncmpcpp/Makefile head/audio/ncmpcpp/distinfo head/audio/ncmpcpp/files/patch-src_status.cpp Modified: head/audio/ncmpcpp/Makefile ============================================================================== --- head/audio/ncmpcpp/Makefile Sun May 28 17:07:47 2017 (r441918) +++ head/audio/ncmpcpp/Makefile Sun May 28 17:18:24 2017 (r441919) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ncmpcpp -PORTVERSION= 0.7.7 -PORTREVISION= 3 +PORTVERSION= 0.8 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ @@ -16,19 +15,19 @@ LIB_DEPENDS= libmpdclient.so:audio/libmp libfftw3.so:math/fftw3 \ libicudata.so:devel/icu \ libicuuc.so:devel/icu \ - libboost_filesystem.so:devel/boost-libs + libboost_filesystem.so:devel/boost-libs \ + libcurl.so:ftp/curl BROKEN_powerpc64= fails to compile: tags.cpp: undefined reference to TagLib::String::to8Bit -USES= compiler:c++11-lib iconv libtool localbase ncurses pkgconfig readline tar:bzip2 +USES= compiler:c++14-lang iconv libtool localbase ncurses:port pkgconfig readline tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 LDFLAGS+= -lpthread CONFIGURE_ENV= BOOST_LIB_SUFFIX="" -OPTIONS_DEFINE= CURL CLOCK DOCS OUTPUTS TAGLIB UTF8 VISUALIZER -OPTIONS_DEFAULT= CURL CLOCK OUTPUTS TAGLIB UTF8 VISUALIZER -CURL_DESC= Enable fetching lyrics from the Internet +OPTIONS_DEFINE= CLOCK DOCS OUTPUTS TAGLIB UTF8 VISUALIZER +OPTIONS_DEFAULT= CLOCK OUTPUTS TAGLIB UTF8 VISUALIZER CLOCK_DESC= clock-screen support TAGLIB_DESC= taglib support OUTPUTS_DESC= Enable outputs screen @@ -38,9 +37,6 @@ PLIST_FILES= bin/ncmpcpp \ man/man1/ncmpcpp.1.gz PORTDOCS= AUTHORS COPYING NEWS bindings config -CURL_LIB_DEPENDS= libcurl.so:ftp/curl -CURL_CONFIGURE_WITH= curl - CLOCK_CONFIGURE_ENABLE= clock UTF8_CONFIGURE_ENABLE= unicode Modified: head/audio/ncmpcpp/distinfo ============================================================================== --- head/audio/ncmpcpp/distinfo Sun May 28 17:07:47 2017 (r441918) +++ head/audio/ncmpcpp/distinfo Sun May 28 17:18:24 2017 (r441919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481256402 -SHA256 (ncmpcpp-0.7.7.tar.bz2) = b7bcbec83b1f88cc7b21f196b10be09a27b430566c59f402df170163464d01ef -SIZE (ncmpcpp-0.7.7.tar.bz2) = 443801 +TIMESTAMP = 1495718276 +SHA256 (ncmpcpp-0.8.tar.bz2) = 2f0f2a1c0816119430880be6932e5eb356b7875dfa140e2453a5a802909f465a +SIZE (ncmpcpp-0.8.tar.bz2) = 464165 Modified: head/audio/ncmpcpp/files/patch-src_status.cpp ============================================================================== --- head/audio/ncmpcpp/files/patch-src_status.cpp Sun May 28 17:07:47 2017 (r441918) +++ head/audio/ncmpcpp/files/patch-src_status.cpp Sun May 28 17:18:24 2017 (r441919) @@ -1,4 +1,4 @@ ---- src/status.cpp.orig 2016-04-17 05:41:01 UTC +--- src/status.cpp.orig 2017-05-25 13:30:40 UTC +++ src/status.cpp @@ -21,6 +21,8 @@ #include @@ -7,5 +7,5 @@ +#include +#include - #include "browser.h" - #include "charset.h" + #include "curses/menu_impl.h" + #include "screens/browser.h" From owner-svn-ports-all@freebsd.org Sun May 28 18:13:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA266D86705; Sun, 28 May 2017 18:13:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA4E51322; Sun, 28 May 2017 18:13:34 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SIDXbt028603; Sun, 28 May 2017 18:13:33 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SIDXcG028601; Sun, 28 May 2017 18:13:33 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201705281813.v4SIDXcG028601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 28 May 2017 18:13:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441920 - head/devel/erlang-gpb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 18:13:35 -0000 Author: olgeni Date: Sun May 28 18:13:33 2017 New Revision: 441920 URL: https://svnweb.freebsd.org/changeset/ports/441920 Log: Update devel/erlang-gpb to version 3.27.0. Modified: head/devel/erlang-gpb/Makefile head/devel/erlang-gpb/distinfo Modified: head/devel/erlang-gpb/Makefile ============================================================================== --- head/devel/erlang-gpb/Makefile Sun May 28 17:18:24 2017 (r441919) +++ head/devel/erlang-gpb/Makefile Sun May 28 18:13:33 2017 (r441920) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gpb -PORTVERSION= 3.26.8 +PORTVERSION= 3.27.0 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-gpb/distinfo ============================================================================== --- head/devel/erlang-gpb/distinfo Sun May 28 17:18:24 2017 (r441919) +++ head/devel/erlang-gpb/distinfo Sun May 28 18:13:33 2017 (r441920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490347405 -SHA256 (tomas-abrahamsson-gpb-3.26.8_GH0.tar.gz) = 544c4a53baf9a031e4e2cc54377c850730d395f7cc6d657e948bd703c4b825d4 -SIZE (tomas-abrahamsson-gpb-3.26.8_GH0.tar.gz) = 353606 +TIMESTAMP = 1495993408 +SHA256 (tomas-abrahamsson-gpb-3.27.0_GH0.tar.gz) = d1674466d1ec9b593f61d0817c78c54bf15418f5a0801d5883da32d060f281bb +SIZE (tomas-abrahamsson-gpb-3.27.0_GH0.tar.gz) = 359802 From owner-svn-ports-all@freebsd.org Sun May 28 19:11:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C280BD8542C; Sun, 28 May 2017 19:11:41 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91F291B16; Sun, 28 May 2017 19:11:41 +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 v4SJBeuG051329; Sun, 28 May 2017 19:11:40 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SJBerQ051327; Sun, 28 May 2017 19:11:40 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201705281911.v4SJBerQ051327@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 May 2017 19:11:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441921 - in head/audio/musicpd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 19:11:41 -0000 Author: riggs Date: Sun May 28 19:11:40 2017 New Revision: 441921 URL: https://svnweb.freebsd.org/changeset/ports/441921 Log: Fix build on aarch64 (endian detection) Submitted by: theraven (via mail) MFH: 2017Q2 (build fix blanket) Added: head/audio/musicpd/files/patch-src_system_ByteOrder.hxx (contents, props changed) Modified: head/audio/musicpd/Makefile Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sun May 28 18:13:33 2017 (r441920) +++ head/audio/musicpd/Makefile Sun May 28 19:11:40 2017 (r441921) @@ -28,7 +28,6 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBA #Workaround (transient?) link error with libwrap CONFIGURE_ARGS+=--disable-libwrap -BROKEN_aarch64= Does not build: fatal error: 'endian.h' file not found BROKEN_powerpc64= Does not build on powerpc64 PORTDOCS= AUTHORS README.md COPYING NEWS Added: head/audio/musicpd/files/patch-src_system_ByteOrder.hxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/musicpd/files/patch-src_system_ByteOrder.hxx Sun May 28 19:11:40 2017 (r441921) @@ -0,0 +1,19 @@ +--- src/system/ByteOrder.hxx.orig 2017-05-26 09:10:52 UTC ++++ src/system/ByteOrder.hxx +@@ -34,7 +34,15 @@ + + #include + +-#if defined(__i386__) || defined(__x86_64__) || defined(__ARMEL__) ++#if defined(__BYTE_ORDER__) ++# if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ ++# define IS_LITTLE_ENDIAN true ++# define IS_BIG_ENDIAN false ++# else ++# define IS_LITTLE_ENDIAN false ++# define IS_BIG_ENDIAN true ++# endif ++#elif defined(__i386__) || defined(__x86_64__) || defined(__ARMEL__) + /* well-known little-endian */ + # define IS_LITTLE_ENDIAN true + # define IS_BIG_ENDIAN false From owner-svn-ports-all@freebsd.org Sun May 28 19:17:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69414D854BA; Sun, 28 May 2017 19:17:18 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B06D1E15; Sun, 28 May 2017 19:17:18 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SJHHsM053171; Sun, 28 May 2017 19:17:17 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SJHHeC053170; Sun, 28 May 2017 19:17:17 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201705281917.v4SJHHeC053170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 May 2017 19:17:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r441922 - branches/2017Q2/audio/musicpd/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 19:17:18 -0000 Author: riggs Date: Sun May 28 19:17:17 2017 New Revision: 441922 URL: https://svnweb.freebsd.org/changeset/ports/441922 Log: MFH: r441921 Fix build on aarch64 (endian detection) Submitted by: theraven (via mail) Approved by: ports-secteam (build fix blanket) Added: branches/2017Q2/audio/musicpd/files/patch-src_system_ByteOrder.hxx - copied unchanged from r441921, head/audio/musicpd/files/patch-src_system_ByteOrder.hxx Modified: Directory Properties: branches/2017Q2/ (props changed) Copied: branches/2017Q2/audio/musicpd/files/patch-src_system_ByteOrder.hxx (from r441921, head/audio/musicpd/files/patch-src_system_ByteOrder.hxx) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/audio/musicpd/files/patch-src_system_ByteOrder.hxx Sun May 28 19:17:17 2017 (r441922, copy of r441921, head/audio/musicpd/files/patch-src_system_ByteOrder.hxx) @@ -0,0 +1,19 @@ +--- src/system/ByteOrder.hxx.orig 2017-05-26 09:10:52 UTC ++++ src/system/ByteOrder.hxx +@@ -34,7 +34,15 @@ + + #include + +-#if defined(__i386__) || defined(__x86_64__) || defined(__ARMEL__) ++#if defined(__BYTE_ORDER__) ++# if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ ++# define IS_LITTLE_ENDIAN true ++# define IS_BIG_ENDIAN false ++# else ++# define IS_LITTLE_ENDIAN false ++# define IS_BIG_ENDIAN true ++# endif ++#elif defined(__i386__) || defined(__x86_64__) || defined(__ARMEL__) + /* well-known little-endian */ + # define IS_LITTLE_ENDIAN true + # define IS_BIG_ENDIAN false From owner-svn-ports-all@freebsd.org Sun May 28 20:52:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 138A8D86DD9; Sun, 28 May 2017 20:52:53 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9B7E15C4; Sun, 28 May 2017 20:52:52 +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 v4SKqpCN093937; Sun, 28 May 2017 20:52:51 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SKqnO4093915; Sun, 28 May 2017 20:52:49 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705282052.v4SKqnO4093915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 28 May 2017 20:52:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441923 - in head/databases: . mariadb102-client mariadb102-client/files mariadb102-server mariadb102-server/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 20:52:53 -0000 Author: brnrd Date: Sun May 28 20:52:49 2017 New Revision: 441923 URL: https://svnweb.freebsd.org/changeset/ports/441923 Log: databases/mariadb102-server: Add MariaDB 10.2 ports - Add mariadb102-client port - Add RocksDB storage engine - Add non-base page compressors - First sweep at making cmake patches upstreamable Added: head/databases/mariadb102-client/ - copied from r413536, head/databases/mariadb101-client/ head/databases/mariadb102-client/files/patch-include_mysql_service__encryption.h (contents, props changed) head/databases/mariadb102-client/files/patch-libmariadb_include_ma__pthread.h (contents, props changed) head/databases/mariadb102-server/ - copied from r413536, head/databases/mariadb101-server/ head/databases/mariadb102-server/files/patch-libmariadb_CMakeLists.txt (contents, props changed) head/databases/mariadb102-server/files/patch-libmariadb_include_CMakeLists.txt (contents, props changed) head/databases/mariadb102-server/files/patch-libmariadb_libmariadb_CMakeLists.txt (contents, props changed) head/databases/mariadb102-server/files/patch-libmariadb_plugins_auth_CMakeLists.txt (contents, props changed) head/databases/mariadb102-server/files/patch-libmariadb_plugins_connection_CMakeLists.txt (contents, props changed) head/databases/mariadb102-server/files/patch-libmariadb_plugins_trace_CMakeLists.txt (contents, props changed) head/databases/mariadb102-server/files/patch-plugin_auth__ed25519_CMakeLists.txt (contents, props changed) head/databases/mariadb102-server/files/patch-sql-common_client.c (contents, props changed) head/databases/mariadb102-server/files/patch-sql_mysqld.cc (contents, props changed) head/databases/mariadb102-server/files/patch-sql_share_CMakeLists.txt (contents, props changed) head/databases/mariadb102-server/files/patch-sql_slave.cc (contents, props changed) head/databases/mariadb102-server/files/patch-storage_innobase_lz4.cmake (contents, props changed) head/databases/mariadb102-server/files/patch-storage_innobase_lzo.cmake (contents, props changed) head/databases/mariadb102-server/files/patch-storage_innobase_snappy.cmake (contents, props changed) head/databases/mariadb102-server/files/patch-storage_rocksdb_rocksdb_db_db__impl.cc (contents, props changed) Deleted: head/databases/mariadb102-client/files/patch-cmake_ssl.cmake head/databases/mariadb102-client/files/patch-libmysql_CMakeLists.txt head/databases/mariadb102-client/files/patch-libservices_CMakeLists.txt head/databases/mariadb102-client/files/patch-pcre_CMakeLists.txt head/databases/mariadb102-client/files/patch-sql_CMakeLists.txt head/databases/mariadb102-server/files/patch-cmake_ssl.cmake head/databases/mariadb102-server/files/patch-libmysql_CMakeLists.txt head/databases/mariadb102-server/files/patch-storage_oqgraph_graphcore.cc head/databases/mariadb102-server/files/patch-storage_oqgraph_oqgraph__shim.h Modified: head/databases/Makefile head/databases/mariadb102-client/Makefile head/databases/mariadb102-client/files/patch-CMakeLists.txt head/databases/mariadb102-client/files/patch-client_CMakeLists.txt head/databases/mariadb102-client/files/patch-extra_CMakeLists.txt head/databases/mariadb102-client/files/patch-include_CMakeLists.txt head/databases/mariadb102-client/files/patch-include_my__compare.h head/databases/mariadb102-client/files/patch-man_CMakeLists.txt head/databases/mariadb102-client/files/patch-mysys_my__default.c head/databases/mariadb102-client/files/patch-scripts_CMakeLists.txt head/databases/mariadb102-client/files/patch-scripts_mysql__config.sh head/databases/mariadb102-client/files/patch-support-files_CMakeLists.txt head/databases/mariadb102-client/pkg-plist head/databases/mariadb102-server/Makefile head/databases/mariadb102-server/distinfo head/databases/mariadb102-server/files/patch-CMakeLists.txt head/databases/mariadb102-server/files/patch-client_CMakeLists.txt head/databases/mariadb102-server/files/patch-extra_CMakeLists.txt head/databases/mariadb102-server/files/patch-include_CMakeLists.txt head/databases/mariadb102-server/files/patch-libservices_CMakeLists.txt head/databases/mariadb102-server/files/patch-man_CMakeLists.txt head/databases/mariadb102-server/files/patch-mysys_my__default.c head/databases/mariadb102-server/files/patch-pcre_CMakeLists.txt head/databases/mariadb102-server/files/patch-scripts_mysql__config.sh head/databases/mariadb102-server/files/patch-scripts_mysqld__safe.sh head/databases/mariadb102-server/files/patch-sql_CMakeLists.txt head/databases/mariadb102-server/files/patch-sql_sql__trigger.cc head/databases/mariadb102-server/files/patch-sql_sql__view.cc head/databases/mariadb102-server/files/patch-sql_sys__vars.cc head/databases/mariadb102-server/files/patch-storage_mroonga_vendor_groonga_CMakeLists.txt head/databases/mariadb102-server/files/patch-storage_tokudb_CMakeLists.txt head/databases/mariadb102-server/files/patch-storage_tokudb_PerconaFT_CMakeLists.txt head/databases/mariadb102-server/files/patch-storage_tokudb_PerconaFT_cmake__modules_TokuThirdParty.cmake head/databases/mariadb102-server/files/patch-storage_tokudb_PerconaFT_portability_memory.cc head/databases/mariadb102-server/files/patch-support-files_CMakeLists.txt head/databases/mariadb102-server/files/pkg-message.in head/databases/mariadb102-server/pkg-plist Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun May 28 19:17:17 2017 (r441922) +++ head/databases/Makefile Sun May 28 20:52:49 2017 (r441923) @@ -177,6 +177,8 @@ SUBDIR += mariadb100-server SUBDIR += mariadb101-client SUBDIR += mariadb101-server + SUBDIR += mariadb102-client + SUBDIR += mariadb102-server SUBDIR += mariadb55-client SUBDIR += mariadb55-server SUBDIR += mdbtools Modified: head/databases/mariadb102-client/Makefile ============================================================================== --- head/databases/mariadb101-client/Makefile Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-client/Makefile Sun May 28 20:52:49 2017 (r441923) @@ -1,18 +1,20 @@ # $FreeBSD$ PORTNAME= mariadb -PKGNAMESUFFIX= 101-client +PKGNAMESUFFIX= 102-client COMMENT= Multithreaded SQL database (client) -MASTERDIR= ${.CURDIR}/../mariadb101-server +MASTERDIR= ${.CURDIR}/../mariadb102-server FILESDIR= ${.CURDIR}/files PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist -CMAKE_ARGS+= -DWITHOUT_SERVER=1 -DWITH_WSREP=0 -INSTALL_TARGET= install +CMAKE_ARGS+= -DWITHOUT_SERVER=1 \ + -DCONC_WITH_UNITTEST=0 \ + -DCONC_WITH_MYSQLCOMPAT=1 \ + -DWITH_WSREP=0 USE_LDCONFIG= ${PREFIX}/lib/mysql @@ -21,14 +23,9 @@ CLIENT_ONLY= yes post-install: ${RM} ${STAGEDIR}${PREFIX}/share/aclocal/mysql.m4 ${RM} -r ${STAGEDIR}${PREFIX}/share/pkgconfig -. for b in mysql mysqladmin mysqlbinlog mysqlcheck mysqldump \ - mysqlimport mysqlshow mysqlslap - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${b} -. endfor - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/libmysqlclient.so.18 -. for b in dialog.so mysql_clear_password.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/${b} -. endfor + ${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/private + ${RM} -r ${STAGEDIR}${DATADIR}/policy + ${RM} ${STAGEDIR}${PREFIX}/man/man1/aria* ${STAGEDIR}${PREFIX}/man/man1/myisam* # Fix https://mariadb.atlassian.net/browse/MDEV-9388 @${REINPLACE_CMD} 's/-l-pthread/-lpthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config Modified: head/databases/mariadb102-client/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mariadb101-client/files/patch-CMakeLists.txt Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-client/files/patch-CMakeLists.txt Sun May 28 20:52:49 2017 (r441923) @@ -1,22 +1,23 @@ ---- CMakeLists.txt.orig 2016-03-24 09:12:10 UTC +--- CMakeLists.txt.orig 2017-04-04 19:11:32 UTC +++ CMakeLists.txt -@@ -380,7 +380,6 @@ ADD_SUBDIRECTORY(libmysql) - ADD_SUBDIRECTORY(client) - ADD_SUBDIRECTORY(extra) - ADD_SUBDIRECTORY(libservices) --ADD_SUBDIRECTORY(sql/share) - - IF(NOT WITHOUT_SERVER) - ADD_SUBDIRECTORY(tests) -@@ -460,6 +459,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL +@@ -170,6 +170,8 @@ IF(DISABLE_SHARED) + ENDIF() + OPTION(ENABLED_PROFILING "Enable profiling" ON) + OPTION(WITHOUT_SERVER "Build only the client library and clients" OFF) ++OPTION(WITHOUT_CLIENT "Build only the server components" OFF) ++OPTION(WITHOUT_DOCS "Do not install documentation" OFF) + IF(UNIX) + OPTION(WITH_VALGRIND "Valgrind instrumentation" OFF) + ENDIF() +@@ -454,6 +456,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) -+IF(FALSE) - INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER COPYING.thirdparty ++IF(NOT WITHOUT_DOCS) + INSTALL_DOCUMENTATION(README.md CREDITS COPYING COPYING.thirdparty EXCEPTIONS-CLIENT COMPONENT Readme) - # MDEV-6526 these files are not installed anymore -@@ -470,6 +470,7 @@ IF(UNIX) + +@@ -465,6 +468,7 @@ IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY Docs/README-wsrep COMPONENT Readme) ENDIF() Modified: head/databases/mariadb102-client/files/patch-client_CMakeLists.txt ============================================================================== --- head/databases/mariadb101-client/files/patch-client_CMakeLists.txt Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-client/files/patch-client_CMakeLists.txt Sun May 28 20:52:49 2017 (r441923) @@ -1,57 +1,61 @@ ---- client/CMakeLists.txt.orig 2015-12-23 15:33:29 UTC +--- client/CMakeLists.txt.orig 2017-04-04 19:11:32 UTC +++ client/CMakeLists.txt -@@ -38,11 +38,12 @@ IF(UNIX) +@@ -43,11 +43,12 @@ IF(UNIX) SET_TARGET_PROPERTIES(mysql PROPERTIES ENABLE_EXPORTS TRUE) ENDIF(UNIX) -+IF(FALSE) ++IF(NOT WITHOUT_SERVER) MYSQL_ADD_EXECUTABLE(mysqltest mysqltest.cc COMPONENT Test) SET_SOURCE_FILES_PROPERTIES(mysqltest.cc PROPERTIES COMPILE_FLAGS "-DTHREADS") - TARGET_LINK_LIBRARIES(mysqltest mysqlclient pcre pcreposix) + TARGET_LINK_LIBRARIES(mysqltest ${CLIENT_LIB} pcre pcreposix) SET_TARGET_PROPERTIES(mysqltest PROPERTIES ENABLE_EXPORTS TRUE) - +ENDIF() MYSQL_ADD_EXECUTABLE(mysqlcheck mysqlcheck.c) - TARGET_LINK_LIBRARIES(mysqlcheck mysqlclient) -@@ -54,21 +55,25 @@ MYSQL_ADD_EXECUTABLE(mysqlimport mysqlim + TARGET_LINK_LIBRARIES(mysqlcheck ${CLIENT_LIB}) +@@ -60,15 +61,19 @@ MYSQL_ADD_EXECUTABLE(mysqlimport mysqlim SET_SOURCE_FILES_PROPERTIES(mysqlimport.c PROPERTIES COMPILE_FLAGS "-DTHREADS") - TARGET_LINK_LIBRARIES(mysqlimport mysqlclient) + TARGET_LINK_LIBRARIES(mysqlimport ${CLIENT_LIB}) -+IF(FALSE) ++IF(NOT WITHOUT_SERVER) MYSQL_ADD_EXECUTABLE(mysql_upgrade mysql_upgrade.c COMPONENT Server) - TARGET_LINK_LIBRARIES(mysql_upgrade mysqlclient) + TARGET_LINK_LIBRARIES(mysql_upgrade ${CLIENT_LIB}) ADD_DEPENDENCIES(mysql_upgrade GenFixPrivs) +ENDIF() MYSQL_ADD_EXECUTABLE(mysqlshow mysqlshow.c) - TARGET_LINK_LIBRARIES(mysqlshow mysqlclient) + TARGET_LINK_LIBRARIES(mysqlshow ${CLIENT_LIB}) -+IF(FALSE) ++IF(NOT WITHOUT_SERVER) MYSQL_ADD_EXECUTABLE(mysql_plugin mysql_plugin.c) - TARGET_LINK_LIBRARIES(mysql_plugin mysqlclient) + TARGET_LINK_LIBRARIES(mysql_plugin ${CLIENT_LIB}) +ENDIF() MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) - TARGET_LINK_LIBRARIES(mysqlbinlog mysqlclient) - - MYSQL_ADD_EXECUTABLE(mysqladmin mysqladmin.cc) --TARGET_LINK_LIBRARIES(mysqladmin mysqlclient) -+tARGET_LINK_LIBRARIES(mysqladmin mysqlclient) - - MYSQL_ADD_EXECUTABLE(mysqlslap mysqlslap.c) - SET_SOURCE_FILES_PROPERTIES(mysqlslap.c PROPERTIES COMPILE_FLAGS "-DTHREADS") -@@ -80,10 +85,12 @@ IF(WIN32) - ENDIF(WIN32) - - # async_example is just a code example, do not install it. -+IF(FALSE) + TARGET_LINK_LIBRARIES(mysqlbinlog ${CLIENT_LIB}) +@@ -89,14 +94,21 @@ ENDIF(WIN32) ADD_EXECUTABLE(async_example async_example.c) - TARGET_LINK_LIBRARIES(async_example mysqlclient) -+ENDIF() + TARGET_LINK_LIBRARIES(async_example ${CLIENT_LIB}) -SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysql_upgrade mysqlshow mysqlslap mysql_plugin async_example -+SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysqlshow mysqlslap ++SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysqlshow mysqlslap async_example PROPERTIES HAS_CXX TRUE) +- +-FOREACH(t mysql mysqltest mysqltest mysqlcheck mysqldump mysqlimport mysql_upgrade mysqlshow mysql_plugin mysqlbinlog ++FOREACH(t mysql mysqlcheck mysqldump mysqlimport mysqlshow mysqlbinlog + mysqladmin mysqlslap async_example) + ADD_DEPENDENCIES(${t} GenError ${CLIENT_LIB}) + ENDFOREACH() + ++IF(NOT WITHOUT_SERVER) ++SET_TARGET_PROPERTIES (mysql_upgrade mysql_plugin PROPERTIES HAS_CXX TRUE) ++FOREACH(t mysqltest mysql_upgrade mysql_plugin) ++ ADD_DEPENDENCIES(${t} GenError ${CLIENT_LIB}) ++ENDFOREACH() ++ENDIF() ++ ++ ADD_DEFINITIONS(-DHAVE_DLOPEN) + Modified: head/databases/mariadb102-client/files/patch-extra_CMakeLists.txt ============================================================================== --- head/databases/mariadb101-client/files/patch-extra_CMakeLists.txt Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-client/files/patch-extra_CMakeLists.txt Sun May 28 20:52:49 2017 (r441923) @@ -1,4 +1,4 @@ ---- extra/CMakeLists.txt.orig 2015-12-23 15:33:29 UTC +--- extra/CMakeLists.txt.orig 2017-04-04 19:11:33 UTC +++ extra/CMakeLists.txt @@ -46,6 +46,7 @@ ADD_CUSTOM_TARGET(GenError DEPENDS @@ -8,11 +8,11 @@ MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c) TARGET_LINK_LIBRARIES(my_print_defaults mysys) -@@ -88,18 +89,23 @@ IF(WITH_INNOBASE_STORAGE_ENGINE OR WITH_ - ) - ENDIF() +@@ -84,15 +85,19 @@ IF(WITH_INNOBASE_STORAGE_ENGINE OR WITH_ + ) -+IF(FALSE) + ++IF(NOT WITHOUT_SERVER) MYSQL_ADD_EXECUTABLE(innochecksum innochecksum.cc ${INNOBASE_SOURCES}) TARGET_LINK_LIBRARIES(innochecksum mysys mysys_ssl) ADD_DEPENDENCIES(innochecksum GenError) @@ -24,11 +24,12 @@ +ENDIF() IF(UNIX) -+IF(FALSE) ++IF(NOT WITHOUT_SERVER) MYSQL_ADD_EXECUTABLE(resolve_stack_dump resolve_stack_dump.c) TARGET_LINK_LIBRARIES(resolve_stack_dump mysys) - MYSQL_ADD_EXECUTABLE(mysql_waitpid mysql_waitpid.c COMPONENT Client) - TARGET_LINK_LIBRARIES(mysql_waitpid mysys) +@@ -102,3 +107,4 @@ IF(UNIX) + MYSQL_ADD_EXECUTABLE(mysqld_safe_helper mysqld_safe_helper.c COMPONENT Server) + TARGET_LINK_LIBRARIES(mysqld_safe_helper mysys) ENDIF() +ENDIF() Modified: head/databases/mariadb102-client/files/patch-include_CMakeLists.txt ============================================================================== --- head/databases/mariadb101-client/files/patch-include_CMakeLists.txt Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-client/files/patch-include_CMakeLists.txt Sun May 28 20:52:49 2017 (r441923) @@ -1,15 +1,6 @@ ---- include/CMakeLists.txt.orig 2015-12-23 15:33:29 UTC +--- include/CMakeLists.txt.orig 2017-04-04 19:11:34 UTC +++ include/CMakeLists.txt -@@ -66,13 +66,18 @@ INSTALL(FILES ${HEADERS} DESTINATION ${I - FOREACH(f ${HEADERS_GEN_CONFIGURE}) - INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${f} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development PERMISSIONS OWNER_READ GROUP_READ WORLD_READ) - ENDFOREACH(f) --INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development FILES_MATCHING PATTERN "*.h") -+INSTALL(DIRECTORY mysql/ DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development -+ FILES_MATCHING PATTERN "*.h" -+ PATTERN "psi_abi*" EXCLUDE -+) - +@@ -73,11 +73,13 @@ INSTALL(DIRECTORY mysql/ DESTINATION ${I STRING(REPLACE "." "\\." EXCL_RE "${HEADERS};${HEADERS_GEN_CONFIGURE}") STRING(REPLACE ";" "|" EXCL_RE "${EXCL_RE}") @@ -20,3 +11,6 @@ PATTERN mysql EXCLUDE REGEX "\\./(${EXCL_RE}$)" EXCLUDE) +ENDIF() + + INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/. DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development + FILES_MATCHING PATTERN "*.h" Modified: head/databases/mariadb102-client/files/patch-include_my__compare.h ============================================================================== --- head/databases/mariadb101-client/files/patch-include_my__compare.h Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-client/files/patch-include_my__compare.h Sun May 28 20:52:49 2017 (r441923) @@ -1,4 +1,4 @@ ---- include/my_compare.h.orig 2015-12-23 15:33:29 UTC +--- include/my_compare.h.orig 2017-04-04 19:11:34 UTC +++ include/my_compare.h @@ -40,7 +40,7 @@ extern "C" { But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. Added: head/databases/mariadb102-client/files/patch-include_mysql_service__encryption.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb102-client/files/patch-include_mysql_service__encryption.h Sun May 28 20:52:49 2017 (r441923) @@ -0,0 +1,14 @@ +--- include/mysql/service_encryption.h.orig 2017-04-04 19:11:35 UTC ++++ include/mysql/service_encryption.h +@@ -37,9 +37,11 @@ extern "C" { + #elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + #include + #else ++#ifndef __FreeBSD__ + #include + #endif + #endif ++#endif + + /* returned from encryption_key_get_latest_version() */ + #define ENCRYPTION_KEY_VERSION_INVALID (~(unsigned int)0) Added: head/databases/mariadb102-client/files/patch-libmariadb_include_ma__pthread.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb102-client/files/patch-libmariadb_include_ma__pthread.h Sun May 28 20:52:49 2017 (r441923) @@ -0,0 +1,10 @@ +--- libmariadb/include/ma_pthread.h.orig 2017-04-04 19:11:32 UTC ++++ libmariadb/include/ma_pthread.h +@@ -23,6 +23,7 @@ + + #undef SAFE_MUTEX + ++#include + #include + #ifndef ETIME + #define ETIME ETIMEDOUT /* For FreeBSD */ Modified: head/databases/mariadb102-client/files/patch-man_CMakeLists.txt ============================================================================== --- head/databases/mariadb101-client/files/patch-man_CMakeLists.txt Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-client/files/patch-man_CMakeLists.txt Sun May 28 20:52:49 2017 (r441923) @@ -1,10 +1,10 @@ ---- man/CMakeLists.txt.orig 2015-12-23 15:33:29 UTC +--- man/CMakeLists.txt.orig 2017-04-04 19:11:35 UTC +++ man/CMakeLists.txt -@@ -32,9 +32,13 @@ SET(MAN1_DEVEL mysql_config.1) +@@ -36,9 +36,13 @@ SET(MAN1_DEVEL mysql_config.1) SET(MAN1_TEST mysql-stress-test.pl.1 mysql-test-run.pl.1 mysql_client_test.1 mysqltest_embedded.1 mysql_client_test_embedded.1) -+IF(FALSE) ++IF(NOT WITHOUT_SERVER) INSTALL(FILES ${MAN1_SERVER} DESTINATION ${INSTALL_MANDIR}/man1 COMPONENT ManPagesServer) INSTALL(FILES ${MAN8_SERVER} DESTINATION ${INSTALL_MANDIR}/man8 COMPONENT ManPagesServer) +ENDIF() Modified: head/databases/mariadb102-client/files/patch-mysys_my__default.c ============================================================================== --- head/databases/mariadb101-client/files/patch-mysys_my__default.c Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-client/files/patch-mysys_my__default.c Sun May 28 20:52:49 2017 (r441923) @@ -1,14 +1,5 @@ ---- mysys/my_default.c.orig 2016-03-24 09:12:11 UTC +--- mysys/my_default.c.orig 2017-04-04 19:11:51 UTC +++ mysys/my_default.c -@@ -90,7 +90,7 @@ static my_bool defaults_already_read= FA - - /* Which directories are searched for options (and in which order) */ - --#define MAX_DEFAULT_DIRS 6 -+#define MAX_DEFAULT_DIRS 7 - #define DEFAULT_DIRS_SIZE (MAX_DEFAULT_DIRS + 1) /* Terminate with NULL */ - static const char **default_directories = NULL; - @@ -785,7 +785,7 @@ static int search_default_file_with_ext( { MY_STAT stat_info; @@ -25,8 +16,8 @@ + if (strstr(name, "/etc") == name) + { + fprintf(stderr, -+ "error: Config file %s in invalid location, please move to or merge with /usr/local%s\n", -+ name,name); ++ "error: Config file %s in invalid location, please move to or merge with /usr/local%s\n", ++ name,name); + goto err; + } + @@ -43,7 +34,7 @@ } } } -@@ -1223,13 +1232,10 @@ static const char **init_default_directo +@@ -1192,13 +1201,10 @@ static const char **init_default_directo #else Modified: head/databases/mariadb102-client/files/patch-scripts_CMakeLists.txt ============================================================================== --- head/databases/mariadb101-client/files/patch-scripts_CMakeLists.txt Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-client/files/patch-scripts_CMakeLists.txt Sun May 28 20:52:49 2017 (r441923) @@ -1,14 +1,14 @@ ---- scripts/CMakeLists.txt.orig 2016-03-24 09:12:11 UTC +--- scripts/CMakeLists.txt.orig 2017-04-04 19:11:52 UTC +++ scripts/CMakeLists.txt -@@ -73,6 +73,7 @@ IF(UNIX) - ) - ENDIF() +@@ -90,6 +90,7 @@ SET(ADD_GIS_SP_EOL ";") + CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/maria_add_gis_sp.sql.in + ${CMAKE_CURRENT_BINARY_DIR}/maria_add_gis_sp_bootstrap.sql ESCAPE_QUOTES @ONLY) -+IF(FALSE) ++IF(NOT WITHOUT_SERVER) INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables.sql ${CMAKE_CURRENT_SOURCE_DIR}/mysql_system_tables_data.sql -@@ -82,6 +83,7 @@ INSTALL(FILES +@@ -102,6 +103,7 @@ INSTALL(FILES ${FIX_PRIVILEGES_SQL} DESTINATION ${INSTALL_MYSQLSHAREDIR} COMPONENT Server ) @@ -16,31 +16,15 @@ # TCMalloc hacks IF(MALLOC_LIB) -@@ -134,6 +136,7 @@ ENDIF() - SET(HOSTNAME "hostname") - SET(MYSQLD_USER "mysql") - -+IF(FALSE) - # Required for mysqlbug until autotools are deprecated, once done remove these - # and expand default cmake variables - SET(CC ${CMAKE_C_COMPILER}) -@@ -168,6 +171,7 @@ INSTALL_SCRIPT(${CMAKE_CURRENT_BINARY_DI - DESTINATION ${INSTALL_BINDIR} - COMPONENT Server - ) -+ENDIF() - - ENDIF(UNIX) - -@@ -193,6 +197,7 @@ ELSE() +@@ -177,6 +179,7 @@ ELSE() SET(localstatedir ${MYSQL_DATADIR}) ENDIF() -+IF() ++IF(NOT WITHOUT_SERVER) IF(UNIX) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/mysql_install_db.sh ${CMAKE_CURRENT_BINARY_DIR}/mysql_install_db ESCAPE_QUOTES @ONLY) -@@ -206,6 +211,7 @@ INSTALL_SCRIPT( +@@ -190,6 +193,7 @@ INSTALL_SCRIPT( COMPONENT Server ) ENDIF() @@ -48,22 +32,17 @@ SET(prefix "${CMAKE_INSTALL_PREFIX}") IF(INSTALL_SYSCONFDIR) -@@ -284,18 +290,8 @@ ELSE() +@@ -277,13 +281,8 @@ ELSE() SET(BIN_SCRIPTS msql2mysql mysql_config -- mysql_fix_extensions - mysql_setpermission - mysql_secure_installation -- mysql_zap mysqlaccess - mysql_convert_table_format mysql_find_rows - mytop - mysqlhotcopy -- mysqldumpslow -- mysqld_multi -- mysqld_safe - ${WSREP_BINARIES} + ${SERVER_SCRIPTS} + ${WSREP_SCRIPTS} ${SYSTEMD_SCRIPTS} - ) Modified: head/databases/mariadb102-client/files/patch-scripts_mysql__config.sh ============================================================================== --- head/databases/mariadb101-client/files/patch-scripts_mysql__config.sh Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-client/files/patch-scripts_mysql__config.sh Sun May 28 20:52:49 2017 (r441923) @@ -1,12 +1,12 @@ ---- scripts/mysql_config.sh.orig 2016-01-14 20:12:38 UTC +--- scripts/mysql_config.sh.orig 2017-05-21 07:34:41 UTC +++ scripts/mysql_config.sh @@ -106,7 +106,9 @@ fi # Create options libs="-L$pkglibdir @RPATH_OPTION@ @LIBS_FOR_CLIENTS@" -+libs="$libs -L%%LOCALBASE%%/lib " ++libs="$libs -L/usr/local/lib " embedded_libs="-L$pkglibdir @RPATH_OPTION@ @EMB_LIBS_FOR_CLIENTS@" -+embedded_libs="$embedded_libs -L%%LOCALBASE%%/lib " ++embedded_libs="$embedded_libs -L/usr/local/lib " include="-I$pkgincludedir" if [ "$basedir" != "/usr" ]; then Modified: head/databases/mariadb102-client/files/patch-support-files_CMakeLists.txt ============================================================================== --- head/databases/mariadb101-client/files/patch-support-files_CMakeLists.txt Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-client/files/patch-support-files_CMakeLists.txt Sun May 28 20:52:49 2017 (r441923) @@ -1,10 +1,10 @@ ---- support-files/CMakeLists.txt.orig 2015-12-23 15:33:33 UTC +--- support-files/CMakeLists.txt.orig 2017-04-04 19:12:36 UTC +++ support-files/CMakeLists.txt @@ -41,15 +41,18 @@ ELSE() SET(inst_location ${INSTALL_SUPPORTFILESDIR}) ENDIF() -+IF(FALSE) ++IF(NOT WITHOUT_SERVER) FOREACH(inifile my-huge my-innodb-heavy-4G my-large my-medium my-small wsrep) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${inifile}.cnf.sh ${CMAKE_CURRENT_BINARY_DIR}/${inifile}.${ini_file_extension} @ONLY) @@ -15,13 +15,13 @@ IF(UNIX) SET(prefix ${CMAKE_INSTALL_PREFIX}) -+ IF(FALSE) ++ IF(NOT WITHOUT_SERVER) FOREACH(script mysqld_multi.server mysql-log-rotate binary-configure wsrep_notify) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${script}.sh ${CMAKE_CURRENT_BINARY_DIR}/${script} @ONLY ) -@@ -60,12 +63,14 @@ IF(UNIX) - INSTALL(FILES magic DESTINATION ${inst_location} COMPONENT SupportFiles) - INSTALL(DIRECTORY policy DESTINATION ${inst_location} COMPONENT SupportFiles) +@@ -79,12 +82,14 @@ IF(UNIX) + ENDFOREACH() + ENDIF() ENDIF() + ENDIF() @@ -31,11 +31,11 @@ INSTALL(FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR}/aclocal COMPONENT Development) - + -+IF(FALSE) ++IF(NOT WITHOUT_SERVER) SET(bindir ${INSTALL_BINDIRABS}) SET(sbindir ${INSTALL_SBINDIRABS}) SET(scriptdir ${INSTALL_SCRIPTDIRABS}) -@@ -115,6 +120,7 @@ IF(UNIX) +@@ -136,6 +141,7 @@ IF(UNIX) INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/mysql.server DESTINATION ${INSTALL_SYSCONFDIR}/init.d RENAME mysql COMPONENT SupportFiles) Modified: head/databases/mariadb102-client/pkg-plist ============================================================================== --- head/databases/mariadb101-client/pkg-plist Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-client/pkg-plist Sun May 28 20:52:49 2017 (r441923) @@ -1,3 +1,4 @@ +bin/mariadb_config bin/msql2mysql bin/mysql bin/mysql_find_rows @@ -20,11 +21,21 @@ include/mysql/decimal.h include/mysql/errmsg.h include/mysql/handler_ername.h include/mysql/handler_state.h +include/mysql/json_lib.h include/mysql/keycache.h include/mysql/little_endian.h include/mysql/m_ctype.h include/mysql/m_string.h include/mysql/ma_dyncol.h +include/mysql/ma_list.h +include/mysql/ma_pvio.h +include/mysql/ma_tls.h +include/mysql/mariadb/ma_io.h +include/mysql/mariadb_com.h +include/mysql/mariadb_ctype.h +include/mysql/mariadb_dyncol.h +include/mysql/mariadb_stmt.h +include/mysql/mariadb_version.h include/mysql/my_alloc.h include/mysql/my_attribute.h include/mysql/my_byteorder.h @@ -49,6 +60,10 @@ include/mysql/mysql_time.h include/mysql/mysql_version.h include/mysql/mysqld_ername.h include/mysql/mysqld_error.h +include/mysql/mysql/client_plugin.h +include/mysql/mysql/plugin_auth.h +include/mysql/mysql/plugin_auth_common.h +include/mysql/pack.h include/mysql/plugin.h include/mysql/plugin_audit.h include/mysql/plugin_auth.h @@ -64,18 +79,28 @@ include/mysql/psi/mysql_statement.h include/mysql/psi/mysql_table.h include/mysql/psi/mysql_thread.h include/mysql/psi/psi.h +include/mysql/psi/psi_abi_v0.h +include/mysql/psi/psi_abi_v1.h +include/mysql/psi/psi_abi_v2.h +include/mysql/psi/psi_base.h +include/mysql/psi/psi_memory.h +include/mysql/service_base64.h include/mysql/service_debug_sync.h include/mysql/service_encryption.h include/mysql/service_encryption_scheme.h include/mysql/service_kill_statement.h include/mysql/service_logger.h include/mysql/service_md5.h +include/mysql/service_my_crypt.h +include/mysql/service_my_print_error.h include/mysql/service_my_snprintf.h include/mysql/service_progress_report.h include/mysql/service_sha1.h +include/mysql/service_sha2.h include/mysql/service_thd_alloc.h include/mysql/service_thd_autoinc.h include/mysql/service_thd_error_context.h +include/mysql/service_thd_rnd.h include/mysql/service_thd_specifics.h include/mysql/service_thd_timezone.h include/mysql/service_thd_wait.h @@ -87,18 +112,69 @@ include/mysql/sslopt-case.h include/mysql/sslopt-longopts.h include/mysql/sslopt-vars.h include/mysql/typelib.h -lib/mysql/libmysqlclient.a -lib/mysql/libmysqlclient.so -lib/mysql/libmysqlclient.so.18 -lib/mysql/libmysqlclient_r.a -lib/mysql/libmysqlclient_r.so -lib/mysql/libmysqlclient_r.so.18 %%NO_GSSAPI_NONE%%lib/mysql/plugin/auth_gssapi_client.so +lib/mysql/libmariadb.so +lib/mysql/libmariadb.so.3 +lib/mysql/libmariadbclient.a +lib/mysql/libmysqlservices.a +@comment lib/mysql/plugin/client_ed25519.so lib/mysql/plugin/daemon_example.ini lib/mysql/plugin/dialog.so +lib/mysql/plugin/libaurora.so +lib/mysql/plugin/libreplication.so lib/mysql/plugin/mysql_clear_password.so -%%DATADIR%%/maria_add_gis_sp.sql -%%DATADIR%%/maria_add_gis_sp_bootstrap.sql +lib/mysql/plugin/sha256_password.so +lib/mysql/plugin/trace_example.so +%%DATADIR%%/charsets/Index.xml +%%DATADIR%%/charsets/README +%%DATADIR%%/charsets/armscii8.xml +%%DATADIR%%/charsets/ascii.xml +%%DATADIR%%/charsets/cp1250.xml +%%DATADIR%%/charsets/cp1251.xml +%%DATADIR%%/charsets/cp1256.xml +%%DATADIR%%/charsets/cp1257.xml +%%DATADIR%%/charsets/cp850.xml +%%DATADIR%%/charsets/cp852.xml +%%DATADIR%%/charsets/cp866.xml +%%DATADIR%%/charsets/dec8.xml +%%DATADIR%%/charsets/geostd8.xml +%%DATADIR%%/charsets/greek.xml +%%DATADIR%%/charsets/hebrew.xml +%%DATADIR%%/charsets/hp8.xml +%%DATADIR%%/charsets/keybcs2.xml +%%DATADIR%%/charsets/koi8r.xml +%%DATADIR%%/charsets/koi8u.xml +%%DATADIR%%/charsets/latin1.xml +%%DATADIR%%/charsets/latin2.xml +%%DATADIR%%/charsets/latin5.xml +%%DATADIR%%/charsets/latin7.xml +%%DATADIR%%/charsets/macce.xml +%%DATADIR%%/charsets/macroman.xml +%%DATADIR%%/charsets/swe7.xml +%%DATADIR%%/czech/errmsg.sys +%%DATADIR%%/danish/errmsg.sys +%%DATADIR%%/dutch/errmsg.sys +%%DATADIR%%/english/errmsg.sys +%%DATADIR%%/errmsg-utf8.txt +%%DATADIR%%/estonian/errmsg.sys +%%DATADIR%%/french/errmsg.sys +%%DATADIR%%/german/errmsg.sys +%%DATADIR%%/greek/errmsg.sys +%%DATADIR%%/hungarian/errmsg.sys +%%DATADIR%%/italian/errmsg.sys +%%DATADIR%%/japanese/errmsg.sys +%%DATADIR%%/korean/errmsg.sys +%%DATADIR%%/norwegian-ny/errmsg.sys +%%DATADIR%%/norwegian/errmsg.sys +%%DATADIR%%/polish/errmsg.sys +%%DATADIR%%/portuguese/errmsg.sys +%%DATADIR%%/romanian/errmsg.sys +%%DATADIR%%/russian/errmsg.sys +%%DATADIR%%/serbian/errmsg.sys +%%DATADIR%%/slovak/errmsg.sys +%%DATADIR%%/spanish/errmsg.sys +%%DATADIR%%/swedish/errmsg.sys +%%DATADIR%%/ukrainian/errmsg.sys man/man1/msql2mysql.1.gz man/man1/mysql.1.gz man/man1/mysql_config.1.gz Modified: head/databases/mariadb102-server/Makefile ============================================================================== --- head/databases/mariadb101-server/Makefile Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-server/Makefile Sun May 28 20:52:49 2017 (r441923) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME?= mariadb -PORTVERSION= 10.1.13 +PORTVERSION= 10.2.6 CATEGORIES= databases ipv6 -MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ - http://mirrors.supportex.net/${SITESDIR}/ \ +MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \ http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \ http://gd.tuwien.ac.at/db/${SITESDIR}/ \ http://mirrors.fe.up.pt/pub/${SITESDIR}/ \ http://mirror.de.gsnw.de:56431/${SITESDIR}/ \ http://mirror.layerjet.com/${SITESDIR}/ \ - http://mirror.switch.ch/mirror/${SITESDIR}/ -PKGNAMESUFFIX?= 101-server + http://mirror.switch.ch/mirror/${SITESDIR}/ \ + http://ftp.osuosl.org/pub/${SITESDIR}/ +PKGNAMESUFFIX?= 102-server MAINTAINER= brnrd@FreeBSD.org COMMENT?= Multithreaded SQL database (server) @@ -24,36 +24,42 @@ LICENSE_PERMS_PerconaFT= dist-mirror dis SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -SLAVEDIRS= databases/mariadb101-client -USES= bison:build cmake compiler:c++11-lib cpe execinfo shebangfix +SLAVEDIRS= databases/mariadb102-client +USES= bison:build cmake compiler:c++11-lib cpe execinfo iconv:translit ncurses shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source DOCSDIR= ${PREFIX}/share/doc/mysql -OPTIONS_DEFINE= FASTMTX OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE OPTIONS_DEFAULT= GSSAPI_BASE -FASTMTX_DESC= Replace mutexes with spinlocks - .if !defined(CLIENT_ONLY) # MySQL-Server options -OPTIONS_DEFINE+= MAXKEY -OPTIONS_DEFAULT+= MAXKEY SPHINX SPIDER -OPTIONS_GROUP= ENGINES -OPTIONS_GROUP_ENGINES= INNOBASE MROONGA OQGRAPH SPHINX SPIDER TOKUDB +OPTIONS_DEFAULT+= CONNECT_EXTRA INNOBASE SPHINX SPIDER +OPTIONS_GROUP= COMPRESSION ENGINES GROONGA +OPTIONS_DEFINE= CONNECT_EXTRA +OPTIONS_GROUP_COMPRESSION= LZ4 LZO SNAPPY ZSTD +OPTIONS_GROUP_ENGINES= INNOBASE MROONGA OQGRAPH ROCKSDB SPHINX SPIDER TOKUDB XTRADB +OPTIONS_GROUP_GROONGA= ZMQ MSGPACK OPTIONS_EXCLUDE_i386= TOKUDB +CONNECT_EXTRA_DESC= Enable ODBC and XML in CONNECT engine +COMPRESSION_DESC= Optional page compression ENGINES_DESC= Optional MariaDB storage engines -INNOBASE_DESC= Build InnoDB engine next to XtraDB -MAXKEY_DESC= Change max key length from 1000 to 4000 +GROONGA_DESC= Optional Mroonga features +INNOBASE_DESC= InnoDB default engine MROONGA_DESC= Mroonga Full Text Search engine +MSGPACK_DESC= MsgPack support OQGRAPH_DESC= Open Query Graph Computation engine +ROCKSDB_DESC= RocksDB LSM engine (Alpha) SPHINX_DESC= SphinxSE engine SPIDER_DESC= Partitioning and XA-transactions engine TOKUDB_DESC= Fractal tree index tree data structure engine +XTRADB_DESC= Build XtraDB engine next to InnoDB +ZMQ_DESC= ZeroMQ support +ZSTD_DESC+= Zstandard compression support (RocksDB only) .endif GSSAPI_BASE_USES= gssapi @@ -75,12 +81,25 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc -DINSTALL_SHAREDIR="share" \ -DINSTALL_SQLBENCHDIR= \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ - -DWITH_UNIT_TESTS=0 \ + -DDEFAULT_SYSCONFDIR="${PREFIX}/etc" \ + -DWITH_JEMALLOC="system" \ -DWITH_LIBWRAP=1 \ - -DWITH_SSL=${OPENSSLBASE} \ - -DKRB5_CONFIG=${KRB5CONFIG} \ - -DEXECINFO_ROOT=${LOCALBASE} \ - -DCOMPILATION_COMMENT="FreeBSD Ports" + -DWITH_SSL="${OPENSSLBASE}" \ + -DWITH_UNIT_TESTS=0 \ + -DWITHOUT_DOCS=1 \ + -DCURSES_CURSES_LIBRARY="/usr/lib/libcurses.so" \ + -DCURSES_FORM_LIBRARY="/usr/lib/libform.so" \ + -DCURSES_CURSES_LIBRARY="/usr/lib/libncurses.so" \ + -DEXECINFO_ROOT="${LOCALBASE}" \ + -DICONV_LIBRARIES="${ICONV_LIB_PATH}" \ + -DKRB5_CONFIG="${KRB5CONFIG}" \ + -DCURSES_NCURSES_LIBRARY="${NCURSESLIB}/libncurses.so" \ + -DOPENSSL_ROOT_DIR="${OPENSSLBASE}" \ + -DOPENSSL_CRYPTO_LIBRARY="${OPENSSLBASE}/lib/libcrypto.so" \ + -DOPENSSL_SSL_LIBRARY="${OPENSSLBASE}/lib/libssl.so" \ + -DREMOTEIO_PLUGIN_TYPE="NO" \ + -DCOMPILATION_COMMENT="FreeBSD Ports" \ + -DCMAKE_PREFIX_PATH=${PREFIX} DATADIR= ${PREFIX}/share/mysql @@ -89,11 +108,10 @@ DATADIR= ${PREFIX}/share/mysql .endif CONFLICTS_INSTALL= mariadb5*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ - mariadb10[02-9]-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ + mariadb10[013-9]-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ mysql[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ percona[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* -USE_OPENSSL= yes FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 OPTIONS_SUB= yes @@ -103,8 +121,7 @@ USES+= readline GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO .else # MySQL-Server part -USE_MYSQL= yes -WANT_MYSQL_VER= 101m +USES+= mysql:102m USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin USE_RC_SUBR= mysql-server USERS= mysql @@ -112,26 +129,44 @@ GROUPS= mysql CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" \ -DPLUGIN_AUTH_GSSAPI_CLIENT=NO \ -DCMAKE_SKIP_BUILD_RPATH:BOOL=YES \ - -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 + -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \ + -DWITHOUT_CLIENT=1 .for ENGINE in ${OPTIONS_GROUP_ENGINES} ${ENGINE}_CMAKE_OFF= -DPLUGIN_${ENGINE}=NO \ -DWITHOUT_${ENGINE}=1 +${ENGINE}_CMAKE_ON= -DPLUGIN_${ENGINE}=DYNAMIC .endfor -GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI=NO -MAXKEY_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include_my__compare.h +CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC +CONNECT_EXTRA_USE= gnome=libxml2 +GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI=NO -DPLUGIN_AUTH_GSSAPI_CLIENT=NO +LZ4_CMAKE_OFF= -DGRN_WITH_LZ4=OFF -DWITH_INNODB_LZ4=OFF -DWITH_ROCKSDB_LZ4=OFF +LZ4_CMAKE_ON= -DGRN_WITH_LZ4=ON -DWITH_INNODB_LZ4=ON -DWITH_ROCKSDB_LZ4=ON +LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 +LZO_CMAKE_OFF= -DWITH_INNODB_LZO=OFF +LZO_CMAKE_ON= -DWITH_INNODB_LZO=ON +LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 +MROONGA_IMPLIES= LZ4 +MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libJudy.so:devel/judy -TOKUDB_LIB_DEPENDS= libsnappy.so:archivers/snappy +SNAPPY_CMAKE_OFF= -DWITH_INNODB_SNAPPY=OFF -DWITH_ROCKSDB_snappy=OFF +SNAPPY_CMAKE_ON= -DWITH_INNODB_SNAPPY=ON -DWITH_ROCKSDB_snappy=ON +SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy +TOKUDB_IMPLIES= SNAPPY TOKUDB_PORTDOCS= README.md TOKUDB_VARS= LICENSE+=PerconaFT LICENSE_COMB=multi +ZMQ_LIB_DEPENDS= libzmq.so:net/libzmq4 +ZSTD_CMAKE_ON= -DWITH_ROCKSDB_ZSTD=ON +ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd + NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= currently does not compile on i386, see \ - https://mariadb.atlassian.net/browse/MDEV-9627 + https://jira.mariadb.org/browse/MDEV-9627 post-install: -# Remove programs to avoid conflict with mariadb101-client +# Remove programs to avoid conflict with mariadb102-client # These are "client" components, so there should be a switch that # prevents them from being installed but it's unknown right now ${RM} ${STAGEDIR}${PREFIX}/bin/msql2mysql \ @@ -154,22 +189,17 @@ GSSAPI_BASE_IGNORE= BASE_GSSAPI is not c CMAKE_ARGS+= -DWITHOUT_TOKUDB .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000012 -CMAKE_ARGS+= -DWITH_JEMALLOC="system" -.else -CMAKE_ARGS+= -DWITH_JEMALLOC="no" -.if ${PORT_OPTIONS:MGSSAPI_BASE} -IGNORE= requires a Kerberos implementation from ports on FreeBSD < 10. Select GSSAPI_HEIMDAL or GSSAPI_MIT option -.endif -.endif - post-patch: - @${REINPLACE_CMD} 's/*.1/${MAN1}/' ${WRKSRC}/man/CMakeLists.txt - @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/mysys/my_default.c - @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/scripts/mysql_config.sh + ${REINPLACE_CMD} 's/*.1/${MAN1}/' ${WRKSRC}/man/CMakeLists.txt + ${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/mysys/my_default.c + ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/scripts/mysql_config.sh .if ${OPSYS} == DragonFly ${CP} ${WRKSRC}/cmake/os/FreeBSD.cmake \ ${WRKSRC}/cmake/os/DragonFly.cmake .endif +post-configure-MROONGA-on: + ${REINPLACE_CMD} 's|-llz4|-L${LOCALBASE}/lib -llz4|' \ + ${WRKSRC}/storage/mroonga/CMakeFiles/mroonga.dir/link.txt + .include Modified: head/databases/mariadb102-server/distinfo ============================================================================== --- head/databases/mariadb101-server/distinfo Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-server/distinfo Sun May 28 20:52:49 2017 (r441923) @@ -1,2 +1,3 @@ -SHA256 (mariadb-10.1.13.tar.gz) = 21e1c7da1421146c69f5e8077333aaac06778a87046a1943ee4f449fbcefc00d -SIZE (mariadb-10.1.13.tar.gz) = 55272572 +TIMESTAMP = 1495564383 +SHA256 (mariadb-10.2.6.tar.gz) = c385c76e40d6e5f0577eba021805da5f494a30c9ef51884baefe206d5658a2e5 +SIZE (mariadb-10.2.6.tar.gz) = 67599197 Modified: head/databases/mariadb102-server/files/patch-CMakeLists.txt ============================================================================== --- head/databases/mariadb101-server/files/patch-CMakeLists.txt Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-server/files/patch-CMakeLists.txt Sun May 28 20:52:49 2017 (r441923) @@ -1,16 +1,23 @@ -Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options - ---- CMakeLists.txt.orig 2016-03-24 09:12:10 UTC +--- CMakeLists.txt.orig 2017-05-14 23:13:15 UTC +++ CMakeLists.txt -@@ -460,6 +460,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL +@@ -170,6 +170,8 @@ IF(DISABLE_SHARED) + ENDIF() + OPTION(ENABLED_PROFILING "Enable profiling" ON) + OPTION(WITHOUT_SERVER "Build only the client library and clients" OFF) ++OPTION(WITHOUT_CLIENT "Build only the server components" OFF) ++OPTION(WITHOUT_DOCS "Do not install documentation" OFF) + IF(UNIX) + OPTION(WITH_VALGRIND "Valgrind instrumentation" OFF) + ENDIF() +@@ -452,6 +454,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) -+IF(FALSE) - INSTALL_DOCUMENTATION(README CREDITS COPYING COPYING.LESSER COPYING.thirdparty ++IF(NOT WITHOUT_DOCS) + INSTALL_DOCUMENTATION(README.md CREDITS COPYING COPYING.thirdparty EXCEPTIONS-CLIENT COMPONENT Readme) - # MDEV-6526 these files are not installed anymore -@@ -470,6 +471,7 @@ IF(UNIX) + +@@ -463,6 +466,7 @@ IF(UNIX) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme) INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY Docs/README-wsrep COMPONENT Readme) ENDIF() Modified: head/databases/mariadb102-server/files/patch-client_CMakeLists.txt ============================================================================== --- head/databases/mariadb101-server/files/patch-client_CMakeLists.txt Sun Apr 17 18:59:10 2016 (r413536) +++ head/databases/mariadb102-server/files/patch-client_CMakeLists.txt Sun May 28 20:52:49 2017 (r441923) @@ -1,72 +1,78 @@ -Fix up missing WITHOUT_DOCS, WITHOUT_CLIENT options - ---- client/CMakeLists.txt.orig 2015-10-15 15:43:35 UTC +--- client/CMakeLists.txt.orig 2017-05-14 23:13:15 UTC +++ client/CMakeLists.txt -@@ -30,6 +30,7 @@ INCLUDE_DIRECTORIES( - COPY_OPENSSL_DLLS(copy_openssl_client) +@@ -35,6 +35,8 @@ COPY_OPENSSL_DLLS(copy_openssl_client) + SET(CLIENT_LIB mariadbclient mysys) ADD_DEFINITIONS(${SSL_DEFINES}) -+IF(FALSE) ++ ++IF(NOT WITHOUT_CLIENT) MYSQL_ADD_EXECUTABLE(mysql completion_hash.cc mysql.cc readline.cc ${CMAKE_SOURCE_DIR}/sql/sql_string.cc) - TARGET_LINK_LIBRARIES(mysql mysqlclient) -@@ -37,6 +38,7 @@ IF(UNIX) - TARGET_LINK_LIBRARIES(mysql ${MY_READLINE_LIBRARY}) + TARGET_LINK_LIBRARIES(mysql ${CLIENT_LIB}) +@@ -43,11 +45,6 @@ IF(UNIX) SET_TARGET_PROPERTIES(mysql PROPERTIES ENABLE_EXPORTS TRUE) ENDIF(UNIX) -+ENDIF() - - MYSQL_ADD_EXECUTABLE(mysqltest mysqltest.cc COMPONENT Test) - SET_SOURCE_FILES_PROPERTIES(mysqltest.cc PROPERTIES COMPILE_FLAGS "-DTHREADS") -@@ -44,6 +46,7 @@ TARGET_LINK_LIBRARIES(mysqltest mysqlcli - SET_TARGET_PROPERTIES(mysqltest PROPERTIES ENABLE_EXPORTS TRUE) +-MYSQL_ADD_EXECUTABLE(mysqltest mysqltest.cc COMPONENT Test) +-SET_SOURCE_FILES_PROPERTIES(mysqltest.cc PROPERTIES COMPILE_FLAGS "-DTHREADS") +-TARGET_LINK_LIBRARIES(mysqltest ${CLIENT_LIB} pcre pcreposix) +-SET_TARGET_PROPERTIES(mysqltest PROPERTIES ENABLE_EXPORTS TRUE) +- -+IF(FALSE) MYSQL_ADD_EXECUTABLE(mysqlcheck mysqlcheck.c) - TARGET_LINK_LIBRARIES(mysqlcheck mysqlclient) - -@@ -53,17 +56,21 @@ TARGET_LINK_LIBRARIES(mysqldump mysqlcli - MYSQL_ADD_EXECUTABLE(mysqlimport mysqlimport.c) + TARGET_LINK_LIBRARIES(mysqlcheck ${CLIENT_LIB}) +@@ -60,16 +57,6 @@ MYSQL_ADD_EXECUTABLE(mysqlimport mysqlim SET_SOURCE_FILES_PROPERTIES(mysqlimport.c PROPERTIES COMPILE_FLAGS "-DTHREADS") - TARGET_LINK_LIBRARIES(mysqlimport mysqlclient) -+ENDIF() + TARGET_LINK_LIBRARIES(mysqlimport ${CLIENT_LIB}) - MYSQL_ADD_EXECUTABLE(mysql_upgrade mysql_upgrade.c COMPONENT Server) - TARGET_LINK_LIBRARIES(mysql_upgrade mysqlclient) - ADD_DEPENDENCIES(mysql_upgrade GenFixPrivs) - -+IF(FALSE) - MYSQL_ADD_EXECUTABLE(mysqlshow mysqlshow.c) - TARGET_LINK_LIBRARIES(mysqlshow mysqlclient) -+ENDIF() - - MYSQL_ADD_EXECUTABLE(mysql_plugin mysql_plugin.c) - TARGET_LINK_LIBRARIES(mysql_plugin mysqlclient) - -+IF(FALSE) +-MYSQL_ADD_EXECUTABLE(mysql_upgrade mysql_upgrade.c COMPONENT Server) +-TARGET_LINK_LIBRARIES(mysql_upgrade ${CLIENT_LIB}) +-ADD_DEPENDENCIES(mysql_upgrade GenFixPrivs) +- +-MYSQL_ADD_EXECUTABLE(mysqlshow mysqlshow.c) +-TARGET_LINK_LIBRARIES(mysqlshow ${CLIENT_LIB}) +- +-MYSQL_ADD_EXECUTABLE(mysql_plugin mysql_plugin.c) +-TARGET_LINK_LIBRARIES(mysql_plugin ${CLIENT_LIB}) +- MYSQL_ADD_EXECUTABLE(mysqlbinlog mysqlbinlog.cc) - TARGET_LINK_LIBRARIES(mysqlbinlog mysqlclient) - -@@ -73,17 +80,20 @@ TARGET_LINK_LIBRARIES(mysqladmin mysqlcl - MYSQL_ADD_EXECUTABLE(mysqlslap mysqlslap.c) - SET_SOURCE_FILES_PROPERTIES(mysqlslap.c PROPERTIES COMPILE_FLAGS "-DTHREADS") - TARGET_LINK_LIBRARIES(mysqlslap mysqlclient) -+ENDIF() - - # "WIN32" also covers 64 bit. "echo" is used in some files below "mysql-test/". - IF(WIN32) - MYSQL_ADD_EXECUTABLE(echo echo.c COMPONENT Junk) - ENDIF(WIN32) + TARGET_LINK_LIBRARIES(mysqlbinlog ${CLIENT_LIB}) -+IF(FALSE) - # async_example is just a code example, do not install it. +@@ -89,14 +76,34 @@ ENDIF(WIN32) ADD_EXECUTABLE(async_example async_example.c) - TARGET_LINK_LIBRARIES(async_example mysqlclient) -+ENDIF() + TARGET_LINK_LIBRARIES(async_example ${CLIENT_LIB}) -SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysql_upgrade mysqlshow mysqlslap mysql_plugin async_example -+SET_TARGET_PROPERTIES (mysql_upgrade mysql_plugin ++SET_TARGET_PROPERTIES (mysqlcheck mysqldump mysqlimport mysqlshow mysqlslap async_example *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Sun May 28 21:12:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA7FDD858F7; Sun, 28 May 2017 21:12:08 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAB1514C2; Sun, 28 May 2017 21:12:08 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SLC7du002157; Sun, 28 May 2017 21:12:07 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SLC74E002155; Sun, 28 May 2017 21:12:07 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201705282112.v4SLC74E002155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Sun, 28 May 2017 21:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441924 - head/mail/qgmailnotifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 21:12:09 -0000 Author: crees Date: Sun May 28 21:12:07 2017 New Revision: 441924 URL: https://svnweb.freebsd.org/changeset/ports/441924 Log: Update to 2014.2 Modified: head/mail/qgmailnotifier/Makefile head/mail/qgmailnotifier/distinfo Modified: head/mail/qgmailnotifier/Makefile ============================================================================== --- head/mail/qgmailnotifier/Makefile Sun May 28 20:52:49 2017 (r441923) +++ head/mail/qgmailnotifier/Makefile Sun May 28 21:12:07 2017 (r441924) @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= qgmailnotifier -PORTVERSION= 2008.3 -PORTREVISION= 2 +DISTVERSION= 2014.2 CATEGORIES= mail -MASTER_SITES= http://www.codef00.com/projects/ +MASTER_SITES= GH MAINTAINER= crees@FreeBSD.org COMMENT= Portable Qt 4 based GMail notifier USES= qmake tar:tgz USE_QT4= moc_build uic_build gui network xml rcc_build - -WRKSRC= ${WRKDIR}/${PORTNAME} +USE_GITHUB= yes +GH_ACCOUNT= eteran PORTDOCS= README PLIST_FILES= bin/${PORTNAME} Modified: head/mail/qgmailnotifier/distinfo ============================================================================== --- head/mail/qgmailnotifier/distinfo Sun May 28 20:52:49 2017 (r441923) +++ head/mail/qgmailnotifier/distinfo Sun May 28 21:12:07 2017 (r441924) @@ -1,2 +1,3 @@ -SHA256 (qgmailnotifier-2008.3.tgz) = fcfc88c35bc3256a68451e3da1cf6d78f7a12f4d39ec93db400397f57d64afad -SIZE (qgmailnotifier-2008.3.tgz) = 12301 +TIMESTAMP = 1496000295 +SHA256 (eteran-qgmailnotifier-2014.2_GH0.tar.gz) = 16dd31826ddeb09a4316d55c362a64f9f028f5e72a12dedfe54746f65bbc7226 +SIZE (eteran-qgmailnotifier-2014.2_GH0.tar.gz) = 48161 From owner-svn-ports-all@freebsd.org Sun May 28 21:18:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C31C4D8599B; Sun, 28 May 2017 21:18:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D9771716; Sun, 28 May 2017 21:18:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SLI58j002690; Sun, 28 May 2017 21:18:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SLI4KR002678; Sun, 28 May 2017 21:18:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705282118.v4SLI4KR002678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 May 2017 21:18:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441925 - in head: databases/py-python-rrdtool devel/rcs dns/dnsproxy dns/dnsutl dns/libbind games/unnethack mail/dot-forward mail/fastforward mail/qmail-contrib mail/qmail-rblchk secur... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 21:18:06 -0000 Author: antoine Date: Sun May 28 21:18:04 2017 New Revision: 441925 URL: https://svnweb.freebsd.org/changeset/ports/441925 Log: Register dependency on groff PR: 213725 Modified: head/databases/py-python-rrdtool/Makefile head/devel/rcs/Makefile head/dns/dnsproxy/Makefile head/dns/dnsutl/Makefile head/dns/libbind/Makefile head/games/unnethack/Makefile head/mail/dot-forward/Makefile head/mail/fastforward/Makefile head/mail/qmail-contrib/Makefile head/mail/qmail-rblchk/Makefile head/security/openiked/Makefile head/sysutils/clockspeed/Makefile Modified: head/databases/py-python-rrdtool/Makefile ============================================================================== --- head/databases/py-python-rrdtool/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/databases/py-python-rrdtool/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -14,7 +14,7 @@ LICENSE= LGPL3 LIB_DEPENDS= librrd.so:databases/rrdtool -USES= pkgconfig python +USES= groff pkgconfig python USE_GNOME= cairo glib20 libxml2 USE_PYTHON= distutils autoplist Modified: head/devel/rcs/Makefile ============================================================================== --- head/devel/rcs/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/devel/rcs/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -10,7 +10,7 @@ COMMENT= Version control system LICENSE= GPLv3 -USES= makeinfo tar:xz +USES= groff makeinfo tar:xz GNU_CONFIGURE= yes INFO= rcs Modified: head/dns/dnsproxy/Makefile ============================================================================== --- head/dns/dnsproxy/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/dns/dnsproxy/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -14,6 +14,7 @@ LIB_DEPENDS= libevent.so:devel/libevent GNU_CONFIGURE= yes +USES= groff USE_RC_SUBR= dnsproxy PLIST_FILES= sbin/dnsproxy etc/${PORTNAME}/dnsproxy.conf.sample \ Modified: head/dns/dnsutl/Makefile ============================================================================== --- head/dns/dnsutl/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/dns/dnsutl/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -19,6 +19,7 @@ ALL_TARGET= all sure CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes +USES= groff post-install: ${INSTALL_MAN} ${WRKSRC}/man1/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 Modified: head/dns/libbind/Makefile ============================================================================== --- head/dns/libbind/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/dns/libbind/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -18,6 +18,7 @@ MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --with-randomdev=/dev/random +USES= groff OPTIONS_DEFINE= IPV6 THREADS OPTIONS_DEFAULT= THREADS Modified: head/games/unnethack/Makefile ============================================================================== --- head/games/unnethack/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/games/unnethack/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -10,7 +10,7 @@ MAINTAINER= knu@FreeBSD.org COMMENT= New variant of NetHack GNU_CONFIGURE= yes -USES= gmake ncurses +USES= gmake groff ncurses MAKE_JOBS_UNSAFE= yes VARDIR_REL= var/games/${PORTNAME} Modified: head/mail/dot-forward/Makefile ============================================================================== --- head/mail/dot-forward/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/mail/dot-forward/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -9,7 +9,7 @@ MASTER_SITES= http://cr.yp.to/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Dot-forward reads sendmail's .forward files under qmail -USES= gmake +USES= gmake groff ALL_TARGET= default Modified: head/mail/fastforward/Makefile ============================================================================== --- head/mail/fastforward/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/mail/fastforward/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -9,7 +9,7 @@ MASTER_SITES= http://cr.yp.to/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Fastforward handles qmail forwarding according to a cdb database -USES= gmake +USES= gmake groff ALL_TARGET= default Modified: head/mail/qmail-contrib/Makefile ============================================================================== --- head/mail/qmail-contrib/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/mail/qmail-contrib/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -15,7 +15,7 @@ COMMENT= Contributed programs for qmail OPTIONS_DEFINE= DOCS -USES= qmail:run +USES= groff qmail:run ALL_TARGET= prog INSTALL_TARGET= setup Modified: head/mail/qmail-rblchk/Makefile ============================================================================== --- head/mail/qmail-rblchk/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/mail/qmail-rblchk/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -11,7 +11,7 @@ MASTER_SITES= http://www.morettoni.net/q MAINTAINER= ports@FreeBSD.org COMMENT= Qmail RBL filter -USES= qmail:run +USES= groff qmail:run LDFLAGS?= -s CFLAGS?= -O2 -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized \ Modified: head/security/openiked/Makefile ============================================================================== --- head/security/openiked/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/security/openiked/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -18,7 +18,7 @@ USE_RC_SUBR= iked USERS= _iked GROUPS= _iked -USES= autoreconf libtool ssl +USES= autoreconf groff libtool ssl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} Modified: head/sysutils/clockspeed/Makefile ============================================================================== --- head/sysutils/clockspeed/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/sysutils/clockspeed/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -15,6 +15,7 @@ LIB_DEPENDS= libtai.so:devel/libtai ALL_TARGET= it INSTALL_TARGET= setup check +USES= groff MAN_FILES= clockadd.1 clockspeed.1 clockview.1 sntpclock.1 \ taiclock.1 taiclockd.1 From owner-svn-ports-all@freebsd.org Sun May 28 23:02:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D730D84A7B; Sun, 28 May 2017 23:02:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D886EA; Sun, 28 May 2017 23:02:42 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SN2fNt046681; Sun, 28 May 2017 23:02:41 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SN2f1w046680; Sun, 28 May 2017 23:02:41 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201705282302.v4SN2f1w046680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 28 May 2017 23:02:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441926 - head/sysutils/tracker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:02:42 -0000 Author: linimon Date: Sun May 28 23:02:41 2017 New Revision: 441926 URL: https://svnweb.freebsd.org/changeset/ports/441926 Log: Chase website URL. Modified: head/sysutils/tracker/pkg-descr Modified: head/sysutils/tracker/pkg-descr ============================================================================== --- head/sysutils/tracker/pkg-descr Sun May 28 21:18:04 2017 (r441925) +++ head/sysutils/tracker/pkg-descr Sun May 28 23:02:41 2017 (r441926) @@ -10,4 +10,4 @@ infinte number of properties, metadata ( definable), a comprehensive database of keywords/tags and links to other entities. -WWW: http://www.tracker-project.org/ +WWW: https://wiki.gnome.org/Projects/Tracker From owner-svn-ports-all@freebsd.org Sun May 28 23:14:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A2F3D85133; Sun, 28 May 2017 23:14:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F15F2156; Sun, 28 May 2017 23:14: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 v4SNEqAe050729; Sun, 28 May 2017 23:14:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNEpei050727; Sun, 28 May 2017 23:14:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282314.v4SNEpei050727@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, 28 May 2017 23:14:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441927 - head/net/madonctl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:14:53 -0000 Author: sunpoet Date: Sun May 28 23:14:51 2017 New Revision: 441927 URL: https://svnweb.freebsd.org/changeset/ports/441927 Log: Update to 1.2.0 Changes: https://github.com/McKael/madonctl/releases Modified: head/net/madonctl/Makefile head/net/madonctl/distinfo Modified: head/net/madonctl/Makefile ============================================================================== --- head/net/madonctl/Makefile Sun May 28 23:02:41 2017 (r441926) +++ head/net/madonctl/Makefile Sun May 28 23:14:51 2017 (r441927) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= madonctl -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= net DIST_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ USES= go PLIST_FILES= bin/madonctl GH_TUPLE= McKael:${PORTNAME}:${DISTVERSIONFULL} \ - McKael:madon:v1.5.0:madon/../src/github.com/McKael/madon \ + McKael:madon:v1.6.0:madon/../src/github.com/McKael/madon \ fsnotify:fsnotify:v1.4.2:fsnotify/../src/github.com/fsnotify/fsnotify \ ghodss:yaml:v1.0.0:yaml/../src/github.com/ghodss/yaml \ go-yaml:yaml:cd8b52f:yaml2/../src/gopkg.in/yaml.v2 \ @@ -33,15 +33,15 @@ GH_TUPLE= McKael:${PORTNAME}:${DISTVERSI m0t0k1ch1:gomif:v0.3.0:gomif/../src/github.com/m0t0k1ch1/gomif \ magiconair:properties:v1.7.2:properties/../src/github.com/magiconair/properties \ mattn:go-isatty:v0.0.2:goisatty/../src/github.com/mattn/go-isatty \ - mitchellh:mapstructure:cc8532a:mapstructure/../src/github.com/mitchellh/mapstructure \ + mitchellh:mapstructure:d0303fe:mapstructure/../src/github.com/mitchellh/mapstructure \ pelletier:go-toml:v0.5.0:gotoml/../src/github.com/pelletier/go-toml \ pelletier:go-buffruneio:v0.2.0:buffruneio/../src/github.com/pelletier/go-buffruneio \ pkg:errors:v0.8.0:errors/../src/github.com/pkg/errors \ sendgrid:rest:v2.4.0:rest/../src/github.com/sendgrid/rest \ spf13:afero:9be6508:afero/../src/github.com/spf13/afero \ spf13:cast:v1.1.0:cast/../src/github.com/spf13/cast \ - spf13:cobra:ca57f0f:cobra/../src/github.com/spf13/cobra \ - spf13:jWalterWeatherman:8f07c83:jWalterWeatherman/../src/github.com/spf13/jwalterweatherman \ + spf13:cobra:e606913:cobra/../src/github.com/spf13/cobra \ + spf13:jWalterWeatherman:0efa520:jWalterWeatherman/../src/github.com/spf13/jwalterweatherman \ spf13:pflag:e57e3ee:pflag/../src/github.com/spf13/pflag \ spf13:viper:0967fc9:viper/../src/github.com/spf13/viper USE_GITHUB= yes Modified: head/net/madonctl/distinfo ============================================================================== --- head/net/madonctl/distinfo Sun May 28 23:02:41 2017 (r441926) +++ head/net/madonctl/distinfo Sun May 28 23:14:51 2017 (r441927) @@ -1,8 +1,8 @@ -TIMESTAMP = 1495379949 -SHA256 (madonctl/McKael-madonctl-v1.1.0_GH0.tar.gz) = 0d27b37f4e73ef92830f7f2ef54f4134afe91ce6c9ac6f05da62f2b04b4ba100 -SIZE (madonctl/McKael-madonctl-v1.1.0_GH0.tar.gz) = 36833 -SHA256 (madonctl/McKael-madon-v1.5.0_GH0.tar.gz) = a7a5c6ce0c0ab12a246cc1c27efca1c2f755ec13bc18533652d567129f5b5838 -SIZE (madonctl/McKael-madon-v1.5.0_GH0.tar.gz) = 14099 +TIMESTAMP = 1495982286 +SHA256 (madonctl/McKael-madonctl-v1.2.0_GH0.tar.gz) = 455804fa054afcf0472994c7e31f17bc4bd71b36a0078be766af114ebfd29f5d +SIZE (madonctl/McKael-madonctl-v1.2.0_GH0.tar.gz) = 39040 +SHA256 (madonctl/McKael-madon-v1.6.0_GH0.tar.gz) = 0875506a0160bd33d33e61fbb8063e59b0420260611e5940da6edb86c51cd3e1 +SIZE (madonctl/McKael-madon-v1.6.0_GH0.tar.gz) = 14821 SHA256 (madonctl/fsnotify-fsnotify-v1.4.2_GH0.tar.gz) = 4a1fd9beeb0496b9cf6084ac83654ece19188e9b2ffa041652d1071d4b225415 SIZE (madonctl/fsnotify-fsnotify-v1.4.2_GH0.tar.gz) = 29552 SHA256 (madonctl/ghodss-yaml-v1.0.0_GH0.tar.gz) = 8a76b47cd171944612aae1cfa08bbb971b63fec16794c839252808392097de44 @@ -29,8 +29,8 @@ SHA256 (madonctl/magiconair-properties-v SIZE (madonctl/magiconair-properties-v1.7.2_GH0.tar.gz) = 26985 SHA256 (madonctl/mattn-go-isatty-v0.0.2_GH0.tar.gz) = c0681d72b185a8d4aa8f6a557d181bf25c6e3e7f3874711de507e550b25408bf SIZE (madonctl/mattn-go-isatty-v0.0.2_GH0.tar.gz) = 3258 -SHA256 (madonctl/mitchellh-mapstructure-cc8532a_GH0.tar.gz) = 4d5bcdcf567fd8d6b30250e8194cc6b5b9d15d2a79d67125a5c1118740af7c81 -SIZE (madonctl/mitchellh-mapstructure-cc8532a_GH0.tar.gz) = 15613 +SHA256 (madonctl/mitchellh-mapstructure-d0303fe_GH0.tar.gz) = 30e7697b7e321d8f14bff5f19b789cd38fd277518aae251c370ea53ddb53d1f7 +SIZE (madonctl/mitchellh-mapstructure-d0303fe_GH0.tar.gz) = 15560 SHA256 (madonctl/pelletier-go-toml-v0.5.0_GH0.tar.gz) = b9017683f1db2e93fd5cef931a7c16f47f655bff8ce1accde94d92939e0c8c9b SIZE (madonctl/pelletier-go-toml-v0.5.0_GH0.tar.gz) = 38749 SHA256 (madonctl/pelletier-go-buffruneio-v0.2.0_GH0.tar.gz) = 2a838bbc3240d323549c9e6820cbf66199296d2706e72697685ee9576affd49f @@ -43,10 +43,10 @@ SHA256 (madonctl/spf13-afero-9be6508_GH0 SIZE (madonctl/spf13-afero-9be6508_GH0.tar.gz) = 40630 SHA256 (madonctl/spf13-cast-v1.1.0_GH0.tar.gz) = 2758eb969dd8707c0ff165fda4191fd8811e19b0c5d29d3dced0fba1b4410ad4 SIZE (madonctl/spf13-cast-v1.1.0_GH0.tar.gz) = 9592 -SHA256 (madonctl/spf13-cobra-ca57f0f_GH0.tar.gz) = a7046d354f82b36200980441efae97ad88dcf9dd0791efcf42c65e9c570ccc9f -SIZE (madonctl/spf13-cobra-ca57f0f_GH0.tar.gz) = 96573 -SHA256 (madonctl/spf13-jWalterWeatherman-8f07c83_GH0.tar.gz) = f54eef5f84832260fc7448732ac666c445e7f4784670bea34b92e36e2f4d0107 -SIZE (madonctl/spf13-jWalterWeatherman-8f07c83_GH0.tar.gz) = 6230 +SHA256 (madonctl/spf13-cobra-e606913_GH0.tar.gz) = 7d00880f68e0b141bf76edf4c89a05338d30c2997a3efe140abb3421b079141d +SIZE (madonctl/spf13-cobra-e606913_GH0.tar.gz) = 96882 +SHA256 (madonctl/spf13-jWalterWeatherman-0efa520_GH0.tar.gz) = 30724b69b0975bd29ee722fb46bb2ad332f0648194c40d6edddccd660db5ed9b +SIZE (madonctl/spf13-jWalterWeatherman-0efa520_GH0.tar.gz) = 6343 SHA256 (madonctl/spf13-pflag-e57e3ee_GH0.tar.gz) = 16556b4873f12211cffec75aa4d3a6332efa26e64ff0476fdbd99f672ca37d51 SIZE (madonctl/spf13-pflag-e57e3ee_GH0.tar.gz) = 38998 SHA256 (madonctl/spf13-viper-0967fc9_GH0.tar.gz) = 29aa393a01b5e899b1f72709349661120a2030e0741b6db4a91f10bb9c36badd From owner-svn-ports-all@freebsd.org Sun May 28 23:14:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93FEDD85152; Sun, 28 May 2017 23:14: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 mx1.freebsd.org (Postfix) with ESMTPS id 633B419F; Sun, 28 May 2017 23:14: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 v4SNEvAu050848; Sun, 28 May 2017 23:14:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNEvFC050846; Sun, 28 May 2017 23:14:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282314.v4SNEvFC050846@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, 28 May 2017 23:14:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441928 - head/devel/p5-PAR-Packer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:14:58 -0000 Author: sunpoet Date: Sun May 28 23:14:57 2017 New Revision: 441928 URL: https://svnweb.freebsd.org/changeset/ports/441928 Log: Update to 1.037 Changes: http://search.cpan.org/dist/PAR-Packer/Changes Modified: head/devel/p5-PAR-Packer/Makefile head/devel/p5-PAR-Packer/distinfo Modified: head/devel/p5-PAR-Packer/Makefile ============================================================================== --- head/devel/p5-PAR-Packer/Makefile Sun May 28 23:14:51 2017 (r441927) +++ head/devel/p5-PAR-Packer/Makefile Sun May 28 23:14:57 2017 (r441928) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= PAR-Packer -PORTVERSION= 1.036 +PORTVERSION= 1.037 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-PAR-Packer/distinfo ============================================================================== --- head/devel/p5-PAR-Packer/distinfo Sun May 28 23:14:51 2017 (r441927) +++ head/devel/p5-PAR-Packer/distinfo Sun May 28 23:14:57 2017 (r441928) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483237444 -SHA256 (PAR-Packer-1.036.tar.gz) = 0335937d93cd1f14faf553d746ba873d3a1b39fac58ce27dc1783b52c6bf0e70 -SIZE (PAR-Packer-1.036.tar.gz) = 215022 +TIMESTAMP = 1495974847 +SHA256 (PAR-Packer-1.037.tar.gz) = 569dd8468cbf9975930787ca07d5e7ab33b3d218d5393ddd3feff17cd780c07d +SIZE (PAR-Packer-1.037.tar.gz) = 199461 From owner-svn-ports-all@freebsd.org Sun May 28 23:15:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6383D85175; Sun, 28 May 2017 23:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 7B53722B; Sun, 28 May 2017 23:15: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 v4SNF2Yi050979; Sun, 28 May 2017 23:15:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNF2Zj050977; Sun, 28 May 2017 23:15:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282315.v4SNF2Zj050977@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, 28 May 2017 23:15:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441929 - head/databases/py-pgcli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:15:03 -0000 Author: sunpoet Date: Sun May 28 23:15:02 2017 New Revision: 441929 URL: https://svnweb.freebsd.org/changeset/ports/441929 Log: Update to 1.6.0 Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst Modified: head/databases/py-pgcli/Makefile head/databases/py-pgcli/distinfo Modified: head/databases/py-pgcli/Makefile ============================================================================== --- head/databases/py-pgcli/Makefile Sun May 28 23:14:57 2017 (r441928) +++ head/databases/py-pgcli/Makefile Sun May 28 23:15:02 2017 (r441929) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgcli -PORTVERSION= 1.5.1 +PORTVERSION= 1.6.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,8 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click \ ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}humanize>=0.5.1:devel/py-humanize \ - ${PYTHON_PKGNAMEPREFIX}pgspecial>=1.7.0:databases/py-pgspecial \ - ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=1.0.9:devel/py-prompt_toolkit \ + ${PYTHON_PKGNAMEPREFIX}pgspecial>=1.8.0:databases/py-pgspecial \ + ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=1.0.10:devel/py-prompt_toolkit \ ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.4:databases/py-psycopg2 \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.0:textproc/py-pygments \ ${PYTHON_PKGNAMEPREFIX}setproctitle>=1.1.9:devel/py-setproctitle \ Modified: head/databases/py-pgcli/distinfo ============================================================================== --- head/databases/py-pgcli/distinfo Sun May 28 23:14:57 2017 (r441928) +++ head/databases/py-pgcli/distinfo Sun May 28 23:15:02 2017 (r441929) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489571910 -SHA256 (pgcli-1.5.1.tar.gz) = 10d7334a9a90c8eec107dca89f8bde0a5dbfa10bfc5f187402c3f1adffee36d7 -SIZE (pgcli-1.5.1.tar.gz) = 59622 +TIMESTAMP = 1495963324 +SHA256 (pgcli-1.6.0.tar.gz) = f19a12ec525ef3f21baab7da67d82e1ca99086a9ba06bdf0592b9412be7c09e8 +SIZE (pgcli-1.6.0.tar.gz) = 62041 From owner-svn-ports-all@freebsd.org Sun May 28 23:15:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE48FD851A6; Sun, 28 May 2017 23:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 8A9082F9; Sun, 28 May 2017 23:15: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 v4SNF7Kp051098; Sun, 28 May 2017 23:15:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNF7DJ051096; Sun, 28 May 2017 23:15:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282315.v4SNF7DJ051096@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, 28 May 2017 23:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441930 - head/portuguese/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:15:08 -0000 Author: sunpoet Date: Sun May 28 23:15:07 2017 New Revision: 441930 URL: https://svnweb.freebsd.org/changeset/ports/441930 Log: Update to 20170524 Modified: head/portuguese/hunspell/Makefile head/portuguese/hunspell/distinfo Modified: head/portuguese/hunspell/Makefile ============================================================================== --- head/portuguese/hunspell/Makefile Sun May 28 23:15:02 2017 (r441929) +++ head/portuguese/hunspell/Makefile Sun May 28 23:15:07 2017 (r441930) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20170309 +PORTVERSION= 20170524 CATEGORIES= portuguese textproc MASTER_SITES= http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/:PT \ http://www.broffice.org/files/:BR \ Modified: head/portuguese/hunspell/distinfo ============================================================================== --- head/portuguese/hunspell/distinfo Sun May 28 23:15:02 2017 (r441929) +++ head/portuguese/hunspell/distinfo Sun May 28 23:15:07 2017 (r441930) @@ -1,5 +1,5 @@ -TIMESTAMP = 1489165626 -SHA256 (hunspell/hunspell-pt_PT-20170309.tar.gz) = d1d48a2536e0c7e9a7aa678c295de399ef1ea9c80718d8b02407a5481f0f3bd0 -SIZE (hunspell/hunspell-pt_PT-20170309.tar.gz) = 257521 +TIMESTAMP = 1495974975 +SHA256 (hunspell/hunspell-pt_PT-20170524.tar.gz) = 0a92caa2cdcac71ed28e1330c0b52f23578fd5f9949aa1b5e8bd442f524c22d4 +SIZE (hunspell/hunspell-pt_PT-20170524.tar.gz) = 257505 SHA256 (hunspell/pt_BR-2012-06-09AOC.zip) = 883d616f2f302a34802e8a60e17c2d6d292c9d125022c0f79ab4a60870c73f4f SIZE (hunspell/pt_BR-2012-06-09AOC.zip) = 1362087 From owner-svn-ports-all@freebsd.org Sun May 28 23:15:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4E88D851D1; Sun, 28 May 2017 23:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 73BDA379; Sun, 28 May 2017 23:15: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 v4SNFC3p051202; Sun, 28 May 2017 23:15:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNFC2H051201; Sun, 28 May 2017 23:15:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282315.v4SNFC2H051201@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, 28 May 2017 23:15:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441931 - head/databases/p5-Search-Xapian10 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:15:13 -0000 Author: sunpoet Date: Sun May 28 23:15:12 2017 New Revision: 441931 URL: https://svnweb.freebsd.org/changeset/ports/441931 Log: Fix PORTNAME, use PKGNAMESUFFIX and remove DISTNAME Modified: head/databases/p5-Search-Xapian10/Makefile Modified: head/databases/p5-Search-Xapian10/Makefile ============================================================================== --- head/databases/p5-Search-Xapian10/Makefile Sun May 28 23:15:07 2017 (r441930) +++ head/databases/p5-Search-Xapian10/Makefile Sun May 28 23:15:12 2017 (r441931) @@ -1,13 +1,13 @@ # Created by: Lars Balker Rasmussen # $FreeBSD$ -PORTNAME= Search-Xapian10 +PORTNAME= Search-Xapian PORTVERSION= 1.0.23.0 PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION:R}/ PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME:S/10$//}-${PORTVERSION} +PKGNAMESUFFIX= 10 MAINTAINER= perl@FreeBSD.org COMMENT= Perl XS frontend to the Xapian C++ search library From owner-svn-ports-all@freebsd.org Sun May 28 23:15:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23E51D85211; Sun, 28 May 2017 23:15: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 mx1.freebsd.org (Postfix) with ESMTPS id CB768620; Sun, 28 May 2017 23:15: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 v4SNFHFx051325; Sun, 28 May 2017 23:15:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNFHdH051323; Sun, 28 May 2017 23:15:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282315.v4SNFHdH051323@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, 28 May 2017 23:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441932 - head/devel/p5-App-CLI-Extension X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:15:19 -0000 Author: sunpoet Date: Sun May 28 23:15:17 2017 New Revision: 441932 URL: https://svnweb.freebsd.org/changeset/ports/441932 Log: Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-App-CLI-Extension/Makefile head/devel/p5-App-CLI-Extension/pkg-plist Modified: head/devel/p5-App-CLI-Extension/Makefile ============================================================================== --- head/devel/p5-App-CLI-Extension/Makefile Sun May 28 23:15:12 2017 (r441931) +++ head/devel/p5-App-CLI-Extension/Makefile Sun May 28 23:15:17 2017 (r441932) @@ -13,6 +13,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${ MAINTAINER= perl@FreeBSD.org COMMENT= Extension for App::CLI extension module +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-App-CLI>=0.313:devel/p5-App-CLI \ p5-Class-Accessor-Grouped>=0.10000:devel/p5-Class-Accessor-Grouped \ p5-Error>=0.17000:lang/p5-Error \ @@ -20,6 +23,7 @@ BUILD_DEPENDS= p5-App-CLI>=0.313:devel/p p5-UNIVERSAL-require>=0.13:devel/p5-UNIVERSAL-require RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-App-CLI-Extension/pkg-plist ============================================================================== --- head/devel/p5-App-CLI-Extension/pkg-plist Sun May 28 23:15:12 2017 (r441931) +++ head/devel/p5-App-CLI-Extension/pkg-plist Sun May 28 23:15:17 2017 (r441932) @@ -1,11 +1,3 @@ -%%PERL5_MAN3%%/App::CLI::Extension.3.gz -%%PERL5_MAN3%%/App::CLI::Extension::Component::Config.3.gz -%%PERL5_MAN3%%/App::CLI::Extension::Component::ErrorHandler.3.gz -%%PERL5_MAN3%%/App::CLI::Extension::Component::InstallCallback.3.gz -%%PERL5_MAN3%%/App::CLI::Extension::Component::OriginalArgv.3.gz -%%PERL5_MAN3%%/App::CLI::Extension::Component::RunCommand.3.gz -%%PERL5_MAN3%%/App::CLI::Extension::Component::Stash.3.gz -%%PERL5_MAN3%%/App::CLI::Extension::Exception.3.gz %%SITE_PERL%%/App/CLI/Extension.pm %%SITE_PERL%%/App/CLI/Extension/Component/Config.pm %%SITE_PERL%%/App/CLI/Extension/Component/ErrorHandler.pm @@ -15,3 +7,11 @@ %%SITE_PERL%%/App/CLI/Extension/Component/Stash.pm %%SITE_PERL%%/App/CLI/Extension/Exception.pm %%SITE_PERL%%/App/CLI/README.pod +%%PERL5_MAN3%%/App::CLI::Extension.3.gz +%%PERL5_MAN3%%/App::CLI::Extension::Component::Config.3.gz +%%PERL5_MAN3%%/App::CLI::Extension::Component::ErrorHandler.3.gz +%%PERL5_MAN3%%/App::CLI::Extension::Component::InstallCallback.3.gz +%%PERL5_MAN3%%/App::CLI::Extension::Component::OriginalArgv.3.gz +%%PERL5_MAN3%%/App::CLI::Extension::Component::RunCommand.3.gz +%%PERL5_MAN3%%/App::CLI::Extension::Component::Stash.3.gz +%%PERL5_MAN3%%/App::CLI::Extension::Exception.3.gz From owner-svn-ports-all@freebsd.org Sun May 28 23:15:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 701A4D8524A; Sun, 28 May 2017 23:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 344A96CA; Sun, 28 May 2017 23:15: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 v4SNFN6D051443; Sun, 28 May 2017 23:15:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNFNPV051441; Sun, 28 May 2017 23:15:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282315.v4SNFNPV051441@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, 28 May 2017 23:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441933 - head/devel/p5-Class-MakeMethods X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:15:24 -0000 Author: sunpoet Date: Sun May 28 23:15:22 2017 New Revision: 441933 URL: https://svnweb.freebsd.org/changeset/ports/441933 Log: Add LICENSE - Add NO_ARCH - Run file removal in post-patch: - Sort PLIST Modified: head/devel/p5-Class-MakeMethods/Makefile head/devel/p5-Class-MakeMethods/pkg-plist Modified: head/devel/p5-Class-MakeMethods/Makefile ============================================================================== --- head/devel/p5-Class-MakeMethods/Makefile Sun May 28 23:15:17 2017 (r441932) +++ head/devel/p5-Class-MakeMethods/Makefile Sun May 28 23:15:22 2017 (r441933) @@ -7,15 +7,19 @@ PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/.$//} +DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= Generate common types of methods +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure -post-extract: - @${RM} ${WRKSRC}/benchmark.pl +post-patch: + @${RM} ${WRKSRC}/benchmark.pl .include Modified: head/devel/p5-Class-MakeMethods/pkg-plist ============================================================================== --- head/devel/p5-Class-MakeMethods/pkg-plist Sun May 28 23:15:17 2017 (r441932) +++ head/devel/p5-Class-MakeMethods/pkg-plist Sun May 28 23:15:22 2017 (r441933) @@ -1,62 +1,3 @@ -%%PERL5_MAN3%%/Class::MakeMethods.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Attribute.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Autoload.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Basic.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Basic::Array.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Basic::Global.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Basic::Hash.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Composite.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Composite::Array.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Composite::Global.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Composite::Hash.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Composite::Inheritable.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Composite::Universal.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Docs::Catalog.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Docs::Changes.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Docs::Examples.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Docs::ReadMe.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Docs::RelatedModules.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Docs::ToDo.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::AccessorFast.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::Inheritable.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::MethodMaker.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::Singleton.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::Struct.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::accessors.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Emulator::mcoder.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Evaled.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Evaled::Hash.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Standard.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Standard::Array.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Standard::Global.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Standard::Hash.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Standard::Inheritable.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Standard::Universal.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Array.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Class.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::ClassInherit.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::ClassName.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::ClassVar.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Flyweight.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Generic.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Global.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Hash.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Inheritable.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::InsideOut.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::PackageVar.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Ref.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Scalar.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Static.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Struct.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::StructBuiltin.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Template::Universal.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Utility::ArraySplicer.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Utility::DiskCache.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Utility::Inheritable.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Utility::Ref.3.gz -%%PERL5_MAN3%%/Class::MakeMethods::Utility::TextBuilder.3.gz %%SITE_PERL%%/Class/MakeMethods.pm %%SITE_PERL%%/Class/MakeMethods/Attribute.pm %%SITE_PERL%%/Class/MakeMethods/Autoload.pm @@ -116,3 +57,62 @@ %%SITE_PERL%%/Class/MakeMethods/Utility/Inheritable.pm %%SITE_PERL%%/Class/MakeMethods/Utility/Ref.pm %%SITE_PERL%%/Class/MakeMethods/Utility/TextBuilder.pm +%%PERL5_MAN3%%/Class::MakeMethods.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Attribute.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Autoload.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Basic.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Basic::Array.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Basic::Global.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Basic::Hash.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Composite.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Composite::Array.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Composite::Global.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Composite::Hash.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Composite::Inheritable.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Composite::Universal.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Docs::Catalog.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Docs::Changes.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Docs::Examples.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Docs::ReadMe.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Docs::RelatedModules.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Docs::ToDo.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::AccessorFast.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::Inheritable.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::MethodMaker.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::Singleton.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::Struct.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::accessors.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Emulator::mcoder.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Evaled.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Evaled::Hash.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Standard.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Standard::Array.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Standard::Global.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Standard::Hash.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Standard::Inheritable.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Standard::Universal.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Array.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Class.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::ClassInherit.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::ClassName.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::ClassVar.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Flyweight.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Generic.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Global.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Hash.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Inheritable.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::InsideOut.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::PackageVar.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Ref.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Scalar.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Static.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Struct.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::StructBuiltin.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Template::Universal.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Utility::ArraySplicer.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Utility::DiskCache.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Utility::Inheritable.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Utility::Ref.3.gz +%%PERL5_MAN3%%/Class::MakeMethods::Utility::TextBuilder.3.gz From owner-svn-ports-all@freebsd.org Sun May 28 23:15:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2074D85292; Sun, 28 May 2017 23:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 7EEED7DE; Sun, 28 May 2017 23:15: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 v4SNFSGE051564; Sun, 28 May 2017 23:15:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNFSgk051562; Sun, 28 May 2017 23:15:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282315.v4SNFSgk051562@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, 28 May 2017 23:15:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441934 - head/devel/p5-Date-Piece X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:15:29 -0000 Author: sunpoet Date: Sun May 28 23:15:28 2017 New Revision: 441934 URL: https://svnweb.freebsd.org/changeset/ports/441934 Log: Add LICENSE - Use DISTVERSIONPREFIX instead of DISTNAME - Clean up Makefile - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-Date-Piece/Makefile head/devel/p5-Date-Piece/pkg-plist Modified: head/devel/p5-Date-Piece/Makefile ============================================================================== --- head/devel/p5-Date-Piece/Makefile Sun May 28 23:15:22 2017 (r441933) +++ head/devel/p5-Date-Piece/Makefile Sun May 28 23:15:28 2017 (r441934) @@ -3,20 +3,23 @@ PORTNAME= Date-Piece PORTVERSION= 0.0.3 +DISTVERSIONPREFIX= v PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EWILHELM PKGNAMEPREFIX= p5- -DISTNAME= Date-Piece-v0.0.3 MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module containing date manipulation routines +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Date-Simple>=3.03:devel/p5-Date-Simple -RUN_DEPENDS= p5-Date-Simple>=3.03:devel/p5-Date-Simple -#TEST_DEPENDS= p5-Test-Inter>=0:devel/p5-Test-Inter +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-Date-Piece/pkg-plist ============================================================================== --- head/devel/p5-Date-Piece/pkg-plist Sun May 28 23:15:22 2017 (r441933) +++ head/devel/p5-Date-Piece/pkg-plist Sun May 28 23:15:28 2017 (r441934) @@ -1,4 +1,4 @@ bin/day %%SITE_PERL%%/Date/Piece.pm -%%PERL5_MAN3%%/Date::Piece.3.gz %%PERL5_MAN1%%/day.1.gz +%%PERL5_MAN3%%/Date::Piece.3.gz From owner-svn-ports-all@freebsd.org Sun May 28 23:15:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A83FD852C2; Sun, 28 May 2017 23:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 0C5CA886; Sun, 28 May 2017 23:15: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 v4SNFYMZ051685; Sun, 28 May 2017 23:15:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNFXYa051683; Sun, 28 May 2017 23:15:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282315.v4SNFXYa051683@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, 28 May 2017 23:15:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441935 - head/devel/p5-File-CountLines X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:15:35 -0000 Author: sunpoet Date: Sun May 28 23:15:33 2017 New Revision: 441935 URL: https://svnweb.freebsd.org/changeset/ports/441935 Log: Add LICENSE - Use DISTVERSIONPREFIX instead of DISTNAME - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-File-CountLines/Makefile head/devel/p5-File-CountLines/pkg-plist Modified: head/devel/p5-File-CountLines/Makefile ============================================================================== --- head/devel/p5-File-CountLines/Makefile Sun May 28 23:15:28 2017 (r441934) +++ head/devel/p5-File-CountLines/Makefile Sun May 28 23:15:33 2017 (r441935) @@ -3,15 +3,19 @@ PORTNAME= File-CountLines PORTVERSION= 0.0.3 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Efficiently count the number of line breaks in a file +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-File-CountLines/pkg-plist ============================================================================== --- head/devel/p5-File-CountLines/pkg-plist Sun May 28 23:15:28 2017 (r441934) +++ head/devel/p5-File-CountLines/pkg-plist Sun May 28 23:15:33 2017 (r441935) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/File::CountLines.3.gz %%SITE_PERL%%/File/CountLines.pm +%%PERL5_MAN3%%/File::CountLines.3.gz From owner-svn-ports-all@freebsd.org Sun May 28 23:15:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9697AD8532C; Sun, 28 May 2017 23:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 676F8936; Sun, 28 May 2017 23:15: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 v4SNFdNm051805; Sun, 28 May 2017 23:15:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNFdT3051803; Sun, 28 May 2017 23:15:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282315.v4SNFdT3051803@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, 28 May 2017 23:15:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441936 - head/devel/p5-Sub-Installer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:15:40 -0000 Author: sunpoet Date: Sun May 28 23:15:39 2017 New Revision: 441936 URL: https://svnweb.freebsd.org/changeset/ports/441936 Log: Add LICENSE - Use DISTVERSIONPREFIX instead of DISTNAME - Remove leading indefinite article from COMMENT - Add NO_ARCH - Sort PLIST Modified: head/devel/p5-Sub-Installer/Makefile head/devel/p5-Sub-Installer/pkg-plist Modified: head/devel/p5-Sub-Installer/Makefile ============================================================================== --- head/devel/p5-Sub-Installer/Makefile Sun May 28 23:15:33 2017 (r441935) +++ head/devel/p5-Sub-Installer/Makefile Sun May 28 23:15:39 2017 (r441936) @@ -3,15 +3,19 @@ PORTNAME= Sub-Installer PORTVERSION= 0.0.3 +DISTVERSIONPREFIX= v PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= perl@FreeBSD.org -COMMENT= A clean way to (re)install package subroutines +COMMENT= Clean way to (re)install package subroutines +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Sub-Installer/pkg-plist ============================================================================== --- head/devel/p5-Sub-Installer/pkg-plist Sun May 28 23:15:33 2017 (r441935) +++ head/devel/p5-Sub-Installer/pkg-plist Sun May 28 23:15:39 2017 (r441936) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Sub::Installer.3.gz %%SITE_PERL%%/Sub/Installer.pm +%%PERL5_MAN3%%/Sub::Installer.3.gz From owner-svn-ports-all@freebsd.org Sun May 28 23:15:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB6DBD85382; Sun, 28 May 2017 23:15: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 mx1.freebsd.org (Postfix) with ESMTPS id A31179D0; Sun, 28 May 2017 23:15: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 v4SNFig3051926; Sun, 28 May 2017 23:15:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNFi4s051924; Sun, 28 May 2017 23:15:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282315.v4SNFi4s051924@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, 28 May 2017 23:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441937 - head/textproc/p5-LaTeX-Driver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:15:46 -0000 Author: sunpoet Date: Sun May 28 23:15:44 2017 New Revision: 441937 URL: https://svnweb.freebsd.org/changeset/ports/441937 Log: Add missing *_DEPENDS - Sort PLIST - Bump PORTREVISION for dependency change Modified: head/textproc/p5-LaTeX-Driver/Makefile head/textproc/p5-LaTeX-Driver/pkg-plist Modified: head/textproc/p5-LaTeX-Driver/Makefile ============================================================================== --- head/textproc/p5-LaTeX-Driver/Makefile Sun May 28 23:15:39 2017 (r441936) +++ head/textproc/p5-LaTeX-Driver/Makefile Sun May 28 23:15:44 2017 (r441937) @@ -3,6 +3,7 @@ PORTNAME= LaTeX-Driver PORTVERSION= 0.300.2 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +14,11 @@ COMMENT= Perl module of LaTeX Driver LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ +BUILD_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ + p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Exception-Class>=0:devel/p5-Exception-Class \ p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-File-pushd>=0:devel/p5-File-pushd \ p5-IPC-ShellCmd>=0:devel/p5-IPC-ShellCmd \ p5-Readonly>=0:devel/p5-Readonly RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/textproc/p5-LaTeX-Driver/pkg-plist ============================================================================== --- head/textproc/p5-LaTeX-Driver/pkg-plist Sun May 28 23:15:39 2017 (r441936) +++ head/textproc/p5-LaTeX-Driver/pkg-plist Sun May 28 23:15:44 2017 (r441937) @@ -3,8 +3,8 @@ bin/latex2pdf bin/latex2ps %%SITE_PERL%%/LaTeX/Driver.pm %%SITE_PERL%%/LaTeX/Driver/FilterProgram.pm -%%PERL5_MAN3%%/LaTeX::Driver.3.gz -%%PERL5_MAN3%%/LaTeX::Driver::FilterProgram.3.gz %%PERL5_MAN1%%/latex2dvi.1.gz %%PERL5_MAN1%%/latex2pdf.1.gz %%PERL5_MAN1%%/latex2ps.1.gz +%%PERL5_MAN3%%/LaTeX::Driver.3.gz +%%PERL5_MAN3%%/LaTeX::Driver::FilterProgram.3.gz From owner-svn-ports-all@freebsd.org Sun May 28 23:15:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8018D853C6; Sun, 28 May 2017 23:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 7B1CDA65; Sun, 28 May 2017 23:15: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 v4SNFnVK052046; Sun, 28 May 2017 23:15:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNFn5i052044; Sun, 28 May 2017 23:15:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282315.v4SNFn5i052044@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, 28 May 2017 23:15:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441938 - head/textproc/p5-LaTeX-Table X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:15:50 -0000 Author: sunpoet Date: Sun May 28 23:15:49 2017 New Revision: 441938 URL: https://svnweb.freebsd.org/changeset/ports/441938 Log: Use DISTVERSIONPREFIX instead of DISTNAME - Add NO_ARCH - Sort PLIST Modified: head/textproc/p5-LaTeX-Table/Makefile head/textproc/p5-LaTeX-Table/pkg-plist Modified: head/textproc/p5-LaTeX-Table/Makefile ============================================================================== --- head/textproc/p5-LaTeX-Table/Makefile Sun May 28 23:15:44 2017 (r441937) +++ head/textproc/p5-LaTeX-Table/Makefile Sun May 28 23:15:49 2017 (r441938) @@ -3,11 +3,11 @@ PORTNAME= LaTeX-Table PORTVERSION= 1.0.6 +DISTVERSIONPREFIX= v PORTREVISION= 5 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for the automatic generation of LaTeX tables @@ -26,6 +26,7 @@ BUILD_DEPENDS= p5-Moose>=0.76:devel/p5-M RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-NoWarnings>=0.084:devel/p5-Test-NoWarnings +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild Modified: head/textproc/p5-LaTeX-Table/pkg-plist ============================================================================== --- head/textproc/p5-LaTeX-Table/pkg-plist Sun May 28 23:15:44 2017 (r441937) +++ head/textproc/p5-LaTeX-Table/pkg-plist Sun May 28 23:15:49 2017 (r441938) @@ -1,26 +1,26 @@ bin/csv2pdf bin/ltpretty -%%PERL5_MAN3%%/LaTeX::Table::Types::Ctable.3.gz -%%PERL5_MAN3%%/LaTeX::Table::Types::TypeI.3.gz -%%PERL5_MAN3%%/LaTeX::Table::Themes::Booktabs.3.gz -%%PERL5_MAN3%%/LaTeX::Table::Themes::Classic.3.gz -%%PERL5_MAN3%%/LaTeX::Table::Themes::Beamer.3.gz -%%PERL5_MAN3%%/LaTeX::Table::Themes::ThemeI.3.gz -%%PERL5_MAN3%%/LaTeX::Table::Themes::Modern.3.gz -%%PERL5_MAN3%%/LaTeX::Table.3.gz -%%PERL5_MAN3%%/LaTeX::Table::Types::Longtable.3.gz -%%PERL5_MAN3%%/LaTeX::Table::Types::Xtab.3.gz -%%PERL5_MAN3%%/LaTeX::Table::Types::Std.3.gz %%SITE_PERL%%/LaTeX/Table.pm -%%SITE_PERL%%/LaTeX/Table/Themes/Booktabs.pm -%%SITE_PERL%%/LaTeX/Table/Themes/ThemeI.pm -%%SITE_PERL%%/LaTeX/Table/Themes/Modern.pm %%SITE_PERL%%/LaTeX/Table/Themes/Beamer.pm +%%SITE_PERL%%/LaTeX/Table/Themes/Booktabs.pm %%SITE_PERL%%/LaTeX/Table/Themes/Classic.pm -%%SITE_PERL%%/LaTeX/Table/Types/Std.pm +%%SITE_PERL%%/LaTeX/Table/Themes/Modern.pm +%%SITE_PERL%%/LaTeX/Table/Themes/ThemeI.pm %%SITE_PERL%%/LaTeX/Table/Types/Ctable.pm %%SITE_PERL%%/LaTeX/Table/Types/Longtable.pm -%%SITE_PERL%%/LaTeX/Table/Types/Xtab.pm +%%SITE_PERL%%/LaTeX/Table/Types/Std.pm %%SITE_PERL%%/LaTeX/Table/Types/TypeI.pm +%%SITE_PERL%%/LaTeX/Table/Types/Xtab.pm %%PERL5_MAN1%%/csv2pdf.1.gz %%PERL5_MAN1%%/ltpretty.1.gz +%%PERL5_MAN3%%/LaTeX::Table.3.gz +%%PERL5_MAN3%%/LaTeX::Table::Themes::Beamer.3.gz +%%PERL5_MAN3%%/LaTeX::Table::Themes::Booktabs.3.gz +%%PERL5_MAN3%%/LaTeX::Table::Themes::Classic.3.gz +%%PERL5_MAN3%%/LaTeX::Table::Themes::Modern.3.gz +%%PERL5_MAN3%%/LaTeX::Table::Themes::ThemeI.3.gz +%%PERL5_MAN3%%/LaTeX::Table::Types::Ctable.3.gz +%%PERL5_MAN3%%/LaTeX::Table::Types::Longtable.3.gz +%%PERL5_MAN3%%/LaTeX::Table::Types::Std.3.gz +%%PERL5_MAN3%%/LaTeX::Table::Types::TypeI.3.gz +%%PERL5_MAN3%%/LaTeX::Table::Types::Xtab.3.gz From owner-svn-ports-all@freebsd.org Sun May 28 23:15:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 817F1D853E5; Sun, 28 May 2017 23:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 51D7BAFC; Sun, 28 May 2017 23:15: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 v4SNFswV052165; Sun, 28 May 2017 23:15:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNFsdN052163; Sun, 28 May 2017 23:15:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282315.v4SNFsdN052163@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, 28 May 2017 23:15:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441939 - head/textproc/p5-Tree-Nary X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:15:55 -0000 Author: sunpoet Date: Sun May 28 23:15:54 2017 New Revision: 441939 URL: https://svnweb.freebsd.org/changeset/ports/441939 Log: Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/textproc/p5-Tree-Nary/Makefile head/textproc/p5-Tree-Nary/pkg-plist Modified: head/textproc/p5-Tree-Nary/Makefile ============================================================================== --- head/textproc/p5-Tree-Nary/Makefile Sun May 28 23:15:49 2017 (r441938) +++ head/textproc/p5-Tree-Nary/Makefile Sun May 28 23:15:54 2017 (r441939) @@ -8,11 +8,15 @@ PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-1.3 +DISTNAME= ${PORTNAME}-${PORTVERSION:C|0$||} MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of N-ary search trees +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Tree-Nary/pkg-plist ============================================================================== --- head/textproc/p5-Tree-Nary/pkg-plist Sun May 28 23:15:49 2017 (r441938) +++ head/textproc/p5-Tree-Nary/pkg-plist Sun May 28 23:15:54 2017 (r441939) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Tree::Nary.3.gz %%SITE_PERL%%/Tree/Nary.pm +%%PERL5_MAN3%%/Tree::Nary.3.gz From owner-svn-ports-all@freebsd.org Sun May 28 23:16:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4DF0D85447; Sun, 28 May 2017 23:16: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 mx1.freebsd.org (Postfix) with ESMTPS id A69B2C3B; Sun, 28 May 2017 23:16: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 v4SNG43r052408; Sun, 28 May 2017 23:16:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNG4g6052406; Sun, 28 May 2017 23:16:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282316.v4SNG4g6052406@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, 28 May 2017 23:16:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441941 - head/textproc/p5-XML-RSS-Feed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:16:05 -0000 Author: sunpoet Date: Sun May 28 23:16:04 2017 New Revision: 441941 URL: https://svnweb.freebsd.org/changeset/ports/441941 Log: Sort PLIST - Add NO_ARCH Modified: head/textproc/p5-XML-RSS-Feed/Makefile head/textproc/p5-XML-RSS-Feed/pkg-plist Modified: head/textproc/p5-XML-RSS-Feed/Makefile ============================================================================== --- head/textproc/p5-XML-RSS-Feed/Makefile Sun May 28 23:15:59 2017 (r441940) +++ head/textproc/p5-XML-RSS-Feed/Makefile Sun May 28 23:16:04 2017 (r441941) @@ -21,6 +21,7 @@ BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clon p5-XML-RSS>=0:textproc/p5-XML-RSS RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-XML-RSS-Feed/pkg-plist ============================================================================== --- head/textproc/p5-XML-RSS-Feed/pkg-plist Sun May 28 23:15:59 2017 (r441940) +++ head/textproc/p5-XML-RSS-Feed/pkg-plist Sun May 28 23:16:04 2017 (r441941) @@ -1,10 +1,10 @@ -%%PERL5_MAN3%%/XML::RSS::Feed.3.gz -%%PERL5_MAN3%%/XML::RSS::Headline.3.gz -%%PERL5_MAN3%%/XML::RSS::Headline::Fark.3.gz -%%PERL5_MAN3%%/XML::RSS::Headline::PerlJobs.3.gz -%%PERL5_MAN3%%/XML::RSS::Headline::UsePerlJournals.3.gz %%SITE_PERL%%/XML/RSS/Feed.pm %%SITE_PERL%%/XML/RSS/Headline.pm %%SITE_PERL%%/XML/RSS/Headline/Fark.pm %%SITE_PERL%%/XML/RSS/Headline/PerlJobs.pm %%SITE_PERL%%/XML/RSS/Headline/UsePerlJournals.pm +%%PERL5_MAN3%%/XML::RSS::Feed.3.gz +%%PERL5_MAN3%%/XML::RSS::Headline.3.gz +%%PERL5_MAN3%%/XML::RSS::Headline::Fark.3.gz +%%PERL5_MAN3%%/XML::RSS::Headline::PerlJobs.3.gz +%%PERL5_MAN3%%/XML::RSS::Headline::UsePerlJournals.3.gz From owner-svn-ports-all@freebsd.org Sun May 28 23:16:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5207D85413; Sun, 28 May 2017 23:16: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 mx1.freebsd.org (Postfix) with ESMTPS id 86981B9E; Sun, 28 May 2017 23:16: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 v4SNFxFB052286; Sun, 28 May 2017 23:15:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNFxbt052284; Sun, 28 May 2017 23:15:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282315.v4SNFxbt052284@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, 28 May 2017 23:15:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441940 - head/textproc/p5-XML-Elemental X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:16:01 -0000 Author: sunpoet Date: Sun May 28 23:15:59 2017 New Revision: 441940 URL: https://svnweb.freebsd.org/changeset/ports/441940 Log: Add LICENSE - Sort *_DEPENDS - Add NO_ARCH - Sort PLIST Modified: head/textproc/p5-XML-Elemental/Makefile head/textproc/p5-XML-Elemental/pkg-plist Modified: head/textproc/p5-XML-Elemental/Makefile ============================================================================== --- head/textproc/p5-XML-Elemental/Makefile Sun May 28 23:15:54 2017 (r441939) +++ head/textproc/p5-XML-Elemental/Makefile Sun May 28 23:15:59 2017 (r441940) @@ -7,15 +7,17 @@ PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -#DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Generic classes for simplistic and perlish handling of XML data -BUILD_DEPENDS= p5-XML-SAX>=0:textproc/p5-XML-SAX \ - p5-Task-Weaken>=1.02:devel/p5-Task-Weaken +LICENSE= ART10 + +BUILD_DEPENDS= p5-Task-Weaken>=1.02:devel/p5-Task-Weaken \ + p5-XML-SAX>=0:textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-XML-Elemental/pkg-plist ============================================================================== --- head/textproc/p5-XML-Elemental/pkg-plist Sun May 28 23:15:54 2017 (r441939) +++ head/textproc/p5-XML-Elemental/pkg-plist Sun May 28 23:15:59 2017 (r441940) @@ -1,11 +1,3 @@ -%%PERL5_MAN3%%/XML::Elemental.3.gz -%%PERL5_MAN3%%/XML::Elemental::Characters.3.gz -%%PERL5_MAN3%%/XML::Elemental::Document.3.gz -%%PERL5_MAN3%%/XML::Elemental::Element.3.gz -%%PERL5_MAN3%%/XML::Elemental::Node.3.gz -%%PERL5_MAN3%%/XML::Elemental::SAXHandler.3.gz -%%PERL5_MAN3%%/XML::Elemental::Util.3.gz -%%PERL5_MAN3%%/XML::Parser::Style::Elemental.3.gz %%SITE_PERL%%/XML/Elemental.pm %%SITE_PERL%%/XML/Elemental/Characters.pm %%SITE_PERL%%/XML/Elemental/Document.pm @@ -14,3 +6,11 @@ %%SITE_PERL%%/XML/Elemental/SAXHandler.pm %%SITE_PERL%%/XML/Elemental/Util.pm %%SITE_PERL%%/XML/Parser/Style/Elemental.pm +%%PERL5_MAN3%%/XML::Elemental.3.gz +%%PERL5_MAN3%%/XML::Elemental::Characters.3.gz +%%PERL5_MAN3%%/XML::Elemental::Document.3.gz +%%PERL5_MAN3%%/XML::Elemental::Element.3.gz +%%PERL5_MAN3%%/XML::Elemental::Node.3.gz +%%PERL5_MAN3%%/XML::Elemental::SAXHandler.3.gz +%%PERL5_MAN3%%/XML::Elemental::Util.3.gz +%%PERL5_MAN3%%/XML::Parser::Style::Elemental.3.gz From owner-svn-ports-all@freebsd.org Sun May 28 23:16:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22E7ED85492; Sun, 28 May 2017 23:16: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 mx1.freebsd.org (Postfix) with ESMTPS id D02C1CFB; Sun, 28 May 2017 23:16: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 v4SNG9m1052529; Sun, 28 May 2017 23:16:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNG9Q8052527; Sun, 28 May 2017 23:16:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282316.v4SNG9Q8052527@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, 28 May 2017 23:16:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441942 - head/www/p5-Catalyst-Model-Xapian10 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:16:11 -0000 Author: sunpoet Date: Sun May 28 23:16:09 2017 New Revision: 441942 URL: https://svnweb.freebsd.org/changeset/ports/441942 Log: Fix PORTNAME, use PKGNAMESUFFIX and remove DISTNAME - Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/www/p5-Catalyst-Model-Xapian10/Makefile head/www/p5-Catalyst-Model-Xapian10/pkg-plist Modified: head/www/p5-Catalyst-Model-Xapian10/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-Xapian10/Makefile Sun May 28 23:16:04 2017 (r441941) +++ head/www/p5-Catalyst-Model-Xapian10/Makefile Sun May 28 23:16:09 2017 (r441942) @@ -1,26 +1,31 @@ # Created by: Lars Balker Rasmussen # $FreeBSD$ -PORTNAME= Catalyst-Model-Xapian10 +PORTNAME= Catalyst-Model-Xapian PORTVERSION= 0.06 PORTREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MRAMBERG PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME:S/10$//}-${PORTVERSION} +PKGNAMESUFFIX= 10 MAINTAINER= perl@FreeBSD.org COMMENT= Catalyst model for Search::Xapian +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Catalyst-Runtime>=5.30:www/p5-Catalyst-Runtime \ p5-Catalyst-Devel>=1.00:www/p5-Catalyst-Devel \ p5-Data-Page>=0:databases/p5-Data-Page \ p5-Search-Xapian10>=0.9.2.4:databases/p5-Search-Xapian10 RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 shebangfix -SHEBANG_FILES= sample-indexer.pl USE_PERL5= configure +SHEBANG_FILES= sample-indexer.pl + .include Modified: head/www/p5-Catalyst-Model-Xapian10/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Model-Xapian10/pkg-plist Sun May 28 23:16:04 2017 (r441941) +++ head/www/p5-Catalyst-Model-Xapian10/pkg-plist Sun May 28 23:16:09 2017 (r441942) @@ -1,6 +1,6 @@ -%%PERL5_MAN3%%/Catalyst::Helper::Model::Xapian.3.gz -%%PERL5_MAN3%%/Catalyst::Model::Xapian.3.gz %%SITE_PERL%%/Catalyst/Helper/Model/Xapian.pm %%SITE_PERL%%/Catalyst/Model/Xapian.pm %%SITE_PERL%%/Catalyst/Model/Xapian/Result.pm %%SITE_PERL%%/Catalyst/Model/sample-indexer.pl +%%PERL5_MAN3%%/Catalyst::Helper::Model::Xapian.3.gz +%%PERL5_MAN3%%/Catalyst::Model::Xapian.3.gz From owner-svn-ports-all@freebsd.org Sun May 28 23:16:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4418BD854CB; Sun, 28 May 2017 23:16: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 mx1.freebsd.org (Postfix) with ESMTPS id 0FA91D80; Sun, 28 May 2017 23:16:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SNGFbs052650; Sun, 28 May 2017 23:16:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNGEMm052648; Sun, 28 May 2017 23:16:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282316.v4SNGEMm052648@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, 28 May 2017 23:16:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441943 - head/www/p5-URI-Fetch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:16:16 -0000 Author: sunpoet Date: Sun May 28 23:16:14 2017 New Revision: 441943 URL: https://svnweb.freebsd.org/changeset/ports/441943 Log: Update to 0.13 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/URI-Fetch/Changes Modified: head/www/p5-URI-Fetch/Makefile head/www/p5-URI-Fetch/distinfo Modified: head/www/p5-URI-Fetch/Makefile ============================================================================== --- head/www/p5-URI-Fetch/Makefile Sun May 28 23:16:09 2017 (r441942) +++ head/www/p5-URI-Fetch/Makefile Sun May 28 23:16:14 2017 (r441943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= URI-Fetch -PORTVERSION= 0.110 +PORTVERSION= 0.130 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +18,7 @@ BUILD_DEPENDS= p5-Class-ErrorHandler>=0: p5-URI>=0:net/p5-URI \ p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-RequiresInternet>=0.05:devel/p5-Test-RequiresInternet OPTIONS_DEFINE= CACHE CACHE_DESC= Caching support Modified: head/www/p5-URI-Fetch/distinfo ============================================================================== --- head/www/p5-URI-Fetch/distinfo Sun May 28 23:16:09 2017 (r441942) +++ head/www/p5-URI-Fetch/distinfo Sun May 28 23:16:14 2017 (r441943) @@ -1,2 +1,3 @@ -SHA256 (URI-Fetch-0.11.tar.gz) = 7c40ffe512a8a622a10c233ee16dc1e4cf418159108fadab0a48d5679a864821 -SIZE (URI-Fetch-0.11.tar.gz) = 16425 +TIMESTAMP = 1496006683 +SHA256 (URI-Fetch-0.13.tar.gz) = 0db061a05dc2b950d3468ddb2e8435ff0e891c1c2da618150a42835371ec8667 +SIZE (URI-Fetch-0.13.tar.gz) = 16669 From owner-svn-ports-all@freebsd.org Sun May 28 23:16:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A985D854FA; Sun, 28 May 2017 23:16: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 mx1.freebsd.org (Postfix) with ESMTPS id CE577E03; Sun, 28 May 2017 23:16:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SNGJEr052752; Sun, 28 May 2017 23:16:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNGJao052751; Sun, 28 May 2017 23:16:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282316.v4SNGJao052751@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, 28 May 2017 23:16:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441944 - head/audio/py-shout X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:16:21 -0000 Author: sunpoet Date: Sun May 28 23:16:19 2017 New Revision: 441944 URL: https://svnweb.freebsd.org/changeset/ports/441944 Log: Add LICENSE_FILE - Sort USE_PYTHON - Pet portlint - Strip shared library - Bump PORTREVISION for package change Modified: head/audio/py-shout/Makefile Modified: head/audio/py-shout/Makefile ============================================================================== --- head/audio/py-shout/Makefile Sun May 28 23:16:14 2017 (r441943) +++ head/audio/py-shout/Makefile Sun May 28 23:16:19 2017 (r441944) @@ -3,7 +3,7 @@ PORTNAME= shout PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio python MASTER_SITES= http://downloads.us.xiph.org/releases/libshout/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,19 +13,22 @@ MAINTAINER= python@FreeBSD.org COMMENT= Python bindings for libshout2 LICENSE= LGPL20 - -OPTIONS_DEFINE= EXAMPLES +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libshout.so:audio/libshout -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +OPTIONS_DEFINE= EXAMPLES USES= pkgconfig python:2 shebangfix SHEBANG_FILES= example.py -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils +EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} PORTEXAMPLES= example.py +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/shout.so + post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${CP} ${WRKSRC}/example.py ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-all@freebsd.org Sun May 28 23:16:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84F08D85534; Sun, 28 May 2017 23:16: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 mx1.freebsd.org (Postfix) with ESMTPS id 5FEBAEBA; Sun, 28 May 2017 23:16: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 v4SNGQTP052957; Sun, 28 May 2017 23:16:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNGPbM052949; Sun, 28 May 2017 23:16:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282316.v4SNGPbM052949@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, 28 May 2017 23:16:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441945 - in head/devel/py-freebsd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:16:27 -0000 Author: sunpoet Date: Sun May 28 23:16:25 2017 New Revision: 441945 URL: https://svnweb.freebsd.org/changeset/ports/441945 Log: Pet portlint - Move LICENSE downward - Sort USE_PYTHON - Strip shared library - Regenerate patch files with makepatch: - Bump PORTREVISION for package change Modified: head/devel/py-freebsd/Makefile head/devel/py-freebsd/files/freebsd11_patch-src__.const.def head/devel/py-freebsd/files/freebsd11_patch-src__netstat.c head/devel/py-freebsd/files/patch-setup.py head/devel/py-freebsd/files/patch-src-jail.c head/devel/py-freebsd/files/patch-src-netstat.c head/devel/py-freebsd/files/patch-src-process.c head/devel/py-freebsd/files/patch-src-sysctl.c Modified: head/devel/py-freebsd/Makefile ============================================================================== --- head/devel/py-freebsd/Makefile Sun May 28 23:16:19 2017 (r441944) +++ head/devel/py-freebsd/Makefile Sun May 28 23:16:25 2017 (r441945) @@ -3,21 +3,21 @@ PORTNAME= freebsd PORTVERSION= 0.9.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel python MASTER_SITES= LOCAL/perky \ http://people.freebsd.org/~perky/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py-freebsd-${PORTVERSION} -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/COPYRIGHT - MAINTAINER= python@FreeBSD.org COMMENT= Python interface to FreeBSD-specific system libraries +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + USES= python:2 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include @@ -26,4 +26,7 @@ EXTRA_PATCHES+= ${FILESDIR}/freebsd11_pa ${FILESDIR}/freebsd11_patch-src__netstat.c .endif +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/freebsd.so + .include Modified: head/devel/py-freebsd/files/freebsd11_patch-src__.const.def ============================================================================== --- head/devel/py-freebsd/files/freebsd11_patch-src__.const.def Sun May 28 23:16:19 2017 (r441944) +++ head/devel/py-freebsd/files/freebsd11_patch-src__.const.def Sun May 28 23:16:25 2017 (r441945) @@ -1,6 +1,6 @@ ---- src/.const.def.orig 2005-12-09 06:40:56.000000000 +0300 -+++ src/.const.def 2014-10-18 00:25:38.000000000 +0400 -@@ -69,7 +69,6 @@ +--- src/.const.def.orig 2005-12-09 03:40:56 UTC ++++ src/.const.def +@@ -69,7 +69,6 @@ SETDICT_INT(d, "IFF_BROADCAST", IFF_BROA SETDICT_INT(d, "IFF_DEBUG", IFF_DEBUG); SETDICT_INT(d, "IFF_LOOPBACK", IFF_LOOPBACK); SETDICT_INT(d, "IFF_POINTOPOINT", IFF_POINTOPOINT); Modified: head/devel/py-freebsd/files/freebsd11_patch-src__netstat.c ============================================================================== --- head/devel/py-freebsd/files/freebsd11_patch-src__netstat.c Sun May 28 23:16:19 2017 (r441944) +++ head/devel/py-freebsd/files/freebsd11_patch-src__netstat.c Sun May 28 23:16:25 2017 (r441945) @@ -1,6 +1,6 @@ ---- src/netstat.c.orig 2005-05-08 10:55:00.000000000 +0400 -+++ src/netstat.c 2014-10-18 00:25:23.000000000 +0400 -@@ -40,7 +40,6 @@ +--- src/netstat.c.orig 2005-05-08 06:55:00 UTC ++++ src/netstat.c +@@ -40,7 +40,6 @@ EXPCONST(int IFF_BROADCAST) EXPCONST(int IFF_DEBUG) EXPCONST(int IFF_LOOPBACK) EXPCONST(int IFF_POINTOPOINT) Modified: head/devel/py-freebsd/files/patch-setup.py ============================================================================== --- head/devel/py-freebsd/files/patch-setup.py Sun May 28 23:16:19 2017 (r441944) +++ head/devel/py-freebsd/files/patch-setup.py Sun May 28 23:16:25 2017 (r441945) @@ -1,6 +1,6 @@ ---- setup.py.orig Mon Apr 11 23:31:45 2005 -+++ setup.py Mon Apr 11 23:32:09 2005 -@@ -52,6 +52,7 @@ +--- setup.py.orig 2005-12-09 03:39:16 UTC ++++ setup.py +@@ -52,6 +52,7 @@ setup(name = "py-freebsd", "freebsd", ["src/freebsdmodule.c"], libraries=libs, Modified: head/devel/py-freebsd/files/patch-src-jail.c ============================================================================== --- head/devel/py-freebsd/files/patch-src-jail.c Sun May 28 23:16:19 2017 (r441944) +++ head/devel/py-freebsd/files/patch-src-jail.c Sun May 28 23:16:25 2017 (r441945) @@ -1,5 +1,5 @@ ---- src/jail.c.orig 2005-05-08 06:55:00.000000000 +0000 -+++ src/jail.c 2008-12-23 13:54:31.000000000 +0000 +--- src/jail.c.orig 2005-05-08 06:55:00 UTC ++++ src/jail.c @@ -40,21 +40,37 @@ static PyObject * PyFB_jail(PyObject *self, PyObject *args) { Modified: head/devel/py-freebsd/files/patch-src-netstat.c ============================================================================== --- head/devel/py-freebsd/files/patch-src-netstat.c Sun May 28 23:16:19 2017 (r441944) +++ head/devel/py-freebsd/files/patch-src-netstat.c Sun May 28 23:16:25 2017 (r441945) @@ -1,6 +1,6 @@ ---- src/netstat.c.orig 2007-08-17 13:07:10.654911645 -0500 -+++ src/netstat.c 2007-08-17 13:07:19.496912514 -0500 -@@ -243,7 +243,6 @@ +--- src/netstat.c.orig 2005-05-08 06:55:00 UTC ++++ src/netstat.c +@@ -243,7 +243,6 @@ PyFB_ifstats(PyObject *self) Py_DECREF(t); p_int(type); p_int(physical); p_int(addrlen); p_int(hdrlen); Modified: head/devel/py-freebsd/files/patch-src-process.c ============================================================================== --- head/devel/py-freebsd/files/patch-src-process.c Sun May 28 23:16:19 2017 (r441944) +++ head/devel/py-freebsd/files/patch-src-process.c Sun May 28 23:16:25 2017 (r441945) @@ -1,6 +1,6 @@ ---- src/process.c.orig Sun May 8 08:55:00 2005 -+++ src/process.c Sat Nov 25 18:12:52 2006 -@@ -51,10 +51,19 @@ +--- src/process.c.orig 2005-05-08 06:55:00 UTC ++++ src/process.c +@@ -51,10 +51,19 @@ static char PyFB_setprogname__doc__[] = static PyObject * PyFB_setprogname(PyObject *self, PyObject *args) { @@ -21,7 +21,7 @@ setprogname(progname); Py_RETURN_NONE; -@@ -64,16 +73,24 @@ +@@ -64,16 +73,24 @@ PyFB_setprogname(PyObject *self, PyObjec static char PyFB_setproctitle__doc__[] = "setproctitle(title):\n" "The setproctitle() library routine sets the process title that\n" Modified: head/devel/py-freebsd/files/patch-src-sysctl.c ============================================================================== --- head/devel/py-freebsd/files/patch-src-sysctl.c Sun May 28 23:16:19 2017 (r441944) +++ head/devel/py-freebsd/files/patch-src-sysctl.c Sun May 28 23:16:25 2017 (r441945) @@ -1,5 +1,5 @@ ---- src/sysctl.c.orig 2011-04-12 12:30:50.000000000 +0400 -+++ src/sysctl.c 2011-04-12 12:37:45.000000000 +0400 +--- src/sysctl.c.orig 2005-05-08 06:55:00 UTC ++++ src/sysctl.c @@ -121,7 +121,7 @@ const size_t sysctl_type_sizes[CTLTYPE] 0, /* CTLTYPE_NODE */ sizeof(int), /* CTLTYPE_INT */ From owner-svn-ports-all@freebsd.org Sun May 28 23:16:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C7D6D8556B; Sun, 28 May 2017 23:16: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 mx1.freebsd.org (Postfix) with ESMTPS id 3BBBAF42; Sun, 28 May 2017 23:16: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 v4SNGVn2053062; Sun, 28 May 2017 23:16:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNGVvt053061; Sun, 28 May 2017 23:16:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282316.v4SNGVvt053061@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, 28 May 2017 23:16:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441946 - head/devel/pyside X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:16:32 -0000 Author: sunpoet Date: Sun May 28 23:16:31 2017 New Revision: 441946 URL: https://svnweb.freebsd.org/changeset/ports/441946 Log: Use DISTVERSIONPREFIX instead of DISTNAME Modified: head/devel/pyside/Makefile Modified: head/devel/pyside/Makefile ============================================================================== --- head/devel/pyside/Makefile Sun May 28 23:16:25 2017 (r441945) +++ head/devel/pyside/Makefile Sun May 28 23:16:31 2017 (r441946) @@ -3,11 +3,11 @@ PORTNAME= pyside PORTVERSION= 1.2.2 +DISTVERSIONPREFIX= qt4.8+ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://download.qt-project.org/official_releases/pyside/ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} -DISTNAME= pyside-qt4.8+${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python bindings for the Qt applications and UI framework From owner-svn-ports-all@freebsd.org Sun May 28 23:16:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31147D8559F; Sun, 28 May 2017 23:16: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 mx1.freebsd.org (Postfix) with ESMTPS id 022A6FBC; Sun, 28 May 2017 23:16:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SNGaJf053164; Sun, 28 May 2017 23:16:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNGaCK053163; Sun, 28 May 2017 23:16:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282316.v4SNGaCK053163@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, 28 May 2017 23:16:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441947 - head/devel/py-urwid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:16:37 -0000 Author: sunpoet Date: Sun May 28 23:16:35 2017 New Revision: 441947 URL: https://svnweb.freebsd.org/changeset/ports/441947 Log: Allow concurrent installation (USE_PYTHON=concurrent) - Remove EXAMPLESDIR - Use do-test: - Bump PORTREVISION for package change Modified: head/devel/py-urwid/Makefile Modified: head/devel/py-urwid/Makefile ============================================================================== --- head/devel/py-urwid/Makefile Sun May 28 23:16:31 2017 (r441946) +++ head/devel/py-urwid/Makefile Sun May 28 23:16:35 2017 (r441947) @@ -3,6 +3,7 @@ PORTNAME= urwid PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,19 +17,18 @@ LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= EXAMPLES USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils PORTEXAMPLES= * -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/urwid/str_util.so post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ - (cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR}/) + cd ${WRKSRC}/examples/ && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR}/ -regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} -m urwid.tests +do-test: + cd ${WRKSRC}/ && ${PYTHON_CMD} -m urwid.tests .include From owner-svn-ports-all@freebsd.org Sun May 28 23:16:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 156F6D855FD; Sun, 28 May 2017 23:16: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 mx1.freebsd.org (Postfix) with ESMTPS id D7AFC104E; Sun, 28 May 2017 23:16: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 v4SNGeMX053269; Sun, 28 May 2017 23:16:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNGecZ053268; Sun, 28 May 2017 23:16:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282316.v4SNGecZ053268@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, 28 May 2017 23:16:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441948 - head/lang/jython X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:16:42 -0000 Author: sunpoet Date: Sun May 28 23:16:40 2017 New Revision: 441948 URL: https://svnweb.freebsd.org/changeset/ports/441948 Log: Use DISTVERSIONPREFIX instead of DISTNAME Modified: head/lang/jython/Makefile Modified: head/lang/jython/Makefile ============================================================================== --- head/lang/jython/Makefile Sun May 28 23:16:35 2017 (r441947) +++ head/lang/jython/Makefile Sun May 28 23:16:40 2017 (r441948) @@ -3,10 +3,10 @@ PORTNAME= jython PORTVERSION= 2.7.0 +DISTVERSIONPREFIX= installer- CATEGORIES= lang python java MASTER_SITES= https://repo1.maven.org/maven2/org/python/jython-installer/${PORTVERSION}/ \ http://repo1.maven.org/maven2/org/python/jython-installer/${PORTVERSION}/ -DISTNAME= jython-installer-${PORTVERSION} EXTRACT_SUFX= .jar MAINTAINER= python@FreeBSD.org From owner-svn-ports-all@freebsd.org Sun May 28 23:16:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10463D8564C; Sun, 28 May 2017 23:16: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 mx1.freebsd.org (Postfix) with ESMTPS id D5F9010F6; Sun, 28 May 2017 23:16: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 v4SNGjH2053388; Sun, 28 May 2017 23:16:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNGjpS053386; Sun, 28 May 2017 23:16:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282316.v4SNGjpS053386@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, 28 May 2017 23:16:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441949 - head/textproc/py-autopep8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:16:47 -0000 Author: sunpoet Date: Sun May 28 23:16:45 2017 New Revision: 441949 URL: https://svnweb.freebsd.org/changeset/ports/441949 Log: Update to 1.3.2 Changes: https://github.com/hhatto/autopep8/commits/master Modified: head/textproc/py-autopep8/Makefile head/textproc/py-autopep8/distinfo Modified: head/textproc/py-autopep8/Makefile ============================================================================== --- head/textproc/py-autopep8/Makefile Sun May 28 23:16:40 2017 (r441948) +++ head/textproc/py-autopep8/Makefile Sun May 28 23:16:45 2017 (r441949) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= autopep8 -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-autopep8/distinfo ============================================================================== --- head/textproc/py-autopep8/distinfo Sun May 28 23:16:40 2017 (r441948) +++ head/textproc/py-autopep8/distinfo Sun May 28 23:16:45 2017 (r441949) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492175834 -SHA256 (autopep8-1.3.1.tar.gz) = 405eaa5199c74a0570125916e6af44d39343c1fcaaafee117fc329a3f86048c4 -SIZE (autopep8-1.3.1.tar.gz) = 107541 +TIMESTAMP = 1495982415 +SHA256 (autopep8-1.3.2.tar.gz) = 7e82590bf366b4d891ac5c1535554c46a5f79e4400a190a8493e92e75c5037dd +SIZE (autopep8-1.3.2.tar.gz) = 107915 From owner-svn-ports-all@freebsd.org Sun May 28 23:16:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC59ED856CC; Sun, 28 May 2017 23:16: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 mx1.freebsd.org (Postfix) with ESMTPS id 9C8EA1242; Sun, 28 May 2017 23:16: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 v4SNGtC0053573; Sun, 28 May 2017 23:16:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNGtdK053572; Sun, 28 May 2017 23:16:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282316.v4SNGtdK053572@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, 28 May 2017 23:16:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441951 - head/devel/libaravis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:16:56 -0000 Author: sunpoet Date: Sun May 28 23:16:55 2017 New Revision: 441951 URL: https://svnweb.freebsd.org/changeset/ports/441951 Log: Fix options helper - Fix OPTIONS_DEFAULT: remove NLS which is added by framework - Remove .include Approved by: portmgr (blanket) Modified: head/devel/libaravis/Makefile Modified: head/devel/libaravis/Makefile ============================================================================== --- head/devel/libaravis/Makefile Sun May 28 23:16:50 2017 (r441950) +++ head/devel/libaravis/Makefile Sun May 28 23:16:55 2017 (r441951) @@ -29,7 +29,7 @@ AUTOMAKE_ARGS= --add-missing --copy MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" OPTIONS_DEFINE= DOCS NLS FAST_HEARTBEAT USB -OPTIONS_DEFAULT= NLS USB +OPTIONS_DEFAULT= USB OPTIONS_SUB= yes CONFIGURE_ARGS= --enable-packet-socket=no --enable-viewer=no \ @@ -44,8 +44,6 @@ FAST_HEARTBEAT_CONFIGURE_ENABLE= fast-he USB_DESC= build with USB support USB_CONFIGURE_ENABLE= usb -.include - pre-configure: ${ECHO_CMD} "EXTRA_DIST =" >> ${WRKSRC}/gtk-doc.make @${REINPLACE_CMD} -e 's|GTK_DOC_CHECK(\[1.14\],\[--flavour no-tmpl\])||' \ From owner-svn-ports-all@freebsd.org Sun May 28 23:16:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E66F3D85685; Sun, 28 May 2017 23:16: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 mx1.freebsd.org (Postfix) with ESMTPS id B8429117D; Sun, 28 May 2017 23:16: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 v4SNGoiF053479; Sun, 28 May 2017 23:16:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNGo0V053478; Sun, 28 May 2017 23:16:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282316.v4SNGo0V053478@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, 28 May 2017 23:16:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441950 - head/databases/postgresql92-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:16:52 -0000 Author: sunpoet Date: Sun May 28 23:16:50 2017 New Revision: 441950 URL: https://svnweb.freebsd.org/changeset/ports/441950 Log: Fix OPTIONS_DEFAULT: remove NLS which is added by framework Approved by: portmgr (blanket) Modified: head/databases/postgresql92-server/Makefile Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Sun May 28 23:16:45 2017 (r441949) +++ head/databases/postgresql92-server/Makefile Sun May 28 23:16:50 2017 (r441950) @@ -110,7 +110,7 @@ OPTIMIZED_CFLAGS_DESC= Builds with compi OPTIONS_DEFINE+= SSL SSL_DESC= Build with OpenSSL support -OPTIONS_DEFAULT+= NLS SSL +OPTIONS_DEFAULT+= SSL .endif # !SLAVE_ONLY .if defined(CLIENT_ONLY) From owner-svn-ports-all@freebsd.org Sun May 28 23:17:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2533D8571A; Sun, 28 May 2017 23:17: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 mx1.freebsd.org (Postfix) with ESMTPS id 9248F12CB; Sun, 28 May 2017 23:17: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 v4SNH0fJ053666; Sun, 28 May 2017 23:17:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNH0c2053665; Sun, 28 May 2017 23:17:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282317.v4SNH0c2053665@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, 28 May 2017 23:17:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441952 - head/dns/opendnssec2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:17:01 -0000 Author: sunpoet Date: Sun May 28 23:17:00 2017 New Revision: 441952 URL: https://svnweb.freebsd.org/changeset/ports/441952 Log: Fix OPTIONS_DEFAULT: remove DOCS which is added by framework Approved by: portmgr (blanket) Modified: head/dns/opendnssec2/Makefile Modified: head/dns/opendnssec2/Makefile ============================================================================== --- head/dns/opendnssec2/Makefile Sun May 28 23:16:55 2017 (r441951) +++ head/dns/opendnssec2/Makefile Sun May 28 23:17:00 2017 (r441952) @@ -43,7 +43,7 @@ OPTIONS_SUB= yes OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= SQLITE MYSQL -OPTIONS_DEFAULT= DOCS SQLITE +OPTIONS_DEFAULT= SQLITE SOFTHSM_DESC= SoftHSM cryptographic store for PKCS \#11 interface From owner-svn-ports-all@freebsd.org Sun May 28 23:17:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52480D85749; Sun, 28 May 2017 23:17: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 mx1.freebsd.org (Postfix) with ESMTPS id 237361344; Sun, 28 May 2017 23:17: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 v4SNH54Y053758; Sun, 28 May 2017 23:17:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNH5qW053757; Sun, 28 May 2017 23:17:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282317.v4SNH5qW053757@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, 28 May 2017 23:17:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441953 - head/dns/wdns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:17:06 -0000 Author: sunpoet Date: Sun May 28 23:17:04 2017 New Revision: 441953 URL: https://svnweb.freebsd.org/changeset/ports/441953 Log: Fix OPTIONS_DEFAULT: remove EXAMPLES which is added by framework Approved by: portmgr (blanket) Modified: head/dns/wdns/Makefile Modified: head/dns/wdns/Makefile ============================================================================== --- head/dns/wdns/Makefile Sun May 28 23:17:00 2017 (r441952) +++ head/dns/wdns/Makefile Sun May 28 23:17:04 2017 (r441953) @@ -18,7 +18,6 @@ INSTALL_TARGET= install-strip TEST_TARGET= check OPTIONS_DEFINE= EXAMPLES -OPTIONS_DEFAULT= EXAMPLES PORTEXAMPLES= * do-install-EXAMPLES-on: From owner-svn-ports-all@freebsd.org Sun May 28 23:17:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1420D85783; Sun, 28 May 2017 23:17: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 mx1.freebsd.org (Postfix) with ESMTPS id AFC1D13D6; Sun, 28 May 2017 23:17: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 v4SNH9to053848; Sun, 28 May 2017 23:17:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNH9xj053847; Sun, 28 May 2017 23:17:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282317.v4SNH9xj053847@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, 28 May 2017 23:17:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441954 - head/editors/joe2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:17:11 -0000 Author: sunpoet Date: Sun May 28 23:17:09 2017 New Revision: 441954 URL: https://svnweb.freebsd.org/changeset/ports/441954 Log: Fix OPTIONS_DEFAULT: remove DOCS which is added by framework - Convert to options target helper Approved by: portmgr (blanket) Modified: head/editors/joe2/Makefile Modified: head/editors/joe2/Makefile ============================================================================== --- head/editors/joe2/Makefile Sun May 28 23:17:04 2017 (r441953) +++ head/editors/joe2/Makefile Sun May 28 23:17:09 2017 (r441954) @@ -12,7 +12,7 @@ MAINTAINER?= toasty@dragondata.com COMMENT?= Joe's Own Editor OPTIONS_DEFINE= DOCS ISPELL -OPTIONS_DEFAULT= DOCS ISPELL +OPTIONS_DEFAULT= ISPELL ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell @@ -25,7 +25,7 @@ LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} ALL_TARGET= ${PORTNAME} -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.cvs ${WRKSRC}/ChangeLog\ ${WRKSRC}/INFO ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Sun May 28 23:17:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC620D857B6; Sun, 28 May 2017 23:17:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D3D914B7; Sun, 28 May 2017 23:17:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SNHExA053939; Sun, 28 May 2017 23:17:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNHEoo053938; Sun, 28 May 2017 23:17:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282317.v4SNHEoo053938@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, 28 May 2017 23:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441955 - head/editors/pdfedit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:17:15 -0000 Author: sunpoet Date: Sun May 28 23:17:14 2017 New Revision: 441955 URL: https://svnweb.freebsd.org/changeset/ports/441955 Log: Fix OPTIONS_DEFAULT: remove DOCS which is added by framework Approved by: portmgr (blanket) Modified: head/editors/pdfedit/Makefile Modified: head/editors/pdfedit/Makefile ============================================================================== --- head/editors/pdfedit/Makefile Sun May 28 23:17:09 2017 (r441954) +++ head/editors/pdfedit/Makefile Sun May 28 23:17:14 2017 (r441955) @@ -33,7 +33,6 @@ INSTALL_TARGET= install install-tools PORTDOCS= Changelog README AUTHORS OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS BROKEN_sparc64= Fails to configure: error: Could not link against boost_program_options From owner-svn-ports-all@freebsd.org Sun May 28 23:17:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A74D4D85803; Sun, 28 May 2017 23:17:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76933157F; Sun, 28 May 2017 23:17:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SNHJEM054033; Sun, 28 May 2017 23:17:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNHJFx054032; Sun, 28 May 2017 23:17:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282317.v4SNHJFx054032@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, 28 May 2017 23:17:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441956 - head/ftp/spegla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:17:20 -0000 Author: sunpoet Date: Sun May 28 23:17:19 2017 New Revision: 441956 URL: https://svnweb.freebsd.org/changeset/ports/441956 Log: Fix options helper - Add missing OPTIONS_DEFINE=EXAMPLES - Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework - Convert to options target helper Approved by: portmgr (blanket) Modified: head/ftp/spegla/Makefile Modified: head/ftp/spegla/Makefile ============================================================================== --- head/ftp/spegla/Makefile Sun May 28 23:17:14 2017 (r441955) +++ head/ftp/spegla/Makefile Sun May 28 23:17:19 2017 (r441956) @@ -20,15 +20,14 @@ MAKE_ARGS= MANDIR=${MAN1PREFIX}/man/man PLIST_FILES= bin/spegla man/man1/spegla.1.gz PORTEXAMPLES= freebsd.org spegla.conf spegla.sh -OPTIONS_DEFINE= IPV6 -OPTIONS_DEFAULT=IPV6 +OPTIONS_DEFINE= EXAMPLES IPV6 IPV6_MAKE_ARGS= -DINET6 post-extract: cd ${WRKSRC} && ${SED} -e ${LICENSE_BSD2CLAUSE_REGEX} \ ${WRKSRC}/spegla.c > ${LICENSE_FILE} -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/freebsd.org ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/spegla.conf ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-all@freebsd.org Sun May 28 23:17:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 413F8D85879; Sun, 28 May 2017 23:17: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 mx1.freebsd.org (Postfix) with ESMTPS id 110A91695; Sun, 28 May 2017 23:17: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 v4SNHT9o054214; Sun, 28 May 2017 23:17:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNHTfa054213; Sun, 28 May 2017 23:17:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282317.v4SNHTfa054213@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, 28 May 2017 23:17:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441958 - head/graphics/shotwell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:17:30 -0000 Author: sunpoet Date: Sun May 28 23:17:28 2017 New Revision: 441958 URL: https://svnweb.freebsd.org/changeset/ports/441958 Log: Fix OPTIONS_DEFAULT: remove NLS which is added by framework - While I'm here, fix space/tab Approved by: portmgr (blanket) Modified: head/graphics/shotwell/Makefile Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Sun May 28 23:17:24 2017 (r441957) +++ head/graphics/shotwell/Makefile Sun May 28 23:17:28 2017 (r441958) @@ -49,10 +49,9 @@ PORTSCOUT= limitw:1,even MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= OPENMP NLS -OPTIONS_DEFAULT= NLS OPENMP_DESC= libraw uses OpenMP (implies GCC 4.9+) -NLS_CONFIGURE_ENABLE= nls +NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext NLS_LIBS= -L${LOCALBASE}/lib -lintl From owner-svn-ports-all@freebsd.org Sun May 28 23:17:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69897D85833; Sun, 28 May 2017 23:17: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 mx1.freebsd.org (Postfix) with ESMTPS id 358C11600; Sun, 28 May 2017 23:17:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SNHOwn054122; Sun, 28 May 2017 23:17:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNHOZr054121; Sun, 28 May 2017 23:17:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282317.v4SNHOZr054121@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, 28 May 2017 23:17:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441957 - head/games/freeciv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:17:25 -0000 Author: sunpoet Date: Sun May 28 23:17:24 2017 New Revision: 441957 URL: https://svnweb.freebsd.org/changeset/ports/441957 Log: Fix options helper - Fix OPTIONS_DEFAULT: remove IPV6 and NLS which are added by framework - Convert to options target helper Approved by: portmgr (blanket) Modified: head/games/freeciv/Makefile Modified: head/games/freeciv/Makefile ============================================================================== --- head/games/freeciv/Makefile Sun May 28 23:17:19 2017 (r441956) +++ head/games/freeciv/Makefile Sun May 28 23:17:24 2017 (r441957) @@ -26,7 +26,7 @@ CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} - PORTDATA= * OPTIONS_DEFINE?= NLS X11 SDL MYSQL IPV6 DOCS -OPTIONS_DEFAULT?= NLS X11 IPV6 +OPTIONS_DEFAULT?= X11 OPTIONS_SUB= yes SDL_CONFIGURE_ON= --enable-client=gtk,sdl SDL_USE= SDL=sdl,image,ttf,gfx @@ -72,11 +72,11 @@ post-patch: ${WRKSRC}/client/Makefile.in post-install: -.if ${PORT_OPTIONS:MX11} - ${INSTALL_DATA} ${WRKSRC}/data/civclient.dsc ${STAGEDIR}${DATADIR}/ - cd ${STAGEDIR}/${PREFIX}/bin && ${LN} -s freeciv-gtk2 freeciv-client -.endif @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfreeciv*.so ${RM} ${STAGEDIR}${PREFIX}/etc/ggz.modules +post-install-X11-on: + ${INSTALL_DATA} ${WRKSRC}/data/civclient.dsc ${STAGEDIR}${DATADIR}/ + cd ${STAGEDIR}/${PREFIX}/bin && ${LN} -s freeciv-gtk2 freeciv-client + .include From owner-svn-ports-all@freebsd.org Sun May 28 23:17:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAE95D858F9; Sun, 28 May 2017 23:17: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 mx1.freebsd.org (Postfix) with ESMTPS id 7777017D6; Sun, 28 May 2017 23:17: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 v4SNHcJP054395; Sun, 28 May 2017 23:17:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNHcs9054394; Sun, 28 May 2017 23:17:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282317.v4SNHcs9054394@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, 28 May 2017 23:17:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441960 - head/japanese/navi2ch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:17:39 -0000 Author: sunpoet Date: Sun May 28 23:17:38 2017 New Revision: 441960 URL: https://svnweb.freebsd.org/changeset/ports/441960 Log: Add LICENSE_FILE - Fix OPTIONS_DEFAULT: remove DOCS which is added by framework Approved by: portmgr (blanket) Modified: head/japanese/navi2ch/Makefile Modified: head/japanese/navi2ch/Makefile ============================================================================== --- head/japanese/navi2ch/Makefile Sun May 28 23:17:33 2017 (r441959) +++ head/japanese/navi2ch/Makefile Sun May 28 23:17:38 2017 (r441960) @@ -12,6 +12,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= 2ch.net and 2ch-like BBS navigator for Emacsen LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/sbin/2chproxy.pl:japanese/p5-2chproxy @@ -32,7 +33,7 @@ PORTDOC_LISPS= gikope.el navi2ch-logo.el LISPDIR= ${EMACS_VERSION_SITE_LISPDIR} OPTIONS_DEFINE= DOCS X11 -OPTIONS_DEFAULT=DOCS X11 +OPTIONS_DEFAULT=X11 X11_RUN_DEPENDS=${LOCALBASE}/share/mona/monak12.pcf.gz:japanese/font-mona post-install-DOCS-on: From owner-svn-ports-all@freebsd.org Sun May 28 23:17:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38A78D85937; Sun, 28 May 2017 23:17: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 mx1.freebsd.org (Postfix) with ESMTPS id 06D44185E; Sun, 28 May 2017 23:17:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SNHhGX054487; Sun, 28 May 2017 23:17:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNHhvx054486; Sun, 28 May 2017 23:17:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282317.v4SNHhvx054486@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, 28 May 2017 23:17:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441961 - head/mail/alpine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:17:44 -0000 Author: sunpoet Date: Sun May 28 23:17:42 2017 New Revision: 441961 URL: https://svnweb.freebsd.org/changeset/ports/441961 Log: Fix OPTIONS_DEFAULT: remove DOCS which is added by framework Approved by: portmgr (blanket) Modified: head/mail/alpine/Makefile Modified: head/mail/alpine/Makefile ============================================================================== --- head/mail/alpine/Makefile Sun May 28 23:17:38 2017 (r441960) +++ head/mail/alpine/Makefile Sun May 28 23:17:42 2017 (r441961) @@ -13,7 +13,7 @@ COMMENT?= Mail and news client descended LICENSE= APACHE20 OPTIONS_DEFINE= DOCS SSL THREADS MOUSE NLS ISPELL NOSPELL -OPTIONS_DEFAULT+= DOCS SSL THREADS MOUSE +OPTIONS_DEFAULT+= SSL THREADS MOUSE SSL_DESC= Build with SSL (installs: security/openssl if pre 10.x) MOUSE_DESC= Enable mouse support for xterm ISPELL_DESC= Use ispell instead of aspell as default speller From owner-svn-ports-all@freebsd.org Sun May 28 23:17:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA4FFD858AF; Sun, 28 May 2017 23:17: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 mx1.freebsd.org (Postfix) with ESMTPS id A53681736; Sun, 28 May 2017 23:17: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 v4SNHXBA054304; Sun, 28 May 2017 23:17:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNHX17054303; Sun, 28 May 2017 23:17:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282317.v4SNHX17054303@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, 28 May 2017 23:17:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441959 - head/japanese/dbskkd-cdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:17:35 -0000 Author: sunpoet Date: Sun May 28 23:17:33 2017 New Revision: 441959 URL: https://svnweb.freebsd.org/changeset/ports/441959 Log: Fix OPTIONS_DEFAULT: remove DOCS which is added by framework Approved by: portmgr (blanket) Modified: head/japanese/dbskkd-cdb/Makefile Modified: head/japanese/dbskkd-cdb/Makefile ============================================================================== --- head/japanese/dbskkd-cdb/Makefile Sun May 28 23:17:28 2017 (r441958) +++ head/japanese/dbskkd-cdb/Makefile Sun May 28 23:17:33 2017 (r441959) @@ -32,7 +32,6 @@ PORTDOCS_FILE= CHANGES.md LICENSE README PORTDOCS_SH= makeskkcdb.sh skktocdbm.sh OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS post-patch: .for f in READMEJP.md makeskkcdb.sh From owner-svn-ports-all@freebsd.org Sun May 28 23:17:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06D53D8596A; Sun, 28 May 2017 23:17: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 mx1.freebsd.org (Postfix) with ESMTPS id C8A3618CA; Sun, 28 May 2017 23:17:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SNHlF1054576; Sun, 28 May 2017 23:17:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNHlLV054575; Sun, 28 May 2017 23:17:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282317.v4SNHlLV054575@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, 28 May 2017 23:17:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441962 - head/mail/jwsmtp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:17:49 -0000 Author: sunpoet Date: Sun May 28 23:17:47 2017 New Revision: 441962 URL: https://svnweb.freebsd.org/changeset/ports/441962 Log: Fix options helper - Fix OPTIONS_DEFAULT: remove DOCS which is added by framework - Convert to options helper Approved by: portmgr (blanket) Modified: head/mail/jwsmtp/Makefile Modified: head/mail/jwsmtp/Makefile ============================================================================== --- head/mail/jwsmtp/Makefile Sun May 28 23:17:42 2017 (r441961) +++ head/mail/jwsmtp/Makefile Sun May 28 23:17:47 2017 (r441962) @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING NO_OPTIONS_SORT= yes OPTIONS_DEFINE= DOCS MANPAGES -OPTIONS_DEFAULT= DOCS MANPAGES +OPTIONS_DEFAULT= MANPAGES +OPTIONS_SUB= yes DOCS_DESC= Install documentation MANPAGES_DESC= Install manpages @@ -24,18 +25,4 @@ USE_LDCONFIG= yes USES= libtool pathfix INSTALL_TARGET= install-strip -.include - -.if ${PORT_OPTIONS:MDOCS} -PLIST_SUB+= PORTDOCS="" -.else -PLIST_SUB+= PORTDOCS="@comment " -.endif - -.if ${PORT_OPTIONS:MMANPAGES} -PLIST_SUB+= MANPAGES="" -.else -PLIST_SUB+= MANPAGES="@comment " -.endif - .include From owner-svn-ports-all@freebsd.org Sun May 28 23:17:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECD52D859B5; Sun, 28 May 2017 23:17:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAACF1951; Sun, 28 May 2017 23:17:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SNHqZO054668; Sun, 28 May 2017 23:17:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNHqsh054667; Sun, 28 May 2017 23:17:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705282317.v4SNHqsh054667@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, 28 May 2017 23:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441963 - head/net/unison240 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:17:54 -0000 Author: sunpoet Date: Sun May 28 23:17:52 2017 New Revision: 441963 URL: https://svnweb.freebsd.org/changeset/ports/441963 Log: Fix options helper - Fix OPTIONS_DEFAULT: remove DOCS which is added by framework - Convert to options target helper Approved by: portmgr (blanket) Modified: head/net/unison240/Makefile Modified: head/net/unison240/Makefile ============================================================================== --- head/net/unison240/Makefile Sun May 28 23:17:47 2017 (r441962) +++ head/net/unison240/Makefile Sun May 28 23:17:52 2017 (r441963) @@ -32,7 +32,7 @@ EXTRA_DOCS= ${DISTNAME}-manual.html \ ${DISTNAME}-manual.pdf ${DISTNAME}-manual.ps OPTIONS_DEFINE= DOCS X11 -OPTIONS_DEFAULT?= DOCS X11 +OPTIONS_DEFAULT?= X11 X11_MAKE_ARGS= UISTYLE=gtk2 X11_PLIST_SUB= TEXT="" @@ -57,6 +57,8 @@ post-build-X11-on: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${EXTRA_DOCS} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Sun May 28 23:22:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAC06D85DC4; Sun, 28 May 2017 23:22:55 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2BC490B; Sun, 28 May 2017 23:22:55 +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 v4SNMsH8058728; Sun, 28 May 2017 23:22:54 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SNMsgk058722; Sun, 28 May 2017 23:22:54 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201705282322.v4SNMsgk058722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sun, 28 May 2017 23:22:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441964 - in head/net-im/mastodon: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 23:22:56 -0000 Author: jrm Date: Sun May 28 23:22:54 2017 New Revision: 441964 URL: https://svnweb.freebsd.org/changeset/ports/441964 Log: net-im/mastodon: Update to version 1.4.1 Upstream changes: https://github.com/tootsuite/mastodon/releases Approved by: swills (mentor, implicit) Modified: head/net-im/mastodon/Makefile head/net-im/mastodon/distinfo head/net-im/mastodon/files/mastodon_stream.in head/net-im/mastodon/files/patch-Gemfile head/net-im/mastodon/pkg-message Modified: head/net-im/mastodon/Makefile ============================================================================== --- head/net-im/mastodon/Makefile Sun May 28 23:17:52 2017 (r441963) +++ head/net-im/mastodon/Makefile Sun May 28 23:22:54 2017 (r441964) @@ -2,7 +2,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v -DISTVERSION= 1.4rc5 +DISTVERSION= 1.4.1 CATEGORIES= net-im www MAINTAINER= jrm@FreeBSD.org Modified: head/net-im/mastodon/distinfo ============================================================================== --- head/net-im/mastodon/distinfo Sun May 28 23:17:52 2017 (r441963) +++ head/net-im/mastodon/distinfo Sun May 28 23:22:54 2017 (r441964) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495897700 -SHA256 (tootsuite-mastodon-v1.4rc5_GH0.tar.gz) = 5deeb859c5ba2eb774b3160af7094a07ebcefa9198960705e3c9ff4473dfe2a3 -SIZE (tootsuite-mastodon-v1.4rc5_GH0.tar.gz) = 10143723 +TIMESTAMP = 1496009326 +SHA256 (tootsuite-mastodon-v1.4.1_GH0.tar.gz) = f4cef6e56c4eb84e5c20189c003093862341f7a2192e84c478589a4444868ea1 +SIZE (tootsuite-mastodon-v1.4.1_GH0.tar.gz) = 10144469 Modified: head/net-im/mastodon/files/mastodon_stream.in ============================================================================== --- head/net-im/mastodon/files/mastodon_stream.in Sun May 28 23:17:52 2017 (r441963) +++ head/net-im/mastodon/files/mastodon_stream.in Sun May 28 23:22:54 2017 (r441964) @@ -15,6 +15,8 @@ name=mastodon_stream rcvar="${name}_enable" +sig_stop="HUP" + load_rc_config "$name" : ${mastodon_stream_enable:="NO"} Modified: head/net-im/mastodon/files/patch-Gemfile ============================================================================== --- head/net-im/mastodon/files/patch-Gemfile Sun May 28 23:17:52 2017 (r441963) +++ head/net-im/mastodon/files/patch-Gemfile Sun May 28 23:22:54 2017 (r441964) @@ -1,10 +1,10 @@ ---- Gemfile.orig 2017-05-20 21:11:45 UTC +--- Gemfile.orig 2017-05-28 21:16:17 UTC +++ Gemfile @@ -19,7 +19,6 @@ gem 'paperclip', '~> 5.1' gem 'paperclip-av-transcoder', '~> 0.6' gem 'addressable', '~> 2.5' --gem 'bootsnap' +-gem 'bootsnap', '~> 0.3' gem 'cld3', '~> 3.1' gem 'devise', '~> 4.2' gem 'devise-two-factor', '~> 3.0' Modified: head/net-im/mastodon/pkg-message ============================================================================== --- head/net-im/mastodon/pkg-message Sun May 28 23:17:52 2017 (r441963) +++ head/net-im/mastodon/pkg-message Sun May 28 23:22:54 2017 (r441964) @@ -1,9 +1,9 @@ ############################################################ -Visit the URL below to get started with Mastodon. +Visit this URL to get started with Mastodon. http://ftfl.ca/blog/2017-05-23-mastodon-freebsd.html -Visit this URL to upgrade. +Visit this URL to upgrade Mastodon. http://ftfl.ca/blog/2017-05-27-mastodon-freebsd-upgrade.html ############################################################ From owner-svn-ports-all@freebsd.org Mon May 29 04:16:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32635D864C0; Mon, 29 May 2017 04:16:02 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4E5519DD; Mon, 29 May 2017 04:16:01 +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 v4T4G0hd075603; Mon, 29 May 2017 04:16:00 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T4G0fo075600; Mon, 29 May 2017 04:16:00 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201705290416.v4T4G0fo075600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Mon, 29 May 2017 04:16:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441965 - in head/java/openjdk7: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 04:16:02 -0000 Author: glewis Date: Mon May 29 04:16:00 2017 New Revision: 441965 URL: https://svnweb.freebsd.org/changeset/ports/441965 Log: . Update to 7u131. Deleted: head/java/openjdk7/files/patch-hotspot_src_os_bsd_vm_os__bsd.cpp head/java/openjdk7/files/patch-hotspot_src_os_bsd_vm_os__bsd.hpp Modified: head/java/openjdk7/Makefile head/java/openjdk7/distinfo head/java/openjdk7/files/patch-bsd Modified: head/java/openjdk7/Makefile ============================================================================== --- head/java/openjdk7/Makefile Sun May 28 23:22:54 2017 (r441964) +++ head/java/openjdk7/Makefile Mon May 29 04:16:00 2017 (r441965) @@ -3,7 +3,6 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${PORT_MINOR_VERSION}.${PORT_BUILD_NUMBER} -PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}u${JDK_MINOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/ \ @@ -31,7 +30,9 @@ PATCHFILES= patch-7u45-b30.xz \ patch-7u91-b02.xz \ patch-7u95-b00.xz \ patch-7u101-b00.xz \ - patch-7u111-b01.xz + patch-7u111-b01.xz \ + patch-7u121-b00.xz \ + patch-7u131-b00.xz MAINTAINER?= glewis@FreeBSD.org COMMENT?= Java Development Kit 7 @@ -74,8 +75,8 @@ JAVAVMS_COMMENT+= JRE INSTALLDIR= ${PREFIX}/${PORTNAME}${JDK_MAJOR_VERSION}-jre .endif -PORT_MINOR_VERSION= 111 -PORT_BUILD_NUMBER= 01 +PORT_MINOR_VERSION= 131 +PORT_BUILD_NUMBER= 00 JDK_MAJOR_VERSION= 7 JDK_MINOR_VERSION= 40 JDK_BUILD_NUMBER= 43 Modified: head/java/openjdk7/distinfo ============================================================================== --- head/java/openjdk7/distinfo Sun May 28 23:22:54 2017 (r441964) +++ head/java/openjdk7/distinfo Mon May 29 04:16:00 2017 (r441965) @@ -1,4 +1,4 @@ -TIMESTAMP = 1472019396 +TIMESTAMP = 1496029291 SHA256 (openjdk-7u40-fcs-src-b43-26_aug_2013.zip) = 00f8ea561876cbcad174ba3ca7a9ae10b50df46a782ac64c2ac57ac357b50596 SIZE (openjdk-7u40-fcs-src-b43-26_aug_2013.zip) = 104575196 SHA256 (apache-ant-1.9.7-bin.zip) = b28c5ea0b5ea90bb4ad6bab229b6a56ac4461760a251a12567803a69259cd9de @@ -29,3 +29,7 @@ SHA256 (patch-7u101-b00.xz) = 8406d9f453 SIZE (patch-7u101-b00.xz) = 121752 SHA256 (patch-7u111-b01.xz) = d46ffd30a6fa6d8ce40231e6dadcabf491a347e2afea87302f38bab5e2bee523 SIZE (patch-7u111-b01.xz) = 273552 +SHA256 (patch-7u121-b00.xz) = e8cba92ab639210471db536fb316593eef300d67bbf36146922eef0a41b6e86b +SIZE (patch-7u121-b00.xz) = 670484 +SHA256 (patch-7u131-b00.xz) = 5c7b4f9be1d7bc3336ba19c288c882ff5cbd1b1b0ee403f84229cd8807452024 +SIZE (patch-7u131-b00.xz) = 769172 Modified: head/java/openjdk7/files/patch-bsd ============================================================================== --- head/java/openjdk7/files/patch-bsd Sun May 28 23:22:54 2017 (r441964) +++ head/java/openjdk7/files/patch-bsd Mon May 29 04:16:00 2017 (r441965) @@ -1,5 +1,5 @@ ---- ./.hgtags Wed Jul 20 04:05:01 2016 +0100 -+++ ./.hgtags Sat Aug 20 11:56:17 2016 -0700 +--- ./.hgtags Fri Oct 28 03:35:31 2016 +0100 ++++ ./.hgtags Sun May 21 11:12:34 2017 -0700 @@ -123,6 +123,7 @@ 2d38c2a79c144c30cd04d143d83ee7ec6af40771 jdk7-b146 3ac30b3852876ccad6bd61697b5f9efa91ca7bc6 jdk7u1-b01 @@ -8,13 +8,13 @@ 34451dc0580d5c95d97b95a564e6198f36545d68 jdk7u1-b02 bf735d852f79bdbb3373c777eec3ff27e035e7ba jdk7u1-b03 f66a2bada589f4157789e6f66472954d2f1c114e jdk7u1-b04 -@@ -605,3 +606,4 @@ - 251bb2a6d5cfbb76c0f4bdfecea4ca9c8af21558 jdk7u99-b00 - 12491db47c7ccffcc3e881df68f4c2f727b44e5d jdk7u101-b00 +@@ -607,3 +608,4 @@ bade1889699bab14082e84de3b40901964b52483 jdk7u111-b00 -+9b95c1ef81fe7bb010a6938d1cb97843b9a1fc68 jdk7u111-b01 ---- ./corba/.hgtags Wed Jul 20 04:05:02 2016 +0100 -+++ ./corba/.hgtags Sat Aug 20 11:56:18 2016 -0700 + 9b95c1ef81fe7bb010a6938d1cb97843b9a1fc68 jdk7u111-b01 + 974935f4e21dae1170b5247a8af362617d105e1c jdk7u121-b00 ++259e6ca7faf17e2b96fb0733f30e62327a7acdfa jdk7u131-b00 +--- ./corba/.hgtags Fri Oct 28 03:35:33 2016 +0100 ++++ ./corba/.hgtags Sun May 21 11:12:35 2017 -0700 @@ -123,6 +123,7 @@ 770227a4087e4e401fe87ccd19738440111c3948 jdk7-b146 36f0efbc66ef8ace3cca8aa8d0c88f3334080f8a jdk7u1-b01 @@ -23,13 +23,13 @@ 9515a2d034b4727c11aeea36354a549fbc469c4f jdk7u1-b02 dd71cb354c573c1addcda269a7dd9144bfce9587 jdk7u1-b03 eaee830124aa453627591d8f9eccb39d7e040876 jdk7u1-b04 -@@ -607,3 +608,4 @@ - adda687205a9a40573fdb538240a5699fdc7dbd6 jdk7u99-b00 - 9c164195bcc97da6c6567e6e6d55ea349f1c583d jdk7u101-b00 +@@ -609,3 +610,4 @@ c1def4cc27fb92914168a5f65658eba4a1754dfe jdk7u111-b00 -+36715cc029596f86e977d486e547f62bb07eed74 jdk7u111-b01 ---- ./hotspot/.hgtags Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/.hgtags Sat Aug 20 11:56:24 2016 -0700 + 36715cc029596f86e977d486e547f62bb07eed74 jdk7u111-b01 + ad3a33a23c69608ae140d4564d045b62533f45a3 jdk7u121-b00 ++d93d13bcb01d7b635d0e021877e1102e34bae8fb jdk7u131-b00 +--- ./hotspot/.hgtags Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/.hgtags Sun May 21 11:12:48 2017 -0700 @@ -182,6 +182,7 @@ 38fa55e5e79232d48f1bb8cf27d88bc094c9375a hs21-b16 81d815b05abb564aa1f4100ae13491c949b9a07e jdk7-b147 @@ -38,13 +38,13 @@ 9b0ca45cd756d538c4c30afab280a91868eee1a5 jdk7u2-b01 0cc8a70952c368e06de2adab1f2649a408f5e577 jdk8-b01 31e253c1da429124bb87570ab095d9bc89850d0a jdk8-b02 -@@ -839,3 +840,4 @@ - 631da593499ee184ea8efb2bc5491e0d99ac636d jdk7u99-b00 - 6e42747134be8a4a366d337da1fc84a847ad8381 jdk7u101-b00 +@@ -841,3 +842,4 @@ 14d0f4da4a74897fc3274f8f549f41544bb4625a jdk7u111-b00 -+9efa3fae3c278a7f48badec775d7f9b2d5320b6d jdk7u111-b01 ---- ./hotspot/agent/src/os/bsd/ps_proc.c Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/agent/src/os/bsd/ps_proc.c Sat Aug 20 11:56:24 2016 -0700 + 9efa3fae3c278a7f48badec775d7f9b2d5320b6d jdk7u111-b01 + 17b40d99ea3665de2bfffe163b68f2dfcf675cba jdk7u121-b00 ++95e4ea3d479ebdab9d78725776b6b11d4add6b0e jdk7u131-b00 +--- ./hotspot/agent/src/os/bsd/ps_proc.c Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/agent/src/os/bsd/ps_proc.c Sun May 21 11:12:48 2017 -0700 @@ -131,7 +131,7 @@ static bool ptrace_continue(pid_t pid, int signal) { @@ -54,8 +54,8 @@ print_debug("ptrace(PTRACE_CONT, ..) failed for %d\n", pid); return false; } ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Sun May 21 11:12:48 2017 -0700 @@ -33,6 +33,7 @@ import sun.jvm.hotspot.debugger.remote.*; import sun.jvm.hotspot.debugger.windbg.*; @@ -64,8 +64,8 @@ import sun.jvm.hotspot.memory.*; import sun.jvm.hotspot.oops.*; import sun.jvm.hotspot.runtime.*; ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java Sun May 21 11:12:48 2017 -0700 @@ -35,6 +35,7 @@ import sun.jvm.hotspot.debugger.windbg.*; import sun.jvm.hotspot.debugger.linux.*; @@ -74,8 +74,8 @@ import sun.jvm.hotspot.debugger.remote.*; import sun.jvm.hotspot.livejvm.*; import sun.jvm.hotspot.memory.*; ---- ./hotspot/make/bsd/Makefile Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/make/bsd/Makefile Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/make/bsd/Makefile Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/make/bsd/Makefile Sun May 21 11:12:48 2017 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. @@ -92,7 +92,7 @@ BUILDTREE = $(MAKE) -f $(BUILDTREE_MAKE) $(BUILDTREE_VARS) #------------------------------------------------------------------------------- -@@ -337,9 +339,11 @@ +@@ -349,9 +351,11 @@ # Doc target. This is the same for all build options. # Hence create a docs directory beside ...$(ARCH)_[...] @@ -105,8 +105,8 @@ # Synonyms for win32-like targets. compiler2: jvmg product ---- ./hotspot/make/bsd/makefiles/build_vm_def.sh Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/make/bsd/makefiles/build_vm_def.sh Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Sun May 21 11:12:48 2017 -0700 @@ -1,12 +1,28 @@ #!/bin/sh @@ -142,8 +142,8 @@ + if ($3 ~ /^_ZN9Arguments17SharedArchivePathE$/) print "\t" $3 ";" + }' | sort -u ;; +esac ---- ./hotspot/make/bsd/makefiles/buildtree.make Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/make/bsd/makefiles/buildtree.make Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/make/bsd/makefiles/buildtree.make Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/buildtree.make Sun May 21 11:12:48 2017 -0700 @@ -255,6 +255,16 @@ echo "$(call gamma-path,commonsrc,os/posix/vm)"; \ [ -n "$(CFLAGS_BROWSE)" ] && \ @@ -170,8 +170,8 @@ .dbxrc: $(BUILDTREE_MAKE) @echo Creating $@ ... ---- ./hotspot/make/bsd/makefiles/gcc.make Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/make/bsd/makefiles/gcc.make Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/make/bsd/makefiles/gcc.make Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/gcc.make Sun May 21 11:12:48 2017 -0700 @@ -117,7 +117,10 @@ CFLAGS += -fno-rtti CFLAGS += -fno-exceptions @@ -197,8 +197,8 @@ endif # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp. ---- ./hotspot/make/bsd/makefiles/jsig.make Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/make/bsd/makefiles/jsig.make Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/make/bsd/makefiles/jsig.make Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/jsig.make Sun May 21 11:12:48 2017 -0700 @@ -36,9 +36,16 @@ LIBJSIG_G = lib$(JSIG_G).so endif @@ -251,8 +251,8 @@ $(QUIETLY) cp -f $(LIBJSIG) $(DEST_JSIG) && echo "Done" .PHONY: install_jsig ---- ./hotspot/make/bsd/makefiles/launcher.make Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/make/bsd/makefiles/launcher.make Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/make/bsd/makefiles/launcher.make Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/launcher.make Sun May 21 11:12:48 2017 -0700 @@ -50,7 +50,7 @@ LIBS_LAUNCHER += $(STATIC_STDCXX) $(LIBS) else @@ -262,15 +262,15 @@ # The gamma launcher runs the JDK from $JAVA_HOME, overriding the JVM with a # freshly built JVM at ./libjvm.{so|dylib}. This is accomplished by setting ---- ./hotspot/make/bsd/makefiles/mapfile-vers-product Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/make/bsd/makefiles/mapfile-vers-product Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Sun May 21 11:12:48 2017 -0700 @@ -19,237 +19,248 @@ # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. +-# +# # --# -# Only used for OSX/Darwin builds # Define public interface. @@ -278,6 +278,13 @@ - _JNI_CreateJavaVM - _JNI_GetCreatedJavaVMs - _JNI_GetDefaultJavaVMInitArgs ++ ++SUNWprivate_1.1 { ++ global: ++ # JNI ++ JNI_CreateJavaVM; ++ JNI_GetCreatedJavaVMs; ++ JNI_GetDefaultJavaVMInitArgs; - # _JVM - _JVM_Accept @@ -490,13 +497,6 @@ - _JVM_Write - _JVM_Yield - _JVM_handle_bsd_signal -+SUNWprivate_1.1 { -+ global: -+ # JNI -+ JNI_CreateJavaVM; -+ JNI_GetCreatedJavaVMs; -+ JNI_GetDefaultJavaVMInitArgs; -+ + # JVM + JVM_Accept; + JVM_ActiveProcessorCount; @@ -730,15 +730,16 @@ # This is for Forte Analyzer profiling support. - _AsyncGetCallTrace + AsyncGetCallTrace; - -- # INSERT VTABLE SYMBOLS HERE ++ + # INSERT VTABLE SYMBOLS HERE +- # INSERT VTABLE SYMBOLS HERE +- + local: + *; +}; ---- ./hotspot/make/bsd/makefiles/ppc.make Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/make/bsd/makefiles/ppc.make Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/make/bsd/makefiles/ppc.make Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/ppc.make Sun May 21 11:12:48 2017 -0700 @@ -28,3 +28,6 @@ # Must also specify if CPU is big endian CFLAGS += -DVM_BIG_ENDIAN @@ -746,8 +747,8 @@ +ifdef E500V2 +ASFLAGS += -Wa,-mspe -Wa,--defsym -Wa,E500V2=1 +endif ---- ./hotspot/make/bsd/makefiles/saproc.make Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/make/bsd/makefiles/saproc.make Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/make/bsd/makefiles/saproc.make Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/make/bsd/makefiles/saproc.make Sun May 21 11:12:48 2017 -0700 @@ -36,6 +36,11 @@ LIBSAPROC_G = lib$(SAPROC_G).so endif @@ -804,8 +805,8 @@ cp -f $(LIBSAPROC) $(DEST_SAPROC) && echo "Done"; \ fi ---- ./hotspot/make/solaris/makefiles/defs.make Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/make/solaris/makefiles/defs.make Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/make/solaris/makefiles/defs.make Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/make/solaris/makefiles/defs.make Sun May 21 11:12:48 2017 -0700 @@ -221,8 +221,8 @@ endif ifeq ($(JVM_VARIANT_CLIENT),true) @@ -817,8 +818,8 @@ EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm_dtrace.$(LIBRARY_SUFFIX) ifeq ($(ARCH_DATA_MODEL),32) EXPORT_LIST += $(EXPORT_CLIENT_DIR)/64/libjvm_db.$(LIBRARY_SUFFIX) ---- ./hotspot/src/cpu/sparc/vm/globals_sparc.hpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/cpu/sparc/vm/globals_sparc.hpp Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/src/cpu/sparc/vm/globals_sparc.hpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/cpu/sparc/vm/globals_sparc.hpp Sun May 21 11:12:48 2017 -0700 @@ -71,7 +71,11 @@ define_pd_global(bool, RewriteBytecodes, true); define_pd_global(bool, RewriteFrequentPairs, true); @@ -832,7 +833,7 @@ // GC Ergo Flags define_pd_global(intx, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Sat Aug 20 11:56:24 2016 -0700 ++++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Sun May 21 11:12:48 2017 -0700 @@ -0,0 +1,46 @@ +/* + * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. @@ -880,9 +881,17 @@ + return false; +} + ---- ./hotspot/src/os/bsd/vm/os_bsd.cpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Sat Aug 20 11:56:24 2016 -0700 -@@ -187,6 +187,8 @@ +--- ./hotspot/src/os/bsd/vm/os_bsd.cpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Sun May 21 11:12:48 2017 -0700 +@@ -163,6 +163,7 @@ + #endif + pthread_t os::Bsd::_main_thread; + int os::Bsd::_page_size = -1; ++pthread_condattr_t os::Bsd::_condattr[1]; + #ifndef _ALLBSD_SOURCE + bool os::Bsd::_is_floating_stack = false; + bool os::Bsd::_is_NPTL = false; +@@ -187,6 +188,8 @@ static int SR_signum = SIGUSR2; sigset_t SR_sigset; @@ -891,7 +900,7 @@ //////////////////////////////////////////////////////////////////////////////// // utility functions -@@ -355,7 +357,13 @@ +@@ -355,7 +358,13 @@ * since it returns a 64 bit value) */ mib[0] = CTL_HW; @@ -905,7 +914,28 @@ len = sizeof(mem_val); if (sysctl(mib, 2, &mem_val, &len, NULL, 0) != -1) { assert(len == sizeof(mem_val), "unexpected data size"); -@@ -1848,9 +1856,15 @@ +@@ -1625,7 +1634,10 @@ + ::clock_gettime(CLOCK_MONOTONIC, &tp) == 0) { + // yes, monotonic clock is supported + _clock_gettime = ::clock_gettime; +- } ++ return; ++ } ++ warning("No monotonic clock was available - timed services may " \ ++ "be adversely affected if the time-of-day clock changes"); + } + #else + void os::Bsd::clock_init() { +@@ -1711,7 +1723,7 @@ + jlong os::javaTimeNanos() { + if (Bsd::supports_monotonic_clock()) { + struct timespec tp; +- int status = Bsd::clock_gettime(CLOCK_MONOTONIC, &tp); ++ int status = ::clock_gettime(CLOCK_MONOTONIC, &tp); + assert(status == 0, "gettime error"); + jlong result = jlong(tp.tv_sec) * (1000 * 1000 * 1000) + jlong(tp.tv_nsec); + return result; +@@ -1848,9 +1860,15 @@ return n; } @@ -921,7 +951,7 @@ #else return (intx)::pthread_self(); #endif -@@ -2401,14 +2415,14 @@ +@@ -2401,14 +2419,14 @@ } void os::print_os_info_brief(outputStream* st) { @@ -938,7 +968,7 @@ os::Posix::print_uname_info(st); -@@ -2417,10 +2431,6 @@ +@@ -2417,10 +2435,6 @@ os::Posix::print_load_average(st); } @@ -949,7 +979,7 @@ void os::print_memory_info(outputStream* st) { st->print("Memory:"); -@@ -2437,6 +2447,7 @@ +@@ -2437,6 +2451,7 @@ st->print("(" UINT64_FORMAT "k free)", os::available_memory() >> 10); #ifndef _ALLBSD_SOURCE @@ -957,7 +987,7 @@ st->print(", swap " UINT64_FORMAT "k", ((jlong)si.totalswap * si.mem_unit) >> 10); st->print("(" UINT64_FORMAT "k free)", -@@ -2444,12 +2455,22 @@ +@@ -2444,12 +2459,22 @@ #endif st->cr(); @@ -980,7 +1010,7 @@ // Taken from /usr/include/bits/siginfo.h Supposed to be architecture specific // but they're the same for all the bsd arch that we support // and they're the same for solaris but there's no common place to put this. -@@ -2596,6 +2617,25 @@ +@@ -2596,6 +2621,25 @@ assert(len < buflen, "Ran out of buffer space"); jrelib_p = buf + len; @@ -1006,7 +1036,7 @@ // Add the appropriate library subdir snprintf(jrelib_p, buflen-len, "/jre/lib"); if (0 != access(buf, F_OK)) { -@@ -2625,6 +2665,7 @@ +@@ -2625,6 +2669,7 @@ if (rp == NULL) return; } @@ -1014,7 +1044,7 @@ } } } -@@ -2728,10 +2769,14 @@ +@@ -2728,10 +2773,14 @@ bool timedwait(unsigned int sec, int nsec); private: jlong currenttime() const; @@ -1030,7 +1060,7 @@ SEM_INIT(_semaphore, 0); } -@@ -2796,7 +2841,7 @@ +@@ -2796,7 +2845,7 @@ bool Semaphore::timedwait(unsigned int sec, int nsec) { struct timespec ts; @@ -1039,7 +1069,7 @@ while (1) { int result = sem_timedwait(&_semaphore, &ts); -@@ -3017,7 +3062,11 @@ +@@ -3017,7 +3066,11 @@ } void os::pd_free_memory(char *addr, size_t bytes, size_t alignment_hint) { @@ -1051,7 +1081,7 @@ } void os::numa_make_global(char *addr, size_t bytes) { -@@ -3864,6 +3913,7 @@ +@@ -3864,6 +3917,7 @@ return OS_OK; #elif defined(__FreeBSD__) int ret = pthread_setprio(thread->osthread()->pthread_id(), newpri); @@ -1059,9 +1089,239 @@ #elif defined(__APPLE__) || defined(__NetBSD__) struct sched_param sp; int policy; ---- ./hotspot/src/os/bsd/vm/os_bsd.hpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/os/bsd/vm/os_bsd.hpp Sat Aug 20 11:56:24 2016 -0700 -@@ -103,6 +103,12 @@ +@@ -4718,6 +4772,25 @@ + Bsd::clock_init(); + initial_time_count = os::elapsed_counter(); + ++ // pthread_condattr initialization for monotonic clock ++ int status; ++ pthread_condattr_t* _condattr = os::Bsd::condAttr(); ++ if ((status = pthread_condattr_init(_condattr)) != 0) { ++ fatal(err_msg("pthread_condattr_init: %s", strerror(status))); ++ } ++ // Only set the clock if CLOCK_MONOTONIC is available ++ if (Bsd::supports_monotonic_clock()) { ++ if ((status = pthread_condattr_setclock(_condattr, CLOCK_MONOTONIC)) != 0) { ++ if (status == EINVAL) { ++ warning("Unable to use monotonic clock with relative timed-waits" \ ++ " - changes to the time-of-day clock may have adverse affects"); ++ } else { ++ fatal(err_msg("pthread_condattr_setclock: %s", strerror(status))); ++ } ++ } ++ } ++ // else it defaults to CLOCK_REALTIME ++ + #ifdef __APPLE__ + // XXXDARWIN + // Work around the unaligned VM callbacks in hotspot's +@@ -5638,21 +5711,36 @@ + + static struct timespec* compute_abstime(struct timespec* abstime, jlong millis) { + if (millis < 0) millis = 0; +- struct timeval now; +- int status = gettimeofday(&now, NULL); +- assert(status == 0, "gettimeofday"); ++ + jlong seconds = millis / 1000; + millis %= 1000; + if (seconds > 50000000) { // see man cond_timedwait(3T) + seconds = 50000000; + } +- abstime->tv_sec = now.tv_sec + seconds; +- long usec = now.tv_usec + millis * 1000; +- if (usec >= 1000000) { +- abstime->tv_sec += 1; +- usec -= 1000000; +- } +- abstime->tv_nsec = usec * 1000; ++ ++ if (os::Bsd::supports_monotonic_clock()) { ++ struct timespec now; ++ int status = ::clock_gettime(CLOCK_MONOTONIC, &now); ++ assert_status(status == 0, status, "clock_gettime"); ++ abstime->tv_sec = now.tv_sec + seconds; ++ long nanos = now.tv_nsec + millis * NANOSECS_PER_MILLISEC; ++ if (nanos >= NANOSECS_PER_SEC) { ++ abstime->tv_sec += 1; ++ nanos -= NANOSECS_PER_SEC; ++ } ++ abstime->tv_nsec = nanos; ++ } else { ++ struct timeval now; ++ int status = gettimeofday(&now, NULL); ++ assert(status == 0, "gettimeofday"); ++ abstime->tv_sec = now.tv_sec + seconds; ++ long usec = now.tv_usec + millis * 1000; ++ if (usec >= 1000000) { ++ abstime->tv_sec += 1; ++ usec -= 1000000; ++ } ++ abstime->tv_nsec = usec * 1000; ++ } + return abstime; + } + +@@ -5744,7 +5832,7 @@ + status = os::Bsd::safe_cond_timedwait(_cond, _mutex, &abst); + if (status != 0 && WorkAroundNPTLTimedWaitHang) { + pthread_cond_destroy (_cond); +- pthread_cond_init (_cond, NULL) ; ++ pthread_cond_init (_cond, os::Bsd::condAttr()) ; + } + assert_status(status == 0 || status == EINTR || + status == ETIMEDOUT, +@@ -5845,32 +5933,50 @@ + + static void unpackTime(struct timespec* absTime, bool isAbsolute, jlong time) { + assert (time > 0, "convertTime"); +- +- struct timeval now; +- int status = gettimeofday(&now, NULL); +- assert(status == 0, "gettimeofday"); +- +- time_t max_secs = now.tv_sec + MAX_SECS; +- +- if (isAbsolute) { +- jlong secs = time / 1000; +- if (secs > max_secs) { +- absTime->tv_sec = max_secs; ++ time_t max_secs = 0; ++ ++ if (!os::Bsd::supports_monotonic_clock() || isAbsolute) { ++ struct timeval now; ++ int status = gettimeofday(&now, NULL); ++ assert(status == 0, "gettimeofday"); ++ ++ max_secs = now.tv_sec + MAX_SECS; ++ ++ if (isAbsolute) { ++ jlong secs = time / 1000; ++ if (secs > max_secs) { ++ absTime->tv_sec = max_secs; ++ } else { ++ absTime->tv_sec = secs; ++ } ++ absTime->tv_nsec = (time % 1000) * NANOSECS_PER_MILLISEC; ++ } else { ++ jlong secs = time / NANOSECS_PER_SEC; ++ if (secs >= MAX_SECS) { ++ absTime->tv_sec = max_secs; ++ absTime->tv_nsec = 0; ++ } else { ++ absTime->tv_sec = now.tv_sec + secs; ++ absTime->tv_nsec = (time % NANOSECS_PER_SEC) + now.tv_usec*1000; ++ if (absTime->tv_nsec >= NANOSECS_PER_SEC) { ++ absTime->tv_nsec -= NANOSECS_PER_SEC; ++ ++absTime->tv_sec; // note: this must be <= max_secs ++ } ++ } + } +- else { +- absTime->tv_sec = secs; +- } +- absTime->tv_nsec = (time % 1000) * NANOSECS_PER_MILLISEC; +- } +- else { ++ } else { ++ // must be relative using monotonic clock ++ struct timespec now; ++ int status = ::clock_gettime(CLOCK_MONOTONIC, &now); ++ assert_status(status == 0, status, "clock_gettime"); ++ max_secs = now.tv_sec + MAX_SECS; + jlong secs = time / NANOSECS_PER_SEC; + if (secs >= MAX_SECS) { + absTime->tv_sec = max_secs; + absTime->tv_nsec = 0; +- } +- else { ++ } else { + absTime->tv_sec = now.tv_sec + secs; +- absTime->tv_nsec = (time % NANOSECS_PER_SEC) + now.tv_usec*1000; ++ absTime->tv_nsec = (time % NANOSECS_PER_SEC) + now.tv_nsec; + if (absTime->tv_nsec >= NANOSECS_PER_SEC) { + absTime->tv_nsec -= NANOSECS_PER_SEC; + ++absTime->tv_sec; // note: this must be <= max_secs +@@ -5950,15 +6056,19 @@ + jt->set_suspend_equivalent(); + // cleared by handle_special_suspend_equivalent_condition() or java_suspend_self() + ++ assert(_cur_index == -1, "invariant"); + if (time == 0) { +- status = pthread_cond_wait (_cond, _mutex) ; ++ _cur_index = REL_INDEX; // arbitrary choice when not timed ++ status = pthread_cond_wait (&_cond[_cur_index], _mutex) ; + } else { +- status = os::Bsd::safe_cond_timedwait (_cond, _mutex, &absTime) ; ++ _cur_index = isAbsolute ? ABS_INDEX : REL_INDEX; ++ status = os::Bsd::safe_cond_timedwait (&_cond[_cur_index], _mutex, &absTime) ; + if (status != 0 && WorkAroundNPTLTimedWaitHang) { +- pthread_cond_destroy (_cond) ; +- pthread_cond_init (_cond, NULL); ++ pthread_cond_destroy (&_cond[_cur_index]) ; ++ pthread_cond_init (&_cond[_cur_index], isAbsolute ? NULL : os::Bsd::condAttr()); + } + } ++ _cur_index = -1; + assert_status(status == 0 || status == EINTR || + status == ETIMEDOUT, + status, "cond_timedwait"); +@@ -5987,17 +6097,26 @@ + s = _counter; + _counter = 1; + if (s < 1) { +- if (WorkAroundNPTLTimedWaitHang) { +- status = pthread_cond_signal (_cond) ; +- assert (status == 0, "invariant") ; ++ // thread might be parked ++ if (_cur_index != -1) { ++ // thread is definitely parked ++ if (WorkAroundNPTLTimedWaitHang) { ++ status = pthread_cond_signal (&_cond[_cur_index]); ++ assert (status == 0, "invariant"); + status = pthread_mutex_unlock(_mutex); +- assert (status == 0, "invariant") ; +- } else { ++ assert (status == 0, "invariant"); ++ } else { ++ // must capture correct index before unlocking ++ int index = _cur_index; + status = pthread_mutex_unlock(_mutex); +- assert (status == 0, "invariant") ; +- status = pthread_cond_signal (_cond) ; +- assert (status == 0, "invariant") ; +- } ++ assert (status == 0, "invariant"); ++ status = pthread_cond_signal (&_cond[index]); ++ assert (status == 0, "invariant"); ++ } ++ } else { ++ pthread_mutex_unlock(_mutex); ++ assert (status == 0, "invariant") ; ++ } + } else { + pthread_mutex_unlock(_mutex); + assert (status == 0, "invariant") ; +--- ./hotspot/src/os/bsd/vm/os_bsd.hpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/os/bsd/vm/os_bsd.hpp Sun May 21 11:12:48 2017 -0700 +@@ -1,5 +1,5 @@ + /* +- * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. ++ * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it +@@ -27,6 +27,9 @@ + + // Bsd_OS defines the interface to Bsd operating systems + ++// Information about the protection of the page at address '0' on this os. ++static bool zero_page_read_protected() { return true; } ++ + /* pthread_getattr_np comes with BsdThreads-0.9-7 on RedHat 7.1 */ + typedef int (*pthread_getattr_func_type) (pthread_t, pthread_attr_t *); + +@@ -103,6 +106,12 @@ static bool hugetlbfs_sanity_check(bool warn, size_t page_size); @@ -1074,8 +1334,69 @@ public: static void init_thread_fpu_state(); ---- ./hotspot/src/os/bsd/vm/os_bsd.inline.hpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/os/bsd/vm/os_bsd.inline.hpp Sat Aug 20 11:56:24 2016 -0700 +@@ -222,6 +231,13 @@ + static jlong fast_thread_cpu_time(clockid_t clockid); + #endif + ++ // pthread_cond clock suppport ++ private: ++ static pthread_condattr_t _condattr[1]; ++ ++ public: ++ static pthread_condattr_t* condAttr() { return _condattr; } ++ + // Stack repair handling + + // none present +@@ -287,7 +303,7 @@ + public: + PlatformEvent() { + int status; +- status = pthread_cond_init (_cond, NULL); ++ status = pthread_cond_init (_cond, os::Bsd::condAttr()); + assert_status(status == 0, status, "cond_init"); + status = pthread_mutex_init (_mutex, NULL); + assert_status(status == 0, status, "mutex_init"); +@@ -302,14 +318,19 @@ + void park () ; + void unpark () ; + int TryPark () ; +- int park (jlong millis) ; ++ int park (jlong millis) ; // relative timed-wait only + void SetAssociation (Thread * a) { _Assoc = a ; } + }; + + class PlatformParker : public CHeapObj { + protected: ++ enum { ++ REL_INDEX = 0, ++ ABS_INDEX = 1 ++ }; ++ int _cur_index; // which cond is in use: -1, 0, 1 + pthread_mutex_t _mutex [1] ; +- pthread_cond_t _cond [1] ; ++ pthread_cond_t _cond [2] ; // one for relative times and one for abs. + + public: // TODO-FIXME: make dtor private + ~PlatformParker() { guarantee (0, "invariant") ; } +@@ -317,10 +338,13 @@ + public: + PlatformParker() { + int status; +- status = pthread_cond_init (_cond, NULL); +- assert_status(status == 0, status, "cond_init"); ++ status = pthread_cond_init (&_cond[REL_INDEX], os::Bsd::condAttr()); ++ assert_status(status == 0, status, "cond_init rel"); ++ status = pthread_cond_init (&_cond[ABS_INDEX], NULL); ++ assert_status(status == 0, status, "cond_init abs"); + status = pthread_mutex_init (_mutex, NULL); + assert_status(status == 0, status, "mutex_init"); ++ _cur_index = -1; // mark as unused + } + }; + +--- ./hotspot/src/os/bsd/vm/os_bsd.inline.hpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/os/bsd/vm/os_bsd.inline.hpp Sun May 21 11:12:48 2017 -0700 @@ -31,10 +31,22 @@ # include "atomic_bsd_x86.inline.hpp" # include "orderAccess_bsd_x86.inline.hpp" @@ -1099,8 +1420,8 @@ // System includes ---- ./hotspot/src/os/bsd/vm/thread_bsd.inline.hpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/os/bsd/vm/thread_bsd.inline.hpp Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/src/os/bsd/vm/thread_bsd.inline.hpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/os/bsd/vm/thread_bsd.inline.hpp Sun May 21 11:12:48 2017 -0700 @@ -34,11 +34,26 @@ # include "orderAccess_bsd_x86.inline.hpp" # include "prefetch_bsd_x86.inline.hpp" @@ -1128,9 +1449,9 @@ // Contains inlined functions for class Thread and ThreadLocalStorage ---- ./hotspot/src/os/posix/vm/os_posix.cpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/os/posix/vm/os_posix.cpp Sat Aug 20 11:56:24 2016 -0700 -@@ -175,11 +175,19 @@ +--- ./hotspot/src/os/posix/vm/os_posix.cpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/os/posix/vm/os_posix.cpp Sun May 21 11:12:48 2017 -0700 +@@ -183,11 +183,19 @@ if (rlim.rlim_cur == RLIM_INFINITY) st->print("infinity"); else st->print("%d", rlim.rlim_cur); @@ -1150,8 +1471,8 @@ } void os::Posix::print_uname_info(outputStream* st) { ---- ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Sun May 21 11:12:48 2017 -0700 @@ -945,7 +945,7 @@ if (rslt != 0) fatal(err_msg("pthread_stackseg_np failed with err = %d", rslt)); @@ -1161,8 +1482,8 @@ *size = ss.ss_size; #elif defined(_ALLBSD_SOURCE) pthread_attr_t attr; ---- ./hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp Sun May 21 11:12:48 2017 -0700 @@ -24,7 +24,7 @@ */ @@ -1172,28 +1493,8 @@ # include /* For pthread_attr_get_np */ #endif ---- ./hotspot/src/share/vm/code/relocInfo.hpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/share/vm/code/relocInfo.hpp Sat Aug 20 11:56:24 2016 -0700 -@@ -371,7 +371,7 @@ - // "immediate" in the prefix header word itself. This optimization - // is invisible outside this module.) - -- inline friend relocInfo prefix_relocInfo(int datalen = 0); -+ inline friend relocInfo prefix_relocInfo(int datalen); - - protected: - // an immediate relocInfo optimizes a prefix with one 10-bit unsigned value -@@ -466,7 +466,7 @@ - return relocInfo(relocInfo::none, relocInfo::offset_limit() - relocInfo::offset_unit); - } - --inline relocInfo prefix_relocInfo(int datalen) { -+inline relocInfo prefix_relocInfo(int datalen = 0) { - assert(relocInfo::fits_into_immediate(datalen), "datalen in limits"); - return relocInfo(relocInfo::data_prefix_tag, relocInfo::RAW_BITS, relocInfo::datalen_tag | datalen); - } ---- ./hotspot/src/share/vm/gc_implementation/shared/gcTraceSend.cpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/share/vm/gc_implementation/shared/gcTraceSend.cpp Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/src/share/vm/gc_implementation/shared/gcTraceSend.cpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/share/vm/gc_implementation/shared/gcTraceSend.cpp Sun May 21 11:12:48 2017 -0700 @@ -111,7 +111,7 @@ if (e.should_commit()) { e.set_gcId(_shared_gc_info.id()); @@ -1203,9 +1504,81 @@ e.commit(); } } ---- ./hotspot/src/share/vm/runtime/atomic.cpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/share/vm/runtime/atomic.cpp Sat Aug 20 11:56:24 2016 -0700 -@@ -54,6 +54,12 @@ +--- ./hotspot/src/share/vm/opto/lcm.cpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/share/vm/opto/lcm.cpp Sun May 21 11:12:48 2017 -0700 +@@ -57,25 +57,40 @@ + // Check whether val is not-null-decoded compressed oop, + // i.e. will grab into the base of the heap if it represents NULL. + static bool accesses_heap_base_zone(Node *val) { +- if (UseCompressedOops && Universe::narrow_oop_base() > 0) { ++ if (Universe::narrow_oop_base() > 0) { // Implies UseCompressedOops. + if (val && val->is_Mach()) { +- if (val->as_Mach()->ideal_Opcode() == Op_DecodeN) { +- // This assumes all Decodes with TypePtr::NotNull are matched to nodes that +- // decode NULL to point to the heap base (Decode_NN). +- if (val->bottom_type()->is_oopptr()->ptr() == TypePtr::NotNull) { +- return true; +- } ++ if (val->as_Mach()->ideal_Opcode() == Op_DecodeN) { ++ // This assumes all Decodes with TypePtr::NotNull are matched to nodes that ++ // decode NULL to point to the heap base (Decode_NN). ++ if (val->bottom_type()->is_oopptr()->ptr() == TypePtr::NotNull) { ++ return true; + } +- // Must recognize load operation with Decode matched in memory operand. +- // We should not reach here, as os::zero_page_read_protected() +- // returns true everywhere exept for AIX. On AIX, no such memory operands +- // exist. +- NOT_AIX(Unimplemented()); + } ++ // Must recognize load operation with Decode matched in memory operand. ++ // We should not reach here exept for PPC/AIX, as os::zero_page_read_protected() ++ // returns true everywhere else. On PPC, no such memory operands ++ // exist, therefore we did not yet implement a check for such operands. ++ NOT_AIX(Unimplemented()); ++ } + } + return false; + } + ++static bool needs_explicit_null_check_for_read(Node *val) { ++ // On some OSes (AIX) the page at address 0 is only write protected. ++ // If so, only Store operations will trap. ++ if (os::zero_page_read_protected()) { ++ return false; // Implicit null check will work. ++ } ++ // Also a read accessing the base of a heap-based compressed heap will trap. ++ if (accesses_heap_base_zone(val) && // Hits the base zone page. ++ Universe::narrow_oop_use_implicit_null_checks()) { // Base zone page is protected. ++ return false; ++ } ++ ++ return true; ++} ++ + //------------------------------implicit_null_check---------------------------- + // Detect implicit-null-check opportunities. Basically, find NULL checks + // with suitable memory ops nearby. Use the memory op to do the NULL check. +@@ -233,14 +248,8 @@ + // On some OSes (AIX) the page at address 0 is only write protected. + // If so, only Store operations will trap. + // But a read accessing the base of a heap-based compressed heap will trap. +- if (!was_store && !os::zero_page_read_protected()) { +- if (!(accesses_heap_base_zone(val) && // Hits the base zone page. +- Universe::narrow_oop_use_implicit_null_checks())) { // Page is protected. +- continue; +- } else { +- tty->print("Found load accessing heap base on AIX\n"); +- Unimplemented(); +- } ++ if (!was_store && needs_explicit_null_check_for_read(val)) { ++ continue; + } + + // check if the offset is not too high for implicit exception +--- ./hotspot/src/share/vm/runtime/atomic.cpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/share/vm/runtime/atomic.cpp Sun May 21 11:12:48 2017 -0700 +@@ -57,6 +57,12 @@ #ifdef TARGET_OS_ARCH_windows_x86 # include "atomic_windows_x86.inline.hpp" #endif @@ -1218,9 +1591,9 @@ #ifdef TARGET_OS_ARCH_linux_arm # include "atomic_linux_arm.inline.hpp" #endif ---- ./hotspot/src/share/vm/runtime/objectMonitor.cpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/share/vm/runtime/objectMonitor.cpp Sat Aug 20 11:56:24 2016 -0700 -@@ -1744,7 +1744,7 @@ +--- ./hotspot/src/share/vm/runtime/objectMonitor.cpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/share/vm/runtime/objectMonitor.cpp Sun May 21 11:12:48 2017 -0700 +@@ -1740,7 +1740,7 @@ } iterator->_notified = 1 ; Thread * Self = THREAD; @@ -1229,7 +1602,7 @@ ObjectWaiter * List = _EntryList ; if (List != NULL) { -@@ -1870,7 +1870,7 @@ +@@ -1866,7 +1866,7 @@ guarantee (iterator->_notified == 0, "invariant") ; iterator->_notified = 1 ; Thread * Self = THREAD; @@ -1238,9 +1611,9 @@ if (Policy != 4) { iterator->TState = ObjectWaiter::TS_ENTER ; } ---- ./hotspot/src/share/vm/runtime/os.cpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/share/vm/runtime/os.cpp Sat Aug 20 11:56:24 2016 -0700 -@@ -399,13 +399,6 @@ +--- ./hotspot/src/share/vm/runtime/os.cpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/share/vm/runtime/os.cpp Sun May 21 11:12:48 2017 -0700 +@@ -403,13 +403,6 @@ if (_native_java_library == NULL) { vm_exit_during_initialization("Unable to load native library", ebuf); } @@ -1254,8 +1627,8 @@ } static jboolean onLoaded = JNI_FALSE; if (onLoaded) { ---- ./hotspot/src/share/vm/runtime/os.hpp Wed Jul 20 04:05:08 2016 +0100 -+++ ./hotspot/src/share/vm/runtime/os.hpp Sat Aug 20 11:56:24 2016 -0700 +--- ./hotspot/src/share/vm/runtime/os.hpp Wed Jan 18 01:08:41 2017 +0000 ++++ ./hotspot/src/share/vm/runtime/os.hpp Sun May 21 11:12:48 2017 -0700 @@ -30,6 +30,9 @@ #include "runtime/extendedPC.hpp" #include "runtime/handles.hpp" @@ -1266,8 +1639,8 @@ #ifdef TARGET_OS_FAMILY_linux *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon May 29 05:00:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB95ED86EBE; Mon, 29 May 2017 05: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 mx1.freebsd.org (Postfix) with ESMTPS id 7ECE918BD; Mon, 29 May 2017 05: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 v4T50sEn094806; Mon, 29 May 2017 05:00:54 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T50sFD094804; Mon, 29 May 2017 05:00:54 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201705290500.v4T50sFD094804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 29 May 2017 05:00:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441966 - in head/lang/rust: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 05:00:55 -0000 Author: riggs Date: Mon May 29 05:00:54 2017 New Revision: 441966 URL: https://svnweb.freebsd.org/changeset/ports/441966 Log: Fix build on pre-ino64 / on i386 Submitted by: kib Differential Revision: https://reviews.freebsd.org/D10973 Modified: head/lang/rust/Makefile head/lang/rust/files/extra-patch-ino64 Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Mon May 29 04:16:00 2017 (r441965) +++ head/lang/rust/Makefile Mon May 29 05:00:54 2017 (r441966) @@ -134,7 +134,7 @@ pre-fetch: exit 1;\ fi -LIBSTD= rust-std-1.16.0-x86_64-unknown-freebsd/rust-std-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/lib/libstd-aef6cb139bd07bdc.rlib +LIBSTD= rust-std-1.16.0-${RUST_ARCH_${ARCH}}-unknown-freebsd/rust-std-${RUST_ARCH_${ARCH}}-unknown-freebsd/lib/rustlib/${RUST_ARCH_${ARCH}}-unknown-freebsd/lib/libstd-aef6cb139bd07bdc.rlib STDF= std-aef6cb139bd07bdc.0.o post-extract: @@ -143,6 +143,10 @@ post-extract: ${WRKSRC}/build/cache/${CARGO_BOOTSTRAP_DIR} ${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${RUSTC_BOOTSTRAP} \ ${WRKSRC}/build/cache/${RUST_BOOTSTRAP_DIR} +.if ${OPSYS} != FreeBSD || ${OSVERSION} < 1200031 + ${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${RUST_STD_BOOTSTRAP} \ + ${WRKSRC}/build/cache/${RUST_BOOTSTRAP_DIR} +.endif ${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${CARGO_BOOTSTRAP} \ ${WRKSRC}/build/cache/${CARGO_BOOTSTRAP_DIR} ${TAR} -x -C ${WRKSRC} -f ${DISTDIR}/${DIST_SUBDIR}/${RUST_STD_BOOTSTRAP} @@ -152,7 +156,7 @@ post-extract: ${LD} -r -o ${WRKSRC}/std.xx.o ${WRKSRC}/${STDF} ${WRKSRC}/old_fstat.o ${MV} ${WRKSRC}/std.xx.o ${WRKSRC}/${STDF} (cd ${WRKSRC} && ${AR} r ${WRKSRC}/${LIBSTD} ${STDF}) - ${TAR} -cy -C ${WRKSRC} -f ${WRKSRC}/rustc.tbz rust-std-1.16.0-x86_64-unknown-freebsd + ${TAR} -cy -C ${WRKSRC} -f ${WRKSRC}/rustc.tbz rust-std-1.16.0-${RUST_ARCH_${ARCH}}-unknown-freebsd ${MV} ${WRKSRC}/rustc.tbz ${WRKSRC}/build/cache/${RUST_STD_BOOTSTRAP} .endif Modified: head/lang/rust/files/extra-patch-ino64 ============================================================================== --- head/lang/rust/files/extra-patch-ino64 Mon May 29 04:16:00 2017 (r441965) +++ head/lang/rust/files/extra-patch-ino64 Mon May 29 05:00:54 2017 (r441966) @@ -41,16 +41,16 @@ pub st_gid: ::gid_t, + pub st_pad1: ::uint32_t, pub st_rdev: ::dev_t, -+ pub st_atime_ext ::i32, ++ pub st_atime_ext: ::int32_t, pub st_atime: ::time_t, pub st_atime_nsec: ::c_long, -+ pub st_mtime_ext ::i32, ++ pub st_mtime_ext: ::int32_t, pub st_mtime: ::time_t, pub st_mtime_nsec: ::c_long, -+ pub st_ctime_ext ::i32, ++ pub st_ctime_ext: ::int32_t, pub st_ctime: ::time_t, pub st_ctime_nsec: ::c_long, -+ pub st_birthtime_ext ::i32, ++ pub st_birthtime_ext: ::int32_t, + pub st_birthtime: ::time_t, + pub st_birthtime_nsec: ::c_long, pub st_size: ::off_t, From owner-svn-ports-all@freebsd.org Mon May 29 05:11:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7AD5D86F15; Mon, 29 May 2017 05:11:46 +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 mx1.freebsd.org (Postfix) with ESMTPS id 7BE181E6F; Mon, 29 May 2017 05:11:46 +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 v4T5Bjkc099662; Mon, 29 May 2017 05:11:45 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T5Bjda099660; Mon, 29 May 2017 05:11:45 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201705290511.v4T5Bjda099660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 29 May 2017 05:11:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441967 - head/security/keepassx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 05:11:46 -0000 Author: joneum Date: Mon May 29 05:11:45 2017 New Revision: 441967 URL: https://svnweb.freebsd.org/changeset/ports/441967 Log: - Update to 2.0.3 PR: 219559 Submitted by: Eric Camachat (maintainer) Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10975 Modified: head/security/keepassx-devel/Makefile head/security/keepassx-devel/distinfo Modified: head/security/keepassx-devel/Makefile ============================================================================== --- head/security/keepassx-devel/Makefile Mon May 29 05:00:54 2017 (r441966) +++ head/security/keepassx-devel/Makefile Mon May 29 05:11:45 2017 (r441967) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= keepassx -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.0.3 CATEGORIES= security PKGNAMESUFFIX= -devel @@ -32,7 +31,7 @@ USE_XORG= ice inputproto sm x11 xcursor xt xtst USE_GITHUB= yes -GH_TAGNAME= b654fde +GH_TAGNAME= 55869e8 CMAKE_ARGS+= -DZLIB_SUPPORTS_GZIP:BOOL=ON Modified: head/security/keepassx-devel/distinfo ============================================================================== --- head/security/keepassx-devel/distinfo Mon May 29 05:00:54 2017 (r441966) +++ head/security/keepassx-devel/distinfo Mon May 29 05:11:45 2017 (r441967) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476890352 -SHA256 (keepassx-keepassx-2.0.2-b654fde_GH0.tar.gz) = 23d0cb593d5ca008cd8d46dae1e04e1bf19576b2fd6b633a264339b15fad691e -SIZE (keepassx-keepassx-2.0.2-b654fde_GH0.tar.gz) = 1498426 +TIMESTAMP = 1495747868 +SHA256 (keepassx-keepassx-2.0.3-55869e8_GH0.tar.gz) = 7c0a4cf917171401e67e9889bebacd9b4b62b94e0c824220d316c696e0c36bfe +SIZE (keepassx-keepassx-2.0.3-55869e8_GH0.tar.gz) = 1506752 From owner-svn-ports-all@freebsd.org Mon May 29 05:15:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54795D86053; Mon, 29 May 2017 05:15:43 +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 mx1.freebsd.org (Postfix) with ESMTPS id 197BE1043; Mon, 29 May 2017 05:15:43 +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 v4T5Fgdk099914; Mon, 29 May 2017 05:15:42 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T5Fg10099912; Mon, 29 May 2017 05:15:42 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201705290515.v4T5Fg10099912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 29 May 2017 05:15:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441968 - head/textproc/py-parsel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 05:15:43 -0000 Author: joneum Date: Mon May 29 05:15:41 2017 New Revision: 441968 URL: https://svnweb.freebsd.org/changeset/ports/441968 Log: - Update to 1.2.0 PR: 219555 Submitted by: Eric Camachat (maintainer) Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10946 Modified: head/textproc/py-parsel/Makefile head/textproc/py-parsel/distinfo Modified: head/textproc/py-parsel/Makefile ============================================================================== --- head/textproc/py-parsel/Makefile Mon May 29 05:11:45 2017 (r441967) +++ head/textproc/py-parsel/Makefile Mon May 29 05:15:41 2017 (r441968) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= parsel -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= eric@camachat.org -COMMENT= Parsel is a library to extract data from HTML and XML using XPath and CSS selectors +COMMENT= Library to extract data from HTML and XML using XPath and CSS selectors LICENSE= BSD3CLAUSE Modified: head/textproc/py-parsel/distinfo ============================================================================== --- head/textproc/py-parsel/distinfo Mon May 29 05:11:45 2017 (r441967) +++ head/textproc/py-parsel/distinfo Mon May 29 05:15:41 2017 (r441968) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494866042 -SHA256 (parsel-1.1.0.tar.gz) = 2735b61a4d56b58eab02b793491f5a639ba74425e494d9cafa2ec80558686428 -SIZE (parsel-1.1.0.tar.gz) = 32243 +TIMESTAMP = 1495992918 +SHA256 (parsel-1.2.0.tar.gz) = 1c5a31cb3f0fdca3d19f2ef966d595df69181c2d81b6c56582732c819e2f4e26 +SIZE (parsel-1.2.0.tar.gz) = 33878 From owner-svn-ports-all@freebsd.org Mon May 29 05:20:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E681AD860D3; Mon, 29 May 2017 05:20:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B85AC1177; Mon, 29 May 2017 05:20:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4T5K8bj000307; Mon, 29 May 2017 05:20:08 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T5K8Sp000305; Mon, 29 May 2017 05:20:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201705290520.v4T5K8Sp000305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Mon, 29 May 2017 05:20:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441969 - head/audio/musicpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 05:20:10 -0000 Author: riggs Date: Mon May 29 05:20:08 2017 New Revision: 441969 URL: https://svnweb.freebsd.org/changeset/ports/441969 Log: Update to upstream version 0.20.8 MFH: 2017Q2 Modified: head/audio/musicpd/Makefile head/audio/musicpd/distinfo Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Mon May 29 05:15:41 2017 (r441968) +++ head/audio/musicpd/Makefile Mon May 29 05:20:08 2017 (r441969) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.20.6 -PORTREVISION= 6 +PORTVERSION= 0.20.8 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/musicpd/distinfo ============================================================================== --- head/audio/musicpd/distinfo Mon May 29 05:15:41 2017 (r441968) +++ head/audio/musicpd/distinfo Mon May 29 05:20:08 2017 (r441969) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489218787 -SHA256 (mpd-0.20.6.tar.xz) = f4055e1189e5cc00e83706b2e0b5ead924ced0303e073d7802ee9f9a8eba4b47 -SIZE (mpd-0.20.6.tar.xz) = 772140 +TIMESTAMP = 1495999052 +SHA256 (mpd-0.20.8.tar.xz) = 7d177f29663c4a0997413401e52bbf11d2bb472773bbcf9294f839c4b8751e35 +SIZE (mpd-0.20.8.tar.xz) = 773128 From owner-svn-ports-all@freebsd.org Mon May 29 05:26:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98217D86499; Mon, 29 May 2017 05:26:58 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64E561903; Mon, 29 May 2017 05:26:58 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4T5QvXS004346; Mon, 29 May 2017 05:26:57 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T5Qv4F004345; Mon, 29 May 2017 05:26:57 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201705290526.v4T5Qv4F004345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Mon, 29 May 2017 05:26:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441970 - head/security/wolfssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 05:26:58 -0000 Author: johans Date: Mon May 29 05:26:57 2017 New Revision: 441970 URL: https://svnweb.freebsd.org/changeset/ports/441970 Log: Correct plist Reported by: linimon Modified: head/security/wolfssl/pkg-plist Modified: head/security/wolfssl/pkg-plist ============================================================================== --- head/security/wolfssl/pkg-plist Mon May 29 05:20:08 2017 (r441969) +++ head/security/wolfssl/pkg-plist Mon May 29 05:26:57 2017 (r441970) @@ -79,6 +79,7 @@ include/cyassl/openssl/ripemd.h include/cyassl/openssl/rsa.h include/cyassl/openssl/sha.h include/cyassl/openssl/ssl.h +include/cyassl/openssl/ssl23.h include/cyassl/openssl/stack.h include/cyassl/openssl/ui.h include/cyassl/openssl/x509.h @@ -93,7 +94,9 @@ include/wolfssl/callbacks.h include/wolfssl/certs_test.h include/wolfssl/crl.h include/wolfssl/error-ssl.h +include/wolfssl/io.h include/wolfssl/ocsp.h +include/wolfssl/openssl/aes.h include/wolfssl/openssl/asn1.h include/wolfssl/openssl/bio.h include/wolfssl/openssl/bn.h @@ -125,6 +128,7 @@ include/wolfssl/openssl/ripemd.h include/wolfssl/openssl/rsa.h include/wolfssl/openssl/sha.h include/wolfssl/openssl/ssl.h +include/wolfssl/openssl/ssl23.h include/wolfssl/openssl/stack.h include/wolfssl/openssl/ui.h include/wolfssl/openssl/x509.h @@ -192,8 +196,9 @@ include/wolfssl/wolfcrypt/visibility.h include/wolfssl/wolfcrypt/wc_encrypt.h include/wolfssl/wolfcrypt/wc_port.h include/wolfssl/wolfcrypt/wolfevent.h +include/wolfssl/wolfcrypt/wolfmath.h lib/libwolfssl.a lib/libwolfssl.so -lib/libwolfssl.so.3 -lib/libwolfssl.so.3.6.0 +lib/libwolfssl.so.12 +lib/libwolfssl.so.12.0.0 libdata/pkgconfig/wolfssl.pc From owner-svn-ports-all@freebsd.org Mon May 29 07:01:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C51F0CC2758; Mon, 29 May 2017 07:01:10 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 968396DA48; Mon, 29 May 2017 07:01:10 +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 v4T719JG041538; Mon, 29 May 2017 07:01:09 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T719Yx041537; Mon, 29 May 2017 07:01:09 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201705290701.v4T719Yx041537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 29 May 2017 07:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441971 - head/net-mgmt/zabbix22-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 07:01:10 -0000 Author: joneum Date: Mon May 29 07:01:09 2017 New Revision: 441971 URL: https://svnweb.freebsd.org/changeset/ports/441971 Log: - Update to 2.2.18 PR: 219531 Submitted by: pg@pakhom.spb.ru (maintainer) Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10968 Modified: head/net-mgmt/zabbix22-server/Makefile head/net-mgmt/zabbix22-server/distinfo Modified: head/net-mgmt/zabbix22-server/Makefile ============================================================================== --- head/net-mgmt/zabbix22-server/Makefile Mon May 29 05:26:57 2017 (r441970) +++ head/net-mgmt/zabbix22-server/Makefile Mon May 29 07:01:09 2017 (r441971) @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= zabbix22 -PORTVERSION= 2.2.17 +PORTVERSION= 2.2.18 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} PKGNAMESUFFIX?= -server DISTNAME= zabbix-${PORTVERSION} MAINTAINER= pg@pakhom.spb.ru -COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) +COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS LICENSE= GPLv2 -CONFLICTS= zabbix2${PKGNAMESUFFIX}-[0-9]* zabbix24${PKGNAMESUFFIX}[0-9]* zabbix3${PKGNAMESUFFIX}-[0-9]* LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp +CONFLICTS= zabbix2${PKGNAMESUFFIX}-[0-9]* zabbix24${PKGNAMESUFFIX}[0-9]* zabbix3${PKGNAMESUFFIX}-[0-9]* + ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//} .if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings Modified: head/net-mgmt/zabbix22-server/distinfo ============================================================================== --- head/net-mgmt/zabbix22-server/distinfo Mon May 29 05:26:57 2017 (r441970) +++ head/net-mgmt/zabbix22-server/distinfo Mon May 29 07:01:09 2017 (r441971) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489335489 -SHA256 (zabbix-2.2.17.tar.gz) = cf42c5db31c27466a9ec33b6bf22289bbc43ee4e5711e6d323d71644b743e535 -SIZE (zabbix-2.2.17.tar.gz) = 15494053 +TIMESTAMP = 1495711408 +SHA256 (zabbix-2.2.18.tar.gz) = b87e7dadec65d04711fcd66dba398b213452453c5f0c3fc5490d1ab68a41abde +SIZE (zabbix-2.2.18.tar.gz) = 15495920 From owner-svn-ports-all@freebsd.org Mon May 29 07:04:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB9C2CC28F2; Mon, 29 May 2017 07:04:25 +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 mx1.freebsd.org (Postfix) with ESMTPS id A35666E13A; Mon, 29 May 2017 07:04:25 +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 v4T74O5s045713; Mon, 29 May 2017 07:04:24 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T74OGS045711; Mon, 29 May 2017 07:04:24 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201705290704.v4T74OGS045711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 29 May 2017 07:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441972 - head/net-mgmt/zabbix3-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 07:04:26 -0000 Author: joneum Date: Mon May 29 07:04:24 2017 New Revision: 441972 URL: https://svnweb.freebsd.org/changeset/ports/441972 Log: - Update to 3.0.9 PR: 219529 Submitted by: pg@pakhom.spb.ru (maintainer) Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10970 Modified: head/net-mgmt/zabbix3-server/Makefile head/net-mgmt/zabbix3-server/distinfo Modified: head/net-mgmt/zabbix3-server/Makefile ============================================================================== --- head/net-mgmt/zabbix3-server/Makefile Mon May 29 07:01:09 2017 (r441971) +++ head/net-mgmt/zabbix3-server/Makefile Mon May 29 07:04:24 2017 (r441972) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix3 -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.9 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} Modified: head/net-mgmt/zabbix3-server/distinfo ============================================================================== --- head/net-mgmt/zabbix3-server/distinfo Mon May 29 07:01:09 2017 (r441971) +++ head/net-mgmt/zabbix3-server/distinfo Mon May 29 07:04:24 2017 (r441972) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484901241 -SHA256 (zabbix-3.0.7.tar.gz) = 67fa5afbc407af405ddf27754c5eb1fd52396efd4020920e80c7abeeba678f13 -SIZE (zabbix-3.0.7.tar.gz) = 15514134 +TIMESTAMP = 1495705716 +SHA256 (zabbix-3.0.9.tar.gz) = 4445f26c025009681c29c9b350aa6c4ee7b124ddcaf1609ae36c55997bcb8cf2 +SIZE (zabbix-3.0.9.tar.gz) = 15516440 From owner-svn-ports-all@freebsd.org Mon May 29 07:06:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D31D3CC2943; Mon, 29 May 2017 07:06: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 mx1.freebsd.org (Postfix) with ESMTPS id 9E4096E231; Mon, 29 May 2017 07:06:22 +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 v4T76LGx045932; Mon, 29 May 2017 07:06:21 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T76LXQ045929; Mon, 29 May 2017 07:06:21 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201705290706.v4T76LXQ045929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 29 May 2017 07:06:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441973 - head/net-mgmt/zabbix32-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 07:06:22 -0000 Author: joneum Date: Mon May 29 07:06:21 2017 New Revision: 441973 URL: https://svnweb.freebsd.org/changeset/ports/441973 Log: - Update to 2.2.18 PR: 219531 Submitted by: pg@pakhom.spb.ru (maintainer) Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10969 Modified: head/net-mgmt/zabbix32-server/Makefile head/net-mgmt/zabbix32-server/distinfo head/net-mgmt/zabbix32-server/pkg-plist.frontend Modified: head/net-mgmt/zabbix32-server/Makefile ============================================================================== --- head/net-mgmt/zabbix32-server/Makefile Mon May 29 07:04:24 2017 (r441972) +++ head/net-mgmt/zabbix32-server/Makefile Mon May 29 07:06:21 2017 (r441973) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zabbix32 -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.6 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} Modified: head/net-mgmt/zabbix32-server/distinfo ============================================================================== --- head/net-mgmt/zabbix32-server/distinfo Mon May 29 07:04:24 2017 (r441972) +++ head/net-mgmt/zabbix32-server/distinfo Mon May 29 07:06:21 2017 (r441973) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485713089 -SHA256 (zabbix-3.2.3.tar.gz) = e6dba74039d8d6efff86ec3da99909f4daeaeb66d48781bbb666e3094533da25 -SIZE (zabbix-3.2.3.tar.gz) = 15922416 +TIMESTAMP = 1495705486 +SHA256 (zabbix-3.2.6.tar.gz) = 98f025b39515b196552b8a23e2fe20a8180b5e99e613ce7378725a46ed8b62d6 +SIZE (zabbix-3.2.6.tar.gz) = 16008047 Modified: head/net-mgmt/zabbix32-server/pkg-plist.frontend ============================================================================== --- head/net-mgmt/zabbix32-server/pkg-plist.frontend Mon May 29 07:04:24 2017 (r441972) +++ head/net-mgmt/zabbix32-server/pkg-plist.frontend Mon May 29 07:06:21 2017 (r441973) @@ -666,6 +666,8 @@ %%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.po %%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.mo %%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.po +%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.mo +%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.po %%WWWDIR%%/locale/de/LC_MESSAGES/frontend.mo %%WWWDIR%%/locale/de/LC_MESSAGES/frontend.po %%WWWDIR%%/locale/el/LC_MESSAGES/frontend.mo From owner-svn-ports-all@freebsd.org Mon May 29 07:11:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19BF4CC2AEA; Mon, 29 May 2017 07:11:50 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from dd36626.kasserver.com (dd36626.kasserver.com [85.13.153.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D55946E443; Mon, 29 May 2017 07:11:49 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from phantomias.home.jochen-neumeister.de (p5DC0680B.dip0.t-ipconnect.de [93.192.104.11]) by dd36626.kasserver.com (Postfix) with ESMTPSA id 8101F2E00B36; Mon, 29 May 2017 09:11:46 +0200 (CEST) Subject: Re: svn commit: r441973 - head/net-mgmt/zabbix32-server To: Jochen Neumeister , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705290706.v4T76LXQ045929@repo.freebsd.org> From: Jochen Neumeister Message-ID: <1f0c99a3-2b58-472d-b3b6-5d7e307e34d9@bsdproject.de> Date: Mon, 29 May 2017 09:11:45 +0200 MIME-Version: 1.0 In-Reply-To: <201705290706.v4T76LXQ045929@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: de-DE X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 07:11:50 -0000 Am 29.05.2017 um 09:06 schrieb Jochen Neumeister: > Author: joneum > Date: Mon May 29 07:06:21 2017 > New Revision: 441973 > URL: https://svnweb.freebsd.org/changeset/ports/441973 > > Log: > - Update to 2.2.18 Update to 3.2.6, sorry > > PR: 219531 > Submitted by: pg@pakhom.spb.ru (maintainer) > Approved by: rene (mentor) > Differential Revision: https://reviews.freebsd.org/D10969 > > Modified: > head/net-mgmt/zabbix32-server/Makefile > head/net-mgmt/zabbix32-server/distinfo > head/net-mgmt/zabbix32-server/pkg-plist.frontend > > Modified: head/net-mgmt/zabbix32-server/Makefile > ============================================================================== > --- head/net-mgmt/zabbix32-server/Makefile Mon May 29 07:04:24 2017 (r441972) > +++ head/net-mgmt/zabbix32-server/Makefile Mon May 29 07:06:21 2017 (r441973) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= zabbix32 > -PORTVERSION= 3.2.3 > +PORTVERSION= 3.2.6 > PORTREVISION?= 0 > CATEGORIES= net-mgmt > MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} > > Modified: head/net-mgmt/zabbix32-server/distinfo > ============================================================================== > --- head/net-mgmt/zabbix32-server/distinfo Mon May 29 07:04:24 2017 (r441972) > +++ head/net-mgmt/zabbix32-server/distinfo Mon May 29 07:06:21 2017 (r441973) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1485713089 > -SHA256 (zabbix-3.2.3.tar.gz) = e6dba74039d8d6efff86ec3da99909f4daeaeb66d48781bbb666e3094533da25 > -SIZE (zabbix-3.2.3.tar.gz) = 15922416 > +TIMESTAMP = 1495705486 > +SHA256 (zabbix-3.2.6.tar.gz) = 98f025b39515b196552b8a23e2fe20a8180b5e99e613ce7378725a46ed8b62d6 > +SIZE (zabbix-3.2.6.tar.gz) = 16008047 > > Modified: head/net-mgmt/zabbix32-server/pkg-plist.frontend > ============================================================================== > --- head/net-mgmt/zabbix32-server/pkg-plist.frontend Mon May 29 07:04:24 2017 (r441972) > +++ head/net-mgmt/zabbix32-server/pkg-plist.frontend Mon May 29 07:06:21 2017 (r441973) > @@ -666,6 +666,8 @@ > %%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.po > %%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.mo > %%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.po > +%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.mo > +%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.po > %%WWWDIR%%/locale/de/LC_MESSAGES/frontend.mo > %%WWWDIR%%/locale/de/LC_MESSAGES/frontend.po > %%WWWDIR%%/locale/el/LC_MESSAGES/frontend.mo > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-svn-ports-all@freebsd.org Mon May 29 08:18:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58E30CEEDEF; Mon, 29 May 2017 08:18:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 258C66FE9F; Mon, 29 May 2017 08:18:33 +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 v4T8IW9C074946; Mon, 29 May 2017 08:18:32 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T8IVpb074941; Mon, 29 May 2017 08:18:31 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201705290818.v4T8IVpb074941@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 May 2017 08:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441974 - in head/devel: . erlang-unicode_util_compat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 08:18:33 -0000 Author: olgeni Date: Mon May 29 08:18:31 2017 New Revision: 441974 URL: https://svnweb.freebsd.org/changeset/ports/441974 Log: Add devel/erlang-unicode_util_compat, a compatibility library for unicode_util from Erlang R20. Added: head/devel/erlang-unicode_util_compat/ head/devel/erlang-unicode_util_compat/Makefile (contents, props changed) head/devel/erlang-unicode_util_compat/distinfo (contents, props changed) head/devel/erlang-unicode_util_compat/pkg-descr (contents, props changed) head/devel/erlang-unicode_util_compat/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon May 29 07:06:21 2017 (r441973) +++ head/devel/Makefile Mon May 29 08:18:31 2017 (r441974) @@ -559,6 +559,7 @@ SUBDIR += erlang-sbroker SUBDIR += erlang-ssl_verify_fun SUBDIR += erlang-syslog + SUBDIR += erlang-unicode_util_compat SUBDIR += es-eric6 SUBDIR += etcd SUBDIR += etcd3 Added: head/devel/erlang-unicode_util_compat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-unicode_util_compat/Makefile Mon May 29 08:18:31 2017 (r441974) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= unicode_util_compat +PORTVERSION= 0.2.0 +CATEGORIES= devel +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Compatibility library for unicode_util from Erlang R20 + +LICENSE= BSD3CLAUSE + +USES= gmake erlang:rebar3 +USE_GITHUB= yes +GH_ACCOUNT= benoitc + +.include Added: head/devel/erlang-unicode_util_compat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-unicode_util_compat/distinfo Mon May 29 08:18:31 2017 (r441974) @@ -0,0 +1,3 @@ +TIMESTAMP = 1495989106 +SHA256 (benoitc-unicode_util_compat-0.2.0_GH0.tar.gz) = 57fc10f6c3438da907953b3d629880ab8c9380e55e36aff888fb1a21c778e107 +SIZE (benoitc-unicode_util_compat-0.2.0_GH0.tar.gz) = 328368 Added: head/devel/erlang-unicode_util_compat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-unicode_util_compat/pkg-descr Mon May 29 08:18:31 2017 (r441974) @@ -0,0 +1,4 @@ +This library allows the usage of unicode_util from Erlang R20 in +older erlang >= R18. + +WWW: https://github.com/benoitc/unicode_util_compat Added: head/devel/erlang-unicode_util_compat/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-unicode_util_compat/pkg-plist Mon May 29 08:18:31 2017 (r441974) @@ -0,0 +1,7 @@ +lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util.beam +lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util_compat.app +lib/erlang/lib/unicode_util_compat-%%VERSION%%/ebin/unicode_util_compat.beam +lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util.erl +lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util_compat.app.src +lib/erlang/lib/unicode_util_compat-%%VERSION%%/src/unicode_util_compat.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon May 29 08:45:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 332F7CF47EF; Mon, 29 May 2017 08:45:45 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BFF570C53; Mon, 29 May 2017 08:45:44 +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 v4T8jiRr087914; Mon, 29 May 2017 08:45:44 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T8jiaj087910; Mon, 29 May 2017 08:45:44 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201705290845.v4T8jiaj087910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 29 May 2017 08:45:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441975 - in head/www/gitlab: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 08:45:45 -0000 Author: tz Date: Mon May 29 08:45:43 2017 New Revision: 441975 URL: https://svnweb.freebsd.org/changeset/ports/441975 Log: www/gitlab: remove duplicate rubygem-pg-dependency Accidently added an dependency to database/rubygem-pg via patch-Gemfile. Since this dependency is also added by the PGSQL-option i removed the conflict-causing line from the patch. Reported by: Matthias Fechner Modified: head/www/gitlab/Makefile head/www/gitlab/files/patch-Gemfile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Mon May 29 08:18:31 2017 (r441974) +++ head/www/gitlab/Makefile Mon May 29 08:45:43 2017 (r441975) @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.17.6 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Mon May 29 08:18:31 2017 (r441974) +++ head/www/gitlab/files/patch-Gemfile Mon May 29 08:45:43 2017 (r441975) @@ -1,5 +1,5 @@ ---- Gemfile.orig 2017-05-12 20:05:42.073527000 +0200 -+++ Gemfile 2017-05-12 20:05:51.491283000 +0200 +--- Gemfile.orig 2017-05-05 12:53:55 UTC ++++ Gemfile @@ -1,26 +1,22 @@ source 'https://rubygems.org' @@ -32,7 +32,7 @@ gem 'omniauth-auth0', '~> 1.4.1' gem 'omniauth-azure-oauth2', '~> 0.0.6' gem 'omniauth-cas3', '~> 1.1.2' -@@ -28,17 +24,16 @@ +@@ -28,17 +24,16 @@ gem 'omniauth-facebook', '~> 4.0.0' gem 'omniauth-github', '~> 1.1.1' gem 'omniauth-gitlab', '~> 1.0.2' gem 'omniauth-google-oauth2', '~> 0.4.1' @@ -54,7 +54,7 @@ gem 'akismet', '~> 2.0' # Two-factor authentication -@@ -64,10 +59,10 @@ +@@ -64,10 +59,10 @@ gem 'gollum-lib', '~> 4.2', require: fal gem 'gollum-rugged_adapter', '~> 0.4.2', require: false # Language detection @@ -67,7 +67,7 @@ gem 'grape-entity', '~> 0.6.0' gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' -@@ -75,10 +70,10 @@ +@@ -75,10 +70,10 @@ gem 'rack-cors', '~> 0.4.0', require: gem 'kaminari', '~> 0.17.0' # HAML @@ -80,7 +80,7 @@ # Drag and Drop UI gem 'dropzonejs-rails', '~> 0.7.1' -@@ -92,7 +87,7 @@ +@@ -92,7 +87,7 @@ gem 'fog-openstack', '~> 0.1' gem 'fog-rackspace', '~> 0.1.1' # for Google storage @@ -89,7 +89,7 @@ # for aws storage gem 'unf', '~> 0.1.4' -@@ -102,29 +97,29 @@ +@@ -102,29 +97,29 @@ gem 'seed-fu', '~> 2.3.5' # Markdown and HTML processing gem 'html-pipeline', '~> 1.11.0' @@ -127,7 +127,7 @@ gem 'unicorn-worker-killer', '~> 0.4.4' end -@@ -143,10 +138,10 @@ +@@ -143,10 +138,10 @@ gem 'redis-namespace', '~> 1.5.2' gem 'sidekiq-limit_fetch', '~> 3.4' # HTTP requests @@ -140,7 +140,7 @@ # GitLab settings gem 'settingslogic', '~> 2.0.9' -@@ -166,7 +161,7 @@ +@@ -166,7 +161,7 @@ gem 'connection_pool', '~> 2.0' gem 'hipchat', '~> 1.5.0' # JIRA integration @@ -149,7 +149,7 @@ # Flowdock integration gem 'gitlab-flowdock-git-hook', '~> 1.0.1' -@@ -178,13 +173,13 @@ +@@ -178,13 +173,13 @@ gem 'gemnasium-gitlab-service', '~> 0.2' gem 'slack-notifier', '~> 1.5.1' # Asana integration @@ -165,7 +165,7 @@ # d3 gem 'd3_rails', '~> 3.5.0' -@@ -193,17 +188,17 @@ +@@ -193,17 +188,17 @@ gem 'd3_rails', '~> 3.5.0' gem 'underscore-rails', '~> 1.8.0' # Sanitize user input @@ -186,7 +186,7 @@ # Ace editor gem 'ace-rails-ap', '~> 4.1.0' -@@ -222,132 +217,54 @@ +@@ -222,132 +217,53 @@ gem 'chronic', '~> 0.10.2' gem 'chronic_duration', '~> 0.10.6' gem 'webpack-rails', '~> 0.9.9' @@ -333,4 +333,3 @@ gem 'sys-filesystem', '~> 1.1.6' + +gem 'rinku' -+gem 'pg', '>= 0.18.2', group: :postgres From owner-svn-ports-all@freebsd.org Mon May 29 08:46:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C7F0CF48A4; Mon, 29 May 2017 08:46:31 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ABCC70D74; Mon, 29 May 2017 08:46:31 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4T8kUkP088497; Mon, 29 May 2017 08:46:30 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T8kTOG088494; Mon, 29 May 2017 08:46:29 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201705290846.v4T8kTOG088494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Mon, 29 May 2017 08:46:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441976 - head/net-mgmt/p5-FusionInventory-Agent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 08:46:31 -0000 Author: vg Date: Mon May 29 08:46:29 2017 New Revision: 441976 URL: https://svnweb.freebsd.org/changeset/ports/441976 Log: - Update to 2.3.19 Modified: head/net-mgmt/p5-FusionInventory-Agent/Makefile head/net-mgmt/p5-FusionInventory-Agent/distinfo head/net-mgmt/p5-FusionInventory-Agent/pkg-plist Modified: head/net-mgmt/p5-FusionInventory-Agent/Makefile ============================================================================== --- head/net-mgmt/p5-FusionInventory-Agent/Makefile Mon May 29 08:45:43 2017 (r441975) +++ head/net-mgmt/p5-FusionInventory-Agent/Makefile Mon May 29 08:46:29 2017 (r441976) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= FusionInventory-Agent -PORTVERSION= 2.3.17 -PORTREVISION= 1 +PORTVERSION= 2.3.19 CATEGORIES= net-mgmt MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:GROUSSE +MASTER_SITE_SUBDIR= CPAN:GBOUGARD PKGNAMEPREFIX= p5- MAINTAINER= vg@FreeBSD.org Modified: head/net-mgmt/p5-FusionInventory-Agent/distinfo ============================================================================== --- head/net-mgmt/p5-FusionInventory-Agent/distinfo Mon May 29 08:45:43 2017 (r441975) +++ head/net-mgmt/p5-FusionInventory-Agent/distinfo Mon May 29 08:46:29 2017 (r441976) @@ -1,2 +1,3 @@ -SHA256 (FusionInventory-Agent-2.3.17.tar.gz) = 21a83c8c051b570f01db4b8ca11f30e89c22a99f28a50824710606434932a222 -SIZE (FusionInventory-Agent-2.3.17.tar.gz) = 2144324 +TIMESTAMP = 1496044118 +SHA256 (FusionInventory-Agent-2.3.19.tar.gz) = 7f5f4de5c9cbfef02b43ed5b60ee3117b30e25a5a839d1c375c3574e59b2a691 +SIZE (FusionInventory-Agent-2.3.19.tar.gz) = 2272239 Modified: head/net-mgmt/p5-FusionInventory-Agent/pkg-plist ============================================================================== --- head/net-mgmt/p5-FusionInventory-Agent/pkg-plist Mon May 29 08:45:43 2017 (r441975) +++ head/net-mgmt/p5-FusionInventory-Agent/pkg-plist Mon May 29 08:46:29 2017 (r441976) @@ -43,6 +43,7 @@ share/fusioninventory/lib/FusionInventor share/fusioninventory/lib/FusionInventory/Agent/Target/Server.pm share/fusioninventory/lib/FusionInventory/Agent/Task.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Collect.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Collect/Version.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/ActionProcessor.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/ActionProcessor/Action/Cmd.pm @@ -51,13 +52,28 @@ share/fusioninventory/lib/FusionInventor share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/ActionProcessor/Action/Mkdir.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/ActionProcessor/Action/Move.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor/DirectoryExists.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor/DirectoryMissing.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor/FileExists.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor/FileMissing.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor/FileSHA512.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor/FileSHA512Mismatch.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor/FileSizeEquals.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor/FileSizeGreater.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor/FileSizeLower.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor/FreeSpaceGreater.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor/WinKeyEquals.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor/WinKeyExists.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/CheckProcessor/WinKeyMissing.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/Datastore.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/Datastore/WorkDir.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/DiskFree.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/File.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/Job.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/P2P.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Deploy/Version.pm share/fusioninventory/lib/FusionInventory/Agent/Task/ESX.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/ESX/Version.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/AIX.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/AIX/CPU.pm @@ -98,6 +114,8 @@ share/fusioninventory/lib/FusionInventor share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Environment.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Hostname.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Ipmi.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Networks.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Networks/iLO.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/PCI.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/PCI/Controllers.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/PCI/Modems.pm @@ -105,6 +123,8 @@ share/fusioninventory/lib/FusionInventor share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/PCI/Videos.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Printers.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Processes.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Remote_Mgmt.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Remote_Mgmt/TeamViewer.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Rudder.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/SSH.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Screen.pm @@ -117,6 +137,7 @@ share/fusioninventory/lib/FusionInventor share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Storages.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Storages/3ware.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Storages/HP.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Timezone.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/USB.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Generic/Users.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/HPUX.pm @@ -147,7 +168,6 @@ share/fusioninventory/lib/FusionInventor share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Linux/Memory.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Linux/Networks.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Linux/Networks/FibreChannel.pm -share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Linux/Networks/iLO.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Linux/PowerPC.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Linux/PowerPC/Bios.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Linux/PowerPC/CPU.pm @@ -166,6 +186,7 @@ share/fusioninventory/lib/FusionInventor share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Linux/m68k.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Linux/m68k/CPU.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/MacOS.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/MacOS/Batteries.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/MacOS/Bios.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/MacOS/CPU.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/MacOS/Drives.pm @@ -180,6 +201,7 @@ share/fusioninventory/lib/FusionInventor share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/MacOS/USB.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/MacOS/Uptime.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/MacOS/Videos.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Provider.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Solaris.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Solaris/Bios.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Solaris/CPU.pm @@ -190,12 +212,15 @@ share/fusioninventory/lib/FusionInventor share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Solaris/Slots.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Solaris/Softwares.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Solaris/Storages.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Version.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Virtualization.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Virtualization/Docker.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Virtualization/Hpvm.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Virtualization/HyperV.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Virtualization/Jails.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Virtualization/Libvirt.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Virtualization/Lxc.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Virtualization/Lxd.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Virtualization/Parallels.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Virtualization/Qemu.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Virtualization/SolarisZones.pm @@ -232,27 +257,39 @@ share/fusioninventory/lib/FusionInventor share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Win32/Users.pm share/fusioninventory/lib/FusionInventory/Agent/Task/Inventory/Win32/Videos.pm share/fusioninventory/lib/FusionInventory/Agent/Task/NetDiscovery.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/NetDiscovery/Version.pm share/fusioninventory/lib/FusionInventory/Agent/Task/NetInventory.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/NetInventory/Version.pm share/fusioninventory/lib/FusionInventory/Agent/Task/WakeOnLan.pm -share/fusioninventory/lib/FusionInventory/Agent/Threads.pm +share/fusioninventory/lib/FusionInventory/Agent/Task/WakeOnLan/Version.pm share/fusioninventory/lib/FusionInventory/Agent/Tools.pm share/fusioninventory/lib/FusionInventory/Agent/Tools/AIX.pm share/fusioninventory/lib/FusionInventory/Agent/Tools/BSD.pm share/fusioninventory/lib/FusionInventory/Agent/Tools/Generic.pm share/fusioninventory/lib/FusionInventory/Agent/Tools/HPUX.pm share/fusioninventory/lib/FusionInventory/Agent/Tools/Hardware.pm +share/fusioninventory/lib/FusionInventory/Agent/Tools/Hardware/Apc.pm +share/fusioninventory/lib/FusionInventory/Agent/Tools/Hardware/Brocade.pm +share/fusioninventory/lib/FusionInventory/Agent/Tools/Hardware/Qlogic.pm share/fusioninventory/lib/FusionInventory/Agent/Tools/Hostname.pm share/fusioninventory/lib/FusionInventory/Agent/Tools/License.pm share/fusioninventory/lib/FusionInventory/Agent/Tools/Linux.pm share/fusioninventory/lib/FusionInventory/Agent/Tools/MacOS.pm share/fusioninventory/lib/FusionInventory/Agent/Tools/Network.pm +share/fusioninventory/lib/FusionInventory/Agent/Tools/Screen.pm +share/fusioninventory/lib/FusionInventory/Agent/Tools/Screen/Acer.pm +share/fusioninventory/lib/FusionInventory/Agent/Tools/Screen/Goldstar.pm +share/fusioninventory/lib/FusionInventory/Agent/Tools/Screen/Philips.pm +share/fusioninventory/lib/FusionInventory/Agent/Tools/Screen/Samsung.pm share/fusioninventory/lib/FusionInventory/Agent/Tools/Solaris.pm share/fusioninventory/lib/FusionInventory/Agent/Tools/Unix.pm share/fusioninventory/lib/FusionInventory/Agent/Tools/Win32.pm +share/fusioninventory/lib/FusionInventory/Agent/Version.pm share/fusioninventory/lib/FusionInventory/Agent/XML/Query.pm share/fusioninventory/lib/FusionInventory/Agent/XML/Query/Inventory.pm share/fusioninventory/lib/FusionInventory/Agent/XML/Query/Prolog.pm share/fusioninventory/lib/FusionInventory/Agent/XML/Response.pm +share/fusioninventory/lib/setup.pm share/fusioninventory/pci.ids share/fusioninventory/sysobject.ids share/fusioninventory/usb.ids From owner-svn-ports-all@freebsd.org Mon May 29 08:47:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97094CF49EA; Mon, 29 May 2017 08:47:26 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7345570E6B; Mon, 29 May 2017 08:47:26 +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 v4T8lPri088699; Mon, 29 May 2017 08:47:25 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T8lPjX088695; Mon, 29 May 2017 08:47:25 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201705290847.v4T8lPjX088695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 May 2017 08:47:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441977 - in head/dns/erlang-idna: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 08:47:26 -0000 Author: olgeni Date: Mon May 29 08:47:25 2017 New Revision: 441977 URL: https://svnweb.freebsd.org/changeset/ports/441977 Log: Update dns/erlang-idna to version 5.0.2. Added: head/dns/erlang-idna/files/ head/dns/erlang-idna/files/patch-rebar.config (contents, props changed) Modified: head/dns/erlang-idna/Makefile head/dns/erlang-idna/distinfo head/dns/erlang-idna/pkg-plist Modified: head/dns/erlang-idna/Makefile ============================================================================== --- head/dns/erlang-idna/Makefile Mon May 29 08:46:29 2017 (r441976) +++ head/dns/erlang-idna/Makefile Mon May 29 08:47:25 2017 (r441977) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= idna -PORTVERSION= 4.0.0 +PORTVERSION= 5.0.2 CATEGORIES= dns PKGNAMEPREFIX= erlang- @@ -15,4 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= benoitc GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} +ERL_BUILD_DEPS= devel/erlang-unicode_util_compat +ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} + .include Modified: head/dns/erlang-idna/distinfo ============================================================================== --- head/dns/erlang-idna/distinfo Mon May 29 08:46:29 2017 (r441976) +++ head/dns/erlang-idna/distinfo Mon May 29 08:47:25 2017 (r441977) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488315927 -SHA256 (benoitc-erlang-idna-4.0.0_GH0.tar.gz) = 73126e5a3f2d28a16a6e16c0ee4da8d34cf8441efb8bdfb4111e4c3a3b881d55 -SIZE (benoitc-erlang-idna-4.0.0_GH0.tar.gz) = 147875 +TIMESTAMP = 1495987341 +SHA256 (benoitc-erlang-idna-5.0.2_GH0.tar.gz) = 2a9f491388dcaf74be4aa03554d964cb8200ee8a0b0c030454be20bf62625053 +SIZE (benoitc-erlang-idna-5.0.2_GH0.tar.gz) = 8826 Added: head/dns/erlang-idna/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/erlang-idna/files/patch-rebar.config Mon May 29 08:47:25 2017 (r441977) @@ -0,0 +1,9 @@ +--- rebar.config.orig 2017-05-28 07:40:29 UTC ++++ rebar.config +@@ -1,5 +1,5 @@ + {erl_opts, []}. + +-{deps, [{unicode_util_compat, "0.2.0"}]}. ++{deps, []}. + + {minimum_otp_vsn, "18.0"}. Modified: head/dns/erlang-idna/pkg-plist ============================================================================== --- head/dns/erlang-idna/pkg-plist Mon May 29 08:46:29 2017 (r441976) +++ head/dns/erlang-idna/pkg-plist Mon May 29 08:47:25 2017 (r441977) @@ -1,14 +1,9 @@ lib/erlang/lib/idna-%%VERSION%%/ebin/idna.app lib/erlang/lib/idna-%%VERSION%%/ebin/idna.beam lib/erlang/lib/idna-%%VERSION%%/ebin/idna_ucs.beam -lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode.beam -lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data.beam lib/erlang/lib/idna-%%VERSION%%/ebin/punycode.beam lib/erlang/lib/idna-%%VERSION%%/src/idna.app.src lib/erlang/lib/idna-%%VERSION%%/src/idna.erl lib/erlang/lib/idna-%%VERSION%%/src/idna_ucs.erl -lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode.erl -lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data.erl -lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data.hrl lib/erlang/lib/idna-%%VERSION%%/src/punycode.erl %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon May 29 09:08:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B5B9CF6340; Mon, 29 May 2017 09:08:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 172B071E3D; Mon, 29 May 2017 09:08:54 +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 v4T98rfT097637; Mon, 29 May 2017 09:08:53 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4T98r4U097633; Mon, 29 May 2017 09:08:53 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201705290908.v4T98r4U097633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 May 2017 09:08:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441978 - in head/www/erlang-hackney: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 09:08:54 -0000 Author: olgeni Date: Mon May 29 09:08:52 2017 New Revision: 441978 URL: https://svnweb.freebsd.org/changeset/ports/441978 Log: Update www/erlang-hackney to version 1.8.4. Modified: head/www/erlang-hackney/Makefile head/www/erlang-hackney/distinfo head/www/erlang-hackney/files/patch-rebar.config Modified: head/www/erlang-hackney/Makefile ============================================================================== --- head/www/erlang-hackney/Makefile Mon May 29 08:47:25 2017 (r441977) +++ head/www/erlang-hackney/Makefile Mon May 29 09:08:52 2017 (r441978) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hackney -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.4 CATEGORIES= www PKGNAMEPREFIX= erlang- Modified: head/www/erlang-hackney/distinfo ============================================================================== --- head/www/erlang-hackney/distinfo Mon May 29 08:47:25 2017 (r441977) +++ head/www/erlang-hackney/distinfo Mon May 29 09:08:52 2017 (r441978) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495599197 -SHA256 (benoitc-hackney-1.8.3_GH0.tar.gz) = 8a09901d4a70fe00d4bad70098abb7101081a332a402f830f2b390d9787b2419 -SIZE (benoitc-hackney-1.8.3_GH0.tar.gz) = 882547 +TIMESTAMP = 1495971652 +SHA256 (benoitc-hackney-1.8.4_GH0.tar.gz) = 2daa46dfb35d0aaf84d055efb8650a662cf82033833f3c1a646e3c1f1ea8d6e4 +SIZE (benoitc-hackney-1.8.4_GH0.tar.gz) = 880939 Modified: head/www/erlang-hackney/files/patch-rebar.config ============================================================================== --- head/www/erlang-hackney/files/patch-rebar.config Mon May 29 08:47:25 2017 (r441977) +++ head/www/erlang-hackney/files/patch-rebar.config Mon May 29 09:08:52 2017 (r441978) @@ -1,10 +1,10 @@ ---- rebar.config.orig 2017-05-24 04:18:51 UTC +--- rebar.config.orig 2017-05-28 21:03:13 UTC +++ rebar.config @@ -14,11 +14,6 @@ {post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}. {deps, [ -- {idna, "5.0.1"}, +- {idna, "5.0.2"}, - {mimerl, "1.0.2"}, - {certifi, "1.2.1"}, - {metrics, "1.0.1"}, From owner-svn-ports-all@freebsd.org Mon May 29 11:32:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E2BBCFC938; Mon, 29 May 2017 11:32: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 mx1.freebsd.org (Postfix) with ESMTPS id 3535F75C67; Mon, 29 May 2017 11:32: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 v4TBWFPn059357; Mon, 29 May 2017 11:32:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TBWEAr059346; Mon, 29 May 2017 11:32:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705291132.v4TBWEAr059346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 29 May 2017 11:32:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441979 - in head: archivers/tardy cad/cascade editors/jove games/wolfpack lang/kawa mail/opensmtpd-devel math/primegen sysutils/safecat sysutils/stmpclean sysutils/symon textproc/wiggle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 11:32:16 -0000 Author: antoine Date: Mon May 29 11:32:14 2017 New Revision: 441979 URL: https://svnweb.freebsd.org/changeset/ports/441979 Log: Register dependency on groff PR: 213725 Modified: head/archivers/tardy/Makefile head/cad/cascade/Makefile head/editors/jove/Makefile head/games/wolfpack/Makefile head/lang/kawa/Makefile head/mail/opensmtpd-devel/Makefile head/math/primegen/Makefile head/sysutils/safecat/Makefile head/sysutils/stmpclean/Makefile head/sysutils/symon/Makefile head/textproc/wiggle/Makefile Modified: head/archivers/tardy/Makefile ============================================================================== --- head/archivers/tardy/Makefile Mon May 29 09:08:52 2017 (r441978) +++ head/archivers/tardy/Makefile Mon May 29 11:32:14 2017 (r441979) @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos LIB_DEPENDS= libexplain.so:devel/libexplain GNU_CONFIGURE= yes +USES= groff MAKE_JOBS_UNSAFE= yes Modified: head/cad/cascade/Makefile ============================================================================== --- head/cad/cascade/Makefile Mon May 29 09:08:52 2017 (r441978) +++ head/cad/cascade/Makefile Mon May 29 11:32:14 2017 (r441979) @@ -10,6 +10,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Simple tool to analyze noise and distortion of a RF system GNU_CONFIGURE= yes +USES= groff PORTDOCS= ex1.gif index.html PORTEXAMPLES= README.examples ex1.cas ex1.gif ex1.out cascade-mode.el PLIST_FILES= bin/cascade man/man1/cascade.1.gz Modified: head/editors/jove/Makefile ============================================================================== --- head/editors/jove/Makefile Mon May 29 09:08:52 2017 (r441978) +++ head/editors/jove/Makefile Mon May 29 11:32:14 2017 (r441979) @@ -16,7 +16,7 @@ LICENSE_NAME= JOVE License LICENSE_FILE= ${WRKSRC}/README LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= ncurses +USES= groff ncurses MAKE_ARGS= LIBS="${LDFLAGS} -lncurses" WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/games/wolfpack/Makefile ============================================================================== --- head/games/wolfpack/Makefile Mon May 29 09:08:52 2017 (r441978) +++ head/games/wolfpack/Makefile Mon May 29 11:32:14 2017 (r441979) @@ -12,7 +12,7 @@ MAINTAINER= johans@FreeBSD.org COMMENT= Long term multiplayer strategy game MAKEFILE= GNUmakefile -USES= gmake perl5 +USES= gmake groff perl5 USE_PERL5= build GNU_CONFIGURE= yes BINDIR= ${PREFIX}/lib/${PORTNAME} Modified: head/lang/kawa/Makefile ============================================================================== --- head/lang/kawa/Makefile Mon May 29 09:08:52 2017 (r441978) +++ head/lang/kawa/Makefile Mon May 29 11:32:14 2017 (r441979) @@ -11,7 +11,7 @@ COMMENT= Java-based Scheme implementatio LICENSE= MIT -USES= gmake readline +USES= gmake groff readline USE_JAVA= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-kawa-frontend \ Modified: head/mail/opensmtpd-devel/Makefile ============================================================================== --- head/mail/opensmtpd-devel/Makefile Mon May 29 09:08:52 2017 (r441978) +++ head/mail/opensmtpd-devel/Makefile Mon May 29 11:32:14 2017 (r441979) @@ -29,7 +29,7 @@ MAILERCONF_DESC= Activate OpenSMTPD in m SSL_PORT_DESC= SSL/TLS support via OpenSSL/LibreSSL from port TABLE_DB_DESC= Build table-db plugin (aliases) -USES= cpe libtool ssl +USES= cpe groff libtool ssl GNU_CONFIGURE= yes CPE_VENDOR= openbsd Modified: head/math/primegen/Makefile ============================================================================== --- head/math/primegen/Makefile Mon May 29 09:08:52 2017 (r441978) +++ head/math/primegen/Makefile Mon May 29 11:32:14 2017 (r441979) @@ -9,6 +9,7 @@ MASTER_SITES= http://cr.yp.to/primegen/ MAINTAINER= ports@FreeBSD.org COMMENT= Small, fast library to generate prime numbers in order +USES= groff ALL_TARGET= default PLIST_FILES= bin/primes bin/primegaps \ Modified: head/sysutils/safecat/Makefile ============================================================================== --- head/sysutils/safecat/Makefile Mon May 29 09:08:52 2017 (r441978) +++ head/sysutils/safecat/Makefile Mon May 29 11:32:14 2017 (r441979) @@ -14,6 +14,7 @@ COMMENT= Safely write data to maildir di LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +USES= groff ALL_TARGET= it INSTALL_TARGET= setup check MAKE_JOBS_UNSAFE=yes Modified: head/sysutils/stmpclean/Makefile ============================================================================== --- head/sysutils/stmpclean/Makefile Mon May 29 09:08:52 2017 (r441978) +++ head/sysutils/stmpclean/Makefile Mon May 29 11:32:14 2017 (r441979) @@ -9,6 +9,7 @@ MASTER_SITES= http://shlang.com/stmpclea MAINTAINER= shalunov@shlang.com COMMENT= Remove old files from temporary directories +USES= groff PLIST_FILES= sbin/stmpclean man/man8/stmpclean.8.gz post-patch: Modified: head/sysutils/symon/Makefile ============================================================================== --- head/sysutils/symon/Makefile Mon May 29 09:08:52 2017 (r441978) +++ head/sysutils/symon/Makefile Mon May 29 11:32:14 2017 (r441979) @@ -12,7 +12,7 @@ COMMENT= Performance and information mon SUB_FILES= pkg-message -USES= perl5 shebangfix +USES= groff perl5 shebangfix SHEBANG_FILES= client/getsymonitem.pl USE_PERL5= build MAKE_JOBS_UNSAFE= yes Modified: head/textproc/wiggle/Makefile ============================================================================== --- head/textproc/wiggle/Makefile Mon May 29 09:08:52 2017 (r441978) +++ head/textproc/wiggle/Makefile Mon May 29 11:32:14 2017 (r441979) @@ -16,7 +16,7 @@ BUILD_DEPENDS= bash:shells/bash BROKEN_powerpc64= Does not build: error: nested functions are disabled, use -fnested-functions to re-enable -USES= compiler:nestedfct gmake ncurses +USES= compiler:nestedfct gmake groff ncurses MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter" From owner-svn-ports-all@freebsd.org Mon May 29 11:46:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B752ECFCB3E; Mon, 29 May 2017 11:46:35 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77D74761E1; Mon, 29 May 2017 11:46:35 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4TBkYRS064715; Mon, 29 May 2017 11:46:34 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TBkY2H064713; Mon, 29 May 2017 11:46:34 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201705291146.v4TBkY2H064713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 29 May 2017 11:46:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441980 - head/security/metasploit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 11:46:35 -0000 Author: woodsb02 Date: Mon May 29 11:46:34 2017 New Revision: 441980 URL: https://svnweb.freebsd.org/changeset/ports/441980 Log: security/metasploit: Update to 4.14.22 PR: 219607 Approved by: tanawts@gmail.com (maintainer) Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Mon May 29 11:32:14 2017 (r441979) +++ head/security/metasploit/Makefile Mon May 29 11:46:34 2017 (r441980) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.14.21 +PORTVERSION= 4.14.22 CATEGORIES= security MAINTAINER= tanawts@gmail.com Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Mon May 29 11:32:14 2017 (r441979) +++ head/security/metasploit/distinfo Mon May 29 11:46:34 2017 (r441980) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495258616 -SHA256 (rapid7-metasploit-framework-4.14.21_GH0.tar.gz) = 1258aaace4c8416bfe2485f0b3974fdeb9e56b79e2799c3b9c506a62b6695d55 -SIZE (rapid7-metasploit-framework-4.14.21_GH0.tar.gz) = 23775116 +TIMESTAMP = 1495876038 +SHA256 (rapid7-metasploit-framework-4.14.22_GH0.tar.gz) = 05e778426a0aa3ff3dd3a1eb53c668939b6eb9b4f2be30bc2bf15d98aab92a05 +SIZE (rapid7-metasploit-framework-4.14.22_GH0.tar.gz) = 23795415 From owner-svn-ports-all@freebsd.org Mon May 29 11:58:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F2B1CFCEA5; Mon, 29 May 2017 11:58:37 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3F6CD766E7; Mon, 29 May 2017 11:58:37 +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 v4TBwaaJ068946; Mon, 29 May 2017 11:58:36 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TBwaNL068944; Mon, 29 May 2017 11:58:36 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705291158.v4TBwaNL068944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Mon, 29 May 2017 11:58:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441981 - head/devel/cdecl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 11:58:37 -0000 Author: ler Date: Mon May 29 11:58:36 2017 New Revision: 441981 URL: https://svnweb.freebsd.org/changeset/ports/441981 Log: Update devel/cdecl to 3.1.5 **Fixed color prompt caret position** The position of the caret in error messages when using color prompts has been fixed. Modified: head/devel/cdecl/Makefile head/devel/cdecl/distinfo Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Mon May 29 11:46:34 2017 (r441980) +++ head/devel/cdecl/Makefile Mon May 29 11:58:36 2017 (r441981) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdecl -PORTVERSION= 3.1.4 +PORTVERSION= 3.1.5 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel Modified: head/devel/cdecl/distinfo ============================================================================== --- head/devel/cdecl/distinfo Mon May 29 11:46:34 2017 (r441980) +++ head/devel/cdecl/distinfo Mon May 29 11:58:36 2017 (r441981) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495655247 -SHA256 (paul-j-lucas-cdecl-cdecl-3.1.4_GH0.tar.gz) = 6ccae0678727b6905cb803c69a47e79f415f64a1aa78b4a0ab8b5d0d32749a99 -SIZE (paul-j-lucas-cdecl-cdecl-3.1.4_GH0.tar.gz) = 236105 +TIMESTAMP = 1496059058 +SHA256 (paul-j-lucas-cdecl-cdecl-3.1.5_GH0.tar.gz) = 2cfc0c91bff177e76c2321ea0d064dac86a521b4c704f7fa7d9a6a22f728d992 +SIZE (paul-j-lucas-cdecl-cdecl-3.1.5_GH0.tar.gz) = 236125 From owner-svn-ports-all@freebsd.org Mon May 29 12:30:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FAF4CFDF89; Mon, 29 May 2017 12:30:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79E4277696; Mon, 29 May 2017 12:30:05 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4TCU4WB081164; Mon, 29 May 2017 12:30:04 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TCU4p7081160; Mon, 29 May 2017 12:30:04 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705291230.v4TCU4p7081160@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 May 2017 12:30:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441982 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 12:30:05 -0000 Author: mat Date: Mon May 29 12:30:04 2017 New Revision: 441982 URL: https://svnweb.freebsd.org/changeset/ports/441982 Log: Update to v5.26.0-RC2-12-g433054b. Changes: https://github.com/Perl/perl5/compare/v5.26.0-RC1-48-g8ab76fe...v5.26.0-RC2-12-g433054b Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) head/lang/perl5-devel/pkg-plist (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon May 29 11:58:36 2017 (r441981) +++ head/lang/perl5-devel/Makefile Mon May 29 12:30:04 2017 (r441982) @@ -35,7 +35,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_J USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.26.0-RC1-48-g8ab76fe +GH_TAGNAME= v5.26.0-RC2-12-g433054b 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 29 11:58:36 2017 (r441981) +++ head/lang/perl5-devel/distinfo Mon May 29 12:30:04 2017 (r441982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495454129 -SHA256 (perl/Perl-perl5-v5.26.0-RC1-48-g8ab76fe_GH0.tar.gz) = c070069182c2767eb1e7c00adc465d190727a80e707f7fc16bd61a4f95e8bf3f -SIZE (perl/Perl-perl5-v5.26.0-RC1-48-g8ab76fe_GH0.tar.gz) = 18513250 +TIMESTAMP = 1496060061 +SHA256 (perl/Perl-perl5-v5.26.0-RC2-12-g433054b_GH0.tar.gz) = 400b62a74b6a892d8506218df3513af9643cecd1729ec2906b142a52de71d31d +SIZE (perl/Perl-perl5-v5.26.0-RC2-12-g433054b_GH0.tar.gz) = 18481754 Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Mon May 29 11:58:36 2017 (r441981) +++ head/lang/perl5-devel/pkg-plist Mon May 29 12:30:04 2017 (r441982) @@ -969,19 +969,6 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5223delta.1.gz %%MAN1%%/perl5240delta.1.gz %%MAN1%%/perl5241delta.1.gz -%%MAN1%%/perl5250delta.1.gz -%%MAN1%%/perl52510delta.1.gz -%%MAN1%%/perl52511delta.1.gz -%%MAN1%%/perl52512delta.1.gz -%%MAN1%%/perl5251delta.1.gz -%%MAN1%%/perl5252delta.1.gz -%%MAN1%%/perl5253delta.1.gz -%%MAN1%%/perl5254delta.1.gz -%%MAN1%%/perl5255delta.1.gz -%%MAN1%%/perl5256delta.1.gz -%%MAN1%%/perl5257delta.1.gz -%%MAN1%%/perl5258delta.1.gz -%%MAN1%%/perl5259delta.1.gz %%MAN1%%/perl5260delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz @@ -1760,19 +1747,6 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5223delta.pod %%PRIV_LIB%%/pod/perl5240delta.pod %%PRIV_LIB%%/pod/perl5241delta.pod -%%PRIV_LIB%%/pod/perl5250delta.pod -%%PRIV_LIB%%/pod/perl52510delta.pod -%%PRIV_LIB%%/pod/perl52511delta.pod -%%PRIV_LIB%%/pod/perl52512delta.pod -%%PRIV_LIB%%/pod/perl5251delta.pod -%%PRIV_LIB%%/pod/perl5252delta.pod -%%PRIV_LIB%%/pod/perl5253delta.pod -%%PRIV_LIB%%/pod/perl5254delta.pod -%%PRIV_LIB%%/pod/perl5255delta.pod -%%PRIV_LIB%%/pod/perl5256delta.pod -%%PRIV_LIB%%/pod/perl5257delta.pod -%%PRIV_LIB%%/pod/perl5258delta.pod -%%PRIV_LIB%%/pod/perl5259delta.pod %%PRIV_LIB%%/pod/perl5260delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod From owner-svn-ports-all@freebsd.org Mon May 29 12:30:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6CCFCFDFAA; Mon, 29 May 2017 12:30:12 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7467776BB; Mon, 29 May 2017 12:30:12 +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 v4TCUBxc081282; Mon, 29 May 2017 12:30:11 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TCUBI8081280; Mon, 29 May 2017 12:30:11 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705291230.v4TCUBI8081280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 29 May 2017 12:30:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441983 - head/dns/bind9-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 12:30:13 -0000 Author: mat Date: Mon May 29 12:30:11 2017 New Revision: 441983 URL: https://svnweb.freebsd.org/changeset/ports/441983 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) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon May 29 12:30:04 2017 (r441982) +++ head/dns/bind9-devel/Makefile Mon May 29 12:30:11 2017 (r441983) @@ -31,8 +31,8 @@ LICENSE= MPL LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2017.05.21 -HASH= 243cfad +ISCVERSION= 9.12.0a.2017.05.28 +HASH= f8d33c2 USES= cpe libedit Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon May 29 12:30:04 2017 (r441982) +++ head/dns/bind9-devel/distinfo Mon May 29 12:30:11 2017 (r441983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495454215 -SHA256 (bind9-243cfad.tar.gz) = 1b0e71acee73271fc2cbd62f1c30a89b0b5f5e00dc66675bb284d26026429e2f -SIZE (bind9-243cfad.tar.gz) = 11870545 +TIMESTAMP = 1496060814 +SHA256 (bind9-f8d33c2.tar.gz) = 7223d6d8606a5639770e58bd58867de48da23564acada5d8747f6ed5883a1fd5 +SIZE (bind9-f8d33c2.tar.gz) = 11871215 From owner-svn-ports-all@freebsd.org Mon May 29 12:43:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B228CFE2EF; Mon, 29 May 2017 12:43: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 mx1.freebsd.org (Postfix) with ESMTPS id 1C80477E70; Mon, 29 May 2017 12:43: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 v4TChG7l089044; Mon, 29 May 2017 12:43:16 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TChFgw089042; Mon, 29 May 2017 12:43:15 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201705291243.v4TChFgw089042@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Mon, 29 May 2017 12:43:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441984 - head/sysutils/vm-bhyve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 12:43:17 -0000 Author: krion Date: Mon May 29 12:43:15 2017 New Revision: 441984 URL: https://svnweb.freebsd.org/changeset/ports/441984 Log: Update to version 1.1.7 PR: 219196 Submitted by: maintainer Approved by: mat (mentor) Modified: head/sysutils/vm-bhyve/Makefile head/sysutils/vm-bhyve/distinfo Modified: head/sysutils/vm-bhyve/Makefile ============================================================================== --- head/sysutils/vm-bhyve/Makefile Mon May 29 12:30:11 2017 (r441983) +++ head/sysutils/vm-bhyve/Makefile Mon May 29 12:43:15 2017 (r441984) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vm-bhyve -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.7 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/vm-bhyve/distinfo ============================================================================== --- head/sysutils/vm-bhyve/distinfo Mon May 29 12:30:11 2017 (r441983) +++ head/sysutils/vm-bhyve/distinfo Mon May 29 12:43:15 2017 (r441984) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474885506 -SHA256 (churchers-vm-bhyve-v1.1.5_GH0.tar.gz) = 82c5ddcbb59bedd2abebc8c13979a0d2b90fc4fc8a28b74ba514cf5884c0a08a -SIZE (churchers-vm-bhyve-v1.1.5_GH0.tar.gz) = 54538 +TIMESTAMP = 1494424010 +SHA256 (churchers-vm-bhyve-v1.1.7_GH0.tar.gz) = 89b689a004edf4dec2a7797defbb9df39e8130b000d4ec094ebb78f1d3c0b715 +SIZE (churchers-vm-bhyve-v1.1.7_GH0.tar.gz) = 54573 From owner-svn-ports-all@freebsd.org Mon May 29 13:50:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B29E6CFFCD5; Mon, 29 May 2017 13:50:21 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75F527AA54; Mon, 29 May 2017 13:50:21 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4TDoKvF014467; Mon, 29 May 2017 13:50:20 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TDoKw2014465; Mon, 29 May 2017 13:50:20 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201705291350.v4TDoKw2014465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 29 May 2017 13:50:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441985 - in head/misc/mc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 13:50:21 -0000 Author: woodsb02 Date: Mon May 29 13:50:20 2017 New Revision: 441985 URL: https://svnweb.freebsd.org/changeset/ports/441985 Log: misc/mc: Use textproc/diffutils on FreeBSD 12 - The new bsddiff in FreeBSD 12 does not yet support --old-group-format - Fix python shebangfix to require python2 PR: 219277 Submitted by: bsam Added: head/misc/mc/files/extra-patch-src_diffviewer_ydiff.c (contents, props changed) Modified: head/misc/mc/Makefile Modified: head/misc/mc/Makefile ============================================================================== --- head/misc/mc/Makefile Mon May 29 12:43:15 2017 (r441984) +++ head/misc/mc/Makefile Mon May 29 13:50:20 2017 (r441985) @@ -3,7 +3,7 @@ PORTNAME= mc PORTVERSION= 4.8.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc shells MASTER_SITES= http://ftp.midnight-commander.org/ \ http://ftp.osuosl.org/pub/midnightcommander/ @@ -20,6 +20,7 @@ SHEBANG_FILES= misc/mcedit.menu.in confi ${WRKSRC}/src/vfs/extfs/helpers/Makefile.in \ ${WRKSRC}/src/vfs/extfs/helpers/s3+.in \ ${WRKSRC}/src/vfs/extfs/helpers/uc1541.in +python_CMD= ${LOCALBASE}/bin/python2 python_OLD_CMD= @PYTHON@ USE_GNOME= glib20 GNU_CONFIGURE= yes @@ -90,4 +91,11 @@ post-install-X11-on: ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} -.include +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200030 +EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_diffviewer_ydiff.c +RUN_DEPENDS= gdiff:textproc/diffutils +.endif + +.include Added: head/misc/mc/files/extra-patch-src_diffviewer_ydiff.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/mc/files/extra-patch-src_diffviewer_ydiff.c Mon May 29 13:50:20 2017 (r441985) @@ -0,0 +1,11 @@ +--- src/diffviewer/ydiff.c.orig 2017-03-04 20:51:38 UTC ++++ src/diffviewer/ydiff.c +@@ -816,7 +816,7 @@ dff_execute (const char *args, const char *extra, cons + /* escape potential $ to avoid shell variable substitutions in popen() */ + file1_esc = strutils_shell_escape (file1); + file2_esc = strutils_shell_escape (file2); +- cmd = g_strdup_printf ("diff %s %s %s %s %s", args, extra, opt, file1_esc, file2_esc); ++ cmd = g_strdup_printf ("gdiff %s %s %s %s %s", args, extra, opt, file1_esc, file2_esc); + g_free (file1_esc); + g_free (file2_esc); + From owner-svn-ports-all@freebsd.org Mon May 29 14:25:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 094E2D276CF; Mon, 29 May 2017 14:25:10 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8A957BA55; Mon, 29 May 2017 14:25:09 +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 v4TEP8sH030393; Mon, 29 May 2017 14:25:08 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TEP8fs030391; Mon, 29 May 2017 14:25:08 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201705291425.v4TEP8fs030391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 29 May 2017 14:25:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441986 - head/www/gitlab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 14:25:10 -0000 Author: tz Date: Mon May 29 14:25:08 2017 New Revision: 441986 URL: https://svnweb.freebsd.org/changeset/ports/441986 Log: www/gitlab: unbreak updates via "rake db:migrate" The file db/schema.rb needs to be owned by user git in order to be writable by the update process. Reported by: Matthias Fechner Modified: head/www/gitlab/Makefile head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Mon May 29 13:50:20 2017 (r441985) +++ head/www/gitlab/Makefile Mon May 29 14:25:08 2017 (r441986) @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.17.6 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Mon May 29 13:50:20 2017 (r441985) +++ head/www/gitlab/pkg-plist Mon May 29 14:25:08 2017 (r441986) @@ -2825,7 +2825,7 @@ %%WWWDIR%%/db/post_migrate/20170206101030_validate_foreign_keys_on_timelogs.rb %%WWWDIR%%/db/post_migrate/20170211073944_disable_invalid_service_templates.rb %%WWWDIR%%/db/post_migrate/20170214111112_delete_deprecated_gitlab_ci_service.rb -%%WWWDIR%%/db/schema.rb +@(git,,) %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/seeds.rb %%WWWDIR%%/doc/README.md %%WWWDIR%%/doc/administration/auth/README.md From owner-svn-ports-all@freebsd.org Mon May 29 14:34:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 739EAD27918; Mon, 29 May 2017 14:34: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 mx1.freebsd.org (Postfix) with ESMTPS id 3A0667BE6F; Mon, 29 May 2017 14:34: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 v4TEYMqk034630; Mon, 29 May 2017 14:34:22 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TEYMSw034628; Mon, 29 May 2017 14:34:22 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705291434.v4TEYMSw034628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 29 May 2017 14:34:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441987 - head/graphics/ImageMagick7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 14:34:23 -0000 Author: kwm Date: Mon May 29 14:34:22 2017 New Revision: 441987 URL: https://svnweb.freebsd.org/changeset/ports/441987 Log: Update ImageMagick to 7.0.5-9. PR: 219627 Modified: head/graphics/ImageMagick7/Makefile head/graphics/ImageMagick7/distinfo Modified: head/graphics/ImageMagick7/Makefile ============================================================================== --- head/graphics/ImageMagick7/Makefile Mon May 29 14:25:08 2017 (r441986) +++ head/graphics/ImageMagick7/Makefile Mon May 29 14:34:22 2017 (r441987) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 7.0.5-7 +DISTVERSION= 7.0.5-9 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/legacy/ \ Modified: head/graphics/ImageMagick7/distinfo ============================================================================== --- head/graphics/ImageMagick7/distinfo Mon May 29 14:25:08 2017 (r441986) +++ head/graphics/ImageMagick7/distinfo Mon May 29 14:34:22 2017 (r441987) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495625839 -SHA256 (ImageMagick-7.0.5-7.tar.xz) = f72d089074d6c968bab38d1c18b22bd92c876e7ae23f7261db0b7c3552186586 -SIZE (ImageMagick-7.0.5-7.tar.xz) = 8261496 +TIMESTAMP = 1496067866 +SHA256 (ImageMagick-7.0.5-9.tar.xz) = b774c3a69fea4432a120a8c0c231bd011710166c71a7b7e0fbb89b108d29ac6c +SIZE (ImageMagick-7.0.5-9.tar.xz) = 8269008 From owner-svn-ports-all@freebsd.org Mon May 29 14:41:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A457D27CF1; Mon, 29 May 2017 14:41: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 mx1.freebsd.org (Postfix) with ESMTPS id EEDAC7C13A; Mon, 29 May 2017 14:41:33 +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 v4TEfXIu035005; Mon, 29 May 2017 14:41:33 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TEfXki035003; Mon, 29 May 2017 14:41:33 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705291441.v4TEfXki035003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 29 May 2017 14:41:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441988 - head/graphics/ImageMagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 14:41:34 -0000 Author: kwm Date: Mon May 29 14:41:32 2017 New Revision: 441988 URL: https://svnweb.freebsd.org/changeset/ports/441988 Log: Update ImageMagick to 6.9.8-8. Modified: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Mon May 29 14:34:22 2017 (r441987) +++ head/graphics/ImageMagick/Makefile Mon May 29 14:41:32 2017 (r441988) @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.8-6 +DISTVERSION= 6.9.8-8 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/legacy/ \ http://servingzone.com/mirrors/ImageMagick/ \ http://mirror.checkdomain.de/imagemagick/ \ - http://image_magick.veidrodis.com/image_magick/ \ http://imagemagick.spd.co.il/ \ http://www.champground.com/imagemagick/ \ http://ftp.surfnet.nl/pub/ImageMagick/ \ Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Mon May 29 14:34:22 2017 (r441987) +++ head/graphics/ImageMagick/distinfo Mon May 29 14:41:32 2017 (r441988) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495624294 -SHA256 (ImageMagick-6.9.8-6.tar.xz) = dc587a30457d1b42fa980fe7d94bfad906407ad811335e60f5eb673b3a17afeb -SIZE (ImageMagick-6.9.8-6.tar.xz) = 8772452 +TIMESTAMP = 1496068494 +SHA256 (ImageMagick-6.9.8-8.tar.xz) = 0b590b1389ed7c535316425c96e07d8488fd7e72b4bf17e950517bf016dd5fcb +SIZE (ImageMagick-6.9.8-8.tar.xz) = 8774248 From owner-svn-ports-all@freebsd.org Mon May 29 14:48:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34DC0D27FE1; Mon, 29 May 2017 14:48:53 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2EF37C4B0; Mon, 29 May 2017 14:48:52 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4TEmpYc039091; Mon, 29 May 2017 14:48:51 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TEmpwL039088; Mon, 29 May 2017 14:48:51 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201705291448.v4TEmpwL039088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 29 May 2017 14:48:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441989 - head/x11-themes/gnome-icons-elementary X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 14:48:53 -0000 Author: woodsb02 Date: Mon May 29 14:48:51 2017 New Revision: 441989 URL: https://svnweb.freebsd.org/changeset/ports/441989 Log: x11-themes/gnome-icons-elementary: Update to 4.1.0 PR: 219166 Approved by: Allison Nicole Reid (maintainer timeout) Modified: head/x11-themes/gnome-icons-elementary/Makefile head/x11-themes/gnome-icons-elementary/distinfo head/x11-themes/gnome-icons-elementary/pkg-plist Modified: head/x11-themes/gnome-icons-elementary/Makefile ============================================================================== --- head/x11-themes/gnome-icons-elementary/Makefile Mon May 29 14:41:32 2017 (r441988) +++ head/x11-themes/gnome-icons-elementary/Makefile Mon May 29 14:48:51 2017 (r441989) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= elementary -PORTVERSION= 4.0.1.1 +PORTVERSION= 4.1.0 CATEGORIES= x11-themes gnome -MASTER_SITES= https://launchpadlibrarian.net/294159209/ \ - https://launchpad.net/elementaryicons/4.x/${PORTVERSION}/+download/ PKGNAMEPREFIX= gnome-icons- -DISTNAME= ${PORTNAME}-icon-theme-${PORTVERSION} MAINTAINER= root@cooltrainer.org COMMENT= Elementary icon set LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_PROJECT= icons -USES= tar:xz NO_BUILD= yes NO_ARCH= yes INSTALLS_ICONS= yes Modified: head/x11-themes/gnome-icons-elementary/distinfo ============================================================================== --- head/x11-themes/gnome-icons-elementary/distinfo Mon May 29 14:41:32 2017 (r441988) +++ head/x11-themes/gnome-icons-elementary/distinfo Mon May 29 14:48:51 2017 (r441989) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479647002 -SHA256 (elementary-icon-theme-4.0.1.1.tar.xz) = e6744ab02dc8abb32919c61f424ceb7fa4b751d3f1befd1f7171be4e932940dc -SIZE (elementary-icon-theme-4.0.1.1.tar.xz) = 1500140 +TIMESTAMP = 1496068852 +SHA256 (elementary-icons-4.1.0_GH0.tar.gz) = 91ba2d11e5c9a11de440d3c6b25611dcf1e1f0346600eff2cd8ccbd88eb79ae8 +SIZE (elementary-icons-4.1.0_GH0.tar.gz) = 2887087 Modified: head/x11-themes/gnome-icons-elementary/pkg-plist ============================================================================== --- head/x11-themes/gnome-icons-elementary/pkg-plist Mon May 29 14:41:32 2017 (r441988) +++ head/x11-themes/gnome-icons-elementary/pkg-plist Mon May 29 14:48:51 2017 (r441989) @@ -10,6 +10,7 @@ share/icons/elementary/actions/128/docum share/icons/elementary/actions/128/document-open-recent.svg share/icons/elementary/actions/128/document-open.svg share/icons/elementary/actions/128/document-page-setup.svg +share/icons/elementary/actions/128/document-revert-rtl.svg share/icons/elementary/actions/128/document-revert.svg share/icons/elementary/actions/128/document-save.svg share/icons/elementary/actions/128/edit-copy.svg @@ -23,6 +24,7 @@ share/icons/elementary/actions/128/edit- share/icons/elementary/actions/128/folder-new.svg share/icons/elementary/actions/128/help-about.svg share/icons/elementary/actions/128/help-contents.svg +share/icons/elementary/actions/128/insert-link.svg share/icons/elementary/actions/128/insert-object.svg share/icons/elementary/actions/128/list-add.svg share/icons/elementary/actions/128/list-remove.svg @@ -55,6 +57,7 @@ share/icons/elementary/actions/16/docume share/icons/elementary/actions/16/document-open.svg share/icons/elementary/actions/16/document-page-setup.svg share/icons/elementary/actions/16/document-properties.svg +share/icons/elementary/actions/16/document-revert-rtl.svg share/icons/elementary/actions/16/document-revert.svg share/icons/elementary/actions/16/document-save.svg share/icons/elementary/actions/16/edit-copy.svg @@ -83,12 +86,16 @@ share/icons/elementary/actions/16/format share/icons/elementary/actions/16/format-text-underline.svg share/icons/elementary/actions/16/go-bottom.svg share/icons/elementary/actions/16/go-down.svg +share/icons/elementary/actions/16/go-first-rtl.svg share/icons/elementary/actions/16/go-first.svg share/icons/elementary/actions/16/go-home.svg share/icons/elementary/actions/16/go-jump-rtl.svg share/icons/elementary/actions/16/go-jump.svg +share/icons/elementary/actions/16/go-last-rtl.svg share/icons/elementary/actions/16/go-last.svg +share/icons/elementary/actions/16/go-next-rtl.svg share/icons/elementary/actions/16/go-next.svg +share/icons/elementary/actions/16/go-previous-rtl.svg share/icons/elementary/actions/16/go-previous.svg share/icons/elementary/actions/16/go-top.svg share/icons/elementary/actions/16/go-up.svg @@ -100,16 +107,21 @@ share/icons/elementary/actions/16/insert share/icons/elementary/actions/16/list-add.svg share/icons/elementary/actions/16/list-remove.svg share/icons/elementary/actions/16/mail-archive.svg +share/icons/elementary/actions/16/mail-forward-rtl.svg share/icons/elementary/actions/16/mail-forward.svg share/icons/elementary/actions/16/mail-mark-important.svg +share/icons/elementary/actions/16/mail-reply-all-rtl.svg share/icons/elementary/actions/16/mail-reply-all.svg +share/icons/elementary/actions/16/mail-reply-sender-rtl.svg share/icons/elementary/actions/16/mail-reply-sender.svg share/icons/elementary/actions/16/media-eject.svg share/icons/elementary/actions/16/media-playback-pause.svg share/icons/elementary/actions/16/media-playback-start.svg share/icons/elementary/actions/16/media-playback-stop.svg share/icons/elementary/actions/16/media-record.svg +share/icons/elementary/actions/16/media-skip-backward-rtl.svg share/icons/elementary/actions/16/media-skip-backward.svg +share/icons/elementary/actions/16/media-skip-forward-rtl.svg share/icons/elementary/actions/16/media-skip-forward.svg share/icons/elementary/actions/16/node-add.svg share/icons/elementary/actions/16/node-align-horizontal.svg @@ -160,8 +172,12 @@ share/icons/elementary/actions/24/appoin share/icons/elementary/actions/24/bookmark-new.svg share/icons/elementary/actions/24/browser-download.svg share/icons/elementary/actions/24/contact-new.svg +share/icons/elementary/actions/24/document-export-rtl-symbolic.svg +share/icons/elementary/actions/24/document-export-rtl.svg share/icons/elementary/actions/24/document-export-symbolic.svg share/icons/elementary/actions/24/document-export.svg +share/icons/elementary/actions/24/document-import-rtl-symbolic.svg +share/icons/elementary/actions/24/document-import-rtl.svg share/icons/elementary/actions/24/document-import-symbolic.svg share/icons/elementary/actions/24/document-import.svg share/icons/elementary/actions/24/document-new.svg @@ -170,6 +186,7 @@ share/icons/elementary/actions/24/docume share/icons/elementary/actions/24/document-page-setup.svg share/icons/elementary/actions/24/document-print.svg share/icons/elementary/actions/24/document-properties.svg +share/icons/elementary/actions/24/document-revert-rtl.svg share/icons/elementary/actions/24/document-revert.svg share/icons/elementary/actions/24/document-save-as.svg share/icons/elementary/actions/24/document-save.svg @@ -192,6 +209,7 @@ share/icons/elementary/actions/24/edit-u share/icons/elementary/actions/24/edit-undo.svg share/icons/elementary/actions/24/edit.svg share/icons/elementary/actions/24/event-new.svg +share/icons/elementary/actions/24/find-location-symbolic.svg share/icons/elementary/actions/24/folder-copy.svg share/icons/elementary/actions/24/folder-move.svg share/icons/elementary/actions/24/folder-new.svg @@ -222,10 +240,12 @@ share/icons/elementary/actions/24/go-jum share/icons/elementary/actions/24/go-last-rtl.svg share/icons/elementary/actions/24/go-last.svg share/icons/elementary/actions/24/go-next-rtl-symbolic.svg +share/icons/elementary/actions/24/go-next-rtl.svg share/icons/elementary/actions/24/go-next-symbolic-rtl.svg share/icons/elementary/actions/24/go-next-symbolic.svg share/icons/elementary/actions/24/go-next.svg share/icons/elementary/actions/24/go-previous-rtl-symbolic.svg +share/icons/elementary/actions/24/go-previous-rtl.svg share/icons/elementary/actions/24/go-previous-symbolic-rtl.svg share/icons/elementary/actions/24/go-previous-symbolic.svg share/icons/elementary/actions/24/go-previous.svg @@ -316,6 +336,7 @@ share/icons/elementary/actions/32/docume share/icons/elementary/actions/32/document-page-setup.svg share/icons/elementary/actions/32/document-print.svg share/icons/elementary/actions/32/document-properties.svg +share/icons/elementary/actions/32/document-revert-rtl.svg share/icons/elementary/actions/32/document-revert.svg share/icons/elementary/actions/32/document-save.svg share/icons/elementary/actions/32/edit-copy.svg @@ -326,20 +347,26 @@ share/icons/elementary/actions/32/edit-r share/icons/elementary/actions/32/edit-select-all.svg share/icons/elementary/actions/32/edit-undo-rtl.svg share/icons/elementary/actions/32/edit-undo.svg +share/icons/elementary/actions/32/find-location.svg share/icons/elementary/actions/32/folder-new.svg share/icons/elementary/actions/32/help-about.svg share/icons/elementary/actions/32/help-contents.svg share/icons/elementary/actions/32/insert-image.svg +share/icons/elementary/actions/32/insert-link.svg share/icons/elementary/actions/32/insert-object.svg share/icons/elementary/actions/32/list-add.svg share/icons/elementary/actions/32/list-remove.svg +share/icons/elementary/actions/32/mail-forward-rtl.svg share/icons/elementary/actions/32/mail-forward.svg +share/icons/elementary/actions/32/mail-reply-all-rtl.svg share/icons/elementary/actions/32/mail-reply-all.svg +share/icons/elementary/actions/32/mail-reply-sender-rtl.svg share/icons/elementary/actions/32/mail-reply-sender.svg share/icons/elementary/actions/32/media-playback-stop.svg share/icons/elementary/actions/32/media-record.svg share/icons/elementary/actions/32/object-inverse.svg share/icons/elementary/actions/32/process-stop.svg +share/icons/elementary/actions/32/system-lock-screen.svg share/icons/elementary/actions/32/system-log-out.svg share/icons/elementary/actions/32/system-restart.svg share/icons/elementary/actions/32/system-shutdown.svg @@ -351,7 +378,9 @@ share/icons/elementary/actions/48/appoin share/icons/elementary/actions/48/bookmark-new.svg share/icons/elementary/actions/48/browser-download.svg share/icons/elementary/actions/48/contact-new.svg +share/icons/elementary/actions/48/document-export-rtl.svg share/icons/elementary/actions/48/document-export.svg +share/icons/elementary/actions/48/document-import-rtl.svg share/icons/elementary/actions/48/document-import.svg share/icons/elementary/actions/48/document-new.svg share/icons/elementary/actions/48/document-open-recent.svg @@ -359,6 +388,7 @@ share/icons/elementary/actions/48/docume share/icons/elementary/actions/48/document-page-setup.svg share/icons/elementary/actions/48/document-print.svg share/icons/elementary/actions/48/document-properties.svg +share/icons/elementary/actions/48/document-revert-rtl.svg share/icons/elementary/actions/48/document-revert.svg share/icons/elementary/actions/48/document-save.svg share/icons/elementary/actions/48/edit-clear.svg @@ -373,33 +403,44 @@ share/icons/elementary/actions/48/edit-s share/icons/elementary/actions/48/edit-undo-rtl.svg share/icons/elementary/actions/48/edit-undo.svg share/icons/elementary/actions/48/edit.svg +share/icons/elementary/actions/48/find-location.svg share/icons/elementary/actions/48/folder-new.svg share/icons/elementary/actions/48/gnome-lockscreen.svg share/icons/elementary/actions/48/go-bottom.svg share/icons/elementary/actions/48/go-down.svg +share/icons/elementary/actions/48/go-first-rtl.svg share/icons/elementary/actions/48/go-first.svg share/icons/elementary/actions/48/go-jump-rtl.svg share/icons/elementary/actions/48/go-jump.svg +share/icons/elementary/actions/48/go-last-rtl.svg share/icons/elementary/actions/48/go-last.svg +share/icons/elementary/actions/48/go-next-rtl.svg share/icons/elementary/actions/48/go-next.svg +share/icons/elementary/actions/48/go-previous-rtl.svg share/icons/elementary/actions/48/go-previous.svg share/icons/elementary/actions/48/go-top.svg share/icons/elementary/actions/48/go-up.svg share/icons/elementary/actions/48/help-about.svg share/icons/elementary/actions/48/help-contents.svg share/icons/elementary/actions/48/insert-image.svg +share/icons/elementary/actions/48/insert-link.svg share/icons/elementary/actions/48/insert-object.svg share/icons/elementary/actions/48/list-add.svg share/icons/elementary/actions/48/list-remove.svg +share/icons/elementary/actions/48/mail-forward-rtl.svg share/icons/elementary/actions/48/mail-forward.svg +share/icons/elementary/actions/48/mail-reply-all-rtl.svg share/icons/elementary/actions/48/mail-reply-all.svg +share/icons/elementary/actions/48/mail-reply-sender-rtl.svg share/icons/elementary/actions/48/mail-reply-sender.svg share/icons/elementary/actions/48/media-eject.svg share/icons/elementary/actions/48/media-playback-pause.svg share/icons/elementary/actions/48/media-playback-start.svg share/icons/elementary/actions/48/media-playback-stop.svg share/icons/elementary/actions/48/media-record.svg +share/icons/elementary/actions/48/media-skip-backward-rtl.svg share/icons/elementary/actions/48/media-skip-backward.svg +share/icons/elementary/actions/48/media-skip-forward-rtl.svg share/icons/elementary/actions/48/media-skip-forward.svg share/icons/elementary/actions/48/object-inverse.svg share/icons/elementary/actions/48/object-rotate-left.svg @@ -423,6 +464,7 @@ share/icons/elementary/actions/64/docume share/icons/elementary/actions/64/document-open.svg share/icons/elementary/actions/64/document-page-setup.svg share/icons/elementary/actions/64/document-properties.svg +share/icons/elementary/actions/64/document-revert-rtl.svg share/icons/elementary/actions/64/document-revert.svg share/icons/elementary/actions/64/document-save.svg share/icons/elementary/actions/64/edit-copy.svg @@ -438,11 +480,15 @@ share/icons/elementary/actions/64/go-dow share/icons/elementary/actions/64/help-about.svg share/icons/elementary/actions/64/help-contents.svg share/icons/elementary/actions/64/insert-image.svg +share/icons/elementary/actions/64/insert-link.svg share/icons/elementary/actions/64/insert-object.svg share/icons/elementary/actions/64/list-add.svg share/icons/elementary/actions/64/list-remove.svg +share/icons/elementary/actions/64/mail-forward-rtl.svg share/icons/elementary/actions/64/mail-forward.svg +share/icons/elementary/actions/64/mail-reply-all-rtl.svg share/icons/elementary/actions/64/mail-reply-all.svg +share/icons/elementary/actions/64/mail-reply-sender-rtl.svg share/icons/elementary/actions/64/mail-reply-sender.svg share/icons/elementary/actions/64/media-playback-stop.svg share/icons/elementary/actions/64/media-record.svg @@ -629,6 +675,7 @@ share/icons/elementary/actions/symbolic/ share/icons/elementary/actions/symbolic/view-list-images-symbolic.svg share/icons/elementary/actions/symbolic/view-list-symbolic.svg share/icons/elementary/actions/symbolic/view-list-video-symbolic.svg +share/icons/elementary/actions/symbolic/view-more-horizontal-symbolic.svg share/icons/elementary/actions/symbolic/view-more-symbolic.svg share/icons/elementary/actions/symbolic/view-paged-symbolic.svg share/icons/elementary/actions/symbolic/view-refresh-symbolic.svg @@ -692,9 +739,11 @@ share/icons/elementary/apps/16/office-ca share/icons/elementary/apps/16/postscript-viewer.svg share/icons/elementary/apps/16/preferences-desktop-font.svg share/icons/elementary/apps/16/system-file-manager.svg +share/icons/elementary/apps/16/system-os-install.svg share/icons/elementary/apps/16/system-software-install.svg share/icons/elementary/apps/16/system-software-update.svg share/icons/elementary/apps/16/system-users.svg +share/icons/elementary/apps/16/ubiquity.svg share/icons/elementary/apps/16/utilities-terminal.svg share/icons/elementary/apps/24/accessories-calculator.svg share/icons/elementary/apps/24/accessories-camera.svg @@ -718,9 +767,11 @@ share/icons/elementary/apps/24/postscrip share/icons/elementary/apps/24/preferences-desktop-font.svg share/icons/elementary/apps/24/preferences-desktop.svg share/icons/elementary/apps/24/system-file-manager.svg +share/icons/elementary/apps/24/system-os-install.svg share/icons/elementary/apps/24/system-software-install.svg share/icons/elementary/apps/24/system-software-update.svg share/icons/elementary/apps/24/system-users.svg +share/icons/elementary/apps/24/ubiquity.svg share/icons/elementary/apps/24/utilities-terminal.svg share/icons/elementary/apps/32/accessories-calculator.svg share/icons/elementary/apps/32/accessories-camera.svg @@ -820,6 +871,7 @@ share/icons/elementary/apps/symbolic/acc share/icons/elementary/apps/symbolic/accessories-text-editor-symbolic.svg share/icons/elementary/apps/symbolic/internet-mail-symbolic.svg share/icons/elementary/apps/symbolic/office-calendar-symbolic.svg +share/icons/elementary/apps/symbolic/system-software-install-symbolic.svg share/icons/elementary/apps/symbolic/system-users-symbolic.svg share/icons/elementary/apps/symbolic/utilities-terminal-symbolic.svg share/icons/elementary/apps/symbolic/web-browser-symbolic.svg @@ -841,6 +893,7 @@ share/icons/elementary/categories/24/con share/icons/elementary/categories/24/preferences-bluetooth.svg share/icons/elementary/categories/24/preferences-desktop-accessibility-symbolic.svg share/icons/elementary/categories/24/preferences-desktop-accessibility.svg +share/icons/elementary/categories/24/preferences-desktop-locale-symbolic.svg share/icons/elementary/categories/24/preferences-desktop-locale.svg share/icons/elementary/categories/24/preferences-desktop-peripherals.svg share/icons/elementary/categories/24/preferences-desktop-sound.svg @@ -899,6 +952,7 @@ share/icons/elementary/categories/48/app share/icons/elementary/categories/48/config-language.svg share/icons/elementary/categories/48/preferences-bluetooth.svg share/icons/elementary/categories/48/preferences-desktop-accessibility.svg +share/icons/elementary/categories/48/preferences-desktop-display.svg share/icons/elementary/categories/48/preferences-desktop-keyboard.svg share/icons/elementary/categories/48/preferences-desktop-locale.svg share/icons/elementary/categories/48/preferences-desktop-online-accounts.svg @@ -928,9 +982,11 @@ share/icons/elementary/categories/symbol share/icons/elementary/categories/symbolic/applications-multimedia-symbolic.svg share/icons/elementary/categories/symbolic/applications-science-symbolic.svg share/icons/elementary/categories/symbolic/applications-utilities-symbolic.svg +share/icons/elementary/categories/symbolic/bug-symbolic.svg share/icons/elementary/categories/symbolic/event-birthday-symbolic.svg share/icons/elementary/categories/symbolic/network-wireless-hotspot-symbolic.svg share/icons/elementary/categories/symbolic/preferences-desktop-accessibility-symbolic.svg +share/icons/elementary/categories/symbolic/preferences-desktop-locale-symbolic.svg share/icons/elementary/categories/symbolic/preferences-other-symbolic.svg share/icons/elementary/categories/symbolic/preferences-system-symbolic.svg share/icons/elementary/categories/symbolic/system-help-symbolic.svg @@ -1029,6 +1085,7 @@ share/icons/elementary/devices/128/compu share/icons/elementary/devices/128/drive-cdrom.svg share/icons/elementary/devices/128/drive-harddisk.svg share/icons/elementary/devices/128/drive-optical.svg +share/icons/elementary/devices/128/drive-removable-media-usb.svg share/icons/elementary/devices/128/input-gaming.svg share/icons/elementary/devices/128/input-mouse.svg share/icons/elementary/devices/128/input-tablet.svg @@ -1073,11 +1130,13 @@ share/icons/elementary/devices/16/system share/icons/elementary/devices/16/tablet.svg share/icons/elementary/devices/16/video-display.svg share/icons/elementary/devices/24/audio-card.svg +share/icons/elementary/devices/24/audio-input-microphone-symbolic.svg share/icons/elementary/devices/24/audio-input-microphone.svg share/icons/elementary/devices/24/audio-speakers.svg share/icons/elementary/devices/24/battery.svg share/icons/elementary/devices/24/bluetooth.svg share/icons/elementary/devices/24/camera-photo.svg +share/icons/elementary/devices/24/camera-video-symbolic.svg share/icons/elementary/devices/24/camera-web.svg share/icons/elementary/devices/24/camera.svg share/icons/elementary/devices/24/computer.svg @@ -1085,6 +1144,7 @@ share/icons/elementary/devices/24/drive- share/icons/elementary/devices/24/drive-harddisk-usb.svg share/icons/elementary/devices/24/drive-harddisk.svg share/icons/elementary/devices/24/drive-optical.svg +share/icons/elementary/devices/24/drive-removable-media-usb.svg share/icons/elementary/devices/24/drive-removable-media.svg share/icons/elementary/devices/24/input-gaming.svg share/icons/elementary/devices/24/input-keyboard.svg @@ -1113,6 +1173,7 @@ share/icons/elementary/devices/32/drive- share/icons/elementary/devices/32/drive-harddisk-usb.svg share/icons/elementary/devices/32/drive-harddisk.svg share/icons/elementary/devices/32/drive-optical.svg +share/icons/elementary/devices/32/drive-removable-media-usb.svg share/icons/elementary/devices/32/drive-removable-media.svg share/icons/elementary/devices/32/input-gaming.svg share/icons/elementary/devices/32/input-keyboard.svg @@ -1124,11 +1185,13 @@ share/icons/elementary/devices/32/media- share/icons/elementary/devices/32/media-dvd.svg share/icons/elementary/devices/32/media-dvdrw.svg share/icons/elementary/devices/32/media-optical.svg +share/icons/elementary/devices/32/network-firewall.svg share/icons/elementary/devices/32/network-vpn.svg share/icons/elementary/devices/32/network-wired.svg share/icons/elementary/devices/32/network-wireless-hotspot.svg share/icons/elementary/devices/32/network-wireless.svg share/icons/elementary/devices/32/nm-device-wireless.svg +share/icons/elementary/devices/32/phone.svg share/icons/elementary/devices/32/printer-network.svg share/icons/elementary/devices/32/printer-remote.svg share/icons/elementary/devices/32/printer.svg @@ -1138,7 +1201,26 @@ share/icons/elementary/devices/32/video- share/icons/elementary/devices/48/audio-card.svg share/icons/elementary/devices/48/audio-input-microphone-symbolic.svg share/icons/elementary/devices/48/audio-input-microphone.svg +share/icons/elementary/devices/48/audio-speaker-center-back-testing.svg +share/icons/elementary/devices/48/audio-speaker-center-back.svg +share/icons/elementary/devices/48/audio-speaker-center-testing.svg +share/icons/elementary/devices/48/audio-speaker-center.svg +share/icons/elementary/devices/48/audio-speaker-left-back-testing.svg +share/icons/elementary/devices/48/audio-speaker-left-back.svg +share/icons/elementary/devices/48/audio-speaker-left-side-testing.svg +share/icons/elementary/devices/48/audio-speaker-left-side.svg +share/icons/elementary/devices/48/audio-speaker-left-testing.svg +share/icons/elementary/devices/48/audio-speaker-left.svg +share/icons/elementary/devices/48/audio-speaker-right-back-testing.svg +share/icons/elementary/devices/48/audio-speaker-right-back.svg +share/icons/elementary/devices/48/audio-speaker-right-side-testing.svg +share/icons/elementary/devices/48/audio-speaker-right-side.svg +share/icons/elementary/devices/48/audio-speaker-right-testing.svg +share/icons/elementary/devices/48/audio-speaker-right.svg +share/icons/elementary/devices/48/audio-speaker-testing.svg share/icons/elementary/devices/48/audio-speakers.svg +share/icons/elementary/devices/48/audio-subwoofer-testing.svg +share/icons/elementary/devices/48/audio-subwoofer.svg share/icons/elementary/devices/48/battery.svg share/icons/elementary/devices/48/bluetooth.svg share/icons/elementary/devices/48/camera-photo.svg @@ -1198,6 +1280,7 @@ share/icons/elementary/devices/64/comput share/icons/elementary/devices/64/drive-cdrom.svg share/icons/elementary/devices/64/drive-harddisk.svg share/icons/elementary/devices/64/drive-optical.svg +share/icons/elementary/devices/64/drive-removable-media-usb.svg share/icons/elementary/devices/64/input-gaming.svg share/icons/elementary/devices/64/input-mouse.svg share/icons/elementary/devices/64/input-tablet.svg @@ -1232,6 +1315,7 @@ share/icons/elementary/devices/symbolic/ share/icons/elementary/devices/symbolic/drive-multidisk-symbolic.svg share/icons/elementary/devices/symbolic/drive-optical-symbolic.svg share/icons/elementary/devices/symbolic/drive-removable-media-symbolic.svg +share/icons/elementary/devices/symbolic/drive-removable-media-usb-symbolic.svg share/icons/elementary/devices/symbolic/fingerprint-symbolic.svg share/icons/elementary/devices/symbolic/input-dialpad-symbolic.svg share/icons/elementary/devices/symbolic/input-gaming-symbolic.svg @@ -1319,15 +1403,19 @@ share/icons/elementary/mimes/128/applica share/icons/elementary/mimes/128/application-pdf.svg share/icons/elementary/mimes/128/application-pgp.svg share/icons/elementary/mimes/128/application-rss+xml.svg +share/icons/elementary/mimes/128/application-rtf-rtl.svg share/icons/elementary/mimes/128/application-rtf.svg share/icons/elementary/mimes/128/application-vnd.ms-access.svg share/icons/elementary/mimes/128/application-vnd.ms-powerpoint.presentation.macroEnabled.12.svg share/icons/elementary/mimes/128/application-vnd.ms-powerpoint.svg share/icons/elementary/mimes/128/application-vnd.oasis.opendocument.database.svg +share/icons/elementary/mimes/128/application-vnd.oasis.opendocument.text-rtl.svg share/icons/elementary/mimes/128/application-vnd.oasis.opendocument.text-web.svg share/icons/elementary/mimes/128/application-vnd.oasis.opendocument.text.svg share/icons/elementary/mimes/128/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg +share/icons/elementary/mimes/128/application-vnd.sun.xml.writer-rtl.svg share/icons/elementary/mimes/128/application-vnd.sun.xml.writer.svg +share/icons/elementary/mimes/128/application-vnd.wordperfect-rtl.svg share/icons/elementary/mimes/128/application-vnd.wordperfect.svg share/icons/elementary/mimes/128/application-x-bittorrent.svg share/icons/elementary/mimes/128/application-x-blender.svg @@ -1338,6 +1426,7 @@ share/icons/elementary/mimes/128/applica share/icons/elementary/mimes/128/application-x-executable.svg share/icons/elementary/mimes/128/application-x-firmware.svg share/icons/elementary/mimes/128/application-x-flash-video.svg +share/icons/elementary/mimes/128/application-x-gnome-theme-package-rtl.svg share/icons/elementary/mimes/128/application-x-gnome-theme-package.svg share/icons/elementary/mimes/128/application-x-java.svg share/icons/elementary/mimes/128/application-x-javascript.svg @@ -1351,6 +1440,7 @@ share/icons/elementary/mimes/128/applica share/icons/elementary/mimes/128/application-x-shockwave-flash.svg share/icons/elementary/mimes/128/application-x-sqlite2.svg share/icons/elementary/mimes/128/application-x-sqlite3.svg +share/icons/elementary/mimes/128/application-x-theme-rtl.svg share/icons/elementary/mimes/128/application-x-theme.svg share/icons/elementary/mimes/128/application-xml.svg share/icons/elementary/mimes/128/audio-mpeg.svg @@ -1360,6 +1450,7 @@ share/icons/elementary/mimes/128/audio-x share/icons/elementary/mimes/128/audio-x-playlist.svg share/icons/elementary/mimes/128/audio-x-scpls.svg share/icons/elementary/mimes/128/binary.svg +share/icons/elementary/mimes/128/document-rtl.svg share/icons/elementary/mimes/128/document.svg share/icons/elementary/mimes/128/empty.svg share/icons/elementary/mimes/128/exec.svg @@ -1369,23 +1460,30 @@ share/icons/elementary/mimes/128/interne share/icons/elementary/mimes/128/model.svg share/icons/elementary/mimes/128/office-contact.svg share/icons/elementary/mimes/128/office-database.svg +share/icons/elementary/mimes/128/office-document-rtl.svg share/icons/elementary/mimes/128/office-document.svg share/icons/elementary/mimes/128/package-x-generic.svg share/icons/elementary/mimes/128/package.svg share/icons/elementary/mimes/128/shellscript.svg share/icons/elementary/mimes/128/text-css.svg share/icons/elementary/mimes/128/text-directory.svg +share/icons/elementary/mimes/128/text-enriched-rtl.svg share/icons/elementary/mimes/128/text-enriched.svg share/icons/elementary/mimes/128/text-html.svg share/icons/elementary/mimes/128/text-htmlh.svg +share/icons/elementary/mimes/128/text-plain-rtl.svg share/icons/elementary/mimes/128/text-plain.svg +share/icons/elementary/mimes/128/text-richtext-rtl.svg share/icons/elementary/mimes/128/text-richtext.svg +share/icons/elementary/mimes/128/text-rtl.svg share/icons/elementary/mimes/128/text-x-authors.svg share/icons/elementary/mimes/128/text-x-c++.svg share/icons/elementary/mimes/128/text-x-c++src.svg +share/icons/elementary/mimes/128/text-x-copying-rtl.svg share/icons/elementary/mimes/128/text-x-copying.svg share/icons/elementary/mimes/128/text-x-csharp.svg share/icons/elementary/mimes/128/text-x-csrc.svg +share/icons/elementary/mimes/128/text-x-generic-rtl.svg share/icons/elementary/mimes/128/text-x-generic.svg share/icons/elementary/mimes/128/text-x-install.svg share/icons/elementary/mimes/128/text-x-java-source.svg @@ -1401,19 +1499,29 @@ share/icons/elementary/mimes/128/text.sv share/icons/elementary/mimes/128/unknown.svg share/icons/elementary/mimes/128/vcard.svg share/icons/elementary/mimes/128/video-x-generic.svg +share/icons/elementary/mimes/128/wordprocessing-rtl.svg share/icons/elementary/mimes/128/wordprocessing.svg share/icons/elementary/mimes/128/www.svg share/icons/elementary/mimes/128/x-office-address-book.svg +share/icons/elementary/mimes/128/x-office-document-rtl.svg share/icons/elementary/mimes/128/x-office-document.svg share/icons/elementary/mimes/16/application-epub+zip.svg share/icons/elementary/mimes/16/application-illustrator.svg share/icons/elementary/mimes/16/application-octet-stream.svg share/icons/elementary/mimes/16/application-pdf.svg +share/icons/elementary/mimes/16/application-rtf-rtl.svg share/icons/elementary/mimes/16/application-rtf.svg share/icons/elementary/mimes/16/application-vnd.oasis.opendocument.chart.svg share/icons/elementary/mimes/16/application-vnd.oasis.opendocument.database.svg +share/icons/elementary/mimes/16/application-vnd.oasis.opendocument.spreadsheet-rtl.svg +share/icons/elementary/mimes/16/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/elementary/mimes/16/application-vnd.oasis.opendocument.text-rtl.svg share/icons/elementary/mimes/16/application-vnd.oasis.opendocument.text.svg +share/icons/elementary/mimes/16/application-vnd.sun.xml.calc-rtl.svg +share/icons/elementary/mimes/16/application-vnd.sun.xml.calc.svg +share/icons/elementary/mimes/16/application-vnd.sun.xml.writer-rtl.svg share/icons/elementary/mimes/16/application-vnd.sun.xml.writer.svg +share/icons/elementary/mimes/16/application-vnd.wordperfect-rtl.svg share/icons/elementary/mimes/16/application-vnd.wordperfect.svg share/icons/elementary/mimes/16/application-x-bittorrent.svg share/icons/elementary/mimes/16/application-x-blender.svg @@ -1425,6 +1533,8 @@ share/icons/elementary/mimes/16/applicat share/icons/elementary/mimes/16/application-x-firmware.svg share/icons/elementary/mimes/16/application-x-flash-video.svg share/icons/elementary/mimes/16/application-x-gnome-theme-package.svg +share/icons/elementary/mimes/16/application-x-gnumeric-rtl.svg +share/icons/elementary/mimes/16/application-x-gnumeric.svg share/icons/elementary/mimes/16/application-x-m4.svg share/icons/elementary/mimes/16/application-x-ms-dos-executable.svg share/icons/elementary/mimes/16/application-x-msi.svg @@ -1437,9 +1547,13 @@ share/icons/elementary/mimes/16/applicat share/icons/elementary/mimes/16/application-x-theme.svg share/icons/elementary/mimes/16/audio-mpeg.svg share/icons/elementary/mimes/16/audio-x-generic.svg +share/icons/elementary/mimes/16/audio-x-mp3-playlist-rtl.svg share/icons/elementary/mimes/16/audio-x-mp3-playlist.svg +share/icons/elementary/mimes/16/audio-x-mpegurl-rtl.svg share/icons/elementary/mimes/16/audio-x-mpegurl.svg +share/icons/elementary/mimes/16/audio-x-playlist-rtl.svg share/icons/elementary/mimes/16/audio-x-playlist.svg +share/icons/elementary/mimes/16/audio-x-scpls-rtl.svg share/icons/elementary/mimes/16/audio-x-scpls.svg share/icons/elementary/mimes/16/authors.svg share/icons/elementary/mimes/16/binary.svg @@ -1456,19 +1570,29 @@ share/icons/elementary/mimes/16/internet share/icons/elementary/mimes/16/model.svg share/icons/elementary/mimes/16/office-contact.svg share/icons/elementary/mimes/16/office-database.svg +share/icons/elementary/mimes/16/office-document-rtl.svg share/icons/elementary/mimes/16/office-document.svg +share/icons/elementary/mimes/16/office-spreadsheet-rtl.svg +share/icons/elementary/mimes/16/office-spreadsheet.svg share/icons/elementary/mimes/16/shellscript.svg share/icons/elementary/mimes/16/text-css.svg +share/icons/elementary/mimes/16/text-csv-rtl.svg +share/icons/elementary/mimes/16/text-csv.svg share/icons/elementary/mimes/16/text-directory.svg +share/icons/elementary/mimes/16/text-enriched-rtl.svg share/icons/elementary/mimes/16/text-enriched.svg share/icons/elementary/mimes/16/text-html.svg share/icons/elementary/mimes/16/text-plain.svg +share/icons/elementary/mimes/16/text-richtext-rtl.svg share/icons/elementary/mimes/16/text-richtext.svg +share/icons/elementary/mimes/16/text-spreadsheet-rtl.svg +share/icons/elementary/mimes/16/text-spreadsheet.svg share/icons/elementary/mimes/16/text-x-authors.svg share/icons/elementary/mimes/16/text-x-c++.svg share/icons/elementary/mimes/16/text-x-cmake.svg share/icons/elementary/mimes/16/text-x-copying.svg share/icons/elementary/mimes/16/text-x-csharp.svg +share/icons/elementary/mimes/16/text-x-generic-template-rtl.svg share/icons/elementary/mimes/16/text-x-generic-template.svg share/icons/elementary/mimes/16/text-x-generic.svg share/icons/elementary/mimes/16/text-x-install.svg @@ -1482,11 +1606,17 @@ share/icons/elementary/mimes/16/text.svg share/icons/elementary/mimes/16/unknown.svg share/icons/elementary/mimes/16/vcard.svg share/icons/elementary/mimes/16/x-office-address-book.svg +share/icons/elementary/mimes/16/x-office-document-rtl.svg +share/icons/elementary/mimes/16/x-office-document-template-rtl.svg share/icons/elementary/mimes/16/x-office-document-template.svg share/icons/elementary/mimes/16/x-office-document.svg share/icons/elementary/mimes/16/x-office-drawing-template.svg +share/icons/elementary/mimes/16/x-office-presentation-rtl.svg +share/icons/elementary/mimes/16/x-office-presentation-template-rtl.svg share/icons/elementary/mimes/16/x-office-presentation-template.svg share/icons/elementary/mimes/16/x-office-presentation.svg +share/icons/elementary/mimes/16/x-office-spreadsheet-rtl.svg +share/icons/elementary/mimes/16/x-office-spreadsheet-template-rtl.svg share/icons/elementary/mimes/16/x-office-spreadsheet-template.svg share/icons/elementary/mimes/16/x-office-spreadsheet.svg share/icons/elementary/mimes/24/application-atom+xml.svg @@ -1494,6 +1624,7 @@ share/icons/elementary/mimes/24/applicat share/icons/elementary/mimes/24/application-illustrator.svg share/icons/elementary/mimes/24/application-msword.svg share/icons/elementary/mimes/24/application-rss+xml.svg +share/icons/elementary/mimes/24/application-rtf-rtl.svg share/icons/elementary/mimes/24/application-rtf.svg share/icons/elementary/mimes/24/application-vnd.ms-access.svg share/icons/elementary/mimes/24/application-vnd.ms-excel.svg @@ -1501,10 +1632,17 @@ share/icons/elementary/mimes/24/applicat share/icons/elementary/mimes/24/application-vnd.ms-powerpoint.svg share/icons/elementary/mimes/24/application-vnd.oasis.opendocument.chart.svg share/icons/elementary/mimes/24/application-vnd.oasis.opendocument.database.svg +share/icons/elementary/mimes/24/application-vnd.oasis.opendocument.spreadsheet-rtl.svg +share/icons/elementary/mimes/24/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/elementary/mimes/24/application-vnd.oasis.opendocument.text-rtl.svg share/icons/elementary/mimes/24/application-vnd.oasis.opendocument.text-web.svg share/icons/elementary/mimes/24/application-vnd.oasis.opendocument.text.svg share/icons/elementary/mimes/24/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg +share/icons/elementary/mimes/24/application-vnd.sun.xml.calc-rtl.svg +share/icons/elementary/mimes/24/application-vnd.sun.xml.calc.svg +share/icons/elementary/mimes/24/application-vnd.sun.xml.writer-rtl.svg share/icons/elementary/mimes/24/application-vnd.sun.xml.writer.svg +share/icons/elementary/mimes/24/application-vnd.wordperfect-rtl.svg share/icons/elementary/mimes/24/application-vnd.wordperfect.svg share/icons/elementary/mimes/24/application-x-bittorrent.svg share/icons/elementary/mimes/24/application-x-blender.svg @@ -1516,24 +1654,35 @@ share/icons/elementary/mimes/24/applicat share/icons/elementary/mimes/24/application-x-fictionbook+xml.svg share/icons/elementary/mimes/24/application-x-firmware.svg share/icons/elementary/mimes/24/application-x-flash-video.svg +share/icons/elementary/mimes/24/application-x-gnome-theme-package-rtl.svg share/icons/elementary/mimes/24/application-x-gnome-theme-package.svg +share/icons/elementary/mimes/24/application-x-gnumeric-rtl.svg +share/icons/elementary/mimes/24/application-x-gnumeric.svg share/icons/elementary/mimes/24/application-x-java.svg +share/icons/elementary/mimes/24/application-x-m4.svg share/icons/elementary/mimes/24/application-x-ms-dos-executable.svg share/icons/elementary/mimes/24/application-x-msi.svg share/icons/elementary/mimes/24/application-x-object.svg share/icons/elementary/mimes/24/application-x-python-bytecode.svg +share/icons/elementary/mimes/24/application-x-shellscript.svg share/icons/elementary/mimes/24/application-x-shockwave-flash.svg share/icons/elementary/mimes/24/application-x-sqlite2.svg share/icons/elementary/mimes/24/application-x-sqlite3.svg +share/icons/elementary/mimes/24/application-x-theme-rtl.svg share/icons/elementary/mimes/24/application-x-theme.svg share/icons/elementary/mimes/24/application-xml.svg share/icons/elementary/mimes/24/audio-mpeg.svg share/icons/elementary/mimes/24/audio-x-generic.svg +share/icons/elementary/mimes/24/audio-x-mp3-playlist-rtl.svg share/icons/elementary/mimes/24/audio-x-mp3-playlist.svg +share/icons/elementary/mimes/24/audio-x-mpegurl-rtl.svg share/icons/elementary/mimes/24/audio-x-mpegurl.svg +share/icons/elementary/mimes/24/audio-x-playlist-rtl.svg share/icons/elementary/mimes/24/audio-x-playlist.svg +share/icons/elementary/mimes/24/audio-x-scpls-rtl.svg share/icons/elementary/mimes/24/audio-x-scpls.svg share/icons/elementary/mimes/24/binary.svg +share/icons/elementary/mimes/24/document-rtl.svg share/icons/elementary/mimes/24/document.svg share/icons/elementary/mimes/24/empty.svg share/icons/elementary/mimes/24/exec.svg @@ -1549,15 +1698,32 @@ share/icons/elementary/mimes/24/media-vi share/icons/elementary/mimes/24/model.svg share/icons/elementary/mimes/24/office-contact.svg share/icons/elementary/mimes/24/office-database.svg +share/icons/elementary/mimes/24/office-document-rtl.svg share/icons/elementary/mimes/24/office-document.svg +share/icons/elementary/mimes/24/office-spreadsheet-rtl.svg +share/icons/elementary/mimes/24/office-spreadsheet.svg +share/icons/elementary/mimes/24/shellscript.svg +share/icons/elementary/mimes/24/text-csv-rtl.svg +share/icons/elementary/mimes/24/text-csv.svg share/icons/elementary/mimes/24/text-directory.svg +share/icons/elementary/mimes/24/text-enriched-rtl.svg share/icons/elementary/mimes/24/text-enriched.svg share/icons/elementary/mimes/24/text-html.svg share/icons/elementary/mimes/24/text-htmlh.svg +share/icons/elementary/mimes/24/text-plain-rtl.svg share/icons/elementary/mimes/24/text-plain.svg +share/icons/elementary/mimes/24/text-richtext-rtl.svg share/icons/elementary/mimes/24/text-richtext.svg +share/icons/elementary/mimes/24/text-rtl.svg +share/icons/elementary/mimes/24/text-spreadsheet-rtl.svg +share/icons/elementary/mimes/24/text-spreadsheet.svg share/icons/elementary/mimes/24/text-x-authors.svg +share/icons/elementary/mimes/24/text-x-c++.svg +share/icons/elementary/mimes/24/text-x-copying-rtl.svg share/icons/elementary/mimes/24/text-x-copying.svg +share/icons/elementary/mimes/24/text-x-csharp.svg +share/icons/elementary/mimes/24/text-x-generic-rtl.svg +share/icons/elementary/mimes/24/text-x-generic-template-rtl.svg share/icons/elementary/mimes/24/text-x-generic-template.svg share/icons/elementary/mimes/24/text-x-generic.svg share/icons/elementary/mimes/24/text-x-install.svg @@ -1565,6 +1731,8 @@ share/icons/elementary/mimes/24/text-x-j share/icons/elementary/mimes/24/text-x-java.svg share/icons/elementary/mimes/24/text-x-preview.svg share/icons/elementary/mimes/24/text-x-readme.svg +share/icons/elementary/mimes/24/text-x-script.svg +share/icons/elementary/mimes/24/text-x-source.svg share/icons/elementary/mimes/24/text-x-sql.svg share/icons/elementary/mimes/24/text-x-vala.svg share/icons/elementary/mimes/24/text-xml.svg @@ -1572,14 +1740,21 @@ share/icons/elementary/mimes/24/text.svg share/icons/elementary/mimes/24/unknown.svg share/icons/elementary/mimes/24/vcard.svg share/icons/elementary/mimes/24/video-x-generic.svg +share/icons/elementary/mimes/24/wordprocessing-rtl.svg share/icons/elementary/mimes/24/www.svg share/icons/elementary/mimes/24/x-office-address-book.svg +share/icons/elementary/mimes/24/x-office-document-rtl.svg +share/icons/elementary/mimes/24/x-office-document-template-rtl.svg share/icons/elementary/mimes/24/x-office-document-template.svg share/icons/elementary/mimes/24/x-office-document.svg share/icons/elementary/mimes/24/x-office-drawing-template.svg share/icons/elementary/mimes/24/x-office-drawing.svg +share/icons/elementary/mimes/24/x-office-presentation-rtl.svg +share/icons/elementary/mimes/24/x-office-presentation-template-rtl.svg share/icons/elementary/mimes/24/x-office-presentation-template.svg share/icons/elementary/mimes/24/x-office-presentation.svg +share/icons/elementary/mimes/24/x-office-spreadsheet-rtl.svg +share/icons/elementary/mimes/24/x-office-spreadsheet-template-rtl.svg share/icons/elementary/mimes/24/x-office-spreadsheet-template.svg share/icons/elementary/mimes/24/x-office-spreadsheet.svg share/icons/elementary/mimes/32/application-atom+xml.svg @@ -1591,6 +1766,7 @@ share/icons/elementary/mimes/32/applicat share/icons/elementary/mimes/32/application-pdf.svg share/icons/elementary/mimes/32/application-pgp.svg share/icons/elementary/mimes/32/application-rss+xml.svg +share/icons/elementary/mimes/32/application-rtf-rtl.svg share/icons/elementary/mimes/32/application-rtf.svg share/icons/elementary/mimes/32/application-vnd.ms-access.svg share/icons/elementary/mimes/32/application-vnd.ms-excel.svg @@ -1600,7 +1776,9 @@ share/icons/elementary/mimes/32/applicat share/icons/elementary/mimes/32/application-vnd.oasis.opendocument.database.svg share/icons/elementary/mimes/32/application-vnd.oasis.opendocument.drawing.svg share/icons/elementary/mimes/32/application-vnd.oasis.opendocument.graphics.svg +share/icons/elementary/mimes/32/application-vnd.oasis.opendocument.spreadsheet-rtl.svg share/icons/elementary/mimes/32/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/elementary/mimes/32/application-vnd.oasis.opendocument.text-rtl.svg share/icons/elementary/mimes/32/application-vnd.oasis.opendocument.text-web.svg share/icons/elementary/mimes/32/application-vnd.oasis.opendocument.text.svg share/icons/elementary/mimes/32/application-vnd.openxmlformats-officedocument.presentationml.presentation.svg @@ -1608,9 +1786,12 @@ share/icons/elementary/mimes/32/applicat share/icons/elementary/mimes/32/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg share/icons/elementary/mimes/32/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg share/icons/elementary/mimes/32/application-vnd.rn-realmedia.svg +share/icons/elementary/mimes/32/application-vnd.sun.xml.calc-rtl.svg share/icons/elementary/mimes/32/application-vnd.sun.xml.calc.svg share/icons/elementary/mimes/32/application-vnd.sun.xml.draw.svg +share/icons/elementary/mimes/32/application-vnd.sun.xml.writer-rtl.svg share/icons/elementary/mimes/32/application-vnd.sun.xml.writer.svg +share/icons/elementary/mimes/32/application-vnd.wordperfect-rtl.svg share/icons/elementary/mimes/32/application-vnd.wordperfect.svg share/icons/elementary/mimes/32/application-x-bittorrent.svg share/icons/elementary/mimes/32/application-x-blender.svg @@ -1622,7 +1803,9 @@ share/icons/elementary/mimes/32/applicat share/icons/elementary/mimes/32/application-x-fictionbook+xml.svg share/icons/elementary/mimes/32/application-x-firmware.svg share/icons/elementary/mimes/32/application-x-flash-video.svg +share/icons/elementary/mimes/32/application-x-gnome-theme-package-rtl.svg share/icons/elementary/mimes/32/application-x-gnome-theme-package.svg +share/icons/elementary/mimes/32/application-x-gnumeric-rtl.svg share/icons/elementary/mimes/32/application-x-gnumeric.svg share/icons/elementary/mimes/32/application-x-java.svg share/icons/elementary/mimes/32/application-x-javascript.svg @@ -1637,6 +1820,7 @@ share/icons/elementary/mimes/32/applicat share/icons/elementary/mimes/32/application-x-shockwave-flash.svg share/icons/elementary/mimes/32/application-x-sqlite2.svg share/icons/elementary/mimes/32/application-x-sqlite3.svg +share/icons/elementary/mimes/32/application-x-theme-rtl.svg share/icons/elementary/mimes/32/application-x-theme.svg share/icons/elementary/mimes/32/application-xml.svg share/icons/elementary/mimes/32/audio-mpeg.svg @@ -1647,6 +1831,7 @@ share/icons/elementary/mimes/32/audio-x- share/icons/elementary/mimes/32/audio-x-scpls.svg share/icons/elementary/mimes/32/authors.svg share/icons/elementary/mimes/32/binary.svg +share/icons/elementary/mimes/32/document-rtl.svg share/icons/elementary/mimes/32/document.svg share/icons/elementary/mimes/32/empty.svg share/icons/elementary/mimes/32/exec.svg @@ -1666,26 +1851,38 @@ share/icons/elementary/mimes/32/media-vi share/icons/elementary/mimes/32/model.svg share/icons/elementary/mimes/32/office-contact.svg share/icons/elementary/mimes/32/office-database.svg +share/icons/elementary/mimes/32/office-document-rtl.svg share/icons/elementary/mimes/32/office-document.svg share/icons/elementary/mimes/32/office-illustration.svg +share/icons/elementary/mimes/32/office-spreadsheet-rtl.svg share/icons/elementary/mimes/32/office-spreadsheet.svg share/icons/elementary/mimes/32/package-x-generic.svg share/icons/elementary/mimes/32/package.svg share/icons/elementary/mimes/32/shellscript.svg share/icons/elementary/mimes/32/text-css.svg +share/icons/elementary/mimes/32/text-csv-rtl.svg +share/icons/elementary/mimes/32/text-csv.svg share/icons/elementary/mimes/32/text-directory.svg +share/icons/elementary/mimes/32/text-enriched-rtl.svg share/icons/elementary/mimes/32/text-enriched.svg share/icons/elementary/mimes/32/text-html.svg share/icons/elementary/mimes/32/text-htmlh.svg +share/icons/elementary/mimes/32/text-plain-rtl.svg share/icons/elementary/mimes/32/text-plain.svg +share/icons/elementary/mimes/32/text-richtext-rtl.svg share/icons/elementary/mimes/32/text-richtext.svg +share/icons/elementary/mimes/32/text-rtl.svg +share/icons/elementary/mimes/32/text-spreadsheet-rtl.svg share/icons/elementary/mimes/32/text-spreadsheet.svg share/icons/elementary/mimes/32/text-x-authors.svg share/icons/elementary/mimes/32/text-x-c++.svg share/icons/elementary/mimes/32/text-x-c++src.svg +share/icons/elementary/mimes/32/text-x-copying-rtl.svg share/icons/elementary/mimes/32/text-x-copying.svg share/icons/elementary/mimes/32/text-x-credits.svg share/icons/elementary/mimes/32/text-x-csharp.svg +share/icons/elementary/mimes/32/text-x-generic-rtl.svg +share/icons/elementary/mimes/32/text-x-generic-template-rtl.svg share/icons/elementary/mimes/32/text-x-generic-template.svg share/icons/elementary/mimes/32/text-x-generic.svg share/icons/elementary/mimes/32/text-x-install.svg @@ -1704,15 +1901,21 @@ share/icons/elementary/mimes/32/unknown. share/icons/elementary/mimes/32/vcalendar.svg share/icons/elementary/mimes/32/vcard.svg share/icons/elementary/mimes/32/video-x-generic.svg +share/icons/elementary/mimes/32/wordprocessing-rtl.svg share/icons/elementary/mimes/32/www.svg share/icons/elementary/mimes/32/x-office-address-book.svg share/icons/elementary/mimes/32/x-office-calendar.svg +share/icons/elementary/mimes/32/x-office-document-rtl.svg share/icons/elementary/mimes/32/x-office-document-template.svg share/icons/elementary/mimes/32/x-office-document.svg share/icons/elementary/mimes/32/x-office-drawing-template.svg share/icons/elementary/mimes/32/x-office-drawing.svg +share/icons/elementary/mimes/32/x-office-presentation-rtl.svg +share/icons/elementary/mimes/32/x-office-presentation-template-rtl.svg share/icons/elementary/mimes/32/x-office-presentation-template.svg share/icons/elementary/mimes/32/x-office-presentation.svg +share/icons/elementary/mimes/32/x-office-spreadsheet-rtl.svg +share/icons/elementary/mimes/32/x-office-spreadsheet-template-rtl.svg share/icons/elementary/mimes/32/x-office-spreadsheet-template.svg share/icons/elementary/mimes/32/x-office-spreadsheet.svg share/icons/elementary/mimes/48/application-atom+xml.svg @@ -1723,6 +1926,7 @@ share/icons/elementary/mimes/48/applicat share/icons/elementary/mimes/48/application-octet-stream.svg share/icons/elementary/mimes/48/application-pdf.svg share/icons/elementary/mimes/48/application-rss+xml.svg +share/icons/elementary/mimes/48/application-rtf-rtl.svg share/icons/elementary/mimes/48/application-rtf.svg share/icons/elementary/mimes/48/application-vnd.ms-access.svg share/icons/elementary/mimes/48/application-vnd.ms-excel.svg @@ -1731,7 +1935,9 @@ share/icons/elementary/mimes/48/applicat share/icons/elementary/mimes/48/application-vnd.oasis.opendocument.database.svg share/icons/elementary/mimes/48/application-vnd.oasis.opendocument.drawing.svg share/icons/elementary/mimes/48/application-vnd.oasis.opendocument.graphics.svg +share/icons/elementary/mimes/48/application-vnd.oasis.opendocument.spreadsheet-rtl.svg share/icons/elementary/mimes/48/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/elementary/mimes/48/application-vnd.oasis.opendocument.text-rtl.svg share/icons/elementary/mimes/48/application-vnd.oasis.opendocument.text-web.svg share/icons/elementary/mimes/48/application-vnd.oasis.opendocument.text.svg share/icons/elementary/mimes/48/application-vnd.openxmlformats-officedocument.presentationml.presentation.svg @@ -1739,9 +1945,12 @@ share/icons/elementary/mimes/48/applicat share/icons/elementary/mimes/48/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.svg share/icons/elementary/mimes/48/application-vnd.openxmlformats-officedocument.wordprocessingml.document.svg share/icons/elementary/mimes/48/application-vnd.rn-realmedia.svg +share/icons/elementary/mimes/48/application-vnd.sun.xml.calc-rtl.svg share/icons/elementary/mimes/48/application-vnd.sun.xml.calc.svg share/icons/elementary/mimes/48/application-vnd.sun.xml.draw.svg +share/icons/elementary/mimes/48/application-vnd.sun.xml.writer-rtl.svg share/icons/elementary/mimes/48/application-vnd.sun.xml.writer.svg +share/icons/elementary/mimes/48/application-vnd.wordperfect-rtl.svg share/icons/elementary/mimes/48/application-vnd.wordperfect.svg share/icons/elementary/mimes/48/application-x-bittorrent.svg share/icons/elementary/mimes/48/application-x-blender.svg @@ -1753,7 +1962,9 @@ share/icons/elementary/mimes/48/applicat share/icons/elementary/mimes/48/application-x-fictionbook+xml.svg share/icons/elementary/mimes/48/application-x-firmware.svg share/icons/elementary/mimes/48/application-x-flash-video.svg +share/icons/elementary/mimes/48/application-x-gnome-theme-package-rtl.svg share/icons/elementary/mimes/48/application-x-gnome-theme-package.svg +share/icons/elementary/mimes/48/application-x-gnumeric-rtl.svg share/icons/elementary/mimes/48/application-x-gnumeric.svg share/icons/elementary/mimes/48/application-x-java.svg share/icons/elementary/mimes/48/application-x-javascript.svg @@ -1769,16 +1980,22 @@ share/icons/elementary/mimes/48/applicat share/icons/elementary/mimes/48/application-x-sqlite2.svg share/icons/elementary/mimes/48/application-x-sqlite3.svg share/icons/elementary/mimes/48/application-x-subrip.svg +share/icons/elementary/mimes/48/application-x-theme-rtl.svg share/icons/elementary/mimes/48/application-x-theme.svg share/icons/elementary/mimes/48/application-xml.svg share/icons/elementary/mimes/48/audio-mpeg.svg share/icons/elementary/mimes/48/audio-x-generic-symbolic.svg share/icons/elementary/mimes/48/audio-x-generic.svg +share/icons/elementary/mimes/48/audio-x-mp3-playlist-rtl.svg share/icons/elementary/mimes/48/audio-x-mp3-playlist.svg +share/icons/elementary/mimes/48/audio-x-mpegurl-rtl.svg share/icons/elementary/mimes/48/audio-x-mpegurl.svg +share/icons/elementary/mimes/48/audio-x-playlist-rtl.svg share/icons/elementary/mimes/48/audio-x-playlist.svg +share/icons/elementary/mimes/48/audio-x-scpls-rtl.svg share/icons/elementary/mimes/48/audio-x-scpls.svg share/icons/elementary/mimes/48/binary.svg +share/icons/elementary/mimes/48/document-rtl.svg share/icons/elementary/mimes/48/document.svg share/icons/elementary/mimes/48/empty.svg share/icons/elementary/mimes/48/exec.svg @@ -1798,19 +2015,28 @@ share/icons/elementary/mimes/48/media-vi share/icons/elementary/mimes/48/model.svg share/icons/elementary/mimes/48/office-contact.svg share/icons/elementary/mimes/48/office-database.svg +share/icons/elementary/mimes/48/office-document-rtl.svg share/icons/elementary/mimes/48/office-document.svg share/icons/elementary/mimes/48/office-illustration.svg +share/icons/elementary/mimes/48/office-spreadsheet-rtl.svg share/icons/elementary/mimes/48/office-spreadsheet.svg share/icons/elementary/mimes/48/package-x-generic.svg share/icons/elementary/mimes/48/package.svg share/icons/elementary/mimes/48/shellscript.svg share/icons/elementary/mimes/48/text-css.svg +share/icons/elementary/mimes/48/text-csv-rtl.svg +share/icons/elementary/mimes/48/text-csv.svg share/icons/elementary/mimes/48/text-directory.svg +share/icons/elementary/mimes/48/text-enriched-rtl.svg share/icons/elementary/mimes/48/text-enriched.svg share/icons/elementary/mimes/48/text-html.svg share/icons/elementary/mimes/48/text-htmlh.svg +share/icons/elementary/mimes/48/text-plain-rtl.svg share/icons/elementary/mimes/48/text-plain.svg +share/icons/elementary/mimes/48/text-richtext-rtl.svg share/icons/elementary/mimes/48/text-richtext.svg +share/icons/elementary/mimes/48/text-rtl.svg +share/icons/elementary/mimes/48/text-spreadsheet-rtl.svg share/icons/elementary/mimes/48/text-spreadsheet.svg share/icons/elementary/mimes/48/text-x-authors.svg share/icons/elementary/mimes/48/text-x-c++.svg @@ -1818,16 +2044,20 @@ share/icons/elementary/mimes/48/text-x-c share/icons/elementary/mimes/48/text-x-changelog.svg share/icons/elementary/mimes/48/text-x-chdr.svg share/icons/elementary/mimes/48/text-x-cmake.svg +share/icons/elementary/mimes/48/text-x-copying-rtl.svg share/icons/elementary/mimes/48/text-x-copying.svg share/icons/elementary/mimes/48/text-x-credits.svg share/icons/elementary/mimes/48/text-x-csharp.svg share/icons/elementary/mimes/48/text-x-csrc.svg +share/icons/elementary/mimes/48/text-x-generic-rtl.svg share/icons/elementary/mimes/48/text-x-generic-template.svg share/icons/elementary/mimes/48/text-x-generic.svg share/icons/elementary/mimes/48/text-x-install.svg share/icons/elementary/mimes/48/text-x-java-source.svg share/icons/elementary/mimes/48/text-x-java.svg +share/icons/elementary/mimes/48/text-x-makefile-rtl.svg share/icons/elementary/mimes/48/text-x-makefile.svg +share/icons/elementary/mimes/48/text-x-meson.svg share/icons/elementary/mimes/48/text-x-preview.svg share/icons/elementary/mimes/48/text-x-python.svg share/icons/elementary/mimes/48/text-x-readme.svg @@ -1842,15 +2072,20 @@ share/icons/elementary/mimes/48/unknown. share/icons/elementary/mimes/48/vcalendar.svg share/icons/elementary/mimes/48/vcard.svg share/icons/elementary/mimes/48/video-x-generic.svg +share/icons/elementary/mimes/48/wordprocessing-rtl.svg share/icons/elementary/mimes/48/www.svg share/icons/elementary/mimes/48/x-office-address-book.svg share/icons/elementary/mimes/48/x-office-calendar.svg +share/icons/elementary/mimes/48/x-office-document-rtl.svg share/icons/elementary/mimes/48/x-office-document-template.svg share/icons/elementary/mimes/48/x-office-document.svg share/icons/elementary/mimes/48/x-office-drawing-template.svg share/icons/elementary/mimes/48/x-office-drawing.svg +share/icons/elementary/mimes/48/x-office-presentation-rtl.svg +share/icons/elementary/mimes/48/x-office-presentation-template-rtl.svg share/icons/elementary/mimes/48/x-office-presentation-template.svg share/icons/elementary/mimes/48/x-office-presentation.svg +share/icons/elementary/mimes/48/x-office-spreadsheet-rtl.svg share/icons/elementary/mimes/48/x-office-spreadsheet-template.svg share/icons/elementary/mimes/48/x-office-spreadsheet.svg share/icons/elementary/mimes/64/application-atom+xml.svg @@ -1862,6 +2097,7 @@ share/icons/elementary/mimes/64/applicat share/icons/elementary/mimes/64/application-pdf.svg share/icons/elementary/mimes/64/application-pgp.svg share/icons/elementary/mimes/64/application-rss+xml.svg +share/icons/elementary/mimes/64/application-rtf-rtl.svg share/icons/elementary/mimes/64/application-rtf.svg share/icons/elementary/mimes/64/application-vnd.ms-access.svg share/icons/elementary/mimes/64/application-vnd.ms-excel.svg @@ -1871,7 +2107,9 @@ share/icons/elementary/mimes/64/applicat share/icons/elementary/mimes/64/application-vnd.oasis.opendocument.database.svg share/icons/elementary/mimes/64/application-vnd.oasis.opendocument.drawing.svg share/icons/elementary/mimes/64/application-vnd.oasis.opendocument.graphics.svg +share/icons/elementary/mimes/64/application-vnd.oasis.opendocument.spreadsheet-rtl.svg share/icons/elementary/mimes/64/application-vnd.oasis.opendocument.spreadsheet.svg +share/icons/elementary/mimes/64/application-vnd.oasis.opendocument.text-rtl.svg share/icons/elementary/mimes/64/application-vnd.oasis.opendocument.text-web.svg share/icons/elementary/mimes/64/application-vnd.oasis.opendocument.text.svg *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon May 29 14:50:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54E16D4E064; Mon, 29 May 2017 14:50:10 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21A0F7C5E2; Mon, 29 May 2017 14:50:10 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4TEo9mv039278; Mon, 29 May 2017 14:50:09 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TEo90h039277; Mon, 29 May 2017 14:50:09 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201705291450.v4TEo90h039277@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 29 May 2017 14:50:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441990 - head/devel/py-docker-py X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 14:50:10 -0000 Author: wg Date: Mon May 29 14:50:08 2017 New Revision: 441990 URL: https://svnweb.freebsd.org/changeset/ports/441990 Log: devel/py-docker-py: missing run dependency PR: 219584 Reported by: asomers Modified: head/devel/py-docker-py/Makefile Modified: head/devel/py-docker-py/Makefile ============================================================================== --- head/devel/py-docker-py/Makefile Mon May 29 14:48:51 2017 (r441989) +++ head/devel/py-docker-py/Makefile Mon May 29 14:50:08 2017 (r441990) @@ -2,6 +2,7 @@ PORTNAME= docker-py PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +12,8 @@ COMMENT= API client for docker written i LICENSE= APACHE20 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client + USES= python USE_PYTHON= autoplist distutils From owner-svn-ports-all@freebsd.org Mon May 29 15:24:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13927D4EC32; Mon, 29 May 2017 15:24:03 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8A887D6C0; Mon, 29 May 2017 15:24:02 +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 v4TFO1RN055207; Mon, 29 May 2017 15:24:01 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFO1b0055206; Mon, 29 May 2017 15:24:01 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201705291524.v4TFO1b0055206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 29 May 2017 15:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441991 - head/biology/diamond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:24:03 -0000 Author: jrm Date: Mon May 29 15:24:01 2017 New Revision: 441991 URL: https://svnweb.freebsd.org/changeset/ports/441991 Log: biology/diamond: Update to version 0.9.3 Upstream changes: https://github.com/bbuchfink/diamond/releases Approved by: swills (mentor, implicit) Modified: head/biology/diamond/Makefile head/biology/diamond/distinfo Modified: head/biology/diamond/Makefile ============================================================================== --- head/biology/diamond/Makefile Mon May 29 14:50:08 2017 (r441990) +++ head/biology/diamond/Makefile Mon May 29 15:24:01 2017 (r441991) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= diamond -PORTVERSION= 0.9.1 DISTVERSIONPREFIX=v +DISTVERSION= 0.9.3 CATEGORIES= biology MAINTAINER= jrm@FreeBSD.org Modified: head/biology/diamond/distinfo ============================================================================== --- head/biology/diamond/distinfo Mon May 29 14:50:08 2017 (r441990) +++ head/biology/diamond/distinfo Mon May 29 15:24:01 2017 (r441991) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495536358 -SHA256 (bbuchfink-diamond-v0.9.1_GH0.tar.gz) = 41954bf63028fb09363a811f5a525ea973f5039c5571c5ae1ce2d631fd204918 -SIZE (bbuchfink-diamond-v0.9.1_GH0.tar.gz) = 382143 +TIMESTAMP = 1495992771 +SHA256 (bbuchfink-diamond-v0.9.3_GH0.tar.gz) = 43d385e494944f4a498d5360742795035f06112f83529e5e731b14d5368d45bb +SIZE (bbuchfink-diamond-v0.9.3_GH0.tar.gz) = 381747 From owner-svn-ports-all@freebsd.org Mon May 29 15:26:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D456D4ED2C; Mon, 29 May 2017 15:26: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 mx1.freebsd.org (Postfix) with ESMTPS id 3BC337D8E8; Mon, 29 May 2017 15:26: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 v4TFQIDb055429; Mon, 29 May 2017 15:26:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFQIwg055428; Mon, 29 May 2017 15:26:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291526.v4TFQIwg055428@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, 29 May 2017 15:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441992 - head/archivers/unrar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:26:19 -0000 Author: sunpoet Date: Mon May 29 15:26:18 2017 New Revision: 441992 URL: https://svnweb.freebsd.org/changeset/ports/441992 Log: Update CONFLICTS_INSTALL Modified: head/archivers/unrar/Makefile Modified: head/archivers/unrar/Makefile ============================================================================== --- head/archivers/unrar/Makefile Mon May 29 15:24:01 2017 (r441991) +++ head/archivers/unrar/Makefile Mon May 29 15:26:18 2017 (r441992) @@ -24,7 +24,7 @@ OPTIONS_DEFINE= OPENSSL_AES OPTIONS_DEFAULT=OPENSSL_AES OPENSSL_AES_DESC= Use OpenSSL implementation of AES -CONFLICTS_INSTALL?= zh-unrar-[0-9].* unrar-iconv-[0-9].* +CONFLICTS_INSTALL?= zh-unrar unrar-iconv LDFLAGS+= -lpthread MAKE_ARGS= CXX=${CXX} CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" STRIP=${STRIP_CMD} From owner-svn-ports-all@freebsd.org Mon May 29 15:26:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F977D4ED59; Mon, 29 May 2017 15:26: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 mx1.freebsd.org (Postfix) with ESMTPS id 2EC7A7D917; Mon, 29 May 2017 15:26: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 v4TFQN2p055531; Mon, 29 May 2017 15:26:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFQNWd055530; Mon, 29 May 2017 15:26:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291526.v4TFQNWd055530@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, 29 May 2017 15:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441993 - head/audio/libshout X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:26:24 -0000 Author: sunpoet Date: Mon May 29 15:26:23 2017 New Revision: 441993 URL: https://svnweb.freebsd.org/changeset/ports/441993 Log: Remove CONFLICTS: audio/libshout2 has been removed over 3 years Modified: head/audio/libshout/Makefile Modified: head/audio/libshout/Makefile ============================================================================== --- head/audio/libshout/Makefile Mon May 29 15:26:18 2017 (r441992) +++ head/audio/libshout/Makefile Mon May 29 15:26:23 2017 (r441993) @@ -16,8 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis -CONFLICTS= libshout2-[0-9]* - OPTIONS_DEFINE= DOCS SPEEX THEORA OPTIONS_DEFAULT=SPEEX THEORA From owner-svn-ports-all@freebsd.org Mon May 29 15:26:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 447A2D4ED89; Mon, 29 May 2017 15:26: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 mx1.freebsd.org (Postfix) with ESMTPS id 152677D96A; Mon, 29 May 2017 15:26: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 v4TFQSnL055636; Mon, 29 May 2017 15:26:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFQSMx055635; Mon, 29 May 2017 15:26:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291526.v4TFQSMx055635@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, 29 May 2017 15:26:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441994 - head/chinese/unrar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:26:29 -0000 Author: sunpoet Date: Mon May 29 15:26:27 2017 New Revision: 441994 URL: https://svnweb.freebsd.org/changeset/ports/441994 Log: Update CONFLICTS_INSTALL Modified: head/chinese/unrar/Makefile Modified: head/chinese/unrar/Makefile ============================================================================== --- head/chinese/unrar/Makefile Mon May 29 15:26:23 2017 (r441993) +++ head/chinese/unrar/Makefile Mon May 29 15:26:27 2017 (r441994) @@ -10,6 +10,6 @@ MASTERDIR= ${.CURDIR}/../../archivers/un EXTRA_PATCHES= ${.CURDIR}/files/patch-arcread.cpp \ ${.CURDIR}/files/patch-unicode.cpp -CONFLICTS_INSTALL= unrar-[0-9]* unrar-iconv-[0-9]* +CONFLICTS_INSTALL= unrar unrar-iconv .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Mon May 29 15:26:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F4E6D4EDB9; Mon, 29 May 2017 15:26: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 mx1.freebsd.org (Postfix) with ESMTPS id F045B7D9D6; Mon, 29 May 2017 15:26: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 v4TFQWlb055740; Mon, 29 May 2017 15:26:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFQWa8055739; Mon, 29 May 2017 15:26:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291526.v4TFQWa8055739@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, 29 May 2017 15:26:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441995 - head/deskutils/todo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:26:34 -0000 Author: sunpoet Date: Mon May 29 15:26:32 2017 New Revision: 441995 URL: https://svnweb.freebsd.org/changeset/ports/441995 Log: Update CONFLICTS_INSTALL Modified: head/deskutils/todo/Makefile Modified: head/deskutils/todo/Makefile ============================================================================== --- head/deskutils/todo/Makefile Mon May 29 15:26:27 2017 (r441994) +++ head/deskutils/todo/Makefile Mon May 29 15:26:32 2017 (r441995) @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= bash:shells/bash -CONFLICTS_INSTALL= devtodo-[0-9]* +# bin/todo +CONFLICTS_INSTALL= devtodo NO_ARCH= yes NO_BUILD= yes From owner-svn-ports-all@freebsd.org Mon May 29 15:26:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 638DAD4EDEE; Mon, 29 May 2017 15:26: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 mx1.freebsd.org (Postfix) with ESMTPS id 2D7707DA48; Mon, 29 May 2017 15:26: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 v4TFQc9x055843; Mon, 29 May 2017 15:26:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFQcTN055842; Mon, 29 May 2017 15:26:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291526.v4TFQcTN055842@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, 29 May 2017 15:26:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441996 - head/devel/cunit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:26:39 -0000 Author: sunpoet Date: Mon May 29 15:26:37 2017 New Revision: 441996 URL: https://svnweb.freebsd.org/changeset/ports/441996 Log: Add LICENSE_FILE - Use CONFLICTS_INSTALL instead of CONFLICTS Modified: head/devel/cunit/Makefile Modified: head/devel/cunit/Makefile ============================================================================== --- head/devel/cunit/Makefile Mon May 29 15:26:32 2017 (r441995) +++ head/devel/cunit/Makefile Mon May 29 15:26:37 2017 (r441996) @@ -12,8 +12,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Automated unit testing framework for C LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS= c-unit-[0-9]* +CONFLICTS_INSTALL= c-unit OPTIONS_DEFINE= AUTOMATED BASIC CONSOLE CURSES DEBUG DOCS EXAMPLES MEMTRACE TEST OPTIONS_DEFAULT=AUTOMATED BASIC CONSOLE CURSES DEBUG MEMTRACE TEST From owner-svn-ports-all@freebsd.org Mon May 29 15:26:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC0DAD4EE0D; Mon, 29 May 2017 15:26:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B96707DAA3; Mon, 29 May 2017 15:26: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 v4TFQgnd055948; Mon, 29 May 2017 15:26:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFQgRp055947; Mon, 29 May 2017 15:26:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291526.v4TFQgRp055947@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, 29 May 2017 15:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441997 - head/devel/p5-Scalar-Does X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:26:44 -0000 Author: sunpoet Date: Mon May 29 15:26:42 2017 New Revision: 441997 URL: https://svnweb.freebsd.org/changeset/ports/441997 Log: Update CONFLICTS_INSTALL Modified: head/devel/p5-Scalar-Does/Makefile Modified: head/devel/p5-Scalar-Does/Makefile ============================================================================== --- head/devel/p5-Scalar-Does/Makefile Mon May 29 15:26:37 2017 (r441996) +++ head/devel/p5-Scalar-Does/Makefile Mon May 29 15:26:42 2017 (r441997) @@ -28,7 +28,7 @@ TEST_DEPENDS= p5-IO-All>=0:devel/p5-IO-A p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ p5-Test-Requires>=0.06:devel/p5-Test-Requires -CONFLICTS_INSTALL= p5-IO-Detect-[0-9]* +CONFLICTS_INSTALL= p5-IO-Detect NO_ARCH= yes USE_PERL5= configure From owner-svn-ports-all@freebsd.org Mon May 29 15:26:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 742A3D4EE4A; Mon, 29 May 2017 15:26: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 mx1.freebsd.org (Postfix) with ESMTPS id 423157DB23; Mon, 29 May 2017 15:26: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 v4TFQmvv056051; Mon, 29 May 2017 15:26:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFQmSW056050; Mon, 29 May 2017 15:26:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291526.v4TFQmSW056050@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, 29 May 2017 15:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441998 - head/devel/json-c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:26:49 -0000 Author: sunpoet Date: Mon May 29 15:26:48 2017 New Revision: 441998 URL: https://svnweb.freebsd.org/changeset/ports/441998 Log: Remove CONFLICTS_INSTALL: devel/cocaine-core has been removed over 2.5 years Modified: head/devel/json-c/Makefile Modified: head/devel/json-c/Makefile ============================================================================== --- head/devel/json-c/Makefile Mon May 29 15:26:42 2017 (r441997) +++ head/devel/json-c/Makefile Mon May 29 15:26:48 2017 (r441998) @@ -11,8 +11,6 @@ COMMENT= JSON (JavaScript Object Notatio LICENSE= MIT -CONFLICTS_INSTALL= cocaine-core-[0-9]* - GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Mon May 29 15:26:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 508E4D4EE7A; Mon, 29 May 2017 15:26: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 mx1.freebsd.org (Postfix) with ESMTPS id 1C6747DB96; Mon, 29 May 2017 15:26: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 v4TFQrr6056155; Mon, 29 May 2017 15:26:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFQrYG056154; Mon, 29 May 2017 15:26:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291526.v4TFQrYG056154@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, 29 May 2017 15:26:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441999 - head/graphics/ming X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:26:54 -0000 Author: sunpoet Date: Mon May 29 15:26:52 2017 New Revision: 441999 URL: https://svnweb.freebsd.org/changeset/ports/441999 Log: Update CONFLICTS_INSTALL Modified: head/graphics/ming/Makefile Modified: head/graphics/ming/Makefile ============================================================================== --- head/graphics/ming/Makefile Mon May 29 15:26:48 2017 (r441998) +++ head/graphics/ming/Makefile Mon May 29 15:26:52 2017 (r441999) @@ -18,7 +18,7 @@ LIB_DEPENDS= libfreetype.so:print/freety libgif.so:graphics/giflib \ libpng.so:graphics/png -CONFLICTS_INSTALL= ja-ming-[0-9]* +CONFLICTS_INSTALL= ja-ming OPTIONS_DEFINE= DOCS From owner-svn-ports-all@freebsd.org Mon May 29 15:27:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0FDDD4EEFF; Mon, 29 May 2017 15:27: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 mx1.freebsd.org (Postfix) with ESMTPS id BFF477DC69; Mon, 29 May 2017 15:27: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 v4TFR24T056366; Mon, 29 May 2017 15:27:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFR2xJ056365; Mon, 29 May 2017 15:27:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291527.v4TFR2xJ056365@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, 29 May 2017 15:27:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442001 - head/net/mtr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:27:04 -0000 Author: sunpoet Date: Mon May 29 15:27:02 2017 New Revision: 442001 URL: https://svnweb.freebsd.org/changeset/ports/442001 Log: Update CONFLICTS_INSTALL Modified: head/net/mtr/Makefile Modified: head/net/mtr/Makefile ============================================================================== --- head/net/mtr/Makefile Mon May 29 15:26:57 2017 (r442000) +++ head/net/mtr/Makefile Mon May 29 15:27:02 2017 (r442001) @@ -13,7 +13,7 @@ COMMENT= Traceroute and ping in a single LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -CONFLICTS_INSTALL?= mtr-nox11-[0-9]* +CONFLICTS_INSTALL?= mtr-nox11 OPTIONS_DEFINE= IPV6 X11 OPTIONS_DEFAULT=X11 From owner-svn-ports-all@freebsd.org Mon May 29 15:26:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02455D4EECE; Mon, 29 May 2017 15:26:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C401F7DC03; Mon, 29 May 2017 15:26: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 v4TFQvaV056260; Mon, 29 May 2017 15:26:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFQvui056259; Mon, 29 May 2017 15:26:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291526.v4TFQvui056259@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, 29 May 2017 15:26:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442000 - head/mail/libspf2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:26:59 -0000 Author: sunpoet Date: Mon May 29 15:26:57 2017 New Revision: 442000 URL: https://svnweb.freebsd.org/changeset/ports/442000 Log: Remove CONFLICTS - mail/libspf2-10 has been removed over 5.5 years - mail/p5-Mail-SPF-Query has been removed over 3 years Modified: head/mail/libspf2/Makefile Modified: head/mail/libspf2/Makefile ============================================================================== --- head/mail/libspf2/Makefile Mon May 29 15:26:52 2017 (r441999) +++ head/mail/libspf2/Makefile Mon May 29 15:26:57 2017 (r442000) @@ -14,8 +14,6 @@ COMMENT= Sender Rewriting Scheme 2 C Imp LICENSE= BSD2CLAUSE LGPL21 LGPL3 LICENSE_COMB= dual -CONFLICTS= ${PORTNAME}-1.0.* p5-Mail-SPF-Query-[0-9]* - GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool From owner-svn-ports-all@freebsd.org Mon May 29 15:27:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DF32D4EF44; Mon, 29 May 2017 15:27: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 mx1.freebsd.org (Postfix) with ESMTPS id 5B0B57DCD0; Mon, 29 May 2017 15:27: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 v4TFR78O056471; Mon, 29 May 2017 15:27:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFR7n8056470; Mon, 29 May 2017 15:27:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291527.v4TFR7n8056470@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, 29 May 2017 15:27:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442002 - head/net/mtr-nox11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:27:08 -0000 Author: sunpoet Date: Mon May 29 15:27:07 2017 New Revision: 442002 URL: https://svnweb.freebsd.org/changeset/ports/442002 Log: Update CONFLICTS_INSTALL Modified: head/net/mtr-nox11/Makefile Modified: head/net/mtr-nox11/Makefile ============================================================================== --- head/net/mtr-nox11/Makefile Mon May 29 15:27:02 2017 (r442001) +++ head/net/mtr-nox11/Makefile Mon May 29 15:27:07 2017 (r442002) @@ -5,7 +5,7 @@ PKGNAMESUFFIX= -nox11 MASTERDIR= ${.CURDIR}/../mtr -CONFLICTS_INSTALL= mtr-[0-9]* +CONFLICTS_INSTALL= mtr OPTIONS_EXCLUDE=X11 OPTIONS_FILE_UNSET= X11 From owner-svn-ports-all@freebsd.org Mon May 29 15:27:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82D68D4EF99; Mon, 29 May 2017 15:27: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 mx1.freebsd.org (Postfix) with ESMTPS id 4E5E97DD43; Mon, 29 May 2017 15:27: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 v4TFRC8q056590; Mon, 29 May 2017 15:27:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFRC6d056588; Mon, 29 May 2017 15:27:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291527.v4TFRC6d056588@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, 29 May 2017 15:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442003 - head/polish/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:27:13 -0000 Author: sunpoet Date: Mon May 29 15:27:12 2017 New Revision: 442003 URL: https://svnweb.freebsd.org/changeset/ports/442003 Log: Update to 20170528 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Mon May 29 15:27:07 2017 (r442002) +++ head/polish/hunspell/Makefile Mon May 29 15:27:12 2017 (r442003) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20170521 +PORTVERSION= 20170528 CATEGORIES= polish textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= sjp-myspell-pl-${PORTVERSION} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Mon May 29 15:27:07 2017 (r442002) +++ head/polish/hunspell/distinfo Mon May 29 15:27:12 2017 (r442003) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495461510 -SHA256 (hunspell/sjp-myspell-pl-20170521.zip) = 3654059c16eee4e99295f28196dd5f62b8c61f2d498cceb1e1c1775a90757301 -SIZE (hunspell/sjp-myspell-pl-20170521.zip) = 1171465 +TIMESTAMP = 1496052499 +SHA256 (hunspell/sjp-myspell-pl-20170528.zip) = 65bde8fc4bbcf776ab1616e864f0084cae412fbc5f3d18adfaa677d2cb9325d5 +SIZE (hunspell/sjp-myspell-pl-20170528.zip) = 1172089 From owner-svn-ports-all@freebsd.org Mon May 29 15:27:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52937D4EFD1; Mon, 29 May 2017 15:27: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 mx1.freebsd.org (Postfix) with ESMTPS id 1B9357DDB5; Mon, 29 May 2017 15:27: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 v4TFRHvL056710; Mon, 29 May 2017 15:27:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFRHHo056708; Mon, 29 May 2017 15:27:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291527.v4TFRHHo056708@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, 29 May 2017 15:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442004 - head/german/mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:27:18 -0000 Author: sunpoet Date: Mon May 29 15:27:16 2017 New Revision: 442004 URL: https://svnweb.freebsd.org/changeset/ports/442004 Log: Update to 2017.05.28 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon May 29 15:27:12 2017 (r442003) +++ head/german/mythes/Makefile Mon May 29 15:27:16 2017 (r442004) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.05.21 +PORTVERSION= 2017.05.28 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 29 15:27:12 2017 (r442003) +++ head/german/mythes/distinfo Mon May 29 15:27:16 2017 (r442004) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495461522 -SHA256 (mythes/Deutscher-Thesaurus-20170521.oxt) = b08dd8a18a6522400b054a075f17957841837170e9b18123a4869f3b4c840b37 -SIZE (mythes/Deutscher-Thesaurus-20170521.oxt) = 8532052 +TIMESTAMP = 1496052511 +SHA256 (mythes/Deutscher-Thesaurus-20170528.oxt) = 534f97a4f9cf36c6cef1c5e16a8eabd359127207205d924e3101925cb2478623 +SIZE (mythes/Deutscher-Thesaurus-20170528.oxt) = 8545494 From owner-svn-ports-all@freebsd.org Mon May 29 15:27:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42D5DD5201C; Mon, 29 May 2017 15:27: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 mx1.freebsd.org (Postfix) with ESMTPS id 10E317DE21; Mon, 29 May 2017 15:27: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 v4TFRMGm056831; Mon, 29 May 2017 15:27:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFRLfs056829; Mon, 29 May 2017 15:27:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291527.v4TFRLfs056829@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, 29 May 2017 15:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442005 - head/textproc/sk-mythes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:27:23 -0000 Author: sunpoet Date: Mon May 29 15:27:21 2017 New Revision: 442005 URL: https://svnweb.freebsd.org/changeset/ports/442005 Log: Update to 2017.05.28 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon May 29 15:27:16 2017 (r442004) +++ head/textproc/sk-mythes/Makefile Mon May 29 15:27:21 2017 (r442005) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2017.05.21 +PORTVERSION= 2017.05.28 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon May 29 15:27:16 2017 (r442004) +++ head/textproc/sk-mythes/distinfo Mon May 29 15:27:21 2017 (r442005) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495461527 -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20170521.zip) = e1409a485d34ceaff38e569432fc017dc7ef600d8fdfdb47337b3780586433a8 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20170521.zip) = 239473 +TIMESTAMP = 1496052516 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20170528.zip) = 8e23d86565da3369c39144f46c4c496197744b9a367f5655f4a3a0d6d8ec8a23 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20170528.zip) = 239473 From owner-svn-ports-all@freebsd.org Mon May 29 15:27:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DEE8D52066; Mon, 29 May 2017 15:27: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 mx1.freebsd.org (Postfix) with ESMTPS id 088377DE8F; Mon, 29 May 2017 15:27: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 v4TFRR39056933; Mon, 29 May 2017 15:27:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFRRBm056932; Mon, 29 May 2017 15:27:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291527.v4TFRRBm056932@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, 29 May 2017 15:27:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442006 - head/textproc/p5-LaTeX-Table X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:27:28 -0000 Author: sunpoet Date: Mon May 29 15:27:26 2017 New Revision: 442006 URL: https://svnweb.freebsd.org/changeset/ports/442006 Log: Add missing *_DEPENDS - Sort *_DEPENDS - Bump PORTREVISION for dependency change Modified: head/textproc/p5-LaTeX-Table/Makefile Modified: head/textproc/p5-LaTeX-Table/Makefile ============================================================================== --- head/textproc/p5-LaTeX-Table/Makefile Mon May 29 15:27:21 2017 (r442005) +++ head/textproc/p5-LaTeX-Table/Makefile Mon May 29 15:27:26 2017 (r442006) @@ -4,7 +4,7 @@ PORTNAME= LaTeX-Table PORTVERSION= 1.0.6 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,14 +15,15 @@ COMMENT= Perl extension for the automati LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Moose>=0.76:devel/p5-Moose \ - p5-Moose-Policy>=0:devel/p5-Moose-Policy \ +BUILD_DEPENDS= p5-LaTeX-Driver>=0:textproc/p5-LaTeX-Driver \ p5-LaTeX-Encode>=0:textproc/p5-LaTeX-Encode \ - p5-LaTeX-Driver>=0:textproc/p5-LaTeX-Driver \ - p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ - p5-Text-CSV>=0:textproc/p5-Text-CSV \ + p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \ + p5-Moose>=0.76:devel/p5-Moose \ + p5-Moose-Policy>=0:devel/p5-Moose-Policy \ + p5-MooseX-FollowPBP>=0.03:devel/p5-MooseX-FollowPBP \ p5-Number-Format>=0:textproc/p5-Number-Format \ - p5-MooseX-FollowPBP>=0.03:devel/p5-MooseX-FollowPBP + p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ + p5-Text-CSV>=0:textproc/p5-Text-CSV RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-NoWarnings>=0.084:devel/p5-Test-NoWarnings From owner-svn-ports-all@freebsd.org Mon May 29 15:27:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F5E0D5208A; Mon, 29 May 2017 15:27: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 mx1.freebsd.org (Postfix) with ESMTPS id 703C77DEF5; Mon, 29 May 2017 15:27: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 v4TFRV0w057026; Mon, 29 May 2017 15:27:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFRVr9057025; Mon, 29 May 2017 15:27:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291527.v4TFRVr9057025@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, 29 May 2017 15:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442007 - head/lang/ghc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:27:32 -0000 Author: sunpoet Date: Mon May 29 15:27:31 2017 New Revision: 442007 URL: https://svnweb.freebsd.org/changeset/ports/442007 Log: Fix OPTIONS_DEFAULT: remove DOCS which is added by framework Approved by: portmgr (blanket) Modified: head/lang/ghc/bsd.cabal.options.mk Modified: head/lang/ghc/bsd.cabal.options.mk ============================================================================== --- head/lang/ghc/bsd.cabal.options.mk Mon May 29 15:27:26 2017 (r442006) +++ head/lang/ghc/bsd.cabal.options.mk Mon May 29 15:27:31 2017 (r442007) @@ -49,7 +49,6 @@ OPTIONS_DEFINE+= LLVM .if ((!exists(${GHC_CMD}) || exists(${LOCALBASE}/lib/ghc-${GHC_VERSION}/html)) || exists(${HADDOCK_CMD})) && !defined(IGNORE_DOCS) OPTIONS_DEFINE+= DOCS -OPTIONS_DEFAULT+= DOCS HADDOCK_AVAILABLE= yes .if (${PORTNAME} != hscolour || exists(${HSCOLOUR_CMD})) && !defined(IGNORE_HSCOLOUR) From owner-svn-ports-all@freebsd.org Mon May 29 15:27:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 935E5D520C5; Mon, 29 May 2017 15:27: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 mx1.freebsd.org (Postfix) with ESMTPS id 5EDEC7DF60; Mon, 29 May 2017 15:27: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 v4TFRatQ057116; Mon, 29 May 2017 15:27:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFRaKY057115; Mon, 29 May 2017 15:27:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291527.v4TFRaKY057115@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, 29 May 2017 15:27:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442008 - head/mail/libmilter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:27:37 -0000 Author: sunpoet Date: Mon May 29 15:27:36 2017 New Revision: 442008 URL: https://svnweb.freebsd.org/changeset/ports/442008 Log: Convert to options helper - Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework - Convert to options target helper - Convert to options variable helper Approved by: portmgr (blanket) Modified: head/mail/libmilter/Makefile Modified: head/mail/libmilter/Makefile ============================================================================== --- head/mail/libmilter/Makefile Mon May 29 15:27:31 2017 (r442007) +++ head/mail/libmilter/Makefile Mon May 29 15:27:36 2017 (r442008) @@ -17,8 +17,9 @@ LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} MILTER_SOVER?= 6 OPTIONS_DEFINE?= IPV6 MILTER_SHARED MILTER_POOL DOCS -OPTIONS_DEFAULT?= IPV6 MILTER_SHARED MILTER_POOL +OPTIONS_DEFAULT?= MILTER_SHARED MILTER_POOL NO_OPTIONS_SORT=yes +OPTIONS_SUB= yes MILTER_SHARED_DESC= Build shared libmilter MILTER_POOL_DESC= Enable milter thread pools @@ -26,32 +27,18 @@ WRKSRC= ${WRKDIR}/sendmail-${PORTVERSIO WCONF= ${WRKSRC}/devtools/Site SITE= ${FILESDIR}/site.config.m4 -.include +IPV6_VARS= SITE+=${FILESDIR}/site.config.m4.ipv6 +MILTER_POOL_VARS= SITE+=${FILESDIR}/site.config.m4.pool +MILTER_SHARED_MAKE_ENV= MILTER_SOVER=${MILTER_SOVER} +MILTER_SHARED_PLIST_SUB=MILTER_SOVER=${MILTER_SOVER} +MILTER_SHARED_USE= LDCONFIG=yes -.if ${PORT_OPTIONS:MIPV6} -SITE+= ${FILESDIR}/site.config.m4.ipv6 -.endif -.if ${PORT_OPTIONS:MMILTER_POOL} -SITE+= ${FILESDIR}/site.config.m4.pool -.endif - -.if ${PORT_OPTIONS:MMILTER_SHARED} -PLIST_SUB+= MILTER_SHARED="" -PLIST_SUB+= MILTER_SOVER=${MILTER_SOVER} -MAKE_ENV+= MILTER_SOVER=${MILTER_SOVER} -USE_LDCONFIG= yes -.else -PLIST_SUB+= MILTER_SHARED="@comment " -.endif - -.if ${PORT_OPTIONS:MMILTER_SHARED} -post-patch: +post-patch-MILTER_SHARED-on: @${CP} -pR ${WRKSRC}/libmilter ${WRKSRC}/libsharedmilter ${CP} ${FILESDIR}/sharedlibrary.m4 \ ${WRKSRC}/devtools/M4/UNIX/sharedlibrary.m4 ${REINPLACE_CMD} -e 's=`library=`sharedlibrary=' \ ${WRKSRC}/libsharedmilter/Makefile.m4 -.endif do-configure: ${REINPLACE_CMD} -e "s|\`-O\'|\`${CFLAGS}\'|" \ From owner-svn-ports-all@freebsd.org Mon May 29 15:27:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6043ED520FD; Mon, 29 May 2017 15:27: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 mx1.freebsd.org (Postfix) with ESMTPS id 2C4257DFD7; Mon, 29 May 2017 15:27: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 v4TFRfpc057207; Mon, 29 May 2017 15:27:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFRfZN057206; Mon, 29 May 2017 15:27:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291527.v4TFRfZN057206@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, 29 May 2017 15:27:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442009 - head/mail/sendmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:27:42 -0000 Author: sunpoet Date: Mon May 29 15:27:40 2017 New Revision: 442009 URL: https://svnweb.freebsd.org/changeset/ports/442009 Log: Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework Approved by: portmgr (blanket) Modified: head/mail/sendmail/Makefile Modified: head/mail/sendmail/Makefile ============================================================================== --- head/mail/sendmail/Makefile Mon May 29 15:27:36 2017 (r442008) +++ head/mail/sendmail/Makefile Mon May 29 15:27:40 2017 (r442009) @@ -45,7 +45,7 @@ BASEMAIL= /usr/libexec/sendmail/sendmail MILTER_SOVER?= 6 OPTIONS_DEFINE?= SHMEM SEM LA NIS IPV6 TLS SASL SASLAUTHD LDAP BDB SOCKETMAP CYRUSLOOKUP PICKY_HELO_CHECK MILTER DOCS -OPTIONS_DEFAULT?= SHMEM SEM LA NIS IPV6 TLS SASL SASLAUTHD PICKY_HELO_CHECK MILTER +OPTIONS_DEFAULT?= SHMEM SEM LA NIS TLS SASL SASLAUTHD PICKY_HELO_CHECK MILTER NO_OPTIONS_SORT=yes SHMEM_DESC= System V shared memory support LA_DESC= load averages support From owner-svn-ports-all@freebsd.org Mon May 29 15:27:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EAA7D5216C; Mon, 29 May 2017 15:27: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 mx1.freebsd.org (Postfix) with ESMTPS id 3BE0A7E0A2; Mon, 29 May 2017 15:27: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 v4TFRoan057388; Mon, 29 May 2017 15:27:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFRooR057387; Mon, 29 May 2017 15:27:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291527.v4TFRooR057387@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, 29 May 2017 15:27:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442011 - head/multimedia/zoneminder-h264 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:27:51 -0000 Author: sunpoet Date: Mon May 29 15:27:50 2017 New Revision: 442011 URL: https://svnweb.freebsd.org/changeset/ports/442011 Log: Fix OPTIONS_DEFAULT: remove NLS which is added by framework Approved by: portmgr (blanket) Modified: head/multimedia/zoneminder-h264/Makefile Modified: head/multimedia/zoneminder-h264/Makefile ============================================================================== --- head/multimedia/zoneminder-h264/Makefile Mon May 29 15:27:45 2017 (r442010) +++ head/multimedia/zoneminder-h264/Makefile Mon May 29 15:27:50 2017 (r442011) @@ -52,7 +52,6 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l -OPTIONS_DEFAULT= NLS PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" From owner-svn-ports-all@freebsd.org Mon May 29 15:27:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBFE0D52137; Mon, 29 May 2017 15:27: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 mx1.freebsd.org (Postfix) with ESMTPS id A9A927E03B; Mon, 29 May 2017 15:27: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 v4TFRj5k057299; Mon, 29 May 2017 15:27:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFRjkw057298; Mon, 29 May 2017 15:27:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291527.v4TFRjkw057298@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, 29 May 2017 15:27:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442010 - head/multimedia/zoneminder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:27:47 -0000 Author: sunpoet Date: Mon May 29 15:27:45 2017 New Revision: 442010 URL: https://svnweb.freebsd.org/changeset/ports/442010 Log: Fix OPTIONS_DEFAULT: remove NLS which is added by framework Approved by: portmgr (blanket) Modified: head/multimedia/zoneminder/Makefile Modified: head/multimedia/zoneminder/Makefile ============================================================================== --- head/multimedia/zoneminder/Makefile Mon May 29 15:27:40 2017 (r442009) +++ head/multimedia/zoneminder/Makefile Mon May 29 15:27:45 2017 (r442010) @@ -46,7 +46,6 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l -OPTIONS_DEFAULT= NLS PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" From owner-svn-ports-all@freebsd.org Mon May 29 15:27:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FB8AD521A4; Mon, 29 May 2017 15:27: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 mx1.freebsd.org (Postfix) with ESMTPS id 1DFD27E118; Mon, 29 May 2017 15:27: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 v4TFRtQG057493; Mon, 29 May 2017 15:27:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFRt1a057492; Mon, 29 May 2017 15:27:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291527.v4TFRt1a057492@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, 29 May 2017 15:27:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442012 - head/net/openbgpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:27:56 -0000 Author: sunpoet Date: Mon May 29 15:27:54 2017 New Revision: 442012 URL: https://svnweb.freebsd.org/changeset/ports/442012 Log: Convert to options helper Modified: head/net/openbgpd/Makefile Modified: head/net/openbgpd/Makefile ============================================================================== --- head/net/openbgpd/Makefile Mon May 29 15:27:50 2017 (r442011) +++ head/net/openbgpd/Makefile Mon May 29 15:27:54 2017 (r442012) @@ -28,12 +28,7 @@ GROUPS= _bgpd OPTIONS_DEFINE= IPV6LLPEER OPTIONS_DEFAULT=IPV6LLPEER IPV6LLPEER_DESC=Support nexthop using IPv6 link-local address - -.include - -.if ${PORT_OPTIONS:MIPV6LLPEER} -MAKE_ARGS+= -DIPV6_LINKLOCAL_PEER -.endif +IPV6LLPEER_MAKE_ARGS= -DIPV6_LINKLOCAL_PEER post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ From owner-svn-ports-all@freebsd.org Mon May 29 15:28:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14CF0D521F2; Mon, 29 May 2017 15:28: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 mx1.freebsd.org (Postfix) with ESMTPS id D22027E187; Mon, 29 May 2017 15:28: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 v4TFRxFv057583; Mon, 29 May 2017 15:27:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFRx60057582; Mon, 29 May 2017 15:27:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291527.v4TFRx60057582@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, 29 May 2017 15:27:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442013 - head/net/wireshark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:28:01 -0000 Author: sunpoet Date: Mon May 29 15:27:59 2017 New Revision: 442013 URL: https://svnweb.freebsd.org/changeset/ports/442013 Log: Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework Approved by: portmgr (blanket) Modified: head/net/wireshark/Makefile Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Mon May 29 15:27:54 2017 (r442012) +++ head/net/wireshark/Makefile Mon May 29 15:27:59 2017 (r442013) @@ -66,7 +66,7 @@ OPTIONS_SINGLE= KERBEROS OPTIONS_RADIO_GUI= GTK2 GTK3 QT5 OPTIONS_SINGLE_KERBEROS=KRB_BASE KRB_HEIMDAL KRB_MIT KRB_NONE -OPTIONS_DEFAULT?= SNMP IPV6 GEOIP KRB_BASE GTK3 DECRYPT +OPTIONS_DEFAULT?= SNMP GEOIP KRB_BASE GTK3 DECRYPT RTP_DESC= Enable support for playing back RTP streams DECRYPT_DESC= Decryption support for SSL and IPSec From owner-svn-ports-all@freebsd.org Mon May 29 15:28:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F2FFD52249; Mon, 29 May 2017 15:28: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 mx1.freebsd.org (Postfix) with ESMTPS id 3F8647E1E4; Mon, 29 May 2017 15:28: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 v4TFS4Bc057678; Mon, 29 May 2017 15:28:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFS4Od057677; Mon, 29 May 2017 15:28:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291528.v4TFS4Od057677@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, 29 May 2017 15:28:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442014 - head/net-mgmt/pmacct X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:28:05 -0000 Author: sunpoet Date: Mon May 29 15:28:04 2017 New Revision: 442014 URL: https://svnweb.freebsd.org/changeset/ports/442014 Log: Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework Approved by: portmgr (blanket) Modified: head/net-mgmt/pmacct/Makefile Modified: head/net-mgmt/pmacct/Makefile ============================================================================== --- head/net-mgmt/pmacct/Makefile Mon May 29 15:27:59 2017 (r442013) +++ head/net-mgmt/pmacct/Makefile Mon May 29 15:28:04 2017 (r442014) @@ -23,7 +23,7 @@ LDFLAGS+= "-L${LOCALBASE}/lib" OPTIONS_DEFINE= MYSQL PGSQL SQLITE3 THREADS LAYER2 IPV6 DEBUG \ DOCS PLABEL RABBITMQ KAFKA JANSSON AVRO -OPTIONS_DEFAULT=MMAP LAYER2 IPV6 THREADS SHARED +OPTIONS_DEFAULT=MMAP LAYER2 THREADS SHARED AVRO_DESC= Enable avro support JANSSON_DESC= Enable Jansson support From owner-svn-ports-all@freebsd.org Mon May 29 15:28:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02C94D5227A; Mon, 29 May 2017 15:28: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 mx1.freebsd.org (Postfix) with ESMTPS id C42407E24D; Mon, 29 May 2017 15:28: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 v4TFS8oO057769; Mon, 29 May 2017 15:28:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFS8tj057768; Mon, 29 May 2017 15:28:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291528.v4TFS8tj057768@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, 29 May 2017 15:28:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442015 - head/net-mgmt/zabbix22-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:28:10 -0000 Author: sunpoet Date: Mon May 29 15:28:08 2017 New Revision: 442015 URL: https://svnweb.freebsd.org/changeset/ports/442015 Log: Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework Approved by: portmgr (blanket) Modified: head/net-mgmt/zabbix22-server/Makefile Modified: head/net-mgmt/zabbix22-server/Makefile ============================================================================== --- head/net-mgmt/zabbix22-server/Makefile Mon May 29 15:28:04 2017 (r442014) +++ head/net-mgmt/zabbix22-server/Makefile Mon May 29 15:28:08 2017 (r442015) @@ -64,7 +64,7 @@ SUB_FILES= pkg-message CONFIGURE_ARGS+= --with-net-snmp OPTIONS_DEFINE= IPV6 FPING JABBER CURL LDAP IPMI SSH NMAP JAVAGW LIBXML2 -OPTIONS_DEFAULT= MYSQL IPV6 FPING JABBER CURL UNIXODBC +OPTIONS_DEFAULT= MYSQL FPING JABBER CURL UNIXODBC OPTIONS_SUB= yes CURL_DESC= Support for web monitoring From owner-svn-ports-all@freebsd.org Mon May 29 15:28:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D966BD522BC; Mon, 29 May 2017 15:28: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 mx1.freebsd.org (Postfix) with ESMTPS id A88A27E2B8; Mon, 29 May 2017 15:28:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4TFSDwg057859; Mon, 29 May 2017 15:28:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFSDbp057858; Mon, 29 May 2017 15:28:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291528.v4TFSDbp057858@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, 29 May 2017 15:28:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442016 - head/net-mgmt/zabbix3-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:28:15 -0000 Author: sunpoet Date: Mon May 29 15:28:13 2017 New Revision: 442016 URL: https://svnweb.freebsd.org/changeset/ports/442016 Log: Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework Approved by: portmgr (blanket) Modified: head/net-mgmt/zabbix3-server/Makefile Modified: head/net-mgmt/zabbix3-server/Makefile ============================================================================== --- head/net-mgmt/zabbix3-server/Makefile Mon May 29 15:28:08 2017 (r442015) +++ head/net-mgmt/zabbix3-server/Makefile Mon May 29 15:28:13 2017 (r442016) @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --with-net-snmp OPTIONS_DEFINE= IPV6 FPING JABBER CURL LDAP IPMI SSH NMAP JAVAGW \ LIBXML2 -OPTIONS_DEFAULT= IPV6 FPING CURL UNIXODBC MYSQL OPENSSL +OPTIONS_DEFAULT= FPING CURL UNIXODBC MYSQL OPENSSL OPTIONS_SUB= yes CURL_DESC= Support for web monitoring From owner-svn-ports-all@freebsd.org Mon May 29 15:28:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF861D52300; Mon, 29 May 2017 15:28: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 mx1.freebsd.org (Postfix) with ESMTPS id 747557E32E; Mon, 29 May 2017 15:28: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 v4TFSI4x057951; Mon, 29 May 2017 15:28:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFSIUB057950; Mon, 29 May 2017 15:28:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291528.v4TFSIUB057950@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, 29 May 2017 15:28:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442017 - head/security/samhain X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:28:19 -0000 Author: sunpoet Date: Mon May 29 15:28:18 2017 New Revision: 442017 URL: https://svnweb.freebsd.org/changeset/ports/442017 Log: Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework Approved by: portmgr (blanket) Modified: head/security/samhain/Makefile Modified: head/security/samhain/Makefile ============================================================================== --- head/security/samhain/Makefile Mon May 29 15:28:13 2017 (r442016) +++ head/security/samhain/Makefile Mon May 29 15:28:18 2017 (r442017) @@ -20,7 +20,7 @@ OPTIONS_DEFINE= ASM DB_RELOAD DEBUG DNMA LOGFILE_MONITOR LOGIN_WATCH MAIL MOUNTS_CHECK MYSQL ODBC PGSQL \ PORT_CHECK PROCESS_CHECK POSIX_ACL PRELUDE PTRACE SRP STATIC \ SUIDCHECK UDP USERFILES XML_LOGS -OPTIONS_DEFAULT=ASM DNMALLOC ENCRYPT IPV6 LIBWRAP MAIL SRP +OPTIONS_DEFAULT=ASM DNMALLOC ENCRYPT LIBWRAP MAIL SRP DB_RELOAD_DESC= Enable database reload on SIGHUP DNMALLOC_DESC= Enable dnmalloc From owner-svn-ports-all@freebsd.org Mon May 29 15:28:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56CC2D52349; Mon, 29 May 2017 15:28: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 mx1.freebsd.org (Postfix) with ESMTPS id 236D27E398; Mon, 29 May 2017 15:28: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 v4TFSN0i058041; Mon, 29 May 2017 15:28:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFSNgC058040; Mon, 29 May 2017 15:28:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291528.v4TFSNgC058040@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, 29 May 2017 15:28:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442018 - head/security/webfwlog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:28:24 -0000 Author: sunpoet Date: Mon May 29 15:28:22 2017 New Revision: 442018 URL: https://svnweb.freebsd.org/changeset/ports/442018 Log: Fix typo and check-sanity warnings - Bump PORTREVISION for package change Approved by: portmgr (blanket) Modified: head/security/webfwlog/Makefile Modified: head/security/webfwlog/Makefile ============================================================================== --- head/security/webfwlog/Makefile Mon May 29 15:28:18 2017 (r442017) +++ head/security/webfwlog/Makefile Mon May 29 15:28:22 2017 (r442018) @@ -3,6 +3,7 @@ PORTNAME= webfwlog PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,7 +13,7 @@ COMMENT= Web-based firewall log analyzer LICENSE= GPLv2 OPTIONS_DEFINE= MYSQL MYSQLIPV6 PGSQL DOCS -OPTIONS_DEFAULTS= MYSQL MYSQLIPV6 +OPTIONS_DEFAULT= MYSQL MYSQLIPV6 MYSQLIPV6_DESC= Shared library plugin for Mysql IPv6 support @@ -23,11 +24,12 @@ CONFIGURE_ARGS+= --with-html-doc-root=${ --disable-dependency-tracking MYSQL_CONFIGURE_WITH= mysql +MYSQL_USES= mysql:server PGSQL_CONFIGURE_WITH= pgsql MYSQLIPV6_CONFIGURE_ENABLE= mysql-ipv6 USE_PHP= session -WANT_PHP_WEB= yes +USES= php:web PORTDOCS= AUTHORS COPYING CREDITS ChangeLog INSTALL \ README ReleaseNotes @@ -36,7 +38,6 @@ PORTDOCS= AUTHORS COPYING CREDITS Change .if ${PORT_OPTIONS:MMYSQL} USE_PHP+= mysqli -USE_MYSQL= server MYSQL_PLUGIN_DIR_REL= lib/mysql/plugin MYSQL_PLUGIN_DIR= ${LOCALBASE}/${MYSQL_PLUGIN_DIR_REL} .if ${PORT_OPTIONS:MMYSQLIPV6} && exists (${MYSQL_PLUGIN_DIR}) From owner-svn-ports-all@freebsd.org Mon May 29 15:28:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DC31D523EF; Mon, 29 May 2017 15:28: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 mx1.freebsd.org (Postfix) with ESMTPS id 6B14F7E4E2; Mon, 29 May 2017 15:28: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 v4TFSbS7058313; Mon, 29 May 2017 15:28:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFSbeM058312; Mon, 29 May 2017 15:28:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291528.v4TFSbeM058312@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, 29 May 2017 15:28:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442021 - head/sysutils/bareos-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:28:38 -0000 Author: sunpoet Date: Mon May 29 15:28:37 2017 New Revision: 442021 URL: https://svnweb.freebsd.org/changeset/ports/442021 Log: Fix OPTIONS_DEFAULT: remove NLS which is added by framework Approved by: portmgr (blanket) Modified: head/sysutils/bareos-server/Makefile Modified: head/sysutils/bareos-server/Makefile ============================================================================== --- head/sysutils/bareos-server/Makefile Mon May 29 15:28:32 2017 (r442020) +++ head/sysutils/bareos-server/Makefile Mon May 29 15:28:37 2017 (r442021) @@ -38,7 +38,7 @@ CPPFLAGS+= -I/usr/include/readline -I${L LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE?= MTX PYTHON NDMP NLS OPENSSL SCSICRYPTO -OPTIONS_DEFAULT?= NLS OPENSSL PGSQL SCSICRYPTO +OPTIONS_DEFAULT?= OPENSSL PGSQL SCSICRYPTO OPTIONS_SUB= yes MTX_DESC= Install mtx for control of autochanger devices NDMP_DESC= Enable build of NDMP support From owner-svn-ports-all@freebsd.org Mon May 29 15:28:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02557D5237E; Mon, 29 May 2017 15:28: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 mx1.freebsd.org (Postfix) with ESMTPS id C3C797E3FB; Mon, 29 May 2017 15:28: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 v4TFSSpf058132; Mon, 29 May 2017 15:28:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFSSpP058131; Mon, 29 May 2017 15:28:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291528.v4TFSSpP058131@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, 29 May 2017 15:28:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442019 - head/sysutils/bacula-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:28:29 -0000 Author: sunpoet Date: Mon May 29 15:28:27 2017 New Revision: 442019 URL: https://svnweb.freebsd.org/changeset/ports/442019 Log: Fix OPTIONS_DEFAULT: remove NLS which is added by framework Approved by: portmgr (blanket) Modified: head/sysutils/bacula-server/Makefile Modified: head/sysutils/bacula-server/Makefile ============================================================================== --- head/sysutils/bacula-server/Makefile Mon May 29 15:28:22 2017 (r442018) +++ head/sysutils/bacula-server/Makefile Mon May 29 15:28:27 2017 (r442019) @@ -31,7 +31,7 @@ CPPFLAGS+= -I/usr/include/readline -I${L LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE?= SQLITE3 MYSQL PGSQL MTX PYTHON NLS IPV6 -OPTIONS_DEFAULT?= NLS PGSQL +OPTIONS_DEFAULT?= PGSQL MTX_DESC= Install mtx for control of autochanger devices .if ${PKGNAMESUFFIX} == "-client" || ${PKGNAMESUFFIX} == "-server" #Till end of the file From owner-svn-ports-all@freebsd.org Mon May 29 15:28:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08D9FD523BA; Mon, 29 May 2017 15:28: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 mx1.freebsd.org (Postfix) with ESMTPS id CB8CF7E474; Mon, 29 May 2017 15:28: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 v4TFSWvu058224; Mon, 29 May 2017 15:28:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFSWZJ058223; Mon, 29 May 2017 15:28:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291528.v4TFSWZJ058223@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, 29 May 2017 15:28:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442020 - head/sysutils/bacula5-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:28:34 -0000 Author: sunpoet Date: Mon May 29 15:28:32 2017 New Revision: 442020 URL: https://svnweb.freebsd.org/changeset/ports/442020 Log: Fix OPTIONS_DEFAULT: remove NLS which is added by framework Approved by: portmgr (blanket) Modified: head/sysutils/bacula5-server/Makefile Modified: head/sysutils/bacula5-server/Makefile ============================================================================== --- head/sysutils/bacula5-server/Makefile Mon May 29 15:28:27 2017 (r442019) +++ head/sysutils/bacula5-server/Makefile Mon May 29 15:28:32 2017 (r442020) @@ -32,7 +32,7 @@ CPPFLAGS+= -I/usr/include/readline -I${L LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE?= SQLITE3 MYSQL PGSQL MTX PYTHON NLS OPENSSL -OPTIONS_DEFAULT?= NLS OPENSSL PGSQL +OPTIONS_DEFAULT?= OPENSSL PGSQL MTX_DESC= Install mtx for control of autochanger devices OPENSSL_USES= ssl From owner-svn-ports-all@freebsd.org Mon May 29 15:28:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62DFAD52424; Mon, 29 May 2017 15:28:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 336017E549; Mon, 29 May 2017 15:28: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 v4TFSg6a058405; Mon, 29 May 2017 15:28:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFSgaJ058404; Mon, 29 May 2017 15:28:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291528.v4TFSgaJ058404@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, 29 May 2017 15:28:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442022 - head/www/nginx-full X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:28:43 -0000 Author: sunpoet Date: Mon May 29 15:28:42 2017 New Revision: 442022 URL: https://svnweb.freebsd.org/changeset/ports/442022 Log: Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework Approved by: portmgr (blanket) Modified: head/www/nginx-full/Makefile Modified: head/www/nginx-full/Makefile ============================================================================== --- head/www/nginx-full/Makefile Mon May 29 15:28:37 2017 (r442021) +++ head/www/nginx-full/Makefile Mon May 29 15:28:42 2017 (r442022) @@ -14,7 +14,7 @@ CONFLICTS= nginx-1.* \ nginx-lite-1.* \ nginx-naxsi-1.* -OPTIONS_DEFAULT=DSO DEBUG DEBUGLOG FILE_AIO IPV6 GOOGLE_PERFTOOLS \ +OPTIONS_DEFAULT=DSO DEBUG DEBUGLOG FILE_AIO GOOGLE_PERFTOOLS \ HTTP HTTP_ADDITION HTTP_AUTH_REQ HTTP_CACHE HTTP_DAV \ HTTP_FLV HTTP_GEOIP HTTP_GZIP_STATIC HTTP_GUNZIP_FILTER \ HTTP_IMAGE_FILTER HTTP_MP4 HTTP_PERL HTTP_RANDOM_INDEX \ From owner-svn-ports-all@freebsd.org Mon May 29 15:28:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56B59D5245A; Mon, 29 May 2017 15:28:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3209F7E5B0; Mon, 29 May 2017 15:28:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4TFSlBX058541; Mon, 29 May 2017 15:28:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFSkqx058538; Mon, 29 May 2017 15:28:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291528.v4TFSkqx058538@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, 29 May 2017 15:28:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442023 - head/sysutils/devcpu-data X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:28:48 -0000 Author: sunpoet Date: Mon May 29 15:28:46 2017 New Revision: 442023 URL: https://svnweb.freebsd.org/changeset/ports/442023 Log: Update Intel microcode to 2017-05-11 - Update MASTER_SITES: use https:// for Intel - While I'm here, add NO_ARCH PR: 219268 Submitted by: grarpamp Approved by: John Clark (maintainer) Modified: head/sysutils/devcpu-data/Makefile head/sysutils/devcpu-data/distinfo head/sysutils/devcpu-data/pkg-plist Modified: head/sysutils/devcpu-data/Makefile ============================================================================== --- head/sysutils/devcpu-data/Makefile Mon May 29 15:28:42 2017 (r442022) +++ head/sysutils/devcpu-data/Makefile Mon May 29 15:28:46 2017 (r442023) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= data -PORTVERSION= 1.9 +PORTVERSION= 1.10 CATEGORIES= sysutils -MASTER_SITES= http://downloadmirror.intel.com/26400/eng/:intel \ +MASTER_SITES= https://downloadmirror.intel.com/26798/eng/:intel \ http://www.amd64.org/microcode/:amd PKGNAMEPREFIX= devcpu- -DISTFILES= microcode-20161104.tgz:intel amd-ucode-2014-12-01.tar.bz2:amd +DISTFILES= microcode-20170511.tgz:intel amd-ucode-2014-12-01.tar.bz2:amd MAINTAINER= clarkjc@runbox.com COMMENT= Intel and AMD CPUs microcode updates @@ -17,6 +17,7 @@ LICENSE_NAME= Intel Software License Agr LICENSE_FILE= ${FILESDIR}/LICENSE LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept +NO_ARCH= yes NO_WRKSUBDIR= yes ONLY_FOR_ARCHS= i386 amd64 Modified: head/sysutils/devcpu-data/distinfo ============================================================================== --- head/sysutils/devcpu-data/distinfo Mon May 29 15:28:42 2017 (r442022) +++ head/sysutils/devcpu-data/distinfo Mon May 29 15:28:46 2017 (r442023) @@ -1,5 +1,5 @@ -TIMESTAMP = 1478246955 -SHA256 (microcode-20161104.tgz) = 70154ca62ff9b3da6291dfdecc90daaeb399d7290c0d308d719df16dff5ee3d1 -SIZE (microcode-20161104.tgz) = 1290125 +TIMESTAMP = 1494633140 +SHA256 (microcode-20170511.tgz) = 2f77fd2d87403b754d01a66c78a36a8b8ffc16dc3c50fb7aa2c4cd4da7f681a3 +SIZE (microcode-20170511.tgz) = 2143617 SHA256 (amd-ucode-2014-12-01.tar.bz2) = e8f37ed12955585a625ee7cd48d89f9a04ceb2afa36081b52cc59d08a3bb8293 SIZE (amd-ucode-2014-12-01.tar.bz2) = 20585 Modified: head/sysutils/devcpu-data/pkg-plist ============================================================================== --- head/sysutils/devcpu-data/pkg-plist Mon May 29 15:28:42 2017 (r442022) +++ head/sysutils/devcpu-data/pkg-plist Mon May 29 15:28:46 2017 (r442023) @@ -126,12 +126,12 @@ %%DATADIR%%/m206f6d1.fw %%DATADIR%%/m206fbBA.fw %%DATADIR%%/m206fda4.fw -%%DATADIR%%/m2240671_00000016.fw +%%DATADIR%%/m2240671_00000017.fw %%DATADIR%%/m22f6809.fw -%%DATADIR%%/m32306c3_00000020.fw -%%DATADIR%%/m3240661_00000016.fw +%%DATADIR%%/m32306c3_00000022.fw +%%DATADIR%%/m3240661_00000017.fw %%DATADIR%%/m34f6404.fw -%%DATADIR%%/m36506e3_0000009d_0000009e.fw +%%DATADIR%%/m36506e3_000000b9_000000ba.fw %%DATADIR%%/m401067660F.fw %%DATADIR%%/m406f76b.fw %%DATADIR%%/m406fbBC.fw @@ -142,11 +142,11 @@ %%DATADIR%%/m5ff4807.fw %%DATADIR%%/m6d206d6_00000619.fw %%DATADIR%%/m6d206d7_00000710.fw -%%DATADIR%%/m6f306f2_00000039.fw -%%DATADIR%%/m7240651_0000001f.fw +%%DATADIR%%/m6f306f2_0000003a.fw +%%DATADIR%%/m7240651_00000020.fw %%DATADIR%%/m801066144.fw %%DATADIR%%/m801067660F.fw -%%DATADIR%%/m80306f4_0000000d.fw +%%DATADIR%%/m80306f4_0000000f.fw %%DATADIR%%/m8069547.fw %%DATADIR%%/m806ec59.fw %%DATADIR%%/m806fa95.fw @@ -159,12 +159,12 @@ %%DATADIR%%/mA01067AA0B.fw %%DATADIR%%/mbdf4117.fw %%DATADIR%%/mbdf4903.fw -%%DATADIR%%/mc0306d4_00000024.fw -%%DATADIR%%/mc0406e3_0000009d_0000009e.fw +%%DATADIR%%/mc0306d4_00000025.fw +%%DATADIR%%/mc0406e3_000000b9_000000ba.fw %%DATADIR%%/med306e4_00000428.fw %%DATADIR%%/med306e6_00000600.fw %%DATADIR%%/med306e7_0000070d.fw -%%DATADIR%%/mef406f1_0b00001f.fw +%%DATADIR%%/mef406f1_0b000021.fw %%DATADIR%%/mu267114.fw %%DATADIR%%/mu267238.fw %%DATADIR%%/mu26732e.fw From owner-svn-ports-all@freebsd.org Mon May 29 15:28:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB5F0D52487; Mon, 29 May 2017 15:28:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B890C7E62D; Mon, 29 May 2017 15:28:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4TFSqfn058719; Mon, 29 May 2017 15:28:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFSqFZ058714; Mon, 29 May 2017 15:28:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291528.v4TFSqFZ058714@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, 29 May 2017 15:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442024 - in head/math/py-pandas: . files scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:28:54 -0000 Author: sunpoet Date: Mon May 29 15:28:52 2017 New Revision: 442024 URL: https://svnweb.freebsd.org/changeset/ports/442024 Log: Update to 0.20.1 Changes: https://github.com/pandas-dev/pandas/releases PR: 219620 Submitted by: John W. O'Brien (maintainer) Added: head/math/py-pandas/files/patch-pandas_tests_io_test__html.py (contents, props changed) head/math/py-pandas/files/patch-pandas_tests_io_test__sql.py (contents, props changed) Modified: head/math/py-pandas/Makefile head/math/py-pandas/distinfo head/math/py-pandas/scripts/print_skipped.py Modified: head/math/py-pandas/Makefile ============================================================================== --- head/math/py-pandas/Makefile Mon May 29 15:28:46 2017 (r442023) +++ head/math/py-pandas/Makefile Mon May 29 15:28:52 2017 (r442024) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pandas -PORTVERSION= 0.19.2 +PORTVERSION= 0.20.1 CATEGORIES= math devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}tables>=3.0.0:devel/py-tables \ ${PYTHON_PKGNAMEPREFIX}bottleneck>0:math/py-bottleneck \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib \ - ${PYTHON_PKGNAMEPREFIX}numexpr>=2.1.0:math/py-numexpr \ + ${PYTHON_PKGNAMEPREFIX}numexpr>=2.4.6:math/py-numexpr \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy \ ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.2.0:textproc/py-openpyxl \ ${PYTHON_PKGNAMEPREFIX}xlrd>0:textproc/py-xlrd \ @@ -71,7 +71,7 @@ EXCEL_DESC= MS Excel I/O Add-ons MPL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy BTLNCK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bottleneck>0:math/py-bottleneck -NUMEXPR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numexpr>=2.1.0:math/py-numexpr +NUMEXPR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numexpr>=2.4.6:math/py-numexpr BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto TABLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tables>=3.0.0:devel/py-tables Modified: head/math/py-pandas/distinfo ============================================================================== --- head/math/py-pandas/distinfo Mon May 29 15:28:46 2017 (r442023) +++ head/math/py-pandas/distinfo Mon May 29 15:28:52 2017 (r442024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483953650 -SHA256 (pandas-0.19.2.tar.gz) = 6f0f4f598c2b16746803c8bafef7c721c57e4844da752d36240c0acf97658014 -SIZE (pandas-0.19.2.tar.gz) = 9222964 +TIMESTAMP = 1495907492 +SHA256 (pandas-0.20.1.tar.gz) = 42707365577ef69f7c9c168ddcf045df2957595a9ee71bc13c7997eecb96b190 +SIZE (pandas-0.20.1.tar.gz) = 10307434 Added: head/math/py-pandas/files/patch-pandas_tests_io_test__html.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pandas/files/patch-pandas_tests_io_test__html.py Mon May 29 15:28:52 2017 (r442024) @@ -0,0 +1,62 @@ +Reported upstream + +Various py3k test failures in tests.io.test_html with US-ASCII +preferred encoding +https://github.com/pandas-dev/pandas/issues/16525 + +--- pandas/tests/io/test_html.py.orig 2017-05-04 14:53:46 UTC ++++ pandas/tests/io/test_html.py +@@ -20,7 +20,7 @@ from numpy.random import rand + from pandas import (DataFrame, MultiIndex, read_csv, Timestamp, Index, + date_range, Series) + from pandas.compat import (map, zip, StringIO, string_types, BytesIO, +- is_platform_windows) ++ is_platform_windows, PY3) + from pandas.io.common import URLError, urlopen, file_path_to_url + from pandas.io.html import read_html + from pandas._libs.parsers import ParserError +@@ -96,6 +96,9 @@ class ReadHtmlMixin(object): + class TestReadHtml(ReadHtmlMixin): + flavor = 'bs4' + spam_data = os.path.join(DATA_PATH, 'spam.html') ++ spam_data_kwargs = {} ++ if PY3: ++ spam_data_kwargs['encoding'] = 'UTF-8' + banklist_data = os.path.join(DATA_PATH, 'banklist.html') + + @classmethod +@@ -247,10 +250,10 @@ class TestReadHtml(ReadHtmlMixin): + assert_framelist_equal(df1, df2) + + def test_string_io(self): +- with open(self.spam_data) as f: ++ with open(self.spam_data, **self.spam_data_kwargs) as f: + data1 = StringIO(f.read()) + +- with open(self.spam_data) as f: ++ with open(self.spam_data, **self.spam_data_kwargs) as f: + data2 = StringIO(f.read()) + + df1 = self.read_html(data1, '.*Water.*') +@@ -258,7 +261,7 @@ class TestReadHtml(ReadHtmlMixin): + assert_framelist_equal(df1, df2) + + def test_string(self): +- with open(self.spam_data) as f: ++ with open(self.spam_data, **self.spam_data_kwargs) as f: + data = f.read() + + df1 = self.read_html(data, '.*Water.*') +@@ -267,10 +270,10 @@ class TestReadHtml(ReadHtmlMixin): + assert_framelist_equal(df1, df2) + + def test_file_like(self): +- with open(self.spam_data) as f: ++ with open(self.spam_data, **self.spam_data_kwargs) as f: + df1 = self.read_html(f, '.*Water.*') + +- with open(self.spam_data) as f: ++ with open(self.spam_data, **self.spam_data_kwargs) as f: + df2 = self.read_html(f, 'Unit') + + assert_framelist_equal(df1, df2) Added: head/math/py-pandas/files/patch-pandas_tests_io_test__sql.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-pandas/files/patch-pandas_tests_io_test__sql.py Mon May 29 15:28:52 2017 (r442024) @@ -0,0 +1,21 @@ +Reported upstream + +TestSQLApi/TestSQLApiConn::test_database_uri_string errors if pg8000 +is installed +https://github.com/pandas-dev/pandas/issues/16527 + +--- pandas/tests/io/test_sql.py.orig 2017-05-28 19:28:19 UTC ++++ pandas/tests/io/test_sql.py +@@ -938,6 +938,12 @@ class TestSQLApi(SQLAlchemyMixIn, _TestS + + # using driver that will not be installed on Travis to trigger error + # in sqlalchemy.create_engine -> test passing of this error to user ++ try: ++ import pg8000 ++ pytest.skip("pg8000 is installed") ++ except ImportError: ++ pass ++ + db_uri = "postgresql+pg8000://user:pass@host/dbname" + with tm.assert_raises_regex(ImportError, "pg8000"): + sql.read_sql("select * from table", db_uri) Modified: head/math/py-pandas/scripts/print_skipped.py ============================================================================== --- head/math/py-pandas/scripts/print_skipped.py Mon May 29 15:28:46 2017 (r442023) +++ head/math/py-pandas/scripts/print_skipped.py Mon May 29 15:28:52 2017 (r442024) @@ -30,20 +30,21 @@ def parse_results(filename): i += 1 assert i - 1 == len(skipped) assert i - 1 == len(skipped) - assert len(skipped) == int(root.attrib['skip']) + # assert len(skipped) == int(root.attrib['skip']) return '\n'.join(skipped) def main(args): print('SKIPPED TESTS:') - print(parse_results(args.filename)) + for fn in args.filename: + print(parse_results(fn)) return 0 def parse_args(): import argparse parser = argparse.ArgumentParser() - parser.add_argument('filename', help='XUnit file to parse') + parser.add_argument('filename', nargs='+', help='XUnit file to parse') return parser.parse_args() From owner-svn-ports-all@freebsd.org Mon May 29 15:28:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25AE8D524C6; Mon, 29 May 2017 15:28:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E7FA37E6A1; Mon, 29 May 2017 15:28: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 v4TFSvCg058855; Mon, 29 May 2017 15:28:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TFSv7k058853; Mon, 29 May 2017 15:28:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291528.v4TFSv7k058853@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, 29 May 2017 15:28:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442025 - head/dns/py-dns-lexicon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:28:59 -0000 Author: sunpoet Date: Mon May 29 15:28:57 2017 New Revision: 442025 URL: https://svnweb.freebsd.org/changeset/ports/442025 Log: Update to 2.1.5 Changes: https://github.com/AnalogJ/lexicon/releases PR: 219623 Submitted by: Goran Mekic (maintainer) Modified: head/dns/py-dns-lexicon/Makefile head/dns/py-dns-lexicon/distinfo Modified: head/dns/py-dns-lexicon/Makefile ============================================================================== --- head/dns/py-dns-lexicon/Makefile Mon May 29 15:28:52 2017 (r442024) +++ head/dns/py-dns-lexicon/Makefile Mon May 29 15:28:57 2017 (r442025) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dns-lexicon -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.5 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/dns/py-dns-lexicon/distinfo ============================================================================== --- head/dns/py-dns-lexicon/distinfo Mon May 29 15:28:52 2017 (r442024) +++ head/dns/py-dns-lexicon/distinfo Mon May 29 15:28:57 2017 (r442025) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494680274 -SHA256 (dns-lexicon-2.1.4.tar.gz) = 756ad0ebc2e5cd38f428e520714bcb4a4f07b45cc4eff8d9773c1f646587276f -SIZE (dns-lexicon-2.1.4.tar.gz) = 28895 +TIMESTAMP = 1496054699 +SHA256 (dns-lexicon-2.1.5.tar.gz) = e1c12b6ae8f6e559058294b8cea61d49dc4aa458b4a20ae8162b2dd62d637f28 +SIZE (dns-lexicon-2.1.5.tar.gz) = 29119 From owner-svn-ports-all@freebsd.org Mon May 29 16:30:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B005D77C67; Mon, 29 May 2017 16:30:40 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61AE881773; Mon, 29 May 2017 16:30:40 +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 v4TGUdNN083976; Mon, 29 May 2017 16:30:39 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TGUdp1083972; Mon, 29 May 2017 16:30:39 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705291630.v4TGUdp1083972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 29 May 2017 16:30:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442026 - in head/x11-themes: adwaita-common adwaita-qt4 adwaita-qt5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 16:30:40 -0000 Author: tcberner Date: Mon May 29 16:30:38 2017 New Revision: 442026 URL: https://svnweb.freebsd.org/changeset/ports/442026 Log: Update x11-themes/adwaita-qt[45] to 1.0 and take maintainership. * make them slave ports of x11-themes/adwaita-common. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10671 Modified: head/x11-themes/adwaita-common/Makefile head/x11-themes/adwaita-common/distinfo head/x11-themes/adwaita-qt4/Makefile head/x11-themes/adwaita-qt5/Makefile Modified: head/x11-themes/adwaita-common/Makefile ============================================================================== --- head/x11-themes/adwaita-common/Makefile Mon May 29 15:28:57 2017 (r442025) +++ head/x11-themes/adwaita-common/Makefile Mon May 29 16:30:38 2017 (r442026) @@ -2,19 +2,39 @@ # $FreeBSD$ PORTNAME= adwaita -PORTVERSION= 0.98 +PORTVERSION= 1.0 +PORTREVISION?= 0 CATEGORIES= x11-themes -PKGNAMESUFFIX= -common +PKGNAMESUFFIX= -${OPTIONS_SLAVE:tl} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcberner@FreeBSD.org COMMENT= Adwaita theme for Qt applications LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi -RUN_DEPENDS= adwaita-qt4>=0.98:x11-themes/adwaita-qt4 \ - adwaita-qt5>=0.98:x11-themes/adwaita-qt5 +OPTIONS_DEFINE= QT4 QT5 COMMON +OPTIONS_EXCLUDE=${OPTIONS_DEFINE} -USES= metaport +OPTIONS_SLAVE?= COMMON + +COMMON_RUN_DEPENDS= adwaita-qt4>=${PORTVERSION}:x11-themes/adwaita-qt4 \ + adwaita-qt5>=${PORTVERSION}:x11-themes/adwaita-qt5 +COMMON_USES= metaport +COMMON_PLIST_FILES= # none + +# Set the values for the QT[45] slave ports -- COMMON is ignored, as it is already set. +${OPTIONS_SLAVE}_USES?= cmake:outsource compiler:c++11-lib localbase pkgconfig +${OPTIONS_SLAVE}_PLIST_FILES?= %%QT_PLUGINDIR%%/styles/adwaita.so + +QT4_USE= QT4=moc_build,rcc_build,uic_build,qmake_build,corelib,dbus,gui +QT4_CMAKE_BOOL= USE_QT4 + +QT5_USE= QT5=buildtools_build,qmake_build,core,dbus,gui,widgets +QT5_CMAKE_BOOL_OFF= USE_QT4 + +USE_GITHUB= yes +GH_ACCOUNT= MartinBriza +GH_PROJECT= adwaita-qt .include Modified: head/x11-themes/adwaita-common/distinfo ============================================================================== --- head/x11-themes/adwaita-common/distinfo Mon May 29 15:28:57 2017 (r442025) +++ head/x11-themes/adwaita-common/distinfo Mon May 29 16:30:38 2017 (r442026) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488228870 -SHA256 (MartinBriza-adwaita-qt-0.98_GH0.tar.gz) = 49292334345878ffd1766c118333fb1e2e1a28fb71e5fe052aad3a9d15d65b0d -SIZE (MartinBriza-adwaita-qt-0.98_GH0.tar.gz) = 564963 +TIMESTAMP = 1496037433 +SHA256 (MartinBriza-adwaita-qt-1.0_GH0.tar.gz) = c2c0c71b131d0e3e58ee108570796cf70b35dccaa64ce17915d4486de5e91513 +SIZE (MartinBriza-adwaita-qt-1.0_GH0.tar.gz) = 565625 Modified: head/x11-themes/adwaita-qt4/Makefile ============================================================================== --- head/x11-themes/adwaita-qt4/Makefile Mon May 29 15:28:57 2017 (r442025) +++ head/x11-themes/adwaita-qt4/Makefile Mon May 29 16:30:38 2017 (r442026) @@ -1,31 +1,10 @@ # Created by: Olivier Duchateau # $FreeBSD$ -PORTNAME= adwaita -PORTVERSION= 0.98 -PORTREVISION= 1 -CATEGORIES= x11-themes -PKGNAMESUFFIX= -qt4 +PORTREVISION= 0 -MAINTAINER= ports@FreeBSD.org -COMMENT= Adwaita theme for Qt4 applications +MASTERDIR= ${.CURDIR:H:H}/x11-themes/adwaita-common -LICENSE= GPLv2 LGPL20 -LICENSE_COMB= multi +OPTIONS_SLAVE= QT4 -USE_GITHUB= yes -GH_ACCOUNT= MartinBriza -GH_PROJECT= adwaita-qt - -MASTERDIR= ${.CURDIR}/../adwaita-common -DISTINFO_FILE= ${MASTERDIR}/distinfo -DESCR= ${MASTERDIR}/pkg-descr -PLIST_FILES= %%QT_PLUGINDIR%%/styles/adwaita.so - -USES= cmake:outsource compiler:c++11-lib localbase pkgconfig -USE_QT4= moc_build rcc_build uic_build qmake_build corelib dbus gui - -CMAKE_ARGS+= -DBUILD_EXAMPLE:BOOL=OFF \ - -DUSE_QT4:BOOL=ON - -.include +.include "${MASTERDIR}/Makefile" Modified: head/x11-themes/adwaita-qt5/Makefile ============================================================================== --- head/x11-themes/adwaita-qt5/Makefile Mon May 29 15:28:57 2017 (r442025) +++ head/x11-themes/adwaita-qt5/Makefile Mon May 29 16:30:38 2017 (r442026) @@ -1,30 +1,10 @@ # Created by: Olivier Duchateau # $FreeBSD$ -PORTNAME= adwaita -PORTVERSION= 0.98 -PORTREVISION= 1 -CATEGORIES= x11-themes -PKGNAMESUFFIX= -qt5 +PORTREVISION= 0 -MAINTAINER= ports@FreeBSD.org -COMMENT= Adwaita theme for Qt5 applications +MASTERDIR= ${.CURDIR:H:H}/x11-themes/adwaita-common -LICENSE= GPLv2 LGPL20 -LICENSE_COMB= multi +OPTIONS_SLAVE= QT5 -USE_GITHUB= yes -GH_ACCOUNT= MartinBriza -GH_PROJECT= adwaita-qt - -MASTERDIR= ${.CURDIR}/../adwaita-common -DISTINFO_FILE= ${MASTERDIR}/distinfo -DESCR= ${MASTERDIR}/pkg-descr -PLIST_FILES= %%QT_PLUGINDIR%%/styles/adwaita.so - -USES= cmake:outsource compiler:c++11-lib localbase pkgconfig -USE_QT5= buildtools_build qmake_build core dbus gui widgets - -CMAKE_ARGS+= -DBUILD_EXAMPLE:BOOL=OFF - -.include +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Mon May 29 17:24:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB0CBD7BDA1; Mon, 29 May 2017 17:24: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 mx1.freebsd.org (Postfix) with ESMTPS id 9B57582BC5; Mon, 29 May 2017 17:24: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 v4THOInF008170; Mon, 29 May 2017 17:24:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4THOI2B008168; Mon, 29 May 2017 17:24:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291724.v4THOI2B008168@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, 29 May 2017 17:24:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442027 - head/net/p5-Net-HTTP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 17:24:19 -0000 Author: sunpoet Date: Mon May 29 17:24:18 2017 New Revision: 442027 URL: https://svnweb.freebsd.org/changeset/ports/442027 Log: Update to 6.16 Changes: http://search.cpan.org/dist/Net-HTTP/Changes Modified: head/net/p5-Net-HTTP/Makefile head/net/p5-Net-HTTP/distinfo Modified: head/net/p5-Net-HTTP/Makefile ============================================================================== --- head/net/p5-Net-HTTP/Makefile Mon May 29 16:30:38 2017 (r442026) +++ head/net/p5-Net-HTTP/Makefile Mon May 29 17:24:18 2017 (r442027) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-HTTP -PORTVERSION= 6.15 +PORTVERSION= 6.16 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-HTTP/distinfo ============================================================================== --- head/net/p5-Net-HTTP/distinfo Mon May 29 16:30:38 2017 (r442026) +++ head/net/p5-Net-HTTP/distinfo Mon May 29 17:24:18 2017 (r442027) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494671903 -SHA256 (Net-HTTP-6.15.tar.gz) = 650c9aca583ed8ecda988f4330f62520d2441a9325276eea27d01b47b86615a5 -SIZE (Net-HTTP-6.15.tar.gz) = 34262 +TIMESTAMP = 1496077805 +SHA256 (Net-HTTP-6.16.tar.gz) = 70c45b6aaf3e9fb1ce30a1fc3cf828cfaee45c5c0bd147b2f617efade1765e78 +SIZE (Net-HTTP-6.16.tar.gz) = 34458 From owner-svn-ports-all@freebsd.org Mon May 29 17:24:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12777D7BDC7; Mon, 29 May 2017 17:24: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 mx1.freebsd.org (Postfix) with ESMTPS id DE9C182BD9; Mon, 29 May 2017 17:24:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4THONLX008302; Mon, 29 May 2017 17:24:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4THONJt008300; Mon, 29 May 2017 17:24:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705291724.v4THONJt008300@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, 29 May 2017 17:24:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442028 - in head/math/pari: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 17:24:25 -0000 Author: sunpoet Date: Mon May 29 17:24:23 2017 New Revision: 442028 URL: https://svnweb.freebsd.org/changeset/ports/442028 Log: Add threading support - Add USES=readline - Add PTHREADS and MPI options - Fix "-lX11 not found" warning - Add test targets - Bump PORTREVISION for dependency and package change PR: 219597 Submitted by: Yuri Victorovich (maintainer) Added: head/math/pari/files/ head/math/pari/files/patch-Configure (contents, props changed) Modified: head/math/pari/Makefile Modified: head/math/pari/Makefile ============================================================================== --- head/math/pari/Makefile Mon May 29 17:24:18 2017 (r442027) +++ head/math/pari/Makefile Mon May 29 17:24:23 2017 (r442028) @@ -3,6 +3,7 @@ PORTNAME= pari PORTVERSION= 2.9.2 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ \ @@ -21,20 +22,34 @@ ALL_TARGET= gp CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= --mandir=${MANPREFIX}/man/man1 \ --prefix=${PREFIX} \ - --with-gmp=${LOCALBASE} + --with-readline HAS_CONFIGURE= yes USE_LDCONFIG= yes USE_PERL5= build -USES= perl5 +USES= perl5 readline OPTIONS_DEFINE= DOCS OPTIMIZED_CFLAGS X11 -OPTIONS_DEFAULT= OPTIMIZED_CFLAGS X11 +OPTIONS_RADIO= THREADS +OPTIONS_RADIO_THREADS= PTHREADS MPI +OPTIONS_DEFAULT= OPTIMIZED_CFLAGS X11 PTHREADS +THREADS_DESC= Thread engine (single-threaded when none is selected) +PTHREADS_DESC= Enable pthread thread engine +MPI_DESC= Enable MPI thread engine +MPI_BUILD_ENV= CC=mpicc .ifndef WITH_DEBUG OPTIMIZED_CFLAGS_CFLAGS= -O3 -fno-strict-aliasing -fomit-frame-pointer .endif X11_CONFIGURE_ON= --graphic=X11 X11_CONFIGURE_OFF= --graphic=none X11_USE= xorg=x11 +MPI_RUN_DEPENDS= ${LOCALBASE}/bin/mpirun:net/mpich2 +MPI_BUILD_DEPENDS= ${LOCALBASE}/bin/mpicc:net/mpich2 +MPI_LIB_DEPENDS= libgmp.so:math/gmp +PTHREADS_LIB_DEPENDS= libgmp.so:math/gmp +PTHREADS_CONFIGURE_ON= --mt=pthread --with-gmp=${LOCALBASE} +MPI_CONFIGURE_ON= --mt=mpi --with-gmp=${LOCALBASE} +MPI_CONFIGURE_ENV= CC=${LOCALBASE}/bin/mpicc +OPTIONS_SUB= yes PLIST_SUB= GP_VERSION=${GP_VERSION} PORTVERSION=${PORTVERSION} PORTDATA= * @@ -46,8 +61,18 @@ GP_VERSION= ${PORTVERSION:R} post-patch: @${REINPLACE_CMD} -e '/^CFLAGS=/s/\$$cflags//' \ ${WRKSRC}/config/get_cc + @${REINPLACE_CMD} -e 's|-lX11|-L${LOCALBASE}/lib -lX11|' \ + ${WRKSRC}/config/get_X11 + @${REINPLACE_CMD} -e 's|-lreadline|-L${LOCALBASE}/lib -lreadline|' \ + ${WRKSRC}/config/get_readline post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpari-gmp.so.* + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpari-gmp*.so.* + +do-test-PTHREADS-on: + @cd ${WRKSRC} && ${MAKE_CMD} test-parallel + +do-test-MPI-on: + @cd ${WRKSRC} && ${MAKE_CMD} test-parallel RUNTEST="mpirun -np 3" .include Added: head/math/pari/files/patch-Configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pari/files/patch-Configure Mon May 29 17:24:23 2017 (r442028) @@ -0,0 +1,15 @@ +--- Configure.orig 2017-05-28 16:56:49 UTC ++++ Configure +@@ -104,9 +104,9 @@ case $kernlvl1 in + gmp) libpari_base=pari-gmp;; + none) libpari_base=pari;; + esac +-case $enable_tls in +-yes) libpari_base="${libpari_base}-tls" +-esac ++#case $enable_tls in ++#yes) libpari_base="${libpari_base}-tls" ++#esac + + if test `expr $VersionMinor % 2` = 0; then + libpari_base=$libpari_base-$version From owner-svn-ports-all@freebsd.org Mon May 29 18:24:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FD59D7D297; Mon, 29 May 2017 18:24:49 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49F9F84CB6; Mon, 29 May 2017 18:24:49 +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 v4TIOmgL032937; Mon, 29 May 2017 18:24:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TIOlUV032933; Mon, 29 May 2017 18:24:47 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201705291824.v4TIOlUV032933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Mon, 29 May 2017 18:24:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442029 - in head/devel/elixir-csv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 18:24:49 -0000 Author: olgeni Date: Mon May 29 18:24:47 2017 New Revision: 442029 URL: https://svnweb.freebsd.org/changeset/ports/442029 Log: Update devel/elixir-csv to version 2.0.0. Modified: head/devel/elixir-csv/Makefile head/devel/elixir-csv/distinfo head/devel/elixir-csv/files/patch-mix.exs head/devel/elixir-csv/pkg-plist Modified: head/devel/elixir-csv/Makefile ============================================================================== --- head/devel/elixir-csv/Makefile Mon May 29 17:24:23 2017 (r442028) +++ head/devel/elixir-csv/Makefile Mon May 29 18:24:47 2017 (r442029) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= csv -PORTVERSION= 1.4.4 +PORTVERSION= 2.0.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- Modified: head/devel/elixir-csv/distinfo ============================================================================== --- head/devel/elixir-csv/distinfo Mon May 29 17:24:23 2017 (r442028) +++ head/devel/elixir-csv/distinfo Mon May 29 18:24:47 2017 (r442029) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479806689 -SHA256 (beatrichartz-csv-v1.4.4_GH0.tar.gz) = 5bf9c182682e7f3d92dc1a2fc9764920458e4bdce6c89db150e269adbb650f5d -SIZE (beatrichartz-csv-v1.4.4_GH0.tar.gz) = 17430 +TIMESTAMP = 1496078889 +SHA256 (beatrichartz-csv-v2.0.0_GH0.tar.gz) = d6d17d317f73d2455cfa25a30979d156b300b72f2eb525f2574622559eb4b9bc +SIZE (beatrichartz-csv-v2.0.0_GH0.tar.gz) = 21442 Modified: head/devel/elixir-csv/files/patch-mix.exs ============================================================================== --- head/devel/elixir-csv/files/patch-mix.exs Mon May 29 17:24:23 2017 (r442028) +++ head/devel/elixir-csv/files/patch-mix.exs Mon May 29 18:24:47 2017 (r442029) @@ -1,10 +1,10 @@ ---- mix.exs.orig 2016-01-02 13:43:14 UTC +--- mix.exs.orig 2017-05-29 18:05:18 UTC +++ mix.exs @@ -6,7 +6,6 @@ defmodule CSV.Mixfile do app: :csv, - version: "1.2.2", + version: "2.0.0", elixir: "~> 1.1", -- deps: deps, - package: package, +- deps: deps(), + package: package(), docs: &docs/0, name: "CSV", Modified: head/devel/elixir-csv/pkg-plist ============================================================================== --- head/devel/elixir-csv/pkg-plist Mon May 29 17:24:23 2017 (r442028) +++ head/devel/elixir-csv/pkg-plist Mon May 29 18:24:47 2017 (r442029) @@ -1,25 +1,26 @@ -lib/elixir/lib/csv/ebin/Elixir.CSV.Decoder.RowLengthError.beam -lib/elixir/lib/csv/ebin/Elixir.CSV.Decoder.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Decoding.Decoder.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Decoding.Lexer.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Decoding.Parser.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Decoding.Preprocessing.Lines.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Decoding.Preprocessing.None.beam lib/elixir/lib/csv/ebin/Elixir.CSV.Defaults.beam lib/elixir/lib/csv/ebin/Elixir.CSV.Encode.Any.beam lib/elixir/lib/csv/ebin/Elixir.CSV.Encode.BitString.beam lib/elixir/lib/csv/ebin/Elixir.CSV.Encode.beam -lib/elixir/lib/csv/ebin/Elixir.CSV.Encoder.beam -lib/elixir/lib/csv/ebin/Elixir.CSV.Lexer.EncodingError.beam -lib/elixir/lib/csv/ebin/Elixir.CSV.Lexer.beam -lib/elixir/lib/csv/ebin/Elixir.CSV.LineAggregator.CorruptStreamError.beam -lib/elixir/lib/csv/ebin/Elixir.CSV.LineAggregator.beam -lib/elixir/lib/csv/ebin/Elixir.CSV.Parser.SyntaxError.beam -lib/elixir/lib/csv/ebin/Elixir.CSV.Parser.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.Encoding.Encoder.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.EncodingError.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.EscapeSequenceError.beam +lib/elixir/lib/csv/ebin/Elixir.CSV.RowLengthError.beam lib/elixir/lib/csv/ebin/Elixir.CSV.beam lib/elixir/lib/csv/ebin/csv.app lib/elixir/lib/csv/lib/csv.ex -lib/elixir/lib/csv/lib/csv/decoder.ex +lib/elixir/lib/csv/lib/csv/decoding/decoder.ex +lib/elixir/lib/csv/lib/csv/decoding/lexer.ex +lib/elixir/lib/csv/lib/csv/decoding/parser.ex +lib/elixir/lib/csv/lib/csv/decoding/preprocessing/lines.ex +lib/elixir/lib/csv/lib/csv/decoding/preprocessing/none.ex lib/elixir/lib/csv/lib/csv/defaults.ex -lib/elixir/lib/csv/lib/csv/encode.ex -lib/elixir/lib/csv/lib/csv/encoder.ex +lib/elixir/lib/csv/lib/csv/encoding/encode.ex +lib/elixir/lib/csv/lib/csv/encoding/encoder.ex lib/elixir/lib/csv/lib/csv/exceptions.ex -lib/elixir/lib/csv/lib/csv/lexer.ex -lib/elixir/lib/csv/lib/csv/line_aggregator.ex -lib/elixir/lib/csv/lib/csv/parser.ex %%PORTDOCS%%%%DOCSDIR%%/README.md From owner-svn-ports-all@freebsd.org Mon May 29 19:14:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CDA7D7DD01; Mon, 29 May 2017 19:14:15 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2097D6D0; Mon, 29 May 2017 19:14:15 +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 v4TJEEjB053712; Mon, 29 May 2017 19:14:14 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TJEE8p053710; Mon, 29 May 2017 19:14:14 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705291914.v4TJEE8p053710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Mon, 29 May 2017 19:14:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442030 - head/net/gnome-online-accounts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 19:14:15 -0000 Author: kwm Date: Mon May 29 19:14:13 2017 New Revision: 442030 URL: https://svnweb.freebsd.org/changeset/ports/442030 Log: Update gnome-online-accounts to 3.24.1. Modified: head/net/gnome-online-accounts/Makefile head/net/gnome-online-accounts/distinfo Modified: head/net/gnome-online-accounts/Makefile ============================================================================== --- head/net/gnome-online-accounts/Makefile Mon May 29 18:24:47 2017 (r442029) +++ head/net/gnome-online-accounts/Makefile Mon May 29 19:14:13 2017 (r442030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-online-accounts -PORTVERSION= 3.24.0 +PORTVERSION= 3.24.1 CATEGORIES= net MASTER_SITES= GNOME Modified: head/net/gnome-online-accounts/distinfo ============================================================================== --- head/net/gnome-online-accounts/distinfo Mon May 29 18:24:47 2017 (r442029) +++ head/net/gnome-online-accounts/distinfo Mon May 29 19:14:13 2017 (r442030) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495276787 -SHA256 (gnome-online-accounts-3.24.0.tar.xz) = 9e2f780e061641dfd692cc82269b0cac6cce73c74ce2d8a0a5e80889ed07c17b -SIZE (gnome-online-accounts-3.24.0.tar.xz) = 1401252 +TIMESTAMP = 1496083968 +SHA256 (gnome-online-accounts-3.24.1.tar.xz) = 0a30ab4e4e8015fae707c3b38f05163299743725a36136076fce993c2b8ef651 +SIZE (gnome-online-accounts-3.24.1.tar.xz) = 1404612 From owner-svn-ports-all@freebsd.org Mon May 29 19:30:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84405D7E14B; Mon, 29 May 2017 19:30:32 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A427CB4; Mon, 29 May 2017 19:30:32 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4TJUVjg058008; Mon, 29 May 2017 19:30:31 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TJUUgc058003; Mon, 29 May 2017 19:30:30 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201705291930.v4TJUUgc058003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Mon, 29 May 2017 19:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442031 - in head/net/bird: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 19:30:32 -0000 Author: olivier Date: Mon May 29 19:30:30 2017 New Revision: 442031 URL: https://svnweb.freebsd.org/changeset/ports/442031 Log: Fix MD5 TCP signature usage with latest tcpmd5 kernel module PR: 21890 Submitted by: ae Reported by: Joseph Mulloy Approved by: melifaro (maintainer) Fix build with option FIREWALL PR: 217150 Submitted by: olivier Reported by: O. Hartmann Approved by: melifaro (maintainer) Sponsored by: Orange Added: head/net/bird/files/patch-sysdep-bsd-setkey.h (contents, props changed) Modified: head/net/bird/Makefile head/net/bird/files/bird.in head/net/bird/files/bird6.in head/net/bird/files/firewall_support.patch Modified: head/net/bird/Makefile ============================================================================== --- head/net/bird/Makefile Mon May 29 19:14:13 2017 (r442030) +++ head/net/bird/Makefile Mon May 29 19:30:30 2017 (r442031) @@ -3,7 +3,7 @@ PORTNAME?= bird PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ http://bird.mpls.in/distfiles/bird/ Modified: head/net/bird/files/bird.in ============================================================================== --- head/net/bird/files/bird.in Mon May 29 19:14:13 2017 (r442030) +++ head/net/bird/files/bird.in Mon May 29 19:30:30 2017 (r442031) @@ -29,6 +29,6 @@ extra_commands="reload" : ${bird_enable="NO"} : ${bird_config="%%PREFIX%%/etc/bird.conf"} -command_args="-c $bird_config" +command_args="-P /var/run/${name}.pid -c $bird_config" run_rc_command "$1" Modified: head/net/bird/files/bird6.in ============================================================================== --- head/net/bird/files/bird6.in Mon May 29 19:14:13 2017 (r442030) +++ head/net/bird/files/bird6.in Mon May 29 19:30:30 2017 (r442031) @@ -29,6 +29,6 @@ extra_commands="reload" : ${bird6_enable="NO"} : ${bird6_config="%%PREFIX%%/etc/bird6.conf"} -command_args="-c $bird6_config" +command_args="-P /var/run/${name}.pid -c $bird6_config" run_rc_command "$1" Modified: head/net/bird/files/firewall_support.patch ============================================================================== --- head/net/bird/files/firewall_support.patch Mon May 29 19:14:13 2017 (r442030) +++ head/net/bird/files/firewall_support.patch Mon May 29 19:30:30 2017 (r442031) @@ -161,7 +161,7 @@ index 0000000..aefc606 +CF_ADDTO(proto, firewall_proto '}') + +firewall_proto_start: proto_start FIREWALL { -+ this_proto = proto_config_new(&proto_firewall, sizeof(struct firewall_config), $1); ++ this_proto = proto_config_new(&proto_firewall, $1); + this_proto->preference = 0; + FIREWALL_CFG->flush_start = 1; + FIREWALL_CFG->flush_shutdown = 1; @@ -217,7 +217,7 @@ new file mode 100644 index 0000000..e447470 --- /dev/null +++ proto/firewall/firewall.c -@@ -0,0 +1,198 @@ +@@ -0,0 +1,199 @@ +/* + * BIRD -- Firewall Protocol Configuration + * @@ -247,7 +247,7 @@ index 0000000..e447470 +#include "firewall.h" + +static int init_done = 0; -+struct rate_limit rl_fw_err; ++struct tbf rl_fw_err; + +static void +firewall_collect(void) @@ -408,6 +408,7 @@ index 0000000..e447470 + name: "Firewall", + template: "fw%d", + attr_class: EAP_FIREWALL, ++ config_size: sizeof(struct firewall_config), + init: firewall_init, + start: firewall_start, + shutdown: firewall_shutdown, @@ -472,7 +473,7 @@ index 0000000..c97ed38 +extern struct protocol proto_firewall; + +extern struct firewall_control fw_ipfw, fw_pf, fw_ipset; -+extern struct rate_limit rl_fw_err; ++extern struct tbf rl_fw_err; +#define FW_ERR(x, y...) log_rl(&rl_fw_err, L_ERR x, ##y) + +#endif Added: head/net/bird/files/patch-sysdep-bsd-setkey.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/bird/files/patch-sysdep-bsd-setkey.h Mon May 29 19:30:30 2017 (r442031) @@ -0,0 +1,19 @@ +--- sysdep/bsd/setkey.h 2017-05-15 14:04:47.215628000 +0300 ++++ sysdep/bsd/setkey.h 2017-05-15 14:05:36.850028000 +0300 +@@ -158,12 +158,14 @@ sk_set_md5_in_sasp_db(sock *s, ip_addr local, ip_addr + if (len > TCP_KEYLEN_MAX) + ERR_MSG("The password for TCP MD5 Signature is too long"); + +- if (setkey_md5(&src, &dst, passwd, SADB_ADD) < 0) ++ if (setkey_md5(&src, &dst, passwd, SADB_ADD) < 0 || ++ setkey_md5(&dst, &src, passwd, SADB_ADD) < 0) + ERR_MSG("Cannot add TCP-MD5 password into the IPsec SA/SP database"); + } + else + { +- if (setkey_md5(&src, &dst, NULL, SADB_DELETE) < 0) ++ if (setkey_md5(&src, &dst, NULL, SADB_DELETE) < 0 || ++ setkey_md5(&dst, &src, NULL, SADB_DELETE) < 0) + ERR_MSG("Cannot delete TCP-MD5 password from the IPsec SA/SP database"); + } + return 0; From owner-svn-ports-all@freebsd.org Mon May 29 19:44:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8745D7E4BF for ; Mon, 29 May 2017 19:44:16 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from smtp.smtpout.orange.fr (smtp05.smtpout.orange.fr [80.12.242.127]) by mx1.freebsd.org (Postfix) with ESMTP id 647491591 for ; Mon, 29 May 2017 19:44:15 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from mail-yw0-f176.google.com ([209.85.161.176]) by mwinf5d81 with ME id SKcb1v0013ofGU103KcbRq; Mon, 29 May 2017 21:36:37 +0200 X-ME-Helo: mail-yw0-f176.google.com X-ME-Auth: Y29jaGFyZC1sYWJiZS5vbGl2aWVyQG9yYW5nZS5mcg== X-ME-Date: Mon, 29 May 2017 21:36:37 +0200 X-ME-IP: 209.85.161.176 Received: by mail-yw0-f176.google.com with SMTP id l14so31924550ywk.1; Mon, 29 May 2017 12:36:35 -0700 (PDT) X-Gm-Message-State: AODbwcBpxu6pfCheeF2Z2ckOfmAvtqWubVhPdBb1XNCxLu0MSJlLWZTY I1LB6Blrd4MRyKR+eBLyGV71yD3jlQ== X-Received: by 10.129.147.5 with SMTP id k5mr12931220ywg.128.1496086594706; Mon, 29 May 2017 12:36:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.36.144 with HTTP; Mon, 29 May 2017 12:36:14 -0700 (PDT) In-Reply-To: <201705291930.v4TJUUgc058003@repo.freebsd.org> References: <201705291930.v4TJUUgc058003@repo.freebsd.org> From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Mon, 29 May 2017 21:36:14 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r442031 - in head/net/bird: . files To: 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.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 19:44:17 -0000 On Mon, May 29, 2017 at 9:30 PM, Olivier Cochard wrote: > Author: olivier > Date: Mon May 29 19:30:30 2017 > New Revision: 442031 > URL: https://svnweb.freebsd.org/changeset/ports/442031 > > Log: > Fix MD5 TCP signature usage with latest tcpmd5 kernel module > > PR: 21890 > =E2=80=8BOops, it misses a digit at the end of this number, the good one is= this one: PR: 218907=E2=80=8B From owner-svn-ports-all@freebsd.org Mon May 29 20:05:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBB34D7E7F4; Mon, 29 May 2017 20:05:23 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9234B1D44; Mon, 29 May 2017 20:05:23 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4TK5M5S074327; Mon, 29 May 2017 20:05:22 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TK5LoZ074318; Mon, 29 May 2017 20:05:21 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201705292005.v4TK5LoZ074318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Mon, 29 May 2017 20:05:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442032 - in head/x11-wm: . cde cde/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 20:05:24 -0000 Author: crees Date: Mon May 29 20:05:21 2017 New Revision: 442032 URL: https://svnweb.freebsd.org/changeset/ports/442032 Log: CDE - The Common Desktop Environment is X Windows desktop environment that was commonly used on commercial UNIX variants such as Sun Solaris, HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been released under an Open Source licence by The Open Group. WWW: https://sourceforge.net/p/cdesktopenv/wiki/Home/ Added: head/x11-wm/cde/ head/x11-wm/cde/Makefile (contents, props changed) head/x11-wm/cde/distinfo (contents, props changed) head/x11-wm/cde/files/ head/x11-wm/cde/files/dtcms.in (contents, props changed) head/x11-wm/cde/files/dtspc.in (contents, props changed) head/x11-wm/cde/files/patch-programs_dtcm_dtcm_calendarA.c (contents, props changed) head/x11-wm/cde/files/pkg-message.in (contents, props changed) head/x11-wm/cde/pkg-descr (contents, props changed) head/x11-wm/cde/pkg-plist (contents, props changed) Modified: head/x11-wm/Makefile Modified: head/x11-wm/Makefile ============================================================================== --- head/x11-wm/Makefile Mon May 29 19:30:30 2017 (r442031) +++ head/x11-wm/Makefile Mon May 29 20:05:21 2017 (r442032) @@ -17,6 +17,7 @@ SUBDIR += blackbox SUBDIR += bspwm SUBDIR += ccsm + SUBDIR += cde SUBDIR += clementine-wm SUBDIR += compiz SUBDIR += compiz-fusion Added: head/x11-wm/cde/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/cde/Makefile Mon May 29 20:05:21 2017 (r442032) @@ -0,0 +1,76 @@ +# $FreeBSD$ + +PORTNAME= cde +DISTVERSION= 2.2.3 +CATEGORIES= x11-wm +MASTER_SITES= SF/cdesktopenv/src/ +DISTNAME= ${PORTNAME}-src-${DISTVERSION} + +MAINTAINER= crees@FreeBSD.org +COMMENT= Common Desktop Environment + +BUILD_DEPENDS= ksh93:shells/ksh93 \ + bdftopcf:x11-fonts/bdftopcf \ + mkfontdir:x11-fonts/mkfontdir \ + biconv:converters/iconv + +USES= motif perl5 shebangfix +SHEBANG_FILES= programs/dtdocbook/sgmls/sgmls.pl \ + programs/dtinfo/tools/bin/ccdate +USE_LDCONFIG= ${PREFIX}/dt/lib +USE_RC_SUBR= dtcms dtspc +USE_XORG= xinerama xp xt +USE_XZ= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} +ALL_TARGET= World +MAKE_ARGS+= PERL=${PERL} +MAKE_JOBS_UNSAFE=yes +SUB_FILES= pkg-message + +DTPATHSRE= 's,/usr/dt,${STAGEDIR}${PREFIX}/dt,;s,/etc/dt,${STAGEDIR}${PREFIX}/etc/dt,;\ + s,/var/dt,${STAGEDIR}${PREFIX}/dt/var,' +post-patch: + if [ -f /usr/include/iconv.h ]; then \ + ${REINPLACE_CMD} -e 's!^[[:space:]]*const char .ip = (const char .) .bp!char *ip = *bp!' \ + ${WRKSRC}/programs/dtmail/libDtMail/Common/Session.C \ + ${WRKSRC}/programs/dtmail/libDtMail/RFC/RFCBodyPart.C; \ + fi + ${REINPLACE_CMD} -e 's,^PREFIX.*,PREFIX=${STAGEDIR}${PREFIX},' \ + ${WRKSRC}/admin/IntegTools/post_install/freebsd/configMin.src + ${FIND} ${WRKSRC}/programs/dtksh/ksh93 -type f -exec \ + ${REINPLACE_CMD} -e 's,SF_FLAGS,SFIO_FLAGS,g' \{} \+ + cd ${WRKSRC} && \ + ${MKDIR} imports/x11 && \ + ${LN} -s ${LOCALBASE}/bin ${LOCALBASE}/include ${LOCALBASE}/lib \ + imports/x11 && \ + ${MKDIR} imports/motif/include && \ + ${LN} -s ${LOCALBASE}/include/Xm imports/motif/include +# PREFIX safe- ugh! Ignore doc subdirectoy as it causes build headaches +# ${FIND} ${WRKSRC}/??[^c]* -type f -exec ${REINPLACE_CMD} \ +# -e 's,\([>/]|^\)usr/dt,\2${PREFIX:S,^/,,}/dt,g' \ +# -e 's,\([^a-zA-Z]|^\)/etc/dt,\1${PREFIX}/etc/dt,g' \ +# \{} + + ${REINPLACE_CMD} ${DTPATHSRE} ${WRKSRC}/databases/* + ${FIND} ${WRKSRC}/programs/ -type f \ + -name Makefile \ + -exec ${REINPLACE_CMD} ${DTPATHSRE} \{} + +# \( -name '*.[Cch]' -or -name Makefile \) \ + +do-install: + cd ${WRKSRC}/admin/IntegTools/dbTools && \ + ./installCDE -s ${WRKSRC} -pseudo + ${ECHO_CMD} "MANPATH ${PREFIX}/dt/share/man" > \ + ${STAGEDIR}${PREFIX}/etc/man.d/cde.conf + (cd ${STAGEDIR}${PREFIX}/dt/share/man && \ + for m in 1 1m 3 4 5 6; do \ + ${GZIP_CMD} man$$m/*.$$m; \ + done) + ${INSTALL_DATA} ${WRKSRC}/lib/pam/libpam/pam.conf \ + ${STAGEDIR}${PREFIX}/etc/pam.d + +# Documented switches don't actually produce desired effect! +# ./installCDE -s ${WRKSRC} -pI ${STAGEDIR}${PREFIX}/dt \ +# -pV ${STAGEDIR}/var -pC ${STAGEDIR}${PREFIX}/etc + +.include Added: head/x11-wm/cde/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/cde/distinfo Mon May 29 20:05:21 2017 (r442032) @@ -0,0 +1,3 @@ +TIMESTAMP = 1496004049 +SHA256 (cde-src-2.2.3.tar.gz) = 108fc8ee6216a2d3da5ee0682c3012a042c33b2eaf4b4dc357e1e2b770be4f8f +SIZE (cde-src-2.2.3.tar.gz) = 60738851 Added: head/x11-wm/cde/files/dtcms.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/cde/files/dtcms.in Mon May 29 20:05:21 2017 (r442032) @@ -0,0 +1,28 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: dtcms +# REQUIRE: rpcbind +# KEYWORD: shutdown + +# Add the following line to /etc/rc.conf to enable dtcms: +# +# dtcms_enable=YES + +. /etc/rc.subr + +name=dtcms +rcvar=dtcms_enable +desc="CDE calendar manager service daemon" +start_precmd="force_depend rpcbind || exit 1" + +load_rc_config $name + +: ${dtcms_enable:=NO} + +command=/usr/sbin/daemon +pidfile=/var/run/dtcms.pid +command_args="-P $pidfile %%PREFIX%%/dt/bin/rpc.cmsd" + +run_rc_command $1 Added: head/x11-wm/cde/files/dtspc.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/cde/files/dtspc.in Mon May 29 20:05:21 2017 (r442032) @@ -0,0 +1,30 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: dtspc +# REQUIRE: rpcbind +# KEYWORD: shutdown + +# Add the following line to /etc/rc.conf to enable dtspc: +# +# dtspc_enable=YES + +. /etc/rc.subr + +name=dtspc +rcvar=dtspc_enable +desc="CDE Subprocess Control Service" +start_precmd="force_depend rpcbind || exit 1" + +load_rc_config $name + +: ${dtspc_enable:=NO} + +command=/usr/sbin/daemon +pidfile=/var/run/dtspc.pid +command_args="-P $pidfile %%PREFIX%%/dt/bin/dtspcd" +start_precmd="ln -sf %%PREFIX%%/dt /usr/dt && ln -sf %%PREFIX%%/etc/dt /etc/dt" +stop_postcmd="[ -L /usr/dt -a -L /etc/dt ] && rm /usr/dt /etc/dt" + +run_rc_command $1 Added: head/x11-wm/cde/files/patch-programs_dtcm_dtcm_calendarA.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/cde/files/patch-programs_dtcm_dtcm_calendarA.c Mon May 29 20:05:21 2017 (r442032) @@ -0,0 +1,16 @@ +$FreeBSD$ + +We don't use inetd-- that involves messing with inetd.conf. May as well +just launch as a daemon, which also deals with rpcbind dependency. + +--- programs/dtcm/dtcm/calendarA.c.orig 2016-09-14 10:18:38 UTC ++++ programs/dtcm/dtcm/calendarA.c +@@ -2051,7 +2051,7 @@ error_open(Calendar *c) { + set_message(c->message_text, buf); + + sprintf(buf, "%s\n%s: %s, %s: %s", catgets(c->DT_catd, 1, 91, +- "rpc.cmsd is not responding for your user name.\nMake sure the inetd process is running and the entry\nin inetd.conf for rpc.cmsd is correct for your host."), ++ "rpc.cmsd is not responding for your user name.\nMake sure that rpc.cmsd is running and enabled\nin /etc/rc.conf (dtcms_enable=yes)."), + nl_user, name, + nl_host, host); + Added: head/x11-wm/cde/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/cde/files/pkg-message.in Mon May 29 20:05:21 2017 (r442032) @@ -0,0 +1,19 @@ +This is ancient software that is ported for curiosity purposes. It is +unlikely to be useful in everyday use, and should not be used in untrusted +environments as there are highly likely to be unresolved security issues. + +CDE unfortunately requires a symbolic link as it uses the build system imake, +as with X11R6. This is actually done by the dtspc rc script (and removed +afterwards). + +It is also necessary to enable the Subprocess Control Service (and dtcms for +the calendar to work). + +# service rpcbind rcvar | grep -q 'rpcbind_enable="[Yy]' || \ + echo rpcbind_enable=yes >> /etc/rc.conf +# echo dtspc_enable=yes >> /etc/rc.conf +# echo dtcms_enable=yes >> /etc/rc.conf + +To start the Common Desktop Environment, + +% env LANG=C startx /usr/dt/bin/Xsession Added: head/x11-wm/cde/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/cde/pkg-descr Mon May 29 20:05:21 2017 (r442032) @@ -0,0 +1,6 @@ +CDE - The Common Desktop Environment is X Windows desktop environment +that was commonly used on commercial UNIX variants such as Sun Solaris, +HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been +released under an Open Source licence by The Open Group. + +WWW: https://sourceforge.net/p/cdesktopenv/wiki/Home/ Added: head/x11-wm/cde/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/cde/pkg-plist Mon May 29 20:05:21 2017 (r442032) @@ -0,0 +1,5718 @@ +dt/CONTRIBUTORS +dt/COPYING +dt/app-defaults/C/Dt +dt/app-defaults/C/Dtbuilder +dt/app-defaults/C/Dtcalc +dt/app-defaults/C/Dtcm +dt/app-defaults/C/Dtcreate +dt/app-defaults/C/Dtfile +dt/app-defaults/C/Dthello +dt/app-defaults/C/Dthelpprint +dt/app-defaults/C/Dthelpview +dt/app-defaults/C/Dticon +dt/app-defaults/C/Dtimsstart +dt/app-defaults/C/Dtinfo +dt/app-defaults/C/Dtksh +dt/app-defaults/C/Dtlogin +dt/app-defaults/C/Dtmail +dt/app-defaults/C/Dtpad +dt/app-defaults/C/Dtprintinfo +dt/app-defaults/C/Dtscreen +dt/app-defaults/C/Dtsession +dt/app-defaults/C/Dtstyle +dt/app-defaults/C/Dtterm +dt/app-defaults/C/Dtudcfonted +dt/app-defaults/C/Dtwm +dt/app-defaults/C/Ttsnoop +dt/app-defaults/C/UNIXbindings +dt/app-defaults/de_DE.ISO8859-1/Dt +dt/app-defaults/de_DE.ISO8859-1/Dtbuilder +dt/app-defaults/de_DE.ISO8859-1/Dtcalc +dt/app-defaults/de_DE.ISO8859-1/Dtcm +dt/app-defaults/de_DE.ISO8859-1/Dtcreate +dt/app-defaults/de_DE.ISO8859-1/Dtfile +dt/app-defaults/de_DE.ISO8859-1/Dthello +dt/app-defaults/de_DE.ISO8859-1/Dthelpprint +dt/app-defaults/de_DE.ISO8859-1/Dthelpview +dt/app-defaults/de_DE.ISO8859-1/Dticon +dt/app-defaults/de_DE.ISO8859-1/Dtimsstart +dt/app-defaults/de_DE.ISO8859-1/Dtinfo +dt/app-defaults/de_DE.ISO8859-1/Dtlogin +dt/app-defaults/de_DE.ISO8859-1/Dtmail +dt/app-defaults/de_DE.ISO8859-1/Dtpad +dt/app-defaults/de_DE.ISO8859-1/Dtprintinfo +dt/app-defaults/de_DE.ISO8859-1/Dtscreen +dt/app-defaults/de_DE.ISO8859-1/Dtsession +dt/app-defaults/de_DE.ISO8859-1/Dtstyle +dt/app-defaults/de_DE.ISO8859-1/Dtterm +dt/app-defaults/de_DE.ISO8859-1/Dtudcfonted +dt/app-defaults/de_DE.ISO8859-1/Dtwm +dt/app-defaults/es_ES.ISO8859-1/Dt +dt/app-defaults/es_ES.ISO8859-1/Dtbuilder +dt/app-defaults/es_ES.ISO8859-1/Dtcalc +dt/app-defaults/es_ES.ISO8859-1/Dtcm +dt/app-defaults/es_ES.ISO8859-1/Dtcreate +dt/app-defaults/es_ES.ISO8859-1/Dtfile +dt/app-defaults/es_ES.ISO8859-1/Dthello +dt/app-defaults/es_ES.ISO8859-1/Dthelpprint +dt/app-defaults/es_ES.ISO8859-1/Dthelpview +dt/app-defaults/es_ES.ISO8859-1/Dticon +dt/app-defaults/es_ES.ISO8859-1/Dtimsstart +dt/app-defaults/es_ES.ISO8859-1/Dtinfo +dt/app-defaults/es_ES.ISO8859-1/Dtlogin +dt/app-defaults/es_ES.ISO8859-1/Dtmail +dt/app-defaults/es_ES.ISO8859-1/Dtpad +dt/app-defaults/es_ES.ISO8859-1/Dtprintinfo +dt/app-defaults/es_ES.ISO8859-1/Dtscreen +dt/app-defaults/es_ES.ISO8859-1/Dtsession +dt/app-defaults/es_ES.ISO8859-1/Dtstyle +dt/app-defaults/es_ES.ISO8859-1/Dtterm +dt/app-defaults/es_ES.ISO8859-1/Dtudcfonted +dt/app-defaults/es_ES.ISO8859-1/Dtwm +dt/app-defaults/fr_FR.ISO8859-1/Dt +dt/app-defaults/fr_FR.ISO8859-1/Dtbuilder +dt/app-defaults/fr_FR.ISO8859-1/Dtcalc +dt/app-defaults/fr_FR.ISO8859-1/Dtcm +dt/app-defaults/fr_FR.ISO8859-1/Dtcreate +dt/app-defaults/fr_FR.ISO8859-1/Dtfile +dt/app-defaults/fr_FR.ISO8859-1/Dthello +dt/app-defaults/fr_FR.ISO8859-1/Dthelpprint +dt/app-defaults/fr_FR.ISO8859-1/Dthelpview +dt/app-defaults/fr_FR.ISO8859-1/Dticon +dt/app-defaults/fr_FR.ISO8859-1/Dtimsstart +dt/app-defaults/fr_FR.ISO8859-1/Dtinfo +dt/app-defaults/fr_FR.ISO8859-1/Dtlogin +dt/app-defaults/fr_FR.ISO8859-1/Dtmail +dt/app-defaults/fr_FR.ISO8859-1/Dtpad +dt/app-defaults/fr_FR.ISO8859-1/Dtprintinfo +dt/app-defaults/fr_FR.ISO8859-1/Dtscreen +dt/app-defaults/fr_FR.ISO8859-1/Dtsession +dt/app-defaults/fr_FR.ISO8859-1/Dtstyle +dt/app-defaults/fr_FR.ISO8859-1/Dtterm +dt/app-defaults/fr_FR.ISO8859-1/Dtudcfonted +dt/app-defaults/fr_FR.ISO8859-1/Dtwm +dt/app-defaults/it_IT.ISO8859-1/Dt +dt/app-defaults/it_IT.ISO8859-1/Dtbuilder +dt/app-defaults/it_IT.ISO8859-1/Dtcalc +dt/app-defaults/it_IT.ISO8859-1/Dtcm +dt/app-defaults/it_IT.ISO8859-1/Dtcreate +dt/app-defaults/it_IT.ISO8859-1/Dtfile +dt/app-defaults/it_IT.ISO8859-1/Dthello +dt/app-defaults/it_IT.ISO8859-1/Dthelpprint +dt/app-defaults/it_IT.ISO8859-1/Dthelpview +dt/app-defaults/it_IT.ISO8859-1/Dticon +dt/app-defaults/it_IT.ISO8859-1/Dtimsstart +dt/app-defaults/it_IT.ISO8859-1/Dtinfo +dt/app-defaults/it_IT.ISO8859-1/Dtlogin +dt/app-defaults/it_IT.ISO8859-1/Dtmail +dt/app-defaults/it_IT.ISO8859-1/Dtpad +dt/app-defaults/it_IT.ISO8859-1/Dtprintinfo +dt/app-defaults/it_IT.ISO8859-1/Dtscreen +dt/app-defaults/it_IT.ISO8859-1/Dtsession +dt/app-defaults/it_IT.ISO8859-1/Dtstyle +dt/app-defaults/it_IT.ISO8859-1/Dtterm +dt/app-defaults/it_IT.ISO8859-1/Dtudcfonted +dt/app-defaults/it_IT.ISO8859-1/Dtwm +dt/appconfig/appmanager/C/Desktop_Apps/DtLoadInfoLib +dt/appconfig/appmanager/C/Desktop_Apps/DtPrintManager +dt/appconfig/appmanager/C/Desktop_Apps/Dtappbuild +dt/appconfig/appmanager/C/Desktop_Apps/Dtcalc +dt/appconfig/appmanager/C/Desktop_Apps/Dtcm +dt/appconfig/appmanager/C/Desktop_Apps/Dtcreate +dt/appconfig/appmanager/C/Desktop_Apps/Dtfile +dt/appconfig/appmanager/C/Desktop_Apps/Dthelpview +dt/appconfig/appmanager/C/Desktop_Apps/Dticon +dt/appconfig/appmanager/C/Desktop_Apps/Dtmail +dt/appconfig/appmanager/C/Desktop_Apps/Dtmanpageview +dt/appconfig/appmanager/C/Desktop_Apps/Dtpad +dt/appconfig/appmanager/C/Desktop_Apps/Dtstyle +dt/appconfig/appmanager/C/Desktop_Apps/Dtterm +dt/appconfig/appmanager/C/Desktop_Apps/Dttrash +dt/appconfig/appmanager/C/Desktop_Tools/Bitmap +dt/appconfig/appmanager/C/Desktop_Tools/CodeGen +dt/appconfig/appmanager/C/Desktop_Tools/Compress +dt/appconfig/appmanager/C/Desktop_Tools/Df +dt/appconfig/appmanager/C/Desktop_Tools/Diff +dt/appconfig/appmanager/C/Desktop_Tools/DtImsMode +dt/appconfig/appmanager/C/Desktop_Tools/DttermConsole +dt/appconfig/appmanager/C/Desktop_Tools/DttermDtspcd +dt/appconfig/appmanager/C/Desktop_Tools/DttermErrorlog +dt/appconfig/appmanager/C/Desktop_Tools/DttermRlogin +dt/appconfig/appmanager/C/Desktop_Tools/Dttypes +dt/appconfig/appmanager/C/Desktop_Tools/DtwmrcEdit +dt/appconfig/appmanager/C/Desktop_Tools/DuSort +dt/appconfig/appmanager/C/Desktop_Tools/Env +dt/appconfig/appmanager/C/Desktop_Tools/ExecuteCmd +dt/appconfig/appmanager/C/Desktop_Tools/File +dt/appconfig/appmanager/C/Desktop_Tools/Grep +dt/appconfig/appmanager/C/Desktop_Tools/Make +dt/appconfig/appmanager/C/Desktop_Tools/Nm +dt/appconfig/appmanager/C/Desktop_Tools/ReloadActions +dt/appconfig/appmanager/C/Desktop_Tools/ReloadApps +dt/appconfig/appmanager/C/Desktop_Tools/ReloadResources +dt/appconfig/appmanager/C/Desktop_Tools/RestorePanel +dt/appconfig/appmanager/C/Desktop_Tools/Rm +dt/appconfig/appmanager/C/Desktop_Tools/SaveSession +dt/appconfig/appmanager/C/Desktop_Tools/Spell +dt/appconfig/appmanager/C/Desktop_Tools/Tar +dt/appconfig/appmanager/C/Desktop_Tools/TarList +dt/appconfig/appmanager/C/Desktop_Tools/TarUnpack +dt/appconfig/appmanager/C/Desktop_Tools/Uncompress +dt/appconfig/appmanager/C/Desktop_Tools/Vi +dt/appconfig/appmanager/C/Desktop_Tools/Wc +dt/appconfig/appmanager/C/Desktop_Tools/Xclipboard +dt/appconfig/appmanager/C/Desktop_Tools/XclockDig +dt/appconfig/appmanager/C/Desktop_Tools/Xdpyinfo +dt/appconfig/appmanager/C/Desktop_Tools/Xfd +dt/appconfig/appmanager/C/Desktop_Tools/Xload +dt/appconfig/appmanager/C/Desktop_Tools/Xlsfonts +dt/appconfig/appmanager/C/Desktop_Tools/Xprop +dt/appconfig/appmanager/C/Desktop_Tools/Xrefresh +dt/appconfig/appmanager/C/Desktop_Tools/Xterm +dt/appconfig/appmanager/C/Desktop_Tools/XtermDtspcd +dt/appconfig/appmanager/C/Desktop_Tools/XtermRlogin +dt/appconfig/appmanager/C/Desktop_Tools/Xwd +dt/appconfig/appmanager/C/Desktop_Tools/Xwininfo +dt/appconfig/appmanager/C/Desktop_Tools/Xwud +dt/appconfig/appmanager/C/Information/OpenDtIntro +dt/appconfig/appmanager/C/Information/README +dt/appconfig/appmanager/C/System_Admin/README +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/DtLoadInfoLib +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/DtPrintManager +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtappbuild +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtcalc +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtcm +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtcreate +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtfile +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dthelpview +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dticon +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtmail +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtmanpageview +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtpad +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtstyle +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dtterm +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Apps/Dttrash +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Bitmap +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Compress +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Df +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Diff +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DtImsMode +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DttermConsole +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DttermDtspcd +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DttermErrorlog +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DttermRlogin +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Dttypes +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DtwmrcEdit +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/DuSort +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Env +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/ExecuteCmd +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/File +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Grep +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Make +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Nm +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/ReloadActions +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/ReloadApps +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/ReloadResources +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/RestorePanel +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Rm +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/SaveSession +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Spell +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Tar +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/TarList +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/TarUnpack +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Uncompress +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Vi +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Wc +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xclipboard +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/XclockDig +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xdpyinfo +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xfd +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xload +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xlsfonts +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xprop +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xrefresh +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xterm +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/XtermDtspcd +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/XtermRlogin +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xwd +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xwininfo +dt/appconfig/appmanager/de_DE.ISO8859-1/Desktop_Tools/Xwud +dt/appconfig/appmanager/de_DE.ISO8859-1/Information/OpenDtIntro +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/DtLoadInfoLib +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/DtPrintManager +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtappbuild +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtcalc +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtcm +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtcreate +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtfile +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dthelpview +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dticon +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtmail +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtmanpageview +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtpad +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtstyle +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dtterm +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Apps/Dttrash +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Bitmap +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Compress +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Df +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Diff +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DtImsMode +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DttermConsole +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DttermDtspcd +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DttermErrorlog +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DttermRlogin +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Dttypes +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DtwmrcEdit +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/DuSort +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Env +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/ExecuteCmd +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/File +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Grep +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Make +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Nm +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/ReloadActions +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/ReloadApps +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/ReloadResources +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/RestorePanel +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Rm +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/SaveSession +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Spell +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Tar +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/TarList +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/TarUnpack +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Uncompress +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Vi +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Wc +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xclipboard +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/XclockDig +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xdpyinfo +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xfd +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xload +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xlsfonts +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xprop +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xrefresh +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xterm +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/XtermDtspcd +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/XtermRlogin +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xwd +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xwininfo +dt/appconfig/appmanager/es_ES.ISO8859-1/Desktop_Tools/Xwud +dt/appconfig/appmanager/es_ES.ISO8859-1/Information/OpenDtIntro +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/DtLoadInfoLib +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/DtPrintManager +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtappbuild +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtcalc +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtcm +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtcreate +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtfile +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dthelpview +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dticon +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtmail +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtmanpageview +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtpad +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtstyle +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dtterm +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Apps/Dttrash +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Bitmap +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Compress +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Df +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Diff +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DtImsMode +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DttermConsole +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DttermDtspcd +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DttermErrorlog +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DttermRlogin +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Dttypes +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DtwmrcEdit +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/DuSort +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Env +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/ExecuteCmd +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/File +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Grep +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Make +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Nm +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/ReloadActions +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/ReloadApps +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/ReloadResources +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/RestorePanel +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Rm +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/SaveSession +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Spell +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Tar +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/TarList +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/TarUnpack +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Uncompress +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Vi +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Wc +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xclipboard +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/XclockDig +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xdpyinfo +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xfd +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xload +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xlsfonts +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xprop +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xrefresh +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xterm +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/XtermDtspcd +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/XtermRlogin +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xwd +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xwininfo +dt/appconfig/appmanager/fr_FR.ISO8859-1/Desktop_Tools/Xwud +dt/appconfig/appmanager/fr_FR.ISO8859-1/Information/OpenDtIntro +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/DtLoadInfoLib +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/DtPrintManager +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtappbuild +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtcalc +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtcm +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtcreate +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtfile +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dthelpview +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dticon +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtmail +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtmanpageview +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtpad +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtstyle +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dtterm +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Apps/Dttrash +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Bitmap +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Compress +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Df +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Diff +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DtImsMode +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DttermConsole +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DttermDtspcd +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DttermErrorlog +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DttermRlogin +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Dttypes +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DtwmrcEdit +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/DuSort +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Env +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/ExecuteCmd +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/File +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Grep +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Make +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Nm +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/ReloadActions +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/ReloadApps +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/ReloadResources +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/RestorePanel +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Rm +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/SaveSession +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Spell +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Tar +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/TarList +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/TarUnpack +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Uncompress +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Vi +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Wc +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xclipboard +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/XclockDig +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xdpyinfo +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xfd +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xload +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xlsfonts +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xprop +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xrefresh +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xterm +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/XtermDtspcd +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/XtermRlogin +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xwd +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xwininfo +dt/appconfig/appmanager/it_IT.ISO8859-1/Desktop_Tools/Xwud +dt/appconfig/appmanager/it_IT.ISO8859-1/Information/OpenDtIntro +dt/appconfig/help/C/AppBuilder.sdl +dt/appconfig/help/C/AppBuilder/graphics/abicon.pm +dt/appconfig/help/C/AppBuilder/graphics/align.tif +dt/appconfig/help/C/AppBuilder/graphics/attbot.tif +dt/appconfig/help/C/AppBuilder/graphics/attcent.tif +dt/appconfig/help/C/AppBuilder/graphics/atted.tif +dt/appconfig/help/C/AppBuilder/graphics/attnone.tif +dt/appconfig/help/C/AppBuilder/graphics/attprcent.tif +dt/appconfig/help/C/AppBuilder/graphics/attprtop.tif +dt/appconfig/help/C/AppBuilder/graphics/atttop.tif +dt/appconfig/help/C/AppBuilder/graphics/atttwo.tif +dt/appconfig/help/C/AppBuilder/graphics/basewin.pm +dt/appconfig/help/C/AppBuilder/graphics/browser.tif +dt/appconfig/help/C/AppBuilder/graphics/button.tif +dt/appconfig/help/C/AppBuilder/graphics/cgoption.tif +dt/appconfig/help/C/AppBuilder/graphics/cgoptmen.tif +dt/appconfig/help/C/AppBuilder/graphics/checkbox.tif +dt/appconfig/help/C/AppBuilder/graphics/codegen.tif +dt/appconfig/help/C/AppBuilder/graphics/color.tif +dt/appconfig/help/C/AppBuilder/graphics/combobox.tif +dt/appconfig/help/C/AppBuilder/graphics/conned.tif +dt/appconfig/help/C/AppBuilder/graphics/contain.pm +dt/appconfig/help/C/AppBuilder/graphics/cpanel.tif +dt/appconfig/help/C/AppBuilder/graphics/cpanelio.tif +dt/appconfig/help/C/AppBuilder/graphics/custicon.tif +dt/appconfig/help/C/AppBuilder/graphics/dapane.tif +dt/appconfig/help/C/AppBuilder/graphics/dareaio.tif +dt/appconfig/help/C/AppBuilder/graphics/distmenu.tif +dt/appconfig/help/C/AppBuilder/graphics/dnded.tif +dt/appconfig/help/C/AppBuilder/graphics/drawarea.pm +dt/appconfig/help/C/AppBuilder/graphics/dropcust.tif +dt/appconfig/help/C/AppBuilder/graphics/dropfile.tif +dt/appconfig/help/C/AppBuilder/graphics/dropmain.tif +dt/appconfig/help/C/AppBuilder/graphics/drwareai.tif +dt/appconfig/help/C/AppBuilder/graphics/edit.tif +dt/appconfig/help/C/AppBuilder/graphics/editmenu.tif +dt/appconfig/help/C/AppBuilder/graphics/edsep.tif +dt/appconfig/help/C/AppBuilder/graphics/edsmenu.tif +dt/appconfig/help/C/AppBuilder/graphics/environ.tif +dt/appconfig/help/C/AppBuilder/graphics/eunsaved.tif +dt/appconfig/help/C/AppBuilder/graphics/execute.tif +dt/appconfig/help/C/AppBuilder/graphics/file.tif +dt/appconfig/help/C/AppBuilder/graphics/filemenu.tif +dt/appconfig/help/C/AppBuilder/graphics/fmenutop.tif +dt/appconfig/help/C/AppBuilder/graphics/fpwab.tif +dt/appconfig/help/C/AppBuilder/graphics/frmwrked.tif +dt/appconfig/help/C/AppBuilder/graphics/fsb.pm +dt/appconfig/help/C/AppBuilder/graphics/fsdio.tif +dt/appconfig/help/C/AppBuilder/graphics/fsdopen.tif +dt/appconfig/help/C/AppBuilder/graphics/group.tif +dt/appconfig/help/C/AppBuilder/graphics/grouped.tif +dt/appconfig/help/C/AppBuilder/graphics/guage.tif +dt/appconfig/help/C/AppBuilder/graphics/helped.tif +dt/appconfig/help/C/AppBuilder/graphics/helpmenu.tif +dt/appconfig/help/C/AppBuilder/graphics/label.tif +dt/appconfig/help/C/AppBuilder/graphics/layout.tif +dt/appconfig/help/C/AppBuilder/graphics/maincall.tif +dt/appconfig/help/C/AppBuilder/graphics/mainwin.tif +dt/appconfig/help/C/AppBuilder/graphics/mainwio.tif +dt/appconfig/help/C/AppBuilder/graphics/menubar.tif +dt/appconfig/help/C/AppBuilder/graphics/menubart.tif +dt/appconfig/help/C/AppBuilder/graphics/menubut.tif +dt/appconfig/help/C/AppBuilder/graphics/message.tif +dt/appconfig/help/C/AppBuilder/graphics/modarray.tif +dt/appconfig/help/C/AppBuilder/graphics/modebar.tif +dt/appconfig/help/C/AppBuilder/graphics/modmenu.tif +dt/appconfig/help/C/AppBuilder/graphics/msged.tif +dt/appconfig/help/C/AppBuilder/graphics/mwcpage.tif +dt/appconfig/help/C/AppBuilder/graphics/namemod.tif +dt/appconfig/help/C/AppBuilder/graphics/nameproj.tif +dt/appconfig/help/C/AppBuilder/graphics/objinfo.tif +dt/appconfig/help/C/AppBuilder/graphics/optmenu.tif +dt/appconfig/help/C/AppBuilder/graphics/palette.tif +dt/appconfig/help/C/AppBuilder/graphics/panes.tif +dt/appconfig/help/C/AppBuilder/graphics/popbrowse.tif +dt/appconfig/help/C/AppBuilder/graphics/popui.tif +dt/appconfig/help/C/AppBuilder/graphics/popupwin.pm +dt/appconfig/help/C/AppBuilder/graphics/projmenu.tif +dt/appconfig/help/C/AppBuilder/graphics/projorg.tif +dt/appconfig/help/C/AppBuilder/graphics/punsaved.tif +dt/appconfig/help/C/AppBuilder/graphics/pwedpane.tif +dt/appconfig/help/C/AppBuilder/graphics/radiobox.tif +dt/appconfig/help/C/AppBuilder/graphics/scale.tif +dt/appconfig/help/C/AppBuilder/graphics/scrlist.tif +dt/appconfig/help/C/AppBuilder/graphics/separat.tif +dt/appconfig/help/C/AppBuilder/graphics/spinbox.tif +dt/appconfig/help/C/AppBuilder/graphics/termp.tif +dt/appconfig/help/C/AppBuilder/graphics/termpi.pm +dt/appconfig/help/C/AppBuilder/graphics/termpio.tif +dt/appconfig/help/C/AppBuilder/graphics/textp.tif +dt/appconfig/help/C/AppBuilder/graphics/textpi.pm +dt/appconfig/help/C/AppBuilder/graphics/textpio.tif +dt/appconfig/help/C/AppBuilder/graphics/tfield.tif +dt/appconfig/help/C/AppBuilder/graphics/titlebar.tif +dt/appconfig/help/C/AppBuilder/graphics/unsaved.tif +dt/appconfig/help/C/AppBuilder/graphics/view.tif +dt/appconfig/help/C/AppBuilder/graphics/viewmenu.tif +dt/appconfig/help/C/AppBuilder/graphics/viewmods.tif +dt/appconfig/help/C/AppBuilder/graphics/windows.tif +dt/appconfig/help/C/Appmanager.sdl +dt/appconfig/help/C/Appmanager/graphics/actions.tif +dt/appconfig/help/C/Appmanager/graphics/addappfp.tif +dt/appconfig/help/C/Appmanager/graphics/appgroup.tif +dt/appconfig/help/C/Appmanager/graphics/appman.tif +dt/appconfig/help/C/Appmanager/graphics/control.tif +dt/appconfig/help/C/Appmanager/graphics/copyfile.tif +dt/appconfig/help/C/Appmanager/graphics/filename.tif +dt/appconfig/help/C/Appmanager/graphics/filter.tif +dt/appconfig/help/C/Appmanager/graphics/help.tif +dt/appconfig/help/C/Appmanager/graphics/linkfile.tif +dt/appconfig/help/C/Appmanager/graphics/movefile.tif +dt/appconfig/help/C/Appmanager/graphics/newfile.tif +dt/appconfig/help/C/Appmanager/graphics/newfold.tif +dt/appconfig/help/C/Appmanager/graphics/openfile.tif +dt/appconfig/help/C/Calculator.sdl +dt/appconfig/help/C/Calculator/graphics/calcarea.tif +dt/appconfig/help/C/Calculator/graphics/calcpop.tif +dt/appconfig/help/C/Calculator/graphics/constant.tif +dt/appconfig/help/C/Calculator/graphics/dispmode.tif +dt/appconfig/help/C/Calculator/graphics/finregs.tif +dt/appconfig/help/C/Calculator/graphics/getascii.tif +dt/appconfig/help/C/Calculator/graphics/memregs.tif +dt/appconfig/help/C/Calculator/graphics/modeoptm.tif +dt/appconfig/help/C/Calculator/graphics/nconst1.tif +dt/appconfig/help/C/Calculator/graphics/nconst2.tif +dt/appconfig/help/C/Calculator/graphics/nfunct1.tif +dt/appconfig/help/C/Calculator/graphics/nfunct2.tif +dt/appconfig/help/C/Calculator/graphics/numbase.tif +dt/appconfig/help/C/Calculator/graphics/trigbase.tif +dt/appconfig/help/C/Calendar.sdl +dt/appconfig/help/C/Calendar/graphics/accesalt.tif +dt/appconfig/help/C/Calendar/graphics/access.tif +dt/appconfig/help/C/Calendar/graphics/apped.tif +dt/appconfig/help/C/Calendar/graphics/appedpln.tif +dt/appconfig/help/C/Calendar/graphics/appicon.tif +dt/appconfig/help/C/Calendar/graphics/applist.tif +dt/appconfig/help/C/Calendar/graphics/appopts.tif +dt/appconfig/help/C/Calendar/graphics/browmenu.tif +dt/appconfig/help/C/Calendar/graphics/calparts.tif +dt/appconfig/help/C/Calendar/graphics/compare.tif +dt/appconfig/help/C/Calendar/graphics/datefmt.tif +dt/appconfig/help/C/Calendar/graphics/dayicon.tif +dt/appconfig/help/C/Calendar/graphics/dayvw.tif +dt/appconfig/help/C/Calendar/graphics/defaults.tif +dt/appconfig/help/C/Calendar/graphics/display.tif +dt/appconfig/help/C/Calendar/graphics/editmenu.tif +dt/appconfig/help/C/Calendar/graphics/erroradv.tif +dt/appconfig/help/C/Calendar/graphics/errordaf.tif +dt/appconfig/help/C/Calendar/graphics/errormif.tif +dt/appconfig/help/C/Calendar/graphics/filemenu.tif +dt/appconfig/help/C/Calendar/graphics/find.tif +dt/appconfig/help/C/Calendar/graphics/fpanel.tif +dt/appconfig/help/C/Calendar/graphics/goto.tif +dt/appconfig/help/C/Calendar/graphics/group.tif +dt/appconfig/help/C/Calendar/graphics/helpmenu.tif +dt/appconfig/help/C/Calendar/graphics/menuedit.tif +dt/appconfig/help/C/Calendar/graphics/mnthicon.tif +dt/appconfig/help/C/Calendar/graphics/monthvw.tif +dt/appconfig/help/C/Calendar/graphics/nextvw.tif +dt/appconfig/help/C/Calendar/graphics/options.tif +dt/appconfig/help/C/Calendar/graphics/prevvw.tif +dt/appconfig/help/C/Calendar/graphics/print.tif +dt/appconfig/help/C/Calendar/graphics/printer.tif +dt/appconfig/help/C/Calendar/graphics/schedapp.tif +dt/appconfig/help/C/Calendar/graphics/shwother.tif +dt/appconfig/help/C/Calendar/graphics/standaln.tif +dt/appconfig/help/C/Calendar/graphics/timezone.tif +dt/appconfig/help/C/Calendar/graphics/today.tif +dt/appconfig/help/C/Calendar/graphics/todoed.tif +dt/appconfig/help/C/Calendar/graphics/todoedlg.tif +dt/appconfig/help/C/Calendar/graphics/todoicon.tif +dt/appconfig/help/C/Calendar/graphics/todolist.tif +dt/appconfig/help/C/Calendar/graphics/toolbar.tif +dt/appconfig/help/C/Calendar/graphics/viewmenu.tif +dt/appconfig/help/C/Calendar/graphics/weekicon.tif +dt/appconfig/help/C/Calendar/graphics/weekvw.tif +dt/appconfig/help/C/Calendar/graphics/yearicon.tif +dt/appconfig/help/C/Calendar/graphics/yearvw.tif +dt/appconfig/help/C/CreatAct.sdl +dt/appconfig/help/C/CreatAct/graphics/addtypes.tif +dt/appconfig/help/C/CreatAct/graphics/advance.tif +dt/appconfig/help/C/CreatAct/graphics/create.tif +dt/appconfig/help/C/CreatAct/graphics/findset.tif +dt/appconfig/help/C/CreatAct/graphics/idfolder.tif +dt/appconfig/help/C/CreatAct/graphics/idname.tif +dt/appconfig/help/C/CreatAct/graphics/idperm.tif +dt/appconfig/help/C/CreatAct/graphics/idwindow.tif +dt/appconfig/help/C/CreatAct/graphics/mainwin.tif +dt/appconfig/help/C/Desktop.hf +dt/appconfig/help/C/DesktopIntro.hf +dt/appconfig/help/C/FPanel.sdl +dt/appconfig/help/C/FPanel/graphics/arrowbut.tif +dt/appconfig/help/C/FPanel/graphics/clock.pm +dt/appconfig/help/C/FPanel/graphics/copymain.tif +dt/appconfig/help/C/FPanel/graphics/date.pm +dt/appconfig/help/C/FPanel/graphics/editor.pm +dt/appconfig/help/C/FPanel/graphics/exit.pm +dt/appconfig/help/C/FPanel/graphics/filemgr.pm +dt/appconfig/help/C/FPanel/graphics/fpappmgr.pm +dt/appconfig/help/C/FPanel/graphics/fphelp.pm +dt/appconfig/help/C/FPanel/graphics/fpico.tif +dt/appconfig/help/C/FPanel/graphics/fponitem.pm +dt/appconfig/help/C/FPanel/graphics/helpintr.pm +dt/appconfig/help/C/FPanel/graphics/helpmgr.pm +dt/appconfig/help/C/FPanel/graphics/iconedit.pm +dt/appconfig/help/C/FPanel/graphics/install.pm +dt/appconfig/help/C/FPanel/graphics/light.pm +dt/appconfig/help/C/FPanel/graphics/lock.pm +dt/appconfig/help/C/FPanel/graphics/mail.pm +dt/appconfig/help/C/FPanel/graphics/mainfp.tif +dt/appconfig/help/C/FPanel/graphics/mainsub.tif +dt/appconfig/help/C/FPanel/graphics/minimize.tif +dt/appconfig/help/C/FPanel/graphics/movehand.tif +dt/appconfig/help/C/FPanel/graphics/onitemcn.tif +dt/appconfig/help/C/FPanel/graphics/persapps.pm +dt/appconfig/help/C/FPanel/graphics/popupctl.tif +dt/appconfig/help/C/FPanel/graphics/popupsub.tif +dt/appconfig/help/C/FPanel/graphics/popupswi.tif +dt/appconfig/help/C/FPanel/graphics/popupwsb.tif +dt/appconfig/help/C/FPanel/graphics/printer.pm +dt/appconfig/help/C/FPanel/graphics/printmgr.pm +dt/appconfig/help/C/FPanel/graphics/smallhelp.pm +dt/appconfig/help/C/FPanel/graphics/smallinf.tif +dt/appconfig/help/C/FPanel/graphics/smallprt.pm +dt/appconfig/help/C/FPanel/graphics/stylemgr.pm +dt/appconfig/help/C/FPanel/graphics/subclose.tif +dt/appconfig/help/C/FPanel/graphics/terminal.pm +dt/appconfig/help/C/FPanel/graphics/trash.pm +dt/appconfig/help/C/FPanel/graphics/wholefp.tif +dt/appconfig/help/C/FPanel/graphics/wsswitch.pm +dt/appconfig/help/C/Filemgr.sdl +dt/appconfig/help/C/Filemgr/graphics/chdir.tif +dt/appconfig/help/C/Filemgr/graphics/copy.tif +dt/appconfig/help/C/Filemgr/graphics/copydir.tif +dt/appconfig/help/C/Filemgr/graphics/copylink.tif +dt/appconfig/help/C/Filemgr/graphics/copyovwr.tif +dt/appconfig/help/C/Filemgr/graphics/copywarn.tif +dt/appconfig/help/C/Filemgr/graphics/cpfstat.tif +dt/appconfig/help/C/Filemgr/graphics/cpfwarn.tif +dt/appconfig/help/C/Filemgr/graphics/create.tif +dt/appconfig/help/C/Filemgr/graphics/createf.tif +dt/appconfig/help/C/Filemgr/graphics/dragicon.pm +dt/appconfig/help/C/Filemgr/graphics/dtpopup.tif +dt/appconfig/help/C/Filemgr/graphics/filter.tif +dt/appconfig/help/C/Filemgr/graphics/find.tif +dt/appconfig/help/C/Filemgr/graphics/fpctl.tif +dt/appconfig/help/C/Filemgr/graphics/move.tif +dt/appconfig/help/C/Filemgr/graphics/multicol.tif +dt/appconfig/help/C/Filemgr/graphics/overview.tif +dt/appconfig/help/C/Filemgr/graphics/preferen.tif +dt/appconfig/help/C/Filemgr/graphics/property.tif +dt/appconfig/help/C/Filemgr/graphics/quickcd.tif +dt/appconfig/help/C/Filemgr/graphics/rename.tif +dt/appconfig/help/C/Filemgr/graphics/replace.tif +dt/appconfig/help/C/Filemgr/graphics/selected.tif +dt/appconfig/help/C/Help4Help.sdl +dt/appconfig/help/C/Help4Help/graphics/execute.tif +dt/appconfig/help/C/Help4Help/graphics/genhlp.tif +dt/appconfig/help/C/Help4Help/graphics/helpctl.tif +dt/appconfig/help/C/Help4Help/graphics/helpmgr.tif +dt/appconfig/help/C/Help4Help/graphics/helporg.tif +dt/appconfig/help/C/Help4Help/graphics/history.tif +dt/appconfig/help/C/Help4Help/graphics/hlinkd.tif +dt/appconfig/help/C/Help4Help/graphics/hlinks.tif +dt/appconfig/help/C/Help4Help/graphics/home.tif +dt/appconfig/help/C/Help4Help/graphics/iderr.tif +dt/appconfig/help/C/Help4Help/graphics/indexdlg.tif +dt/appconfig/help/C/Help4Help/graphics/indexpre.tif +dt/appconfig/help/C/Help4Help/graphics/indextop.tif +dt/appconfig/help/C/Help4Help/graphics/popupmen.tif +dt/appconfig/help/C/Help4Help/graphics/printdlg.tif +dt/appconfig/help/C/Help4Help/graphics/quickhlp.tif +dt/appconfig/help/C/Help4Help/graphics/search.tif +dt/appconfig/help/C/Help4Help/graphics/seltopic.tif +dt/appconfig/help/C/Help4Help/graphics/topicerr.tif +dt/appconfig/help/C/Help4Help/graphics/topics.tif +dt/appconfig/help/C/Help4Help/graphics/volerr.tif +dt/appconfig/help/C/Iconed.sdl +dt/appconfig/help/C/Iconed/graphics/circle.pm +dt/appconfig/help/C/Iconed/graphics/ellipse.pm +dt/appconfig/help/C/Iconed/graphics/erase.pm +dt/appconfig/help/C/Iconed/graphics/flood.pm +dt/appconfig/help/C/Iconed/graphics/line.pm +dt/appconfig/help/C/Iconed/graphics/main.tif +dt/appconfig/help/C/Iconed/graphics/pencil.pm +dt/appconfig/help/C/Iconed/graphics/polygon.pm +dt/appconfig/help/C/Iconed/graphics/polyline.pm +dt/appconfig/help/C/Iconed/graphics/rectang.pm +dt/appconfig/help/C/Iconed/graphics/select.pm +dt/appconfig/help/C/Infomgr.sdl +dt/appconfig/help/C/Infomgr/graphics/addinfo.tif +dt/appconfig/help/C/Infomgr/graphics/addlib.tif +dt/appconfig/help/C/Infomgr/graphics/bklist1.tif +dt/appconfig/help/C/Infomgr/graphics/bkmark.tif +dt/appconfig/help/C/Infomgr/graphics/bkmkedit.tif +dt/appconfig/help/C/Infomgr/graphics/bknote.tif +dt/appconfig/help/C/Infomgr/graphics/browmenu.tif +dt/appconfig/help/C/Infomgr/graphics/brwsbuts.tif +dt/appconfig/help/C/Infomgr/graphics/confirm.tif +dt/appconfig/help/C/Infomgr/graphics/dgrafico.tif +dt/appconfig/help/C/Infomgr/graphics/disbklst.tif +dt/appconfig/help/C/Infomgr/graphics/display.tif +dt/appconfig/help/C/Infomgr/graphics/editmenu.tif +dt/appconfig/help/C/Infomgr/graphics/filemenu.tif +dt/appconfig/help/C/Infomgr/graphics/fpico.tif +dt/appconfig/help/C/Infomgr/graphics/gmap.tif +dt/appconfig/help/C/Infomgr/graphics/gomenu.tif +dt/appconfig/help/C/Infomgr/graphics/graffile.tif +dt/appconfig/help/C/Infomgr/graphics/grafpanr.tif +dt/appconfig/help/C/Infomgr/graphics/grafview.tif +dt/appconfig/help/C/Infomgr/graphics/graphmap.tif +dt/appconfig/help/C/Infomgr/graphics/graphwin.tif +dt/appconfig/help/C/Infomgr/graphics/helpmenu.tif +dt/appconfig/help/C/Infomgr/graphics/histlist.tif +dt/appconfig/help/C/Infomgr/graphics/histpref.tif +dt/appconfig/help/C/Infomgr/graphics/hsarrows.tif +dt/appconfig/help/C/Infomgr/graphics/ilibico.tif +dt/appconfig/help/C/Infomgr/graphics/infolib1.tif +dt/appconfig/help/C/Infomgr/graphics/infosub.tif +dt/appconfig/help/C/Infomgr/graphics/mappref.tif +dt/appconfig/help/C/Infomgr/graphics/markmenu.tif +dt/appconfig/help/C/Infomgr/graphics/nxthist.tif +dt/appconfig/help/C/Infomgr/graphics/nxtsect.tif +dt/appconfig/help/C/Infomgr/graphics/nxtsrch.tif +dt/appconfig/help/C/Infomgr/graphics/openloca.tif +dt/appconfig/help/C/Infomgr/graphics/optbmenu.tif +dt/appconfig/help/C/Infomgr/graphics/optrmenu.tif +dt/appconfig/help/C/Infomgr/graphics/prefwin.tif +dt/appconfig/help/C/Infomgr/graphics/printer.tif +dt/appconfig/help/C/Infomgr/graphics/printwin.tif +dt/appconfig/help/C/Infomgr/graphics/prvhist.tif +dt/appconfig/help/C/Infomgr/graphics/prvsect.tif +dt/appconfig/help/C/Infomgr/graphics/prvsrch.tif +dt/appconfig/help/C/Infomgr/graphics/pushpin.tif +dt/appconfig/help/C/Infomgr/graphics/qedit.tif +dt/appconfig/help/C/Infomgr/graphics/qeditwin.tif +dt/appconfig/help/C/Infomgr/graphics/readwin1.tif +dt/appconfig/help/C/Infomgr/graphics/rminfo.tif +dt/appconfig/help/C/Infomgr/graphics/savescop.tif +dt/appconfig/help/C/Infomgr/graphics/scopedit.tif +dt/appconfig/help/C/Infomgr/graphics/searchin.tif +dt/appconfig/help/C/Infomgr/graphics/sectitle.tif +dt/appconfig/help/C/Infomgr/graphics/serchprf.tif +dt/appconfig/help/C/Infomgr/graphics/serchres.tif +dt/appconfig/help/C/Infomgr/graphics/shistwin.tif +dt/appconfig/help/C/Infomgr/graphics/srchmenu.tif +dt/appconfig/help/C/Infomgr/graphics/winbmenu.tif +dt/appconfig/help/C/Infomgr/graphics/winrmenu.tif +dt/appconfig/help/C/Intromgr.sdl +dt/appconfig/help/C/Intromgr/graphics/appmenu.tif +dt/appconfig/help/C/Intromgr/graphics/appmgr.pm +dt/appconfig/help/C/Intromgr/graphics/bklist.tif +dt/appconfig/help/C/Intromgr/graphics/brwsbuts.tif +dt/appconfig/help/C/Intromgr/graphics/click1.tif +dt/appconfig/help/C/Intromgr/graphics/drag1.tif +dt/appconfig/help/C/Intromgr/graphics/filemgr.pm +dt/appconfig/help/C/Intromgr/graphics/focus.tif +dt/appconfig/help/C/Intromgr/graphics/fpexit.tif +dt/appconfig/help/C/Intromgr/graphics/fphelp.tif +dt/appconfig/help/C/Intromgr/graphics/fpico.tif +dt/appconfig/help/C/Intromgr/graphics/fplock.tif +dt/appconfig/help/C/Intromgr/graphics/helpbut.tif +dt/appconfig/help/C/Intromgr/graphics/helpmenu.tif +dt/appconfig/help/C/Intromgr/graphics/helpmgr.pm +dt/appconfig/help/C/Intromgr/graphics/hticons.tif *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Mon May 29 21:45:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F799D82228; Mon, 29 May 2017 21:45:55 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D17D64B5C; Mon, 29 May 2017 21:45:55 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4TLjssm015103; Mon, 29 May 2017 21:45:54 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TLjsGu015101; Mon, 29 May 2017 21:45:54 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201705292145.v4TLjsGu015101@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 29 May 2017 21:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442033 - in head: . net-mgmt net-mgmt/zabbix24-agent net-mgmt/zabbix24-frontend net-mgmt/zabbix24-proxy net-mgmt/zabbix24-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 21:45:55 -0000 Author: dbaio Date: Mon May 29 21:45:54 2017 New Revision: 442033 URL: https://svnweb.freebsd.org/changeset/ports/442033 Log: Remove net-mgmt/zabbix24-(agent|frontend|proxy|server) Upstream has declared this version EoL in 2016 (Q1) PR: 219563 Submitted by: Pakhom Golynga (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10949 Deleted: head/net-mgmt/zabbix24-agent/ head/net-mgmt/zabbix24-frontend/ head/net-mgmt/zabbix24-proxy/ head/net-mgmt/zabbix24-server/ Modified: head/MOVED head/net-mgmt/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon May 29 20:05:21 2017 (r442032) +++ head/MOVED Mon May 29 21:45:54 2017 (r442033) @@ -9391,3 +9391,7 @@ games/ioquake3-devel-server|games/ioquak devel/rubygem-generator_spec|devel/rubygem-generator_spec-rails5|2017-05-19|Use devel/rubygem-generator_spec-rails4 or devel/rubygem-generator_spec-rails5 deskutils/openproj|deskutils/projectlibre|2017-05-19|Has expired: Development ceased, superseded by deskutils/projectlibre net/go-madonctl|net/madonctl|2017-05-21|Remove go- prefix +net-mgmt/zabbix24-agent||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1) +net-mgmt/zabbix24-frontend||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1) +net-mgmt/zabbix24-proxy||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1) +net-mgmt/zabbix24-server||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1) Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Mon May 29 20:05:21 2017 (r442032) +++ head/net-mgmt/Makefile Mon May 29 21:45:54 2017 (r442033) @@ -363,10 +363,6 @@ SUBDIR += zabbix22-frontend SUBDIR += zabbix22-proxy SUBDIR += zabbix22-server - SUBDIR += zabbix24-agent - SUBDIR += zabbix24-frontend - SUBDIR += zabbix24-proxy - SUBDIR += zabbix24-server SUBDIR += zabbix3-agent SUBDIR += zabbix3-frontend SUBDIR += zabbix3-proxy From owner-svn-ports-all@freebsd.org Mon May 29 21:59:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AF4CD8297B; Mon, 29 May 2017 21:59:30 +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 mx1.freebsd.org (Postfix) with ESMTPS id 57A9D6537F; Mon, 29 May 2017 21:59:30 +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 v4TLxT13019362; Mon, 29 May 2017 21:59:29 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TLxTsB019359; Mon, 29 May 2017 21:59:29 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201705292159.v4TLxTsB019359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 29 May 2017 21:59:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442034 - in head/sysutils/mcelog: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 21:59:30 -0000 Author: dbaio Date: Mon May 29 21:59:29 2017 New Revision: 442034 URL: https://svnweb.freebsd.org/changeset/ports/442034 Log: sysutils/mcelog: Update to v151 - Compress some fields in mempage. - Add coverity fixes - mcelog version: Add ability for OS to define version PR: 219573 Submitted by: ultima1252@gmail.com (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10950 Modified: head/sysutils/mcelog/Makefile head/sysutils/mcelog/distinfo head/sysutils/mcelog/files/patch-Makefile Modified: head/sysutils/mcelog/Makefile ============================================================================== --- head/sysutils/mcelog/Makefile Mon May 29 21:45:54 2017 (r442033) +++ head/sysutils/mcelog/Makefile Mon May 29 21:59:29 2017 (r442034) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mcelog -PORTVERSION= 149 +PORTVERSION= 151 DISTVERSIONPREFIX= v CATEGORIES= sysutils @@ -31,6 +31,7 @@ LDFLAGS+= -lkvm PLIST_FILES= bin/mcelog man/man8/mcelog.8.gz post-patch: + @${ECHO} "${DISTVERSIONPREFIX}${PORTVERSION}" >${WRKSRC}/.os_version @${CP} ${FILESDIR}/memstream.c ${WRKSRC}/memstream.c @${REINPLACE_CMD} 's/\"unknown\"/\"${PORTVERSION}\"/' \ ${WRKSRC}/Makefile Modified: head/sysutils/mcelog/distinfo ============================================================================== --- head/sysutils/mcelog/distinfo Mon May 29 21:45:54 2017 (r442033) +++ head/sysutils/mcelog/distinfo Mon May 29 21:59:29 2017 (r442034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490717998 -SHA256 (andikleen-mcelog-v149_GH0.tar.gz) = a9313ed45cabaf7ef0a4d986ecf24a3c9ced9a4b1e34032d380af4e70c73512f -SIZE (andikleen-mcelog-v149_GH0.tar.gz) = 296943 +TIMESTAMP = 1495807224 +SHA256 (andikleen-mcelog-v151_GH0.tar.gz) = a98268d782c66bcb3c657b81038871a47d6c841f4a5322471c7def88e33eb9f8 +SIZE (andikleen-mcelog-v151_GH0.tar.gz) = 297043 Modified: head/sysutils/mcelog/files/patch-Makefile ============================================================================== --- head/sysutils/mcelog/files/patch-Makefile Mon May 29 21:45:54 2017 (r442033) +++ head/sysutils/mcelog/files/patch-Makefile Mon May 29 21:59:29 2017 (r442034) @@ -1,4 +1,4 @@ ---- Makefile.orig 2017-03-29 17:32:02 UTC +--- Makefile.orig 2017-05-22 16:38:47 UTC +++ Makefile @@ -27,14 +27,21 @@ all: mcelog @@ -34,16 +34,7 @@ # dbquery intentionally not installed by default install: mcelog mcelog.conf mcelog.conf.5 mcelog.triggers.5 -@@ -82,7 +89,7 @@ depend: .depend - - version.tmp: FORCE - ( printf "char version[] = \"" ; \ -- if command -v git >/dev/null; then \ -+ if false; then \ - if [ -d .git ] ; then \ - git describe --tags HEAD | tr -d '\n'; \ - else \ -@@ -97,8 +104,6 @@ version.c: version.tmp +@@ -101,8 +108,6 @@ version.c: version.tmp .depend: ${SRC} ${CC} -MM -I. ${SRC} > .depend.X && mv .depend.X .depend From owner-svn-ports-all@freebsd.org Tue May 30 00:19:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81CCCD8609D; Tue, 30 May 2017 00:19:08 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BD20685D0; Tue, 30 May 2017 00:19:08 +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 v4U0J7mC074894; Tue, 30 May 2017 00:19:07 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U0J7vY074891; Tue, 30 May 2017 00:19:07 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201705300019.v4U0J7vY074891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Tue, 30 May 2017 00:19:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442035 - in head/java/openjdk7: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 00:19:08 -0000 Author: glewis Date: Tue May 30 00:19:06 2017 New Revision: 442035 URL: https://svnweb.freebsd.org/changeset/ports/442035 Log: . Update to 7u141. Modified: head/java/openjdk7/Makefile head/java/openjdk7/distinfo head/java/openjdk7/files/patch-bsd Modified: head/java/openjdk7/Makefile ============================================================================== --- head/java/openjdk7/Makefile Mon May 29 21:59:29 2017 (r442034) +++ head/java/openjdk7/Makefile Tue May 30 00:19:06 2017 (r442035) @@ -32,7 +32,8 @@ PATCHFILES= patch-7u45-b30.xz \ patch-7u101-b00.xz \ patch-7u111-b01.xz \ patch-7u121-b00.xz \ - patch-7u131-b00.xz + patch-7u131-b00.xz \ + patch-7u141-b02.xz MAINTAINER?= glewis@FreeBSD.org COMMENT?= Java Development Kit 7 @@ -75,8 +76,8 @@ JAVAVMS_COMMENT+= JRE INSTALLDIR= ${PREFIX}/${PORTNAME}${JDK_MAJOR_VERSION}-jre .endif -PORT_MINOR_VERSION= 131 -PORT_BUILD_NUMBER= 00 +PORT_MINOR_VERSION= 141 +PORT_BUILD_NUMBER= 02 JDK_MAJOR_VERSION= 7 JDK_MINOR_VERSION= 40 JDK_BUILD_NUMBER= 43 Modified: head/java/openjdk7/distinfo ============================================================================== --- head/java/openjdk7/distinfo Mon May 29 21:59:29 2017 (r442034) +++ head/java/openjdk7/distinfo Tue May 30 00:19:06 2017 (r442035) @@ -1,4 +1,4 @@ -TIMESTAMP = 1496029291 +TIMESTAMP = 1496080874 SHA256 (openjdk-7u40-fcs-src-b43-26_aug_2013.zip) = 00f8ea561876cbcad174ba3ca7a9ae10b50df46a782ac64c2ac57ac357b50596 SIZE (openjdk-7u40-fcs-src-b43-26_aug_2013.zip) = 104575196 SHA256 (apache-ant-1.9.7-bin.zip) = b28c5ea0b5ea90bb4ad6bab229b6a56ac4461760a251a12567803a69259cd9de @@ -33,3 +33,5 @@ SHA256 (patch-7u121-b00.xz) = e8cba92ab6 SIZE (patch-7u121-b00.xz) = 670484 SHA256 (patch-7u131-b00.xz) = 5c7b4f9be1d7bc3336ba19c288c882ff5cbd1b1b0ee403f84229cd8807452024 SIZE (patch-7u131-b00.xz) = 769172 +SHA256 (patch-7u141-b02.xz) = 721db525f519417c30d37bcfa80ff715a1e2858e0882e75759b4eaedd6a20510 +SIZE (patch-7u141-b02.xz) = 165488 Modified: head/java/openjdk7/files/patch-bsd ============================================================================== --- head/java/openjdk7/files/patch-bsd Mon May 29 21:59:29 2017 (r442034) +++ head/java/openjdk7/files/patch-bsd Tue May 30 00:19:06 2017 (r442035) @@ -1,5 +1,5 @@ ---- ./.hgtags Fri Oct 28 03:35:31 2016 +0100 -+++ ./.hgtags Sun May 21 11:12:34 2017 -0700 +--- ./.hgtags Thu Apr 27 06:11:36 2017 +0100 ++++ ./.hgtags Sun May 28 21:31:34 2017 -0700 @@ -123,6 +123,7 @@ 2d38c2a79c144c30cd04d143d83ee7ec6af40771 jdk7-b146 3ac30b3852876ccad6bd61697b5f9efa91ca7bc6 jdk7u1-b01 @@ -8,13 +8,13 @@ 34451dc0580d5c95d97b95a564e6198f36545d68 jdk7u1-b02 bf735d852f79bdbb3373c777eec3ff27e035e7ba jdk7u1-b03 f66a2bada589f4157789e6f66472954d2f1c114e jdk7u1-b04 -@@ -607,3 +608,4 @@ - bade1889699bab14082e84de3b40901964b52483 jdk7u111-b00 - 9b95c1ef81fe7bb010a6938d1cb97843b9a1fc68 jdk7u111-b01 - 974935f4e21dae1170b5247a8af362617d105e1c jdk7u121-b00 -+259e6ca7faf17e2b96fb0733f30e62327a7acdfa jdk7u131-b00 ---- ./corba/.hgtags Fri Oct 28 03:35:33 2016 +0100 -+++ ./corba/.hgtags Sun May 21 11:12:35 2017 -0700 +@@ -610,3 +611,4 @@ + 259e6ca7faf17e2b96fb0733f30e62327a7acdfa jdk7u131-b00 + e3b3add63d287cd07398949308308135ded4197e jdk7u141-b00 + b21d7bc25e0f96c6ed9b19e1ea0ea6253c34d7fe jdk7u141-b01 ++db8fe12e5e508b18dd0aeb166099406a774b0d04 jdk7u141-b02 +--- ./corba/.hgtags Thu Apr 27 06:11:37 2017 +0100 ++++ ./corba/.hgtags Sun May 28 21:31:35 2017 -0700 @@ -123,6 +123,7 @@ 770227a4087e4e401fe87ccd19738440111c3948 jdk7-b146 36f0efbc66ef8ace3cca8aa8d0c88f3334080f8a jdk7u1-b01 @@ -23,13 +23,13 @@ 9515a2d034b4727c11aeea36354a549fbc469c4f jdk7u1-b02 dd71cb354c573c1addcda269a7dd9144bfce9587 jdk7u1-b03 eaee830124aa453627591d8f9eccb39d7e040876 jdk7u1-b04 -@@ -609,3 +610,4 @@ - c1def4cc27fb92914168a5f65658eba4a1754dfe jdk7u111-b00 - 36715cc029596f86e977d486e547f62bb07eed74 jdk7u111-b01 - ad3a33a23c69608ae140d4564d045b62533f45a3 jdk7u121-b00 -+d93d13bcb01d7b635d0e021877e1102e34bae8fb jdk7u131-b00 ---- ./hotspot/.hgtags Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/.hgtags Sun May 21 11:12:48 2017 -0700 +@@ -612,3 +613,4 @@ + d93d13bcb01d7b635d0e021877e1102e34bae8fb jdk7u131-b00 + 61c10a1eaa7b6f77e63f90e624a82a664a451d42 jdk7u141-b00 + caa46a309b1195a0301956e7416633b717553925 jdk7u141-b01 ++39240de9d27767c8bad74e34f83f0a4902a9ef85 jdk7u141-b02 +--- ./hotspot/.hgtags Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/.hgtags Sun May 28 21:31:42 2017 -0700 @@ -182,6 +182,7 @@ 38fa55e5e79232d48f1bb8cf27d88bc094c9375a hs21-b16 81d815b05abb564aa1f4100ae13491c949b9a07e jdk7-b147 @@ -38,13 +38,13 @@ 9b0ca45cd756d538c4c30afab280a91868eee1a5 jdk7u2-b01 0cc8a70952c368e06de2adab1f2649a408f5e577 jdk8-b01 31e253c1da429124bb87570ab095d9bc89850d0a jdk8-b02 -@@ -841,3 +842,4 @@ - 14d0f4da4a74897fc3274f8f549f41544bb4625a jdk7u111-b00 - 9efa3fae3c278a7f48badec775d7f9b2d5320b6d jdk7u111-b01 - 17b40d99ea3665de2bfffe163b68f2dfcf675cba jdk7u121-b00 -+95e4ea3d479ebdab9d78725776b6b11d4add6b0e jdk7u131-b00 ---- ./hotspot/agent/src/os/bsd/ps_proc.c Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/agent/src/os/bsd/ps_proc.c Sun May 21 11:12:48 2017 -0700 +@@ -844,3 +845,4 @@ + 95e4ea3d479ebdab9d78725776b6b11d4add6b0e jdk7u131-b00 + be8da42894af5f7d11b4bad83e166186f01ce1b4 jdk7u141-b00 + 22c5a6ca09e35b63baf51bad4cb3d8f0cf326705 jdk7u141-b01 ++56ad25be7d88c2c2da562fe1e8879c8723d01da1 jdk7u141-b02 +--- ./hotspot/agent/src/os/bsd/ps_proc.c Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/agent/src/os/bsd/ps_proc.c Sun May 28 21:31:42 2017 -0700 @@ -131,7 +131,7 @@ static bool ptrace_continue(pid_t pid, int signal) { @@ -54,8 +54,8 @@ print_debug("ptrace(PTRACE_CONT, ..) failed for %d\n", pid); return false; } ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/HotSpotAgent.java Sun May 28 21:31:42 2017 -0700 @@ -33,6 +33,7 @@ import sun.jvm.hotspot.debugger.remote.*; import sun.jvm.hotspot.debugger.windbg.*; @@ -64,8 +64,8 @@ import sun.jvm.hotspot.memory.*; import sun.jvm.hotspot.oops.*; import sun.jvm.hotspot.runtime.*; ---- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/BugSpotAgent.java Sun May 28 21:31:42 2017 -0700 @@ -35,6 +35,7 @@ import sun.jvm.hotspot.debugger.windbg.*; import sun.jvm.hotspot.debugger.linux.*; @@ -74,8 +74,8 @@ import sun.jvm.hotspot.debugger.remote.*; import sun.jvm.hotspot.livejvm.*; import sun.jvm.hotspot.memory.*; ---- ./hotspot/make/bsd/Makefile Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/make/bsd/Makefile Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/make/bsd/Makefile Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/make/bsd/Makefile Sun May 28 21:31:42 2017 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. @@ -105,8 +105,8 @@ # Synonyms for win32-like targets. compiler2: jvmg product ---- ./hotspot/make/bsd/makefiles/build_vm_def.sh Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/make/bsd/makefiles/build_vm_def.sh Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/make/bsd/makefiles/build_vm_def.sh Sun May 28 21:31:42 2017 -0700 @@ -1,12 +1,28 @@ #!/bin/sh @@ -142,8 +142,8 @@ + if ($3 ~ /^_ZN9Arguments17SharedArchivePathE$/) print "\t" $3 ";" + }' | sort -u ;; +esac ---- ./hotspot/make/bsd/makefiles/buildtree.make Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/make/bsd/makefiles/buildtree.make Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/make/bsd/makefiles/buildtree.make Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/make/bsd/makefiles/buildtree.make Sun May 28 21:31:42 2017 -0700 @@ -255,6 +255,16 @@ echo "$(call gamma-path,commonsrc,os/posix/vm)"; \ [ -n "$(CFLAGS_BROWSE)" ] && \ @@ -170,8 +170,8 @@ .dbxrc: $(BUILDTREE_MAKE) @echo Creating $@ ... ---- ./hotspot/make/bsd/makefiles/gcc.make Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/make/bsd/makefiles/gcc.make Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/make/bsd/makefiles/gcc.make Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/make/bsd/makefiles/gcc.make Sun May 28 21:31:42 2017 -0700 @@ -117,7 +117,10 @@ CFLAGS += -fno-rtti CFLAGS += -fno-exceptions @@ -197,8 +197,8 @@ endif # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp. ---- ./hotspot/make/bsd/makefiles/jsig.make Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/make/bsd/makefiles/jsig.make Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/make/bsd/makefiles/jsig.make Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/make/bsd/makefiles/jsig.make Sun May 28 21:31:42 2017 -0700 @@ -36,9 +36,16 @@ LIBJSIG_G = lib$(JSIG_G).so endif @@ -251,8 +251,8 @@ $(QUIETLY) cp -f $(LIBJSIG) $(DEST_JSIG) && echo "Done" .PHONY: install_jsig ---- ./hotspot/make/bsd/makefiles/launcher.make Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/make/bsd/makefiles/launcher.make Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/make/bsd/makefiles/launcher.make Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/make/bsd/makefiles/launcher.make Sun May 28 21:31:42 2017 -0700 @@ -50,7 +50,7 @@ LIBS_LAUNCHER += $(STATIC_STDCXX) $(LIBS) else @@ -262,8 +262,8 @@ # The gamma launcher runs the JDK from $JAVA_HOME, overriding the JVM with a # freshly built JVM at ./libjvm.{so|dylib}. This is accomplished by setting ---- ./hotspot/make/bsd/makefiles/mapfile-vers-product Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/make/bsd/makefiles/mapfile-vers-product Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/make/bsd/makefiles/mapfile-vers-product Sun May 28 21:31:42 2017 -0700 @@ -19,237 +19,248 @@ # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any @@ -738,8 +738,8 @@ + local: + *; +}; ---- ./hotspot/make/bsd/makefiles/ppc.make Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/make/bsd/makefiles/ppc.make Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/make/bsd/makefiles/ppc.make Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/make/bsd/makefiles/ppc.make Sun May 28 21:31:42 2017 -0700 @@ -28,3 +28,6 @@ # Must also specify if CPU is big endian CFLAGS += -DVM_BIG_ENDIAN @@ -747,8 +747,8 @@ +ifdef E500V2 +ASFLAGS += -Wa,-mspe -Wa,--defsym -Wa,E500V2=1 +endif ---- ./hotspot/make/bsd/makefiles/saproc.make Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/make/bsd/makefiles/saproc.make Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/make/bsd/makefiles/saproc.make Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/make/bsd/makefiles/saproc.make Sun May 28 21:31:42 2017 -0700 @@ -36,6 +36,11 @@ LIBSAPROC_G = lib$(SAPROC_G).so endif @@ -805,8 +805,8 @@ cp -f $(LIBSAPROC) $(DEST_SAPROC) && echo "Done"; \ fi ---- ./hotspot/make/solaris/makefiles/defs.make Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/make/solaris/makefiles/defs.make Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/make/solaris/makefiles/defs.make Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/make/solaris/makefiles/defs.make Sun May 28 21:31:42 2017 -0700 @@ -221,8 +221,8 @@ endif ifeq ($(JVM_VARIANT_CLIENT),true) @@ -818,8 +818,8 @@ EXPORT_LIST += $(EXPORT_CLIENT_DIR)/libjvm_dtrace.$(LIBRARY_SUFFIX) ifeq ($(ARCH_DATA_MODEL),32) EXPORT_LIST += $(EXPORT_CLIENT_DIR)/64/libjvm_db.$(LIBRARY_SUFFIX) ---- ./hotspot/src/cpu/sparc/vm/globals_sparc.hpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/cpu/sparc/vm/globals_sparc.hpp Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/src/cpu/sparc/vm/globals_sparc.hpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/cpu/sparc/vm/globals_sparc.hpp Sun May 28 21:31:42 2017 -0700 @@ -71,7 +71,11 @@ define_pd_global(bool, RewriteBytecodes, true); define_pd_global(bool, RewriteFrequentPairs, true); @@ -833,7 +833,7 @@ // GC Ergo Flags define_pd_global(intx, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread --- /dev/null Thu Jan 01 00:00:00 1970 +0000 -+++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Sun May 21 11:12:48 2017 -0700 ++++ ./hotspot/src/os/bsd/vm/decoder_bsd.cpp Sun May 28 21:31:42 2017 -0700 @@ -0,0 +1,46 @@ +/* + * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. @@ -881,8 +881,8 @@ + return false; +} + ---- ./hotspot/src/os/bsd/vm/os_bsd.cpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/src/os/bsd/vm/os_bsd.cpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/os/bsd/vm/os_bsd.cpp Sun May 28 21:31:42 2017 -0700 @@ -163,6 +163,7 @@ #endif pthread_t os::Bsd::_main_thread; @@ -900,7 +900,7 @@ //////////////////////////////////////////////////////////////////////////////// // utility functions -@@ -355,7 +358,13 @@ +@@ -341,7 +344,13 @@ * since it returns a 64 bit value) */ mib[0] = CTL_HW; @@ -914,7 +914,7 @@ len = sizeof(mem_val); if (sysctl(mib, 2, &mem_val, &len, NULL, 0) != -1) { assert(len == sizeof(mem_val), "unexpected data size"); -@@ -1625,7 +1634,10 @@ +@@ -1611,7 +1620,10 @@ ::clock_gettime(CLOCK_MONOTONIC, &tp) == 0) { // yes, monotonic clock is supported _clock_gettime = ::clock_gettime; @@ -926,7 +926,7 @@ } #else void os::Bsd::clock_init() { -@@ -1711,7 +1723,7 @@ +@@ -1697,7 +1709,7 @@ jlong os::javaTimeNanos() { if (Bsd::supports_monotonic_clock()) { struct timespec tp; @@ -935,7 +935,7 @@ assert(status == 0, "gettime error"); jlong result = jlong(tp.tv_sec) * (1000 * 1000 * 1000) + jlong(tp.tv_nsec); return result; -@@ -1848,9 +1860,15 @@ +@@ -1834,9 +1846,15 @@ return n; } @@ -951,7 +951,7 @@ #else return (intx)::pthread_self(); #endif -@@ -2401,14 +2419,14 @@ +@@ -2387,14 +2405,14 @@ } void os::print_os_info_brief(outputStream* st) { @@ -968,7 +968,7 @@ os::Posix::print_uname_info(st); -@@ -2417,10 +2435,6 @@ +@@ -2403,10 +2421,6 @@ os::Posix::print_load_average(st); } @@ -979,7 +979,7 @@ void os::print_memory_info(outputStream* st) { st->print("Memory:"); -@@ -2437,6 +2451,7 @@ +@@ -2423,6 +2437,7 @@ st->print("(" UINT64_FORMAT "k free)", os::available_memory() >> 10); #ifndef _ALLBSD_SOURCE @@ -987,7 +987,7 @@ st->print(", swap " UINT64_FORMAT "k", ((jlong)si.totalswap * si.mem_unit) >> 10); st->print("(" UINT64_FORMAT "k free)", -@@ -2444,12 +2459,22 @@ +@@ -2430,12 +2445,22 @@ #endif st->cr(); @@ -1010,7 +1010,7 @@ // Taken from /usr/include/bits/siginfo.h Supposed to be architecture specific // but they're the same for all the bsd arch that we support // and they're the same for solaris but there's no common place to put this. -@@ -2596,6 +2621,25 @@ +@@ -2582,6 +2607,25 @@ assert(len < buflen, "Ran out of buffer space"); jrelib_p = buf + len; @@ -1036,7 +1036,7 @@ // Add the appropriate library subdir snprintf(jrelib_p, buflen-len, "/jre/lib"); if (0 != access(buf, F_OK)) { -@@ -2625,6 +2669,7 @@ +@@ -2611,6 +2655,7 @@ if (rp == NULL) return; } @@ -1044,7 +1044,7 @@ } } } -@@ -2728,10 +2773,14 @@ +@@ -2714,10 +2759,14 @@ bool timedwait(unsigned int sec, int nsec); private: jlong currenttime() const; @@ -1060,7 +1060,7 @@ SEM_INIT(_semaphore, 0); } -@@ -2796,7 +2845,7 @@ +@@ -2782,7 +2831,7 @@ bool Semaphore::timedwait(unsigned int sec, int nsec) { struct timespec ts; @@ -1069,7 +1069,7 @@ while (1) { int result = sem_timedwait(&_semaphore, &ts); -@@ -3017,7 +3066,11 @@ +@@ -3003,7 +3052,11 @@ } void os::pd_free_memory(char *addr, size_t bytes, size_t alignment_hint) { @@ -1081,7 +1081,7 @@ } void os::numa_make_global(char *addr, size_t bytes) { -@@ -3864,6 +3917,7 @@ +@@ -3850,6 +3903,7 @@ return OS_OK; #elif defined(__FreeBSD__) int ret = pthread_setprio(thread->osthread()->pthread_id(), newpri); @@ -1089,7 +1089,7 @@ #elif defined(__APPLE__) || defined(__NetBSD__) struct sched_param sp; int policy; -@@ -4718,6 +4772,25 @@ +@@ -4704,6 +4758,25 @@ Bsd::clock_init(); initial_time_count = os::elapsed_counter(); @@ -1115,7 +1115,7 @@ #ifdef __APPLE__ // XXXDARWIN // Work around the unaligned VM callbacks in hotspot's -@@ -5638,21 +5711,36 @@ +@@ -5622,21 +5695,36 @@ static struct timespec* compute_abstime(struct timespec* abstime, jlong millis) { if (millis < 0) millis = 0; @@ -1162,7 +1162,7 @@ return abstime; } -@@ -5744,7 +5832,7 @@ +@@ -5728,7 +5816,7 @@ status = os::Bsd::safe_cond_timedwait(_cond, _mutex, &abst); if (status != 0 && WorkAroundNPTLTimedWaitHang) { pthread_cond_destroy (_cond); @@ -1171,7 +1171,7 @@ } assert_status(status == 0 || status == EINTR || status == ETIMEDOUT, -@@ -5845,32 +5933,50 @@ +@@ -5829,32 +5917,50 @@ static void unpackTime(struct timespec* absTime, bool isAbsolute, jlong time) { assert (time > 0, "convertTime"); @@ -1242,7 +1242,7 @@ if (absTime->tv_nsec >= NANOSECS_PER_SEC) { absTime->tv_nsec -= NANOSECS_PER_SEC; ++absTime->tv_sec; // note: this must be <= max_secs -@@ -5950,15 +6056,19 @@ +@@ -5934,15 +6040,19 @@ jt->set_suspend_equivalent(); // cleared by handle_special_suspend_equivalent_condition() or java_suspend_self() @@ -1266,7 +1266,7 @@ assert_status(status == 0 || status == EINTR || status == ETIMEDOUT, status, "cond_timedwait"); -@@ -5987,17 +6097,26 @@ +@@ -5971,17 +6081,26 @@ s = _counter; _counter = 1; if (s < 1) { @@ -1302,26 +1302,9 @@ } else { pthread_mutex_unlock(_mutex); assert (status == 0, "invariant") ; ---- ./hotspot/src/os/bsd/vm/os_bsd.hpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/os/bsd/vm/os_bsd.hpp Sun May 21 11:12:48 2017 -0700 -@@ -1,5 +1,5 @@ - /* -- * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. -+ * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it -@@ -27,6 +27,9 @@ - - // Bsd_OS defines the interface to Bsd operating systems - -+// Information about the protection of the page at address '0' on this os. -+static bool zero_page_read_protected() { return true; } -+ - /* pthread_getattr_np comes with BsdThreads-0.9-7 on RedHat 7.1 */ - typedef int (*pthread_getattr_func_type) (pthread_t, pthread_attr_t *); - -@@ -103,6 +106,12 @@ +--- ./hotspot/src/os/bsd/vm/os_bsd.hpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/os/bsd/vm/os_bsd.hpp Sun May 28 21:31:42 2017 -0700 +@@ -106,6 +106,12 @@ static bool hugetlbfs_sanity_check(bool warn, size_t page_size); @@ -1334,7 +1317,7 @@ public: static void init_thread_fpu_state(); -@@ -222,6 +231,13 @@ +@@ -225,6 +231,13 @@ static jlong fast_thread_cpu_time(clockid_t clockid); #endif @@ -1348,7 +1331,7 @@ // Stack repair handling // none present -@@ -287,7 +303,7 @@ +@@ -290,7 +303,7 @@ public: PlatformEvent() { int status; @@ -1357,7 +1340,7 @@ assert_status(status == 0, status, "cond_init"); status = pthread_mutex_init (_mutex, NULL); assert_status(status == 0, status, "mutex_init"); -@@ -302,14 +318,19 @@ +@@ -305,14 +318,19 @@ void park () ; void unpark () ; int TryPark () ; @@ -1379,7 +1362,7 @@ public: // TODO-FIXME: make dtor private ~PlatformParker() { guarantee (0, "invariant") ; } -@@ -317,10 +338,13 @@ +@@ -320,10 +338,13 @@ public: PlatformParker() { int status; @@ -1395,8 +1378,8 @@ } }; ---- ./hotspot/src/os/bsd/vm/os_bsd.inline.hpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/os/bsd/vm/os_bsd.inline.hpp Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/src/os/bsd/vm/os_bsd.inline.hpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/os/bsd/vm/os_bsd.inline.hpp Sun May 28 21:31:42 2017 -0700 @@ -31,10 +31,22 @@ # include "atomic_bsd_x86.inline.hpp" # include "orderAccess_bsd_x86.inline.hpp" @@ -1420,8 +1403,8 @@ // System includes ---- ./hotspot/src/os/bsd/vm/thread_bsd.inline.hpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/os/bsd/vm/thread_bsd.inline.hpp Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/src/os/bsd/vm/thread_bsd.inline.hpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/os/bsd/vm/thread_bsd.inline.hpp Sun May 28 21:31:42 2017 -0700 @@ -34,11 +34,26 @@ # include "orderAccess_bsd_x86.inline.hpp" # include "prefetch_bsd_x86.inline.hpp" @@ -1449,8 +1432,8 @@ // Contains inlined functions for class Thread and ThreadLocalStorage ---- ./hotspot/src/os/posix/vm/os_posix.cpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/os/posix/vm/os_posix.cpp Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/src/os/posix/vm/os_posix.cpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/os/posix/vm/os_posix.cpp Sun May 28 21:31:42 2017 -0700 @@ -183,11 +183,19 @@ if (rlim.rlim_cur == RLIM_INFINITY) st->print("infinity"); else st->print("%d", rlim.rlim_cur); @@ -1471,8 +1454,8 @@ } void os::Posix::print_uname_info(outputStream* st) { ---- ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Sun May 28 21:31:42 2017 -0700 @@ -945,7 +945,7 @@ if (rslt != 0) fatal(err_msg("pthread_stackseg_np failed with err = %d", rslt)); @@ -1482,8 +1465,8 @@ *size = ss.ss_size; #elif defined(_ALLBSD_SOURCE) pthread_attr_t attr; ---- ./hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp Sun May 28 21:31:42 2017 -0700 @@ -24,7 +24,7 @@ */ @@ -1493,8 +1476,8 @@ # include /* For pthread_attr_get_np */ #endif ---- ./hotspot/src/share/vm/gc_implementation/shared/gcTraceSend.cpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/share/vm/gc_implementation/shared/gcTraceSend.cpp Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/src/share/vm/gc_implementation/shared/gcTraceSend.cpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/share/vm/gc_implementation/shared/gcTraceSend.cpp Sun May 28 21:31:42 2017 -0700 @@ -111,7 +111,7 @@ if (e.should_commit()) { e.set_gcId(_shared_gc_info.id()); @@ -1504,80 +1487,8 @@ e.commit(); } } ---- ./hotspot/src/share/vm/opto/lcm.cpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/share/vm/opto/lcm.cpp Sun May 21 11:12:48 2017 -0700 -@@ -57,25 +57,40 @@ - // Check whether val is not-null-decoded compressed oop, - // i.e. will grab into the base of the heap if it represents NULL. - static bool accesses_heap_base_zone(Node *val) { -- if (UseCompressedOops && Universe::narrow_oop_base() > 0) { -+ if (Universe::narrow_oop_base() > 0) { // Implies UseCompressedOops. - if (val && val->is_Mach()) { -- if (val->as_Mach()->ideal_Opcode() == Op_DecodeN) { -- // This assumes all Decodes with TypePtr::NotNull are matched to nodes that -- // decode NULL to point to the heap base (Decode_NN). -- if (val->bottom_type()->is_oopptr()->ptr() == TypePtr::NotNull) { -- return true; -- } -+ if (val->as_Mach()->ideal_Opcode() == Op_DecodeN) { -+ // This assumes all Decodes with TypePtr::NotNull are matched to nodes that -+ // decode NULL to point to the heap base (Decode_NN). -+ if (val->bottom_type()->is_oopptr()->ptr() == TypePtr::NotNull) { -+ return true; - } -- // Must recognize load operation with Decode matched in memory operand. -- // We should not reach here, as os::zero_page_read_protected() -- // returns true everywhere exept for AIX. On AIX, no such memory operands -- // exist. -- NOT_AIX(Unimplemented()); - } -+ // Must recognize load operation with Decode matched in memory operand. -+ // We should not reach here exept for PPC/AIX, as os::zero_page_read_protected() -+ // returns true everywhere else. On PPC, no such memory operands -+ // exist, therefore we did not yet implement a check for such operands. -+ NOT_AIX(Unimplemented()); -+ } - } - return false; - } - -+static bool needs_explicit_null_check_for_read(Node *val) { -+ // On some OSes (AIX) the page at address 0 is only write protected. -+ // If so, only Store operations will trap. -+ if (os::zero_page_read_protected()) { -+ return false; // Implicit null check will work. -+ } -+ // Also a read accessing the base of a heap-based compressed heap will trap. -+ if (accesses_heap_base_zone(val) && // Hits the base zone page. -+ Universe::narrow_oop_use_implicit_null_checks()) { // Base zone page is protected. -+ return false; -+ } -+ -+ return true; -+} -+ - //------------------------------implicit_null_check---------------------------- - // Detect implicit-null-check opportunities. Basically, find NULL checks - // with suitable memory ops nearby. Use the memory op to do the NULL check. -@@ -233,14 +248,8 @@ - // On some OSes (AIX) the page at address 0 is only write protected. - // If so, only Store operations will trap. - // But a read accessing the base of a heap-based compressed heap will trap. -- if (!was_store && !os::zero_page_read_protected()) { -- if (!(accesses_heap_base_zone(val) && // Hits the base zone page. -- Universe::narrow_oop_use_implicit_null_checks())) { // Page is protected. -- continue; -- } else { -- tty->print("Found load accessing heap base on AIX\n"); -- Unimplemented(); -- } -+ if (!was_store && needs_explicit_null_check_for_read(val)) { -+ continue; - } - - // check if the offset is not too high for implicit exception ---- ./hotspot/src/share/vm/runtime/atomic.cpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/share/vm/runtime/atomic.cpp Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/src/share/vm/runtime/atomic.cpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/share/vm/runtime/atomic.cpp Sun May 28 21:31:42 2017 -0700 @@ -57,6 +57,12 @@ #ifdef TARGET_OS_ARCH_windows_x86 # include "atomic_windows_x86.inline.hpp" @@ -1591,8 +1502,8 @@ #ifdef TARGET_OS_ARCH_linux_arm # include "atomic_linux_arm.inline.hpp" #endif ---- ./hotspot/src/share/vm/runtime/objectMonitor.cpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/share/vm/runtime/objectMonitor.cpp Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/src/share/vm/runtime/objectMonitor.cpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/share/vm/runtime/objectMonitor.cpp Sun May 28 21:31:42 2017 -0700 @@ -1740,7 +1740,7 @@ } iterator->_notified = 1 ; @@ -1611,9 +1522,9 @@ if (Policy != 4) { iterator->TState = ObjectWaiter::TS_ENTER ; } ---- ./hotspot/src/share/vm/runtime/os.cpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/share/vm/runtime/os.cpp Sun May 21 11:12:48 2017 -0700 -@@ -403,13 +403,6 @@ +--- ./hotspot/src/share/vm/runtime/os.cpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/share/vm/runtime/os.cpp Sun May 28 21:31:42 2017 -0700 +@@ -410,13 +410,6 @@ if (_native_java_library == NULL) { vm_exit_during_initialization("Unable to load native library", ebuf); } @@ -1627,8 +1538,8 @@ } static jboolean onLoaded = JNI_FALSE; if (onLoaded) { ---- ./hotspot/src/share/vm/runtime/os.hpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/share/vm/runtime/os.hpp Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/src/share/vm/runtime/os.hpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/share/vm/runtime/os.hpp Sun May 28 21:31:42 2017 -0700 @@ -30,6 +30,9 @@ #include "runtime/extendedPC.hpp" #include "runtime/handles.hpp" @@ -1639,7 +1550,7 @@ #ifdef TARGET_OS_FAMILY_linux # include "jvm_linux.h" # include -@@ -763,8 +766,8 @@ +@@ -775,8 +778,8 @@ # include "os_posix.hpp" #endif #ifdef TARGET_OS_FAMILY_bsd @@ -1649,8 +1560,8 @@ #endif #ifdef TARGET_OS_ARCH_linux_x86 # include "os_linux_x86.hpp" ---- ./hotspot/src/share/vm/runtime/vmThread.cpp Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/share/vm/runtime/vmThread.cpp Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/src/share/vm/runtime/vmThread.cpp Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/share/vm/runtime/vmThread.cpp Sun May 28 21:31:42 2017 -0700 @@ -396,7 +396,7 @@ // Only write caller thread information for non-concurrent vm operations. // For concurrent vm operations, the thread id is set to 0 indicating thread is unknown. @@ -1660,8 +1571,8 @@ event.commit(); } ---- ./hotspot/src/share/vm/trace/tracetypes.xml Wed Jan 18 01:08:41 2017 +0000 -+++ ./hotspot/src/share/vm/trace/tracetypes.xml Sun May 21 11:12:48 2017 -0700 +--- ./hotspot/src/share/vm/trace/tracetypes.xml Thu Apr 27 06:11:42 2017 +0100 ++++ ./hotspot/src/share/vm/trace/tracetypes.xml Sun May 28 21:31:42 2017 -0700 @@ -60,7 +60,7 @@ @@ -1682,8 +1593,8 @@ Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4095D8613C; Tue, 30 May 2017 00:21: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 mx1.freebsd.org (Postfix) with ESMTPS id B26DC68797; Tue, 30 May 2017 00:21:44 +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 v4U0LhU8078907; Tue, 30 May 2017 00:21:43 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U0LhLK078905; Tue, 30 May 2017 00:21:43 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705300021.v4U0LhLK078905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 30 May 2017 00:21:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442036 - head/lang/gcc8-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 00:21:45 -0000 Author: gerald Date: Tue May 30 00:21:43 2017 New Revision: 442036 URL: https://svnweb.freebsd.org/changeset/ports/442036 Log: Update to the 20170528 snapshot of GCC 8. Upstream now ships sources as .tar.xz over .tar.bzip2 for the last few years, so adjust USES. Modified: head/lang/gcc8-devel/Makefile head/lang/gcc8-devel/distinfo Modified: head/lang/gcc8-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Tue May 30 00:19:06 2017 (r442035) +++ head/lang/gcc8-devel/Makefile Tue May 30 00:21:43 2017 (r442036) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.0.0.s20170521 +PORTVERSION= 8.0.0.s20170528 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -35,7 +35,7 @@ DIST_VERSION= ${PORTVERSION:C/([0-9]+).* GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 -USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2 +USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz USE_BINUTILS= yes USE_PERL5= build SSP_UNSAFE= yes Modified: head/lang/gcc8-devel/distinfo ============================================================================== --- head/lang/gcc8-devel/distinfo Tue May 30 00:19:06 2017 (r442035) +++ head/lang/gcc8-devel/distinfo Tue May 30 00:21:43 2017 (r442036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495652335 -SHA256 (gcc-8-20170521.tar.bz2) = d60f3e4e3a3327718bbe82a3b0e1bcb7a724239e4c2f628f124392914da4cb2b -SIZE (gcc-8-20170521.tar.bz2) = 79987238 +TIMESTAMP = 1496100494 +SHA256 (gcc-8-20170528.tar.xz) = 964c036abe0ce966699245809a8bef877ede6bb857b8d68d83edc1ee34270281 +SIZE (gcc-8-20170528.tar.xz) = 63195204 From owner-svn-ports-all@freebsd.org Tue May 30 00:30:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2027FD862CE; Tue, 30 May 2017 00:30:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D739E68A8D; Tue, 30 May 2017 00:30: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 v4U0UKt4079361; Tue, 30 May 2017 00:30:20 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U0UKt0079358; Tue, 30 May 2017 00:30:20 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201705300030.v4U0UKt0079358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 May 2017 00:30:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442037 - head/devel/jenkins-lts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 00:30:22 -0000 Author: swills Date: Tue May 30 00:30:20 2017 New Revision: 442037 URL: https://svnweb.freebsd.org/changeset/ports/442037 Log: devel/jenkins-lts: update to 2.46.3 Modified: head/devel/jenkins-lts/Makefile head/devel/jenkins-lts/distinfo Modified: head/devel/jenkins-lts/Makefile ============================================================================== --- head/devel/jenkins-lts/Makefile Tue May 30 00:21:43 2017 (r442036) +++ head/devel/jenkins-lts/Makefile Tue May 30 00:30:20 2017 (r442037) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.46.2 +PORTVERSION= 2.46.3 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts Modified: head/devel/jenkins-lts/distinfo ============================================================================== --- head/devel/jenkins-lts/distinfo Tue May 30 00:21:43 2017 (r442036) +++ head/devel/jenkins-lts/distinfo Tue May 30 00:30:20 2017 (r442037) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493264528 -SHA256 (jenkins/2.46.2/jenkins.war) = aa7f243a4c84d3d6cfb99a218950b8f7b926af7aa2570b0e1707279d464472c7 -SIZE (jenkins/2.46.2/jenkins.war) = 70342163 +TIMESTAMP = 1495892513 +SHA256 (jenkins/2.46.3/jenkins.war) = 00424d3c851298b29376d1d09d7d3578a2bc4a03acf3914b317c47707cd5739a +SIZE (jenkins/2.46.3/jenkins.war) = 70340821 From owner-svn-ports-all@freebsd.org Tue May 30 00:47:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80CFDD867CB; Tue, 30 May 2017 00:47:19 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (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 CCE3D6A2FF; Tue, 30 May 2017 00:47:18 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id FVJVd53DMeQWUFVJWdzI7Y; Mon, 29 May 2017 18:47:11 -0600 X-Authority-Analysis: v=2.2 cv=UpATD64B c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=tJ8p9aeEuA8A:10 a=6I5d2MoRAAAA:8 a=FP58Ms26AAAA:8 a=YxBL1-UpAAAA:8 a=TdFUIgcSHuAWqOBhQuwA: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 6B3F5423; Mon, 29 May 2017 17:47:09 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v4U0jscv069981; Mon, 29 May 2017 17:45:54 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201705300045.v4U0jscv069981@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Chris Rees cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442032 - in head/x11-wm: . cde cde/files In-Reply-To: Message from Chris Rees of "Mon, 29 May 2017 20:05:21 -0000." <201705292005.v4TK5LoZ074318@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 29 May 2017 17:45:54 -0700 X-CMAE-Envelope: MS4wfDsIeAANq8aMkcBUgV4VzoOJzvT3X9hy6V0Ft9jdOIV4gAjVpmGasdR0NYV+a5vxCwxn23x+zwONUZmhbFh0tV6UIbJxY+QhYSdJCuEyysnTmMv2OAHS vvYS6zGQm5XWNOzDiszsYZulVLvjfIvzClfK4J/gN+p8OrX9ejAvmgkZ56+xAuQW+bXlxb6Fi9oamCo2/bNUsnI4QYuMWuLsdIrFu2YbJ0AB5TkoCmoKwDuX NTkwNXbsqBkdrCQJZokUABq/HY8nZXVs5u9UmKdiZv2q981r70XUH0J6rN7QP4CG X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 00:47:19 -0000 In message <201705292005.v4TK5LoZ074318@repo.freebsd.org>, Chris Rees writes: > Author: crees > Date: Mon May 29 20:05:21 2017 > New Revision: 442032 > URL: https://svnweb.freebsd.org/changeset/ports/442032 > > Log: > CDE - The Common Desktop Environment is X Windows desktop environment > that was commonly used on commercial UNIX variants such as Sun Solaris, > HP-UX and IBM AIX. Developed between 1993 and 1999, it has now been > released under an Open Source licence by The Open Group. > > WWW: https://sourceforge.net/p/cdesktopenv/wiki/Home/ > > Added: > head/x11-wm/cde/ > head/x11-wm/cde/Makefile (contents, props changed) > head/x11-wm/cde/distinfo (contents, props changed) > head/x11-wm/cde/files/ > head/x11-wm/cde/files/dtcms.in (contents, props changed) > head/x11-wm/cde/files/dtspc.in (contents, props changed) > head/x11-wm/cde/files/patch-programs_dtcm_dtcm_calendarA.c (contents, pro > ps changed) > head/x11-wm/cde/files/pkg-message.in (contents, props changed) > head/x11-wm/cde/pkg-descr (contents, props changed) > head/x11-wm/cde/pkg-plist (contents, props changed) > Modified: > head/x11-wm/Makefile > > Modified: head/x11-wm/Makefile > ============================================================================= > = > --- head/x11-wm/Makefile Mon May 29 19:30:30 2017 (r442031) > +++ head/x11-wm/Makefile Mon May 29 20:05:21 2017 (r442032) > @@ -17,6 +17,7 @@ > SUBDIR += blackbox > SUBDIR += bspwm > SUBDIR += ccsm > + SUBDIR += cde > SUBDIR += clementine-wm > SUBDIR += compiz > SUBDIR += compiz-fusion > > Added: head/x11-wm/cde/Makefile > ============================================================================= > = > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/x11-wm/cde/Makefile Mon May 29 20:05:21 2017 (r442032) > @@ -0,0 +1,76 @@ > +# $FreeBSD$ > + > +PORTNAME= cde > +DISTVERSION= 2.2.3 > +CATEGORIES= x11-wm > +MASTER_SITES= SF/cdesktopenv/src/ > +DISTNAME= ${PORTNAME}-src-${DISTVERSION} > + > +MAINTAINER= crees@FreeBSD.org > +COMMENT= Common Desktop Environment > + > +BUILD_DEPENDS= ksh93:shells/ksh93 \ > + bdftopcf:x11-fonts/bdftopcf \ > + mkfontdir:x11-fonts/mkfontdir \ > + biconv:converters/iconv > + > +USES= motif perl5 shebangfix > +SHEBANG_FILES= programs/dtdocbook/sgmls/sgmls.pl \ > + programs/dtinfo/tools/bin/ccdate > +USE_LDCONFIG= ${PREFIX}/dt/lib > +USE_RC_SUBR= dtcms dtspc > +USE_XORG= xinerama xp xt > +USE_XZ= yes Thank you very much Chris. This brings back a lot of memories. My first real UNIX work station was a DEC Alpha 3000 with a CDE desktop. I've been meaning to port this. The source has been sitting in my home directory on my laptop for a while now, just haven't found the time yet. Trying to build it with DEVELOPER=yes in make.conf I get. slippy$ make /!\ cde-2.2.3: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port /!\ cde-2.2.3: Makefile errors /!\ USE_XZ is unsupported, please use USES=tar:xz *** Error code 1 Stop. make: stopped in /export/home/cy/freebsd/svn/ports/x11-wm/cde slippy$ There was build error on my 12-CURRENT laptop when DEVELOPER=yes was not specified (sorry, I cannot remember what it was). I also built it 11-RELEASE VM. I don't have access to the VM at the moment but what I do recall is it installed files in /usr/dt/dt in addition to $LOCALBASE. /etc/dt/dt was a symlink to /usr/local/dt. I'll find the time to reproduce the errors and send the to you. Thanks again for the port. It was on my list of things to do (probably after retirement :) ). -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-all@freebsd.org Tue May 30 00:47:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 578B9D867F8; Tue, 30 May 2017 00:47:29 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 242596A351; Tue, 30 May 2017 00:47:29 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4U0lSxd087355; Tue, 30 May 2017 00:47:28 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U0lSCv087353; Tue, 30 May 2017 00:47:28 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201705300047.v4U0lSCv087353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Tue, 30 May 2017 00:47:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442038 - head/java/openjdk6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 00:47:29 -0000 Author: glewis Date: Tue May 30 00:47:27 2017 New Revision: 442038 URL: https://svnweb.freebsd.org/changeset/ports/442038 Log: . Update to b43. Modified: head/java/openjdk6/Makefile head/java/openjdk6/distinfo Modified: head/java/openjdk6/Makefile ============================================================================== --- head/java/openjdk6/Makefile Tue May 30 00:30:20 2017 (r442037) +++ head/java/openjdk6/Makefile Tue May 30 00:47:27 2017 (r442038) @@ -2,23 +2,25 @@ # $FreeBSD$ PORTNAME= openjdk6 -PORTVERSION= b41 +PORTVERSION= b43 PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= APACHE/ant/binaries/:ant \ https://java.net/downloads/openjdk6/:jdk \ LOCAL/jkim:jdk,jtreg -DISTNAME= openjdk-6-src-${PORTVERSION}-${OPENJDK_BUILDDATE} +PATCH_SITES= LOCAL/glewis/openjdk6 DISTFILES= ${ANTFILE}:ant \ - ${DISTNAME}${EXTRACT_SUFX}:jdk -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${ANTFILE} + ${JDK_SRC_DISTFILE}${EXTRACT_SUFX}:jdk +EXTRACT_ONLY= ${JDK_SRC_DISTFILE}${EXTRACT_SUFX} ${ANTFILE} +PATCHFILES= patch-6-b42.xz \ + patch-6-b43.xz MAINTAINER= java@FreeBSD.org COMMENT?= Oracle's Java 6 virtual machine release under the GPL v2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +LICENSE_DISTFILES= ${JDK_SRC_DISTFILE}${EXTRACT_SUFX} BUILD_DEPENDS= ${LOCALBASE}/bin/zip:archivers/zip \ ${LOCALBASE}/bin/unzip:archivers/unzip \ @@ -28,6 +30,7 @@ RUN_DEPENDS= javavm:java/javavmwrapper \ dejavu>0:x11-fonts/dejavu OPENJDK_BUILDDATE= 04_jan_2017 +JDK_SRC_DISTFILE= openjdk-6-src-b41-${OPENJDK_BUILDDATE} OPTIONS_DEFINE= ICEDTEA IPV6 POLICY SOUND TZUPDATE OPTIONS_DEFAULT=ICEDTEA TZUPDATE Modified: head/java/openjdk6/distinfo ============================================================================== --- head/java/openjdk6/distinfo Tue May 30 00:30:20 2017 (r442037) +++ head/java/openjdk6/distinfo Tue May 30 00:47:27 2017 (r442038) @@ -1,7 +1,11 @@ -TIMESTAMP = 1484767726 +TIMESTAMP = 1496029915 SHA256 (apache-ant-1.9.7-bin.tar.bz2) = be2ff3026cc655dc002bbcce100bd6724d448c63f702aa82b6d9899b22db7808 SIZE (apache-ant-1.9.7-bin.tar.bz2) = 4392108 SHA256 (openjdk-6-src-b41-04_jan_2017.tar.xz) = 8e34d451cec65fae8b4304651058ed4dc8d07bd45baa2f49780009097afc1a15 SIZE (openjdk-6-src-b41-04_jan_2017.tar.xz) = 34402516 SHA256 (jtreg-4.1-bin-b05_29_nov_2012.zip) = 9291eb4a14501232b35614e88686ff66ad8b69d0098dbd4322b28f97b672653d SIZE (jtreg-4.1-bin-b05_29_nov_2012.zip) = 5993382 +SHA256 (patch-6-b42.xz) = be3cbf875b4731540908e9fe10aae4d3e48777b597787e8adf95c58084dd82eb +SIZE (patch-6-b42.xz) = 113664 +SHA256 (patch-6-b43.xz) = e806751c1997d292130eca855ffe6811c6b66e823a877213a74ef9b01596098b +SIZE (patch-6-b43.xz) = 64716 From owner-svn-ports-all@freebsd.org Tue May 30 00:49:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98ED9D86901; Tue, 30 May 2017 00:49:11 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6788D6A505; Tue, 30 May 2017 00:49:11 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4U0nAvN087530; Tue, 30 May 2017 00:49:10 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U0nAWs087528; Tue, 30 May 2017 00:49:10 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201705300049.v4U0nAWs087528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 30 May 2017 00:49:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442039 - head/devel/py-cluster X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 00:49:11 -0000 Author: dbaio Date: Tue May 30 00:49:10 2017 New Revision: 442039 URL: https://svnweb.freebsd.org/changeset/ports/442039 Log: devel/py-cluster: Update to 1.4.0 Added a "display" method to hierarchical clusters (by 1kastner) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10956 Modified: head/devel/py-cluster/Makefile head/devel/py-cluster/distinfo Modified: head/devel/py-cluster/Makefile ============================================================================== --- head/devel/py-cluster/Makefile Tue May 30 00:47:27 2017 (r442038) +++ head/devel/py-cluster/Makefile Tue May 30 00:49:10 2017 (r442039) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cluster -PORTVERSION= 1.3.3 +PORTVERSION= 1.4.0 DISTVERSIONPREFIX= v CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-cluster/distinfo ============================================================================== --- head/devel/py-cluster/distinfo Tue May 30 00:47:27 2017 (r442038) +++ head/devel/py-cluster/distinfo Tue May 30 00:49:10 2017 (r442039) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468887909 -SHA256 (exhuma-python-cluster-v1.3.3_GH0.tar.gz) = 4de2600408b77749abf6186df8571c3193ae7b729ec256fd8d0c25152c57ddf4 -SIZE (exhuma-python-cluster-v1.3.3_GH0.tar.gz) = 49352 +TIMESTAMP = 1495891146 +SHA256 (exhuma-python-cluster-v1.4.0_GH0.tar.gz) = 384a9df23226b3f72c97ea0f020da85f9370c9d51ed0d08e31bf16a0af4e2d95 +SIZE (exhuma-python-cluster-v1.4.0_GH0.tar.gz) = 49454 From owner-svn-ports-all@freebsd.org Tue May 30 01:08:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF715D86E99; Tue, 30 May 2017 01:08: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 mx1.freebsd.org (Postfix) with ESMTPS id B8B086AE46; Tue, 30 May 2017 01:08: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 v4U188Er024664; Tue, 30 May 2017 01:08:08 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U188eG024661; Tue, 30 May 2017 01:08:08 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201705300108.v4U188eG024661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 30 May 2017 01:08:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442040 - in head: . sysutils/dsbmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 01:08:10 -0000 Author: dbaio Date: Tue May 30 01:08:08 2017 New Revision: 442040 URL: https://svnweb.freebsd.org/changeset/ports/442040 Log: sysutils/dsbmd: Update to 0.3 Changes: https://freeshell.de/~mk/projects/dsbmd-relnotes.html PR: 219479 Submitted by: Marcel Kaiser (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10963 Modified: head/UPDATING head/sysutils/dsbmd/Makefile head/sysutils/dsbmd/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue May 30 00:49:10 2017 (r442039) +++ head/UPDATING Tue May 30 01:08:08 2017 (r442040) @@ -5,6 +5,14 @@ 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. +20170529: + AFFECTS: users of sysutils/dsbmd + AUTHOR: mk@freeshell.de + + Due to new configuration variables and semantic changes, users of dsbmd + version 0.2 and earlier should consider recreating their dsbmd.conf from + the new dsbmd.conf.sample. + 20170518: AFFECTS: users of www/yarn AUTHOR: adamw@FreeBSD.org Modified: head/sysutils/dsbmd/Makefile ============================================================================== --- head/sysutils/dsbmd/Makefile Tue May 30 00:49:10 2017 (r442039) +++ head/sysutils/dsbmd/Makefile Tue May 30 01:08:08 2017 (r442040) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dsbmd -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= sysutils MASTER_SITES= http://freeshell.de/~mk/download/ @@ -10,15 +10,23 @@ MAINTAINER= mk@nic-nac-project.org COMMENT= Media mounting daemon LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= tar:tgz USE_RC_SUBR= dsbmd -OPTIONS_DEFINE= DOCS - +PORTDOCS= README PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample" -PORTDOCS= README +OPTIONS_DEFINE= DOCS PTP MTP NTFS EXFAT +OPTIONS_DEFAULT= PTP MTP NTFS +PTP_DESC= Picture Transfer Protocol support +NTFS_DESC= Mount NTFS filesystems with read and write support +EXFAT_DESC= exFAT filesystem support +PTP_RUN_DEPENDS= gphotofs:graphics/fusefs-gphotofs +MTP_RUN_DEPENDS= simple-mtpfs:sysutils/fusefs-simple-mtpfs +NTFS_RUN_DEPENDS= ntfs-3g:sysutils/fusefs-ntfs +EXFAT_RUN_DEPENDS= mount.exfat:sysutils/fusefs-exfat .include Modified: head/sysutils/dsbmd/distinfo ============================================================================== --- head/sysutils/dsbmd/distinfo Tue May 30 00:49:10 2017 (r442039) +++ head/sysutils/dsbmd/distinfo Tue May 30 01:08:08 2017 (r442040) @@ -1,2 +1,3 @@ -SHA256 (dsbmd-0.2.tgz) = eb5536a133ed10143b61ae27d25b6b124f88062df2a0a4c35fa5e9cfa31c67dc -SIZE (dsbmd-0.2.tgz) = 36370 +TIMESTAMP = 1495486028 +SHA256 (dsbmd-0.3.tgz) = 9adc7af1c666cf4c944e7c44023bd8d5570f534fef0f2f666fbad04575fa794e +SIZE (dsbmd-0.3.tgz) = 174592 From owner-svn-ports-all@freebsd.org Tue May 30 01:14:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3432ED87483; Tue, 30 May 2017 01:14:18 +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 mx1.freebsd.org (Postfix) with ESMTPS id F2B3B6E428; Tue, 30 May 2017 01:14:17 +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 v4U1EHX4005299; Tue, 30 May 2017 01:14:17 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U1EGJD005298; Tue, 30 May 2017 01:14:16 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201705300114.v4U1EGJD005298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 30 May 2017 01:14:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442041 - head/sysutils/dsbmc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 01:14:18 -0000 Author: dbaio Date: Tue May 30 01:14:16 2017 New Revision: 442041 URL: https://svnweb.freebsd.org/changeset/ports/442041 Log: sysutils/dsbmc: Update to 0.2 PR: 219499 Submitted by: Marcel Kaiser (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10964 Modified: head/sysutils/dsbmc/Makefile head/sysutils/dsbmc/distinfo Modified: head/sysutils/dsbmc/Makefile ============================================================================== --- head/sysutils/dsbmc/Makefile Tue May 30 01:08:08 2017 (r442040) +++ head/sysutils/dsbmc/Makefile Tue May 30 01:14:16 2017 (r442041) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dsbmc -PORTVERSION= 0.1.4 +PORTVERSION= 0.2 CATEGORIES= sysutils MASTER_SITES= http://freeshell.de/~mk/download/ @@ -10,11 +10,14 @@ MAINTAINER= mk@nic-nac-project.org COMMENT= GTK+ client for DSBMD that lets you mount media, and more LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${LOCALBASE}/libexec/dsbmd:sysutils/dsbmd +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 +RUN_DEPENDS= dsbmd>=0.3:sysutils/dsbmd USES= tar:tgz pkgconfig -USE_GNOME= gtk20 +USE_GNOME= cairo gdkpixbuf2 gtk20 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes Modified: head/sysutils/dsbmc/distinfo ============================================================================== --- head/sysutils/dsbmc/distinfo Tue May 30 01:08:08 2017 (r442040) +++ head/sysutils/dsbmc/distinfo Tue May 30 01:14:16 2017 (r442041) @@ -1,2 +1,3 @@ -SHA256 (dsbmc-0.1.4.tgz) = 6b274e3da3521166a209f9bf1dfed87e188da4ae2f7e17829d162da42caf72da -SIZE (dsbmc-0.1.4.tgz) = 27844 +TIMESTAMP = 1495902156 +SHA256 (dsbmc-0.2.tgz) = e1cf42cef97c5089f9b9bbfe5d6315e96db5437557f978eb6e8f805c6f2566b1 +SIZE (dsbmc-0.2.tgz) = 123392 From owner-svn-ports-all@freebsd.org Tue May 30 01:47:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 671A4D89463; Tue, 30 May 2017 01:47:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 302206FB9A; Tue, 30 May 2017 01:47: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 v4U1lKKI017811; Tue, 30 May 2017 01:47:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U1lKOH017810; Tue, 30 May 2017 01:47:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705300147.v4U1lKOH017810@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, 30 May 2017 01:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442042 - head/textproc/xerces-c3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 01:47:21 -0000 Author: sunpoet Date: Tue May 30 01:47:20 2017 New Revision: 442042 URL: https://svnweb.freebsd.org/changeset/ports/442042 Log: Remove CONFLICTS_INSTALL: textproc/xerces-c2 and textproc/xerces-c2-devel has been removed over 2 years Modified: head/textproc/xerces-c3/Makefile Modified: head/textproc/xerces-c3/Makefile ============================================================================== --- head/textproc/xerces-c3/Makefile Tue May 30 01:14:16 2017 (r442041) +++ head/textproc/xerces-c3/Makefile Tue May 30 01:47:20 2017 (r442042) @@ -13,8 +13,6 @@ COMMENT= Validating XML parser from the Apache XML Pro LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS_INSTALL= xerces-c2-[0-9]* xerces-c2-devel-[0-9]* - CONFIGURE_ARGS= --enable-netaccessor-socket \ --enable-transcoder-iconv \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig From owner-svn-ports-all@freebsd.org Tue May 30 01:48:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13B34D89509; Tue, 30 May 2017 01:48:02 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D60806FCA0; Tue, 30 May 2017 01:48:01 +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 v4U1m0aF017954; Tue, 30 May 2017 01:48:00 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U1m0ag017952; Tue, 30 May 2017 01:48:00 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201705300148.v4U1m0ag017952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Tue, 30 May 2017 01:48:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442043 - head/devel/cdecl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 01:48:02 -0000 Author: ler Date: Tue May 30 01:48:00 2017 New Revision: 442043 URL: https://svnweb.freebsd.org/changeset/ports/442043 Log: devel/cdecl: upgrade to 3.1 **C++ new-style casts** Added support for C++ new-style casts. **Language-sensitive autocompletion** Autocompletion is now language-sensitive in that it will not offer completions that are not valid in the current language. **Context-sensitive autocompletion** Autocompletion is now slightly more context-sensitive in that it will offer only command keywords for the first word in the input. **Fixed command-line error printing** Command-line input is now printed when there's an error. Modified: head/devel/cdecl/Makefile head/devel/cdecl/distinfo Modified: head/devel/cdecl/Makefile ============================================================================== --- head/devel/cdecl/Makefile Tue May 30 01:47:20 2017 (r442042) +++ head/devel/cdecl/Makefile Tue May 30 01:48:00 2017 (r442043) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdecl -PORTVERSION= 3.1.5 +PORTVERSION= 3.2 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel Modified: head/devel/cdecl/distinfo ============================================================================== --- head/devel/cdecl/distinfo Tue May 30 01:47:20 2017 (r442042) +++ head/devel/cdecl/distinfo Tue May 30 01:48:00 2017 (r442043) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496059058 -SHA256 (paul-j-lucas-cdecl-cdecl-3.1.5_GH0.tar.gz) = 2cfc0c91bff177e76c2321ea0d064dac86a521b4c704f7fa7d9a6a22f728d992 -SIZE (paul-j-lucas-cdecl-cdecl-3.1.5_GH0.tar.gz) = 236125 +TIMESTAMP = 1496108806 +SHA256 (paul-j-lucas-cdecl-cdecl-3.2_GH0.tar.gz) = 7f0a8128576dfc86a0e53bf1098a7d2e142dc27cf7f5c48f59a46f267c1d07ad +SIZE (paul-j-lucas-cdecl-cdecl-3.2_GH0.tar.gz) = 239121 From owner-svn-ports-all@freebsd.org Tue May 30 01:48:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02BE8D8954F; Tue, 30 May 2017 01:48: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 mx1.freebsd.org (Postfix) with ESMTPS id C70E86FD5A; Tue, 30 May 2017 01:48:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4U1mFq5018082; Tue, 30 May 2017 01:48:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U1mExN018080; Tue, 30 May 2017 01:48:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705300148.v4U1mExN018080@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, 30 May 2017 01:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442044 - head/devel/p5-DateTime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 01:48:16 -0000 Author: sunpoet Date: Tue May 30 01:48:14 2017 New Revision: 442044 URL: https://svnweb.freebsd.org/changeset/ports/442044 Log: Update to 1.43 Changes: http://search.cpan.org/dist/DateTime/Changes Modified: head/devel/p5-DateTime/Makefile head/devel/p5-DateTime/distinfo Modified: head/devel/p5-DateTime/Makefile ============================================================================== --- head/devel/p5-DateTime/Makefile Tue May 30 01:48:00 2017 (r442043) +++ head/devel/p5-DateTime/Makefile Tue May 30 01:48:14 2017 (r442044) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime -PORTVERSION= 1.42 +PORTVERSION= 1.43 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-DateTime/distinfo ============================================================================== --- head/devel/p5-DateTime/distinfo Tue May 30 01:48:00 2017 (r442043) +++ head/devel/p5-DateTime/distinfo Tue May 30 01:48:14 2017 (r442044) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482719856 -SHA256 (DateTime-1.42.tar.gz) = efa4badf07365d1b03ee5527fc79baaf7d8b449bf7baad13599f04177232416e -SIZE (DateTime-1.42.tar.gz) = 239033 +TIMESTAMP = 1496102004 +SHA256 (DateTime-1.43.tar.gz) = 143beb1e358364a704a88e5a1f02cf6875e6c6274506f40c3147fd7f3466f975 +SIZE (DateTime-1.43.tar.gz) = 238939 From owner-svn-ports-all@freebsd.org Tue May 30 01:48:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B351D895AE; Tue, 30 May 2017 01:48: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 mx1.freebsd.org (Postfix) with ESMTPS id CAFFF6FE65; Tue, 30 May 2017 01:48: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 v4U1mema018246; Tue, 30 May 2017 01:48:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U1meUm018243; Tue, 30 May 2017 01:48:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705300148.v4U1meUm018243@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, 30 May 2017 01:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442045 - in head/devel: . py-urwid py3-urwid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 01:48:42 -0000 Author: sunpoet Date: Tue May 30 01:48:40 2017 New Revision: 442045 URL: https://svnweb.freebsd.org/changeset/ports/442045 Log: Add py3-urwid 1.3.1 PR: 219612 Submitted by: Rudolf Siegel Added: head/devel/py3-urwid/ head/devel/py3-urwid/Makefile (contents, props changed) Modified: head/devel/Makefile head/devel/py-urwid/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue May 30 01:48:14 2017 (r442044) +++ head/devel/Makefile Tue May 30 01:48:40 2017 (r442045) @@ -4981,6 +4981,7 @@ SUBDIR += py3-six SUBDIR += py3-tabulate SUBDIR += py3-threema-msgapi + SUBDIR += py3-urwid SUBDIR += py3-vcversioner SUBDIR += py3-wcwidth SUBDIR += py3-xdg Modified: head/devel/py-urwid/Makefile ============================================================================== --- head/devel/py-urwid/Makefile Tue May 30 01:48:14 2017 (r442044) +++ head/devel/py-urwid/Makefile Tue May 30 01:48:40 2017 (r442045) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= EXAMPLES -USES= python +USES?= python USE_PYTHON= autoplist concurrent distutils PORTEXAMPLES= * Added: head/devel/py3-urwid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-urwid/Makefile Tue May 30 01:48:40 2017 (r442045) @@ -0,0 +1,9 @@ +# Created by: rs.os +# $FreeBSD$ + +USES= python:3.3+ + +MASTERDIR= ${.CURDIR}/../py-urwid + +.include "${MASTERDIR}/Makefile" + From owner-svn-ports-all@freebsd.org Tue May 30 01:48:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23145D8963A; Tue, 30 May 2017 01:48: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 mx1.freebsd.org (Postfix) with ESMTPS id 001086FFCC; Tue, 30 May 2017 01:48: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 v4U1mu7O018428; Tue, 30 May 2017 01:48:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U1mtm3018425; Tue, 30 May 2017 01:48:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705300148.v4U1mtm3018425@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, 30 May 2017 01:48:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442046 - in head/converters: . rubygem-po_to_json X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 01:48:57 -0000 Author: sunpoet Date: Tue May 30 01:48:55 2017 New Revision: 442046 URL: https://svnweb.freebsd.org/changeset/ports/442046 Log: Add rubygem-po_to_json 1.0.1 PoToJson converts gettext PO files to JSON to use in your javascript app, based on po2json.pl by DuckDuckGo, Inc.. Ideally you'll use this on a Rake task that creates JSON versions of your PO files, which can later be used from javascript with Jed. WWW: https://github.com/webhippie/po_to_json Added: head/converters/rubygem-po_to_json/ head/converters/rubygem-po_to_json/Makefile (contents, props changed) head/converters/rubygem-po_to_json/distinfo (contents, props changed) head/converters/rubygem-po_to_json/pkg-descr (contents, props changed) Modified: head/converters/Makefile Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Tue May 30 01:48:40 2017 (r442045) +++ head/converters/Makefile Tue May 30 01:48:55 2017 (r442046) @@ -159,6 +159,7 @@ SUBDIR += recode SUBDIR += rubygem-base32 SUBDIR += rubygem-bsdconv + SUBDIR += rubygem-po_to_json SUBDIR += shftool SUBDIR += showkey SUBDIR += ta2as Added: head/converters/rubygem-po_to_json/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/rubygem-po_to_json/Makefile Tue May 30 01:48:55 2017 (r442046) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= po_to_json +PORTVERSION= 1.0.1 +CATEGORIES= converters rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Convert gettext PO files to JSON objects + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-json>=1.6.0:devel/rubygem-json + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/converters/rubygem-po_to_json/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/rubygem-po_to_json/distinfo Tue May 30 01:48:55 2017 (r442046) @@ -0,0 +1,3 @@ +TIMESTAMP = 1496106101 +SHA256 (rubygem/po_to_json-1.0.1.gem) = 6a7188aa6c42a22c9718f9b39062862ef7f3d8f6a7b4177cae058c3308b56af7 +SIZE (rubygem/po_to_json-1.0.1.gem) = 10240 Added: head/converters/rubygem-po_to_json/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/rubygem-po_to_json/pkg-descr Tue May 30 01:48:55 2017 (r442046) @@ -0,0 +1,6 @@ +PoToJson converts gettext PO files to JSON to use in your javascript app, based +on po2json.pl by DuckDuckGo, Inc.. Ideally you'll use this on a Rake task that +creates JSON versions of your PO files, which can later be used from javascript +with Jed. + +WWW: https://github.com/webhippie/po_to_json From owner-svn-ports-all@freebsd.org Tue May 30 01:49:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 893B9D896CE; Tue, 30 May 2017 01:49: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 mx1.freebsd.org (Postfix) with ESMTPS id 627F770152; Tue, 30 May 2017 01:49: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 v4U1nFg7018600; Tue, 30 May 2017 01:49:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U1nFYG018596; Tue, 30 May 2017 01:49:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705300149.v4U1nFYG018596@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, 30 May 2017 01:49:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442047 - in head/devel: . rubygem-gettext_i18n_rails X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 01:49:16 -0000 Author: sunpoet Date: Tue May 30 01:49:14 2017 New Revision: 442047 URL: https://svnweb.freebsd.org/changeset/ports/442047 Log: Add rubygem-gettext_i18n_rails 1.8.0 gettext_i18n_rails is simple FastGettext Rails integration. Translate via FastGettext, use any other I18n backend as extension/fallback. Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files. We do: _('Just translate my damn text!') with simple, flat mo/po/yml files or directly from db. To use I18n, calls add a syntax.with.lots.of.dots translation. WWW: https://github.com/grosser/gettext_i18n_rails Added: head/devel/rubygem-gettext_i18n_rails/ head/devel/rubygem-gettext_i18n_rails/Makefile (contents, props changed) head/devel/rubygem-gettext_i18n_rails/distinfo (contents, props changed) head/devel/rubygem-gettext_i18n_rails/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue May 30 01:48:55 2017 (r442046) +++ head/devel/Makefile Tue May 30 01:49:14 2017 (r442047) @@ -5317,6 +5317,7 @@ SUBDIR += rubygem-getopt SUBDIR += rubygem-gettext SUBDIR += rubygem-gettext-setup + SUBDIR += rubygem-gettext_i18n_rails SUBDIR += rubygem-gh SUBDIR += rubygem-gibbler SUBDIR += rubygem-gio2 Added: head/devel/rubygem-gettext_i18n_rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gettext_i18n_rails/Makefile Tue May 30 01:49:14 2017 (r442047) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= gettext_i18n_rails +PORTVERSION= 1.8.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Simple FastGettext Rails integration + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt + +RUN_DEPENDS= rubygem-fast_gettext>=0.9.0:devel/rubygem-fast_gettext + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-gettext_i18n_rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gettext_i18n_rails/distinfo Tue May 30 01:49:14 2017 (r442047) @@ -0,0 +1,3 @@ +TIMESTAMP = 1496105086 +SHA256 (rubygem/gettext_i18n_rails-1.8.0.gem) = 95e5cf8440b1e08705b27f2bccb56143272c5a7a0dabcf54ea1bd701140a496f +SIZE (rubygem/gettext_i18n_rails-1.8.0.gem) = 13312 Added: head/devel/rubygem-gettext_i18n_rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gettext_i18n_rails/pkg-descr Tue May 30 01:49:14 2017 (r442047) @@ -0,0 +1,8 @@ +gettext_i18n_rails is simple FastGettext Rails integration. Translate via +FastGettext, use any other I18n backend as extension/fallback. + +Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files. We do: +_('Just translate my damn text!') with simple, flat mo/po/yml files or directly +from db. To use I18n, calls add a syntax.with.lots.of.dots translation. + +WWW: https://github.com/grosser/gettext_i18n_rails From owner-svn-ports-all@freebsd.org Tue May 30 01:49:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9DD3D8977C; Tue, 30 May 2017 01:49: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 mx1.freebsd.org (Postfix) with ESMTPS id A54FF70233; Tue, 30 May 2017 01:49:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4U1nT7r018771; Tue, 30 May 2017 01:49:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U1nTUH018767; Tue, 30 May 2017 01:49:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705300149.v4U1nTUH018767@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, 30 May 2017 01:49:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442048 - in head/devel: . rubygem-gettext_i18n_rails_js X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 01:49:30 -0000 Author: sunpoet Date: Tue May 30 01:49:29 2017 New Revision: 442048 URL: https://svnweb.freebsd.org/changeset/ports/442048 Log: Add rubygem-gettext_i18n_rails_js 1.3.0 GettextI18nRailsJs extends gettext_i18n_rails, making your .PO files available to client side Javascript as JSON. It will find translations inside your .js, .coffee, .handlebars and .mustache files, then it will create JSON versions of your .PO files so you can serve them with the rest of your assets, thus letting you access all your translations offline from client side Javascript. WWW: https://github.com/webhippie/gettext_i18n_rails_js Added: head/devel/rubygem-gettext_i18n_rails_js/ head/devel/rubygem-gettext_i18n_rails_js/Makefile (contents, props changed) head/devel/rubygem-gettext_i18n_rails_js/distinfo (contents, props changed) head/devel/rubygem-gettext_i18n_rails_js/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue May 30 01:49:14 2017 (r442047) +++ head/devel/Makefile Tue May 30 01:49:29 2017 (r442048) @@ -5318,6 +5318,7 @@ SUBDIR += rubygem-gettext SUBDIR += rubygem-gettext-setup SUBDIR += rubygem-gettext_i18n_rails + SUBDIR += rubygem-gettext_i18n_rails_js SUBDIR += rubygem-gh SUBDIR += rubygem-gibbler SUBDIR += rubygem-gio2 Added: head/devel/rubygem-gettext_i18n_rails_js/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gettext_i18n_rails_js/Makefile Tue May 30 01:49:29 2017 (r442048) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= gettext_i18n_rails_js +PORTVERSION= 1.3.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Make gettext_i18n_rails .po files as JSON + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +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 \ + rubygem-rails4>=3.2.0:www/rubygem-rails4 + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-gettext_i18n_rails_js/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gettext_i18n_rails_js/distinfo Tue May 30 01:49:29 2017 (r442048) @@ -0,0 +1,3 @@ +TIMESTAMP = 1496105567 +SHA256 (rubygem/gettext_i18n_rails_js-1.3.0.gem) = 5d10afe4be3639bff78c50a56768c20f39aecdabc580c08aa45573911c2bd687 +SIZE (rubygem/gettext_i18n_rails_js-1.3.0.gem) = 24576 Added: head/devel/rubygem-gettext_i18n_rails_js/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gettext_i18n_rails_js/pkg-descr Tue May 30 01:49:29 2017 (r442048) @@ -0,0 +1,7 @@ +GettextI18nRailsJs extends gettext_i18n_rails, making your .PO files available +to client side Javascript as JSON. It will find translations inside your .js, +.coffee, .handlebars and .mustache files, then it will create JSON versions of +your .PO files so you can serve them with the rest of your assets, thus letting +you access all your translations offline from client side Javascript. + +WWW: https://github.com/webhippie/gettext_i18n_rails_js From owner-svn-ports-all@freebsd.org Tue May 30 01:50:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E535D89825; Tue, 30 May 2017 01:50: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 mx1.freebsd.org (Postfix) with ESMTPS id 1A2497034F; Tue, 30 May 2017 01:50: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 v4U1o1rk018971; Tue, 30 May 2017 01:50:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U1o1SC018966; Tue, 30 May 2017 01:50:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705300150.v4U1o1SC018966@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, 30 May 2017 01:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442049 - in head/security: . rubygem-pundit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 01:50:02 -0000 Author: sunpoet Date: Tue May 30 01:50:00 2017 New Revision: 442049 URL: https://svnweb.freebsd.org/changeset/ports/442049 Log: Add rubygem-pundit 1.1.0 Pundit provides a set of helpers which guide you in leveraging regular Ruby classes and object oriented design patterns to build a simple, robust and scaleable authorization system. WWW: https://github.com/elabs/pundit Added: head/security/rubygem-pundit/ head/security/rubygem-pundit/Makefile (contents, props changed) head/security/rubygem-pundit/distinfo (contents, props changed) head/security/rubygem-pundit/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue May 30 01:49:29 2017 (r442048) +++ head/security/Makefile Tue May 30 01:50:00 2017 (r442049) @@ -1046,6 +1046,7 @@ SUBDIR += rubygem-openssl-ccm SUBDIR += rubygem-openvas-omp SUBDIR += rubygem-origami + SUBDIR += rubygem-pundit SUBDIR += rubygem-pyu-ruby-sasl SUBDIR += rubygem-rack-oauth2 SUBDIR += rubygem-razorback-scriptNugget Added: head/security/rubygem-pundit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-pundit/Makefile Tue May 30 01:50:00 2017 (r442049) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pundit +PORTVERSION= 1.1.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Object oriented authorization for Rails applications + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-activesupport5>=3.0.0:devel/rubygem-activesupport5 + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-pundit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-pundit/distinfo Tue May 30 01:50:00 2017 (r442049) @@ -0,0 +1,3 @@ +TIMESTAMP = 1496083206 +SHA256 (rubygem/pundit-1.1.0.gem) = bd38e2df0b17e5cef5759edad979aaa361a46c0bdfc83a700df7e3febe99a781 +SIZE (rubygem/pundit-1.1.0.gem) = 22016 Added: head/security/rubygem-pundit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-pundit/pkg-descr Tue May 30 01:50:00 2017 (r442049) @@ -0,0 +1,5 @@ +Pundit provides a set of helpers which guide you in leveraging regular Ruby +classes and object oriented design patterns to build a simple, robust and +scaleable authorization system. + +WWW: https://github.com/elabs/pundit From owner-svn-ports-all@freebsd.org Tue May 30 02:56:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F270FAF82A8; Tue, 30 May 2017 02:56:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A386372C74; Tue, 30 May 2017 02:56:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4U2ulA4048145; Tue, 30 May 2017 02:56:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U2uivD048108; Tue, 30 May 2017 02:56:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705300256.v4U2uivD048108@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, 30 May 2017 02:56:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442050 - in head: audio/csound6 cad/freecad cad/gmsh devel/py-tables graphics/alembic graphics/caffe graphics/gdal graphics/openimageio graphics/vigra graphics/vips math/armadillo math... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 02:56:49 -0000 Author: sunpoet Date: Tue May 30 02:56:43 2017 New Revision: 442050 URL: https://svnweb.freebsd.org/changeset/ports/442050 Log: Update science/hdf5 to 1.10.1 - Bump PORTREVISION for shlib change Changes: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt Modified: head/audio/csound6/Makefile head/cad/freecad/Makefile head/cad/gmsh/Makefile head/devel/py-tables/Makefile head/graphics/alembic/Makefile head/graphics/caffe/Makefile head/graphics/gdal/Makefile head/graphics/openimageio/Makefile head/graphics/vigra/Makefile head/graphics/vips/Makefile head/math/armadillo/Makefile head/math/labplot/Makefile head/math/matio/Makefile head/math/octave/Makefile head/math/pdal/Makefile head/math/scilab/Makefile head/science/InsightToolkit/Makefile head/science/cdo/Makefile head/science/cgnslib/Makefile head/science/ecs/Makefile head/science/fvm/Makefile head/science/gnudatalanguage/Makefile head/science/h5utils/Makefile head/science/hdf5/Makefile head/science/hdf5/distinfo head/science/hdf5/pkg-plist head/science/meep/Makefile head/science/minc2/Makefile head/science/mpb/Makefile head/science/netcdf/Makefile head/science/paraview/Makefile head/science/py-h5py/Makefile head/science/py-netCDF4/Makefile head/science/silo/Makefile head/sysutils/slurm-wlm/Makefile Modified: head/audio/csound6/Makefile ============================================================================== --- head/audio/csound6/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/audio/csound6/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 Modified: head/cad/freecad/Makefile ============================================================================== --- head/cad/freecad/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/cad/freecad/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -2,7 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20170310 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MAINTAINER= tj+freebsd_ports@a13.fr Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/cad/gmsh/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= gmsh PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/devel/py-tables/Makefile ============================================================================== --- head/devel/py-tables/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/devel/py-tables/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= tables PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/alembic/Makefile ============================================================================== --- head/graphics/alembic/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/graphics/alembic/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= alembic PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org Modified: head/graphics/caffe/Makefile ============================================================================== --- head/graphics/caffe/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/graphics/caffe/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -2,6 +2,7 @@ PORTNAME= caffe PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= eric@camachat.org Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/graphics/gdal/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/graphics/openimageio/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -4,7 +4,7 @@ PORTNAME= openimageio PORTVERSION= 1.6.12 DISTVERSIONPREFIX= Release- -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/graphics/vigra/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= vigra DISTVERSION= 1.11.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/graphics/vips/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 8.4.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/math/armadillo/Makefile ============================================================================== --- head/math/armadillo/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/math/armadillo/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -2,6 +2,7 @@ PORTNAME= armadillo PORTVERSION= 7.900.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma Modified: head/math/labplot/Makefile ============================================================================== --- head/math/labplot/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/math/labplot/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= labplot PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX=-kf5 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} Modified: head/math/matio/Makefile ============================================================================== --- head/math/matio/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/math/matio/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= matio PORTVERSION= 1.5.9 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/math/octave/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 4.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= GNU Modified: head/math/pdal/Makefile ============================================================================== --- head/math/pdal/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/math/pdal/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= pdal PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@tuxfamily.org Modified: head/math/scilab/Makefile ============================================================================== --- head/math/scilab/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/math/scilab/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= scilab PORTVERSION= 5.5.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math cad java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} Modified: head/science/InsightToolkit/Makefile ============================================================================== --- head/science/InsightToolkit/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/InsightToolkit/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= InsightToolkit PORTVERSION= 4.11.0 +PORTREVISION= 1 CATEGORIES= science biology MASTER_SITES= SF/itk/itk/${ITK_VER} Modified: head/science/cdo/Makefile ============================================================================== --- head/science/cdo/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/cdo/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= cdo PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://code.zmaw.de/attachments/download/14686/ \ LOCAL/sunpoet Modified: head/science/cgnslib/Makefile ============================================================================== --- head/science/cgnslib/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/cgnslib/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= cgnslib DISTVERSION= 3.2.1 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= science MASTER_SITES= SF/cgns/${PORTNAME}_${PORTVERSION:R}/ Modified: head/science/ecs/Makefile ============================================================================== --- head/science/ecs/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/ecs/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= ecs PORTVERSION= 2.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://code-saturne.org/releases/ Modified: head/science/fvm/Makefile ============================================================================== --- head/science/fvm/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/fvm/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= fvm PORTVERSION= 0.15.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science parallel MASTER_SITES= http://code-saturne.org/releases/ Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/gnudatalanguage/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${PORTVERSION} .if defined(BUILD_PYTHON_MODULE) Modified: head/science/h5utils/Makefile ============================================================================== --- head/science/h5utils/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/h5utils/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= h5utils PORTVERSION= 1.12.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/${PORTNAME}/ Modified: head/science/hdf5/Makefile ============================================================================== --- head/science/hdf5/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/hdf5/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -2,14 +2,12 @@ # $FreeBSD$ PORTNAME= hdf5 -PORTVERSION= 1.10.0 -PORTREVISION= 3 +PORTVERSION= 1.10.1 CATEGORIES= science archivers graphics MASTER_SITES= https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ ftp://support.hdfgroup.org/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ LOCAL/sunpoet -DISTNAME= ${PORTNAME}-${PORTVERSION}-patch1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) @@ -19,6 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= hdf-4.[0-9]* hdf5-1.6.[0-9]* +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= does not compile + OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP OPTIONS_DEFAULT=SZIP OPTIONS_SUB= yes @@ -35,9 +36,6 @@ USE_LDCONFIG= yes USES= libtool localbase tar:bzip2 PORTEXAMPLES= * - -NOT_FOR_ARCHS= sparc64 -NOT_FOR_ARCHS_REASON= does not compile DEBUG_CONFIGURE_OFF= --enable-build-mode=production DEBUG_CONFIGURE_ON= --enable-build-mode=debug Modified: head/science/hdf5/distinfo ============================================================================== --- head/science/hdf5/distinfo Tue May 30 01:50:00 2017 (r442049) +++ head/science/hdf5/distinfo Tue May 30 02:56:43 2017 (r442050) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479825372 -SHA256 (hdf5-1.10.0-patch1.tar.bz2) = f772264dd853dceb18855418a81c63c9cdcca7bcd075b9c54eb516af006fdfba -SIZE (hdf5-1.10.0-patch1.tar.bz2) = 11233647 +TIMESTAMP = 1495553545 +SHA256 (hdf5-1.10.1.tar.bz2) = 9c5ce1e33d2463fb1a42dd04daacbc22104e57676e2204e3d66b1ef54b88ebf2 +SIZE (hdf5-1.10.1.tar.bz2) = 11769617 Modified: head/science/hdf5/pkg-plist ============================================================================== --- head/science/hdf5/pkg-plist Tue May 30 01:50:00 2017 (r442049) +++ head/science/hdf5/pkg-plist Tue May 30 02:56:43 2017 (r442050) @@ -68,6 +68,7 @@ include/H5IntType.h include/H5Ipublic.h include/H5LDpublic.h include/H5LTpublic.h +include/H5LaccProp.h include/H5Library.h include/H5Location.h include/H5Lpublic.h @@ -123,28 +124,45 @@ include/H5version.h include/hdf5.h %%FORTRAN%%include/hdf5.mod include/hdf5_hl.h +%%FORTRAN%%include/tstds.mod +%%FORTRAN%%include/tstds_tests.mod +%%FORTRAN%%include/tstimage.mod +%%FORTRAN%%include/tstimage_tests.mod +%%FORTRAN%%include/tstlite.mod +%%FORTRAN%%include/tstlite_tests.mod +%%FORTRAN%%include/tsttable.mod +%%FORTRAN%%include/tsttable_tests.mod +lib/libdynlib1.so +lib/libdynlib2.so +lib/libdynlib3.so +lib/libdynlib4.so +lib/libdynlibadd.so +lib/libdynlibdiff.so +lib/libdynlibdump.so +lib/libdynlibls.so +lib/libdynlibvers.so lib/libhdf5.a lib/libhdf5.settings lib/libhdf5.so -lib/libhdf5.so.100 -lib/libhdf5.so.100.0.1 +lib/libhdf5.so.101 +lib/libhdf5.so.101.0.0 lib/libhdf5_cpp.a lib/libhdf5_cpp.so -lib/libhdf5_cpp.so.100 -lib/libhdf5_cpp.so.100.0.0 +lib/libhdf5_cpp.so.101 +lib/libhdf5_cpp.so.101.0.0 %%FORTRAN%%lib/libhdf5_fortran.a %%FORTRAN%%lib/libhdf5_fortran.so %%FORTRAN%%lib/libhdf5_fortran.so.100 -%%FORTRAN%%lib/libhdf5_fortran.so.100.0.1 +%%FORTRAN%%lib/libhdf5_fortran.so.100.1.0 lib/libhdf5_hl.a lib/libhdf5_hl.so lib/libhdf5_hl.so.100 -lib/libhdf5_hl.so.100.0.0 +lib/libhdf5_hl.so.100.0.1 lib/libhdf5_hl_cpp.a lib/libhdf5_hl_cpp.so lib/libhdf5_hl_cpp.so.100 -lib/libhdf5_hl_cpp.so.100.0.0 +lib/libhdf5_hl_cpp.so.100.1.0 %%FORTRAN%%lib/libhdf5hl_fortran.a %%FORTRAN%%lib/libhdf5hl_fortran.so %%FORTRAN%%lib/libhdf5hl_fortran.so.100 -%%FORTRAN%%lib/libhdf5hl_fortran.so.100.0.0 +%%FORTRAN%%lib/libhdf5hl_fortran.so.100.0.1 Modified: head/science/meep/Makefile ============================================================================== --- head/science/meep/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/meep/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= meep PORTVERSION= 1.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ Modified: head/science/minc2/Makefile ============================================================================== --- head/science/minc2/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/minc2/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -4,7 +4,7 @@ PORTNAME= minc PORTVERSION= 2.2.00 DISTVERSIONPREFIX= release- -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= science biology PKGNAMESUFFIX= 2 Modified: head/science/mpb/Makefile ============================================================================== --- head/science/mpb/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/mpb/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= mpb PORTVERSION= 1.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/mpb/ Modified: head/science/netcdf/Makefile ============================================================================== --- head/science/netcdf/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/netcdf/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= netcdf PORTVERSION= 4.4.1.1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ Modified: head/science/paraview/Makefile ============================================================================== --- head/science/paraview/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/paraview/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= paraview PORTVERSION= 5.2.0 +PORTREVISION= 1 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-v${PORTVERSION} Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/py-h5py/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,6 +3,7 @@ PORTNAME= h5py PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-netCDF4/Makefile ============================================================================== --- head/science/py-netCDF4/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/py-netCDF4/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -5,6 +5,7 @@ PORTNAME= netCDF4 PORTVERSION= 1.2.7 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= rel +PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/silo/Makefile ============================================================================== --- head/science/silo/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/science/silo/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= silo PORTVERSION= 4.10.2 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -bsd CATEGORIES= science MASTER_SITES= http://wci.llnl.gov/content/assets/docs/simulation/computer-codes/${PORTNAME}/silo-${PORTVERSION}/ Modified: head/sysutils/slurm-wlm/Makefile ============================================================================== --- head/sysutils/slurm-wlm/Makefile Tue May 30 01:50:00 2017 (r442049) +++ head/sysutils/slurm-wlm/Makefile Tue May 30 02:56:43 2017 (r442050) @@ -3,7 +3,7 @@ PORTNAME= slurm PORTVERSION= 16.05.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/latest/ \ http://www.schedmd.com/download/archive/ \ From owner-svn-ports-all@freebsd.org Tue May 30 07:34:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C4E9AFEC32; Tue, 30 May 2017 07:34:08 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE60F7BD07; Tue, 30 May 2017 07:34:07 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4U7Y7C9069858; Tue, 30 May 2017 07:34:07 GMT (envelope-from cperciva@FreeBSD.org) Received: (from cperciva@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U7Y7BC069857; Tue, 30 May 2017 07:34:07 GMT (envelope-from cperciva@FreeBSD.org) Message-Id: <201705300734.v4U7Y7BC069857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cperciva set sender to cperciva@FreeBSD.org using -f From: Colin Percival Date: Tue, 30 May 2017 07:34:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442051 - in head/sysutils/amazon-ssm-agent: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 07:34:08 -0000 Author: cperciva Date: Tue May 30 07:34:06 2017 New Revision: 442051 URL: https://svnweb.freebsd.org/changeset/ports/442051 Log: Build amazon-ssm-agent directly from the port Makefile rather than recursing into the makefile distributed with the source code. In particular, this should fix the build on i386, where it is currently broken due to amd64 being hard-coded as the build architecture. Numerous other cleanups to the build. [1] Change LICENSE and remove subsidiary variables, as Amazon has relicensed this from the "Amazon" license to Apache 2.0. Submitted by: swills [1] Deleted: head/sysutils/amazon-ssm-agent/files/patch-makefile Modified: head/sysutils/amazon-ssm-agent/Makefile Modified: head/sysutils/amazon-ssm-agent/Makefile ============================================================================== --- head/sysutils/amazon-ssm-agent/Makefile Tue May 30 02:56:43 2017 (r442050) +++ head/sysutils/amazon-ssm-agent/Makefile Tue May 30 07:34:06 2017 (r442051) @@ -2,38 +2,38 @@ PORTNAME= amazon-ssm-agent PORTVERSION= 2.0.790.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= cperciva@FreeBSD.org COMMENT= Amazon Simple Systems Manager Agent -LICENSE= Amazon -LICENSE_NAME= Amazon Software License +LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BUILD_DEPENDS= bash:shells/bash \ - go:lang/go +BUILD_DEPENDS= go:lang/go RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USE_GITHUB= yes GH_ACCOUNT= aws +GH_SUBDIR= src/github.com/aws/amazon-ssm-agent -WRKSRC= ${WRKDIR}/src/github.com/aws/amazon-ssm-agent -USES= gmake -MAKEFILE= makefile -ALL_TARGET= build-freebsd -INSTALL_TARGET= install-freebsd -MAKE_ARGS= SKIP_CHECKSTYLE="YES" DESTDIR=${STAGEDIR}${PREFIX} - PLIST_FILES= etc/amazon/ssm/amazon-ssm-agent.json.template \ etc/amazon/ssm/seelog_unix.xml.template \ sbin/amazon-ssm-agent USE_RC_SUBR= amazon-ssm-agent -post-extract: - ${MKDIR} ${WRKDIR}/src/github.com/aws - ${MV} ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/v//} ${WRKSRC} +do-build: + @cd ${WRKSRC}; \ + ${SETENV} GOPATH=${WRKSRC}:${WRKSRC}/vendor CGO_ENABLED=0 \ + go build -ldflags "-s -w" -o amazon-ssm-agent \ + agent/agent.go agent/agent_unix.go agent/agent_parser.go + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/amazon-ssm-agent ${STAGEDIR}${PREFIX}/sbin + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/amazon/ssm + ${INSTALL_DATA} ${WRKSRC}/amazon-ssm-agent.json.template ${STAGEDIR}${PREFIX}/etc/amazon/ssm + ${INSTALL_DATA} ${WRKSRC}/seelog_unix.xml ${STAGEDIR}${PREFIX}/etc/amazon/ssm/seelog_unix.xml.template .include From owner-svn-ports-all@freebsd.org Tue May 30 07:56:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1E24AFEFC2; Tue, 30 May 2017 07:56:31 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF9187C429; Tue, 30 May 2017 07:56:31 +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 v4U7uUZc078134; Tue, 30 May 2017 07:56:30 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U7uUia078132; Tue, 30 May 2017 07:56:30 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705300756.v4U7uUia078132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 30 May 2017 07:56:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442052 - in branches/2017Q2/databases/mariadb101-server: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 07:56:32 -0000 Author: brnrd Date: Tue May 30 07:56:30 2017 New Revision: 442052 URL: https://svnweb.freebsd.org/changeset/ports/442052 Log: MFH: r441333 databases/mariadb101-server: Fix crash in XtraDB - Apply crash patch to XtraDB (not only InnoDB) - Bump port-revision PR: 219235 Submitted by: Dani Approved by: ports-secteam (woodsb02) Modified: branches/2017Q2/databases/mariadb101-server/Makefile branches/2017Q2/databases/mariadb101-server/files/patch-MDEV-12281 Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/databases/mariadb101-server/Makefile ============================================================================== --- branches/2017Q2/databases/mariadb101-server/Makefile Tue May 30 07:34:06 2017 (r442051) +++ branches/2017Q2/databases/mariadb101-server/Makefile Tue May 30 07:56:30 2017 (r442052) @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.1.23 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ Modified: branches/2017Q2/databases/mariadb101-server/files/patch-MDEV-12281 ============================================================================== --- branches/2017Q2/databases/mariadb101-server/files/patch-MDEV-12281 Tue May 30 07:34:06 2017 (r442051) +++ branches/2017Q2/databases/mariadb101-server/files/patch-MDEV-12281 Tue May 30 07:56:30 2017 (r442052) @@ -13,3 +13,18 @@ if (rec_is_last_on_page && !prev_rec_is_copied +--- storage/xtradb/dict/dict0stats.cc.orig 2017-05-02 07:13:52.000000000 +0200 ++++ storage/xtradb/dict/dict0stats.cc 2017-05-08 18:37:24.659231976 +0200 +@@ -1168,10 +1168,10 @@ + leaf-level delete marks because delete marks on + non-leaf level do not make sense. */ + +- if (level == 0 && srv_stats_include_delete_marked? 0: ++ if (level == 0 && (srv_stats_include_delete_marked ? 0: + rec_get_deleted_flag( + rec, +- page_is_comp(btr_pcur_get_page(&pcur)))) { ++ page_is_comp(btr_pcur_get_page(&pcur))))) { + + if (rec_is_last_on_page + && !prev_rec_is_copied From owner-svn-ports-all@freebsd.org Tue May 30 08:01:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37B04AFF341; Tue, 30 May 2017 08:01:35 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 066137C721; Tue, 30 May 2017 08:01:34 +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 v4U81Y6Q079110; Tue, 30 May 2017 08:01:34 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U81XuE079108; Tue, 30 May 2017 08:01:33 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705300801.v4U81XuE079108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 30 May 2017 08:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442053 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 08:01:35 -0000 Author: brnrd Date: Tue May 30 08:01:33 2017 New Revision: 442053 URL: https://svnweb.freebsd.org/changeset/ports/442053 Log: security/vuxml: Fix latest ImageMagick entry - Fix case in pkgname - Add version 7 - add -nox pkgnamesuffix PR: 219497 Submitted by: Dani Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue May 30 07:56:30 2017 (r442052) +++ head/security/vuxml/vuln.xml Tue May 30 08:01:33 2017 (r442053) @@ -224,11 +224,17 @@ Notes: - imagemagick -- multiple vulnerabilities + ImageMagick -- multiple vulnerabilities - imagemagick - 6.9.8.6 + ImageMagick + ImageMagick-nox11 + 6.9.8.6 + + + ImageMagick7 + ImageMagick7-nox11 + 7.0.5.9 From owner-svn-ports-all@freebsd.org Tue May 30 09:01:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A1C5AFFF2F; Tue, 30 May 2017 09:01:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE8137DB3D; Tue, 30 May 2017 09:01: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 v4U91Ak3004855; Tue, 30 May 2017 09:01:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U91A95004854; Tue, 30 May 2017 09:01:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705300901.v4U91A95004854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 May 2017 09:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442054 - head/devel/py-lxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 09:01:11 -0000 Author: amdmi3 Date: Tue May 30 09:01:09 2017 New Revision: 442054 URL: https://svnweb.freebsd.org/changeset/ports/442054 Log: - Fix WWW: Approved by: portmgr blanket Modified: head/devel/py-lxml/pkg-descr Modified: head/devel/py-lxml/pkg-descr ============================================================================== --- head/devel/py-lxml/pkg-descr Tue May 30 08:01:33 2017 (r442053) +++ head/devel/py-lxml/pkg-descr Tue May 30 09:01:09 2017 (r442054) @@ -6,4 +6,4 @@ lxml is a Python binding for libxml2 and libxslt. Its * Safe (no segfaults). * No manual memory management! -WWW: http://lxml.de +WWW: http://lxml.de/ From owner-svn-ports-all@freebsd.org Tue May 30 09:44:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9E6BB76E19; Tue, 30 May 2017 09:44:53 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 935767EF79; Tue, 30 May 2017 09:44:53 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4U9iqg8022641; Tue, 30 May 2017 09:44:52 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4U9iq99022637; Tue, 30 May 2017 09:44:52 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201705300944.v4U9iq99022637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 30 May 2017 09:44:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442055 - in head/x11: . xkbind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 09:44:53 -0000 Author: danfe Date: Tue May 30 09:44:52 2017 New Revision: 442055 URL: https://svnweb.freebsd.org/changeset/ports/442055 Log: Add a port of XkbInd, minimal keyboard layout indicator program. WWW: http://xkbind.sourceforge.net/ TIMESTAMP (xkbind-2010.05.20.tar.gz) = 1275127318 Added: head/x11/xkbind/ head/x11/xkbind/Makefile (contents, props changed) head/x11/xkbind/distinfo (contents, props changed) head/x11/xkbind/pkg-descr (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Tue May 30 09:01:09 2017 (r442054) +++ head/x11/Makefile Tue May 30 09:44:52 2017 (r442055) @@ -426,6 +426,7 @@ SUBDIR += xkbcomp SUBDIR += xkbctrl SUBDIR += xkbevd + SUBDIR += xkbind SUBDIR += xkbprint SUBDIR += xkbset SUBDIR += xkbutils Added: head/x11/xkbind/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xkbind/Makefile Tue May 30 09:44:52 2017 (r442055) @@ -0,0 +1,27 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= xkbind +PORTVERSION= 2010.05.20 +CATEGORIES= x11 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/source + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Minimal keyboard layout indicator program + +LICENSE= GPLv2 + +GNU_CONFIGURE= yes +USE_XORG= x11 + +PLIST_FILES= bin/${PORTNAME} lib/${PORTNAME}/app-defaults/Xkbind \ + man/man1/${PORTNAME}.1.gz +PORTDOCS= AUTHORS ChangeLog README README.utf8.ru THANKS + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Added: head/x11/xkbind/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xkbind/distinfo Tue May 30 09:44:52 2017 (r442055) @@ -0,0 +1,3 @@ +TIMESTAMP = 1275127318 +SHA256 (xkbind-2010.05.20.tar.gz) = 03697ec801fbe5e3d44eef3c5771130fa32f5b6ac09406c393e210498bc35a1e +SIZE (xkbind-2010.05.20.tar.gz) = 118402 Added: head/x11/xkbind/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xkbind/pkg-descr Tue May 30 09:44:52 2017 (r442055) @@ -0,0 +1,8 @@ +XkbInd program (X Keyboard Extension Indicator) is a minimal indicator of +keyboard layout (XKB group) for the X Window System; it outputs information +about current keyboard layout attached to each top-level window through +their captions via prefixes to original title strings. It also allows to +simulate an independent keyboard layout for each handled window and works +with most of the window managers. + +WWW: http://xkbind.sourceforge.net/ From owner-svn-ports-all@freebsd.org Tue May 30 10:26:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43DCAB77765; Tue, 30 May 2017 10:26: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 mx1.freebsd.org (Postfix) with ESMTPS id 1440F7FD13; Tue, 30 May 2017 10:26: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 v4UAQMSQ038823; Tue, 30 May 2017 10:26:22 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UAQMNb038821; Tue, 30 May 2017 10:26:22 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705301026.v4UAQMNb038821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 30 May 2017 10:26:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442056 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 10:26:23 -0000 Author: kwm Date: Tue May 30 10:26:21 2017 New Revision: 442056 URL: https://svnweb.freebsd.org/changeset/ports/442056 Log: Update imagemagick entry * Fix indention * Add ranges to the imagemagick 6 version check, to prep for ImageMagick patch for the branch. * Add portepoch's to the imagemagick 6 versions. * Bump imagemagick 6 version. This version fixes at least one of the mentioned CVE's. * Change CVE-2017-8365 to CVE-2017-8765. CVE-2017-8365 is a libsndfile CVE. * Add modified tag. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue May 30 09:44:52 2017 (r442055) +++ head/security/vuxml/vuln.xml Tue May 30 10:26:21 2017 (r442056) @@ -227,14 +227,15 @@ Notes: ImageMagick -- multiple vulnerabilities - ImageMagick - ImageMagick-nox11 - 6.9.8.6 + ImageMagick + ImageMagick-nox11 + 6.9.6.4_2,1 + 6.9.7.0,16.9.8.8,1 - ImageMagick7 - ImageMagick7-nox11 - 7.0.5.9 + ImageMagick7 + ImageMagick7-nox11 + 7.0.5.9 @@ -335,7 +336,7 @@ Notes: to cause a denial of service (memory leak) via a crafted file.
  • CVE-2017-8357: ReadEPTImage function in ept.c allows attackers to cause a denial of service (memory leak) via a crafted file.
  • -
  • CVE-2017-8365: The function named ReadICONImage in coders\icon.c +
  • CVE-2017-8765: The function named ReadICONImage in coders\icon.c has a memory leak vulnerability which can cause memory exhaustion via a crafted ICON file.
  • CVE-2017-8830: ReadBMPImage function in bmp.c:1379 allows @@ -392,7 +393,7 @@ Notes: CVE-2017-8355 CVE-2017-8356 CVE-2017-8357 - CVE-2017-8365 + CVE-2017-8765 CVE-2017-8830 CVE-2017-9141 CVE-2017-9142 @@ -402,6 +403,7 @@ Notes: 2017-03-05 2017-05-25 + 2017-05-29 From owner-svn-ports-all@freebsd.org Tue May 30 10:51:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0162B79369; Tue, 30 May 2017 10:51:41 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF9DF80B51; Tue, 30 May 2017 10:51:41 +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 v4UApeY0050696; Tue, 30 May 2017 10:51:40 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UApeBf050694; Tue, 30 May 2017 10:51:40 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201705301051.v4UApeBf050694@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 30 May 2017 10:51:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442057 - head/lang/opencoarrays X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 10:51:42 -0000 Author: tijl Date: Tue May 30 10:51:40 2017 New Revision: 442057 URL: https://svnweb.freebsd.org/changeset/ports/442057 Log: Update to 1.9.0. PR: 219637 Submitted by: mexas@bris.ac.uk (maintainer) Modified: head/lang/opencoarrays/Makefile head/lang/opencoarrays/distinfo Modified: head/lang/opencoarrays/Makefile ============================================================================== --- head/lang/opencoarrays/Makefile Tue May 30 10:26:21 2017 (r442056) +++ head/lang/opencoarrays/Makefile Tue May 30 10:51:40 2017 (r442057) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opencoarrays -PORTVERSION= 1.8.12 +PORTVERSION= 1.9.0 CATEGORIES= lang parallel MAINTAINER= mexas@bris.ac.uk Modified: head/lang/opencoarrays/distinfo ============================================================================== --- head/lang/opencoarrays/distinfo Tue May 30 10:26:21 2017 (r442056) +++ head/lang/opencoarrays/distinfo Tue May 30 10:51:40 2017 (r442057) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495791116 -SHA256 (sourceryinstitute-OpenCoarrays-1.8.12_GH0.tar.gz) = c1d96ed78b99c4f57b4355384b0e02b2448d86430094be118034e811133e7648 -SIZE (sourceryinstitute-OpenCoarrays-1.8.12_GH0.tar.gz) = 252181 +TIMESTAMP = 1496141206 +SHA256 (sourceryinstitute-OpenCoarrays-1.9.0_GH0.tar.gz) = 5686194b325f8769dd86d691343f3abf859676fd88fb97c4e88ab0e6066a66f6 +SIZE (sourceryinstitute-OpenCoarrays-1.9.0_GH0.tar.gz) = 252524 From owner-svn-ports-all@freebsd.org Tue May 30 11:18:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60871B79DFF; Tue, 30 May 2017 11:18:26 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CAE2818D8; Tue, 30 May 2017 11:18:26 +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 v4UBIPcb059744; Tue, 30 May 2017 11:18:25 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UBIPOw059741; Tue, 30 May 2017 11:18:25 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705301118.v4UBIPOw059741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 30 May 2017 11:18:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442058 - head/graphics/libchamplain X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 11:18:26 -0000 Author: kwm Date: Tue May 30 11:18:24 2017 New Revision: 442058 URL: https://svnweb.freebsd.org/changeset/ports/442058 Log: Update libchamplain to 0.12.15. * Add license * Review/add missing dependencies * Switch to USES=localbase Obtained from: gnome devel repo Modified: head/graphics/libchamplain/Makefile head/graphics/libchamplain/distinfo head/graphics/libchamplain/pkg-plist Modified: head/graphics/libchamplain/Makefile ============================================================================== --- head/graphics/libchamplain/Makefile Tue May 30 10:51:40 2017 (r442057) +++ head/graphics/libchamplain/Makefile Tue May 30 11:18:24 2017 (r442058) @@ -2,24 +2,29 @@ # $FreeBSD$ PORTNAME= libchamplain -PORTVERSION= 0.12.13 -PORTREVISION= 1 +PORTVERSION= 0.12.15 CATEGORIES= graphics MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and markers -LIB_DEPENDS= libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ - libsoup-gnome-2.4.so:devel/libsoup-gnome +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome libtool pathfix pkgconfig sqlite tar:xz -USE_GNOME= gtk30 introspection:build -USE_GL= gl +LIB_DEPENDS= libcogl.so:graphics/cogl \ + libclutter-1.0.so:graphics/clutter \ + libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ + libjson-glib-1.0.so:devel/json-glib \ + libsoup-2.4.so:devel/libsoup + +USES= gettext-runtime gmake gnome libtool localbase pathfix \ + pkgconfig sqlite tar:xz +USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build +USE_GL= egl +USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr GNU_CONFIGURE= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-gtk-doc-html=no INSTALL_TARGET= install-strip Modified: head/graphics/libchamplain/distinfo ============================================================================== --- head/graphics/libchamplain/distinfo Tue May 30 10:51:40 2017 (r442057) +++ head/graphics/libchamplain/distinfo Tue May 30 11:18:24 2017 (r442058) @@ -1,2 +1,3 @@ -SHA256 (libchamplain-0.12.13.tar.xz) = b3b3a44530ac94c0b3c3710a2d9495d47450c4133006c5e3ca24e0a761683fab -SIZE (libchamplain-0.12.13.tar.xz) = 605664 +TIMESTAMP = 1496085876 +SHA256 (libchamplain-0.12.15.tar.xz) = 54721a210bdef6d73c5192ed83542023117bf5d7441257e7a7a9f8c05550b874 +SIZE (libchamplain-0.12.15.tar.xz) = 616692 Modified: head/graphics/libchamplain/pkg-plist ============================================================================== --- head/graphics/libchamplain/pkg-plist Tue May 30 10:51:40 2017 (r442057) +++ head/graphics/libchamplain/pkg-plist Tue May 30 11:18:24 2017 (r442058) @@ -46,11 +46,11 @@ lib/girepository-1.0/GtkChamplain-%%VERSION%%.typelib lib/libchamplain-%%VERSION%%.a lib/libchamplain-%%VERSION%%.so lib/libchamplain-%%VERSION%%.so.0 -lib/libchamplain-%%VERSION%%.so.0.8.0 +lib/libchamplain-%%VERSION%%.so.0.9.1 lib/libchamplain-gtk-%%VERSION%%.a lib/libchamplain-gtk-%%VERSION%%.so lib/libchamplain-gtk-%%VERSION%%.so.0 -lib/libchamplain-gtk-%%VERSION%%.so.0.8.0 +lib/libchamplain-gtk-%%VERSION%%.so.0.9.1 libdata/pkgconfig/champlain-%%VERSION%%.pc libdata/pkgconfig/champlain-gtk-%%VERSION%%.pc share/gir-1.0/Champlain-%%VERSION%%.gir From owner-svn-ports-all@freebsd.org Tue May 30 11:20:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87421B79EC1; Tue, 30 May 2017 11:20:54 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63C4581A2D; Tue, 30 May 2017 11:20:54 +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 v4UBKrR3059991; Tue, 30 May 2017 11:20:53 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UBKrGw059988; Tue, 30 May 2017 11:20:53 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705301120.v4UBKrGw059988@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 30 May 2017 11:20:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442059 - head/deskutils/gnome-maps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 11:20:54 -0000 Author: kwm Date: Tue May 30 11:20:53 2017 New Revision: 442059 URL: https://svnweb.freebsd.org/changeset/ports/442059 Log: Update gnome-maps to 3.24.3. * Review dependencies * Switch to USES=localbase Obtained from: gnome devel repo Modified: head/deskutils/gnome-maps/Makefile head/deskutils/gnome-maps/distinfo head/deskutils/gnome-maps/pkg-plist Modified: head/deskutils/gnome-maps/Makefile ============================================================================== --- head/deskutils/gnome-maps/Makefile Tue May 30 11:18:24 2017 (r442058) +++ head/deskutils/gnome-maps/Makefile Tue May 30 11:20:53 2017 (r442059) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-maps -PORTVERSION= 3.18.4 -PORTREVISION= 1 +PORTVERSION= 3.24.3 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,14 +13,14 @@ COMMENT= Map application for GNOME 3 LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= geoclue>=0:net/geoclue \ - itstool:textproc/itstool -LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ - libgeocode-glib.so:net/geocode-glib \ +BUILD_DEPENDS= geoclue>=0:net/geoclue +LIB_DEPENDS= libgeocode-glib.so:net/geocode-glib \ libgee-0.8.so:devel/libgee \ libcogl.so:graphics/cogl \ libclutter-1.0.so:graphics/clutter \ libchamplain-0.12.so:graphics/libchamplain \ + libsoup-2.4.so:devel/libsoup \ + librest-0.7.so:devel/librest \ libjson-glib-1.0.so:devel/json-glib \ libfolks.so:net-im/folks \ libgjs.so:lang/gjs @@ -29,15 +28,14 @@ RUN_DEPENDS= geoclue>=0:net/geoclue PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz -USE_GNOME= cairo gnomedesktop3 gtk30 intlhack +USES= desktop-file-utils gettext gmake gnome libtool \ + localbase pathfix pkgconfig tar:xz +USE_GNOME= cairo gtk30 intltool libxml2 USE_GL= egl USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.Maps.gschema.xml Modified: head/deskutils/gnome-maps/distinfo ============================================================================== --- head/deskutils/gnome-maps/distinfo Tue May 30 11:18:24 2017 (r442058) +++ head/deskutils/gnome-maps/distinfo Tue May 30 11:20:53 2017 (r442059) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471975586 -SHA256 (gnome3/gnome-maps-3.18.4.tar.xz) = 76a3e49867a474afbe3835ce4f2d49472567ad610e839d0c6808ce1d11ccf2b5 -SIZE (gnome3/gnome-maps-3.18.4.tar.xz) = 874896 +TIMESTAMP = 1496085772 +SHA256 (gnome3/gnome-maps-3.24.3.tar.xz) = 5ef3ec36aa76eb9a49a15ee61539bea7b59e8aa0a802483df6cedcc65566d0d6 +SIZE (gnome3/gnome-maps-3.24.3.tar.xz) = 1145872 Modified: head/deskutils/gnome-maps/pkg-plist ============================================================================== --- head/deskutils/gnome-maps/pkg-plist Tue May 30 11:18:24 2017 (r442058) +++ head/deskutils/gnome-maps/pkg-plist Tue May 30 11:20:53 2017 (r442059) @@ -1,6 +1,5 @@ bin/gnome-maps lib/gnome-maps/girepository-1.0/GnomeMaps-1.0.typelib -lib/gnome-maps/libgnome-maps.a lib/gnome-maps/libgnome-maps.so lib/gnome-maps/libgnome-maps.so.0 lib/gnome-maps/libgnome-maps.so.0.0.0 @@ -8,6 +7,8 @@ share/appdata/org.gnome.Maps.appdata.xml share/applications/org.gnome.Maps.desktop share/dbus-1/services/org.gnome.Maps.service share/gir-1.0/GnomeMaps-1.0.gir +%%DATADIR%%/icons/hicolor/16x16/apps/layer-not-visible-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/layer-visible-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/layers-button-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/maps-point-end-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/maps-point-end.svg @@ -17,12 +18,30 @@ share/gir-1.0/GnomeMaps-1.0.gir %%DATADIR%%/icons/hicolor/16x16/apps/route-button-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/route-car-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/route-pedestrian-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/route-reverse-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/route-transit-bus-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/route-transit-cablecar-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/route-transit-ferry-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/route-transit-funicular-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/route-transit-gondolalift-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/route-transit-subway-symbolic.svg %%DATADIR%%/icons/hicolor/16x16/apps/route-transit-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/route-transit-train-symbolic.svg +%%DATADIR%%/icons/hicolor/16x16/apps/route-transit-tram-symbolic.svg %%DATADIR%%/icons/hicolor/24x24/apps/user-location-compass.png %%DATADIR%%/icons/hicolor/24x24/apps/user-location.png %%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-continue-symbolic.svg %%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-left-symbolic.svg %%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-right-symbolic.svg +%%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-roundabout-0-symbolic.svg +%%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-roundabout-135-symbolic.svg +%%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-roundabout-180-symbolic.svg +%%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-roundabout-225-symbolic.svg +%%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-roundabout-270-symbolic.svg +%%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-roundabout-315-symbolic.svg +%%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-roundabout-45-symbolic.svg +%%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-roundabout-90-symbolic.svg +%%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-roundabout-symbolic.svg %%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-sharpleft-symbolic.svg %%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-sharpright-symbolic.svg %%DATADIR%%/icons/hicolor/32x32/apps/maps-direction-slightleft-symbolic.svg @@ -31,17 +50,18 @@ share/gir-1.0/GnomeMaps-1.0.gir %%DATADIR%%/org.gnome.Maps %%DATADIR%%/org.gnome.Maps.data.gresource %%DATADIR%%/org.gnome.Maps.src.gresource -share/icons/hicolor/16x16/apps/gnome-maps.png -share/icons/hicolor/22x22/apps/gnome-maps.png -share/icons/hicolor/24x24/apps/gnome-maps.png -share/icons/hicolor/256x256/apps/gnome-maps.png -share/icons/hicolor/32x32/apps/gnome-maps.png -share/icons/hicolor/48x48/apps/gnome-maps.png -share/icons/hicolor/symbolic/apps/gnome-maps-symbolic.svg +share/icons/hicolor/16x16/apps/org.gnome.Maps.png +share/icons/hicolor/22x22/apps/org.gnome.Maps.png +share/icons/hicolor/24x24/apps/org.gnome.Maps.png +share/icons/hicolor/256x256/apps/org.gnome.Maps.png +share/icons/hicolor/32x32/apps/org.gnome.Maps.png +share/icons/hicolor/48x48/apps/org.gnome.Maps.png +share/icons/hicolor/symbolic/apps/org.gnome.Maps-symbolic.svg share/locale/af/LC_MESSAGES/gnome-maps.mo share/locale/an/LC_MESSAGES/gnome-maps.mo share/locale/ar/LC_MESSAGES/gnome-maps.mo share/locale/as/LC_MESSAGES/gnome-maps.mo +share/locale/bg/LC_MESSAGES/gnome-maps.mo share/locale/bs/LC_MESSAGES/gnome-maps.mo share/locale/ca/LC_MESSAGES/gnome-maps.mo share/locale/ca@valencia/LC_MESSAGES/gnome-maps.mo @@ -59,8 +79,10 @@ share/locale/fi/LC_MESSAGES/gnome-maps.mo share/locale/fr/LC_MESSAGES/gnome-maps.mo share/locale/fur/LC_MESSAGES/gnome-maps.mo share/locale/ga/LC_MESSAGES/gnome-maps.mo +share/locale/gd/LC_MESSAGES/gnome-maps.mo share/locale/gl/LC_MESSAGES/gnome-maps.mo share/locale/he/LC_MESSAGES/gnome-maps.mo +share/locale/hr/LC_MESSAGES/gnome-maps.mo share/locale/hu/LC_MESSAGES/gnome-maps.mo share/locale/id/LC_MESSAGES/gnome-maps.mo share/locale/is/LC_MESSAGES/gnome-maps.mo @@ -91,6 +113,7 @@ share/locale/te/LC_MESSAGES/gnome-maps.mo share/locale/tg/LC_MESSAGES/gnome-maps.mo share/locale/tr/LC_MESSAGES/gnome-maps.mo share/locale/uk/LC_MESSAGES/gnome-maps.mo +share/locale/vi/LC_MESSAGES/gnome-maps.mo share/locale/zh_CN/LC_MESSAGES/gnome-maps.mo share/locale/zh_HK/LC_MESSAGES/gnome-maps.mo share/locale/zh_TW/LC_MESSAGES/gnome-maps.mo From owner-svn-ports-all@freebsd.org Tue May 30 13:18:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E67AB7CB4B; Tue, 30 May 2017 13:18:39 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19F07B36; Tue, 30 May 2017 13:18:39 +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 v4UDIcri008752; Tue, 30 May 2017 13:18:38 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UDIb02008744; Tue, 30 May 2017 13:18:37 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705301318.v4UDIb02008744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 30 May 2017 13:18:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442060 - in branches/2017Q2/net: samba44 samba45 samba46 samba46/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 13:18:39 -0000 Author: feld Date: Tue May 30 13:18:37 2017 New Revision: 442060 URL: https://svnweb.freebsd.org/changeset/ports/442060 Log: MFH: r441602 Urgent upgrade of the Samba 4.[4-6] ports to address RCE in the Samba code(CVE-2017-7494). All versions starting from 3.5+ are affected. Security: CVE-2017-7494 Approved by: ports-secteam (with hat) PR: 219514 Added: branches/2017Q2/net/samba46/files/patch-source3__librpc__crypto__gse.c - copied unchanged from r441602, head/net/samba46/files/patch-source3__librpc__crypto__gse.c Modified: branches/2017Q2/net/samba44/Makefile branches/2017Q2/net/samba44/distinfo branches/2017Q2/net/samba45/Makefile branches/2017Q2/net/samba45/distinfo branches/2017Q2/net/samba46/Makefile branches/2017Q2/net/samba46/distinfo branches/2017Q2/net/samba46/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/net/samba44/Makefile ============================================================================== --- branches/2017Q2/net/samba44/Makefile Tue May 30 11:20:53 2017 (r442059) +++ branches/2017Q2/net/samba44/Makefile Tue May 30 13:18:37 2017 (r442060) @@ -19,7 +19,7 @@ CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba4[1-35 SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.4.13 +SAMBA4_VERSION= 4.4.14 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} Modified: branches/2017Q2/net/samba44/distinfo ============================================================================== --- branches/2017Q2/net/samba44/distinfo Tue May 30 11:20:53 2017 (r442059) +++ branches/2017Q2/net/samba44/distinfo Tue May 30 13:18:37 2017 (r442060) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490980593 -SHA256 (samba-4.4.13.tar.gz) = 61558009408e4f37d79c2b5f9c49cf7633908e12a14141e1c075c67011fa0d2d -SIZE (samba-4.4.13.tar.gz) = 20766658 +TIMESTAMP = 1495629061 +SHA256 (samba-4.4.14.tar.gz) = b0a564af71536f12f01aae2e1d93a04c588dd53b81a3f3eaf9bb73ba4f6f57dd +SIZE (samba-4.4.14.tar.gz) = 20766497 Modified: branches/2017Q2/net/samba45/Makefile ============================================================================== --- branches/2017Q2/net/samba45/Makefile Tue May 30 11:20:53 2017 (r442059) +++ branches/2017Q2/net/samba45/Makefile Tue May 30 13:18:37 2017 (r442060) @@ -19,7 +19,7 @@ CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba4[1-4 SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.5.8 +SAMBA4_VERSION= 4.5.10 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} Modified: branches/2017Q2/net/samba45/distinfo ============================================================================== --- branches/2017Q2/net/samba45/distinfo Tue May 30 11:20:53 2017 (r442059) +++ branches/2017Q2/net/samba45/distinfo Tue May 30 13:18:37 2017 (r442060) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490981258 -SHA256 (samba-4.5.8.tar.gz) = f63b656d8823a280c50c9dbd6b692816cd7a88adfe9b47997ce697fd75bf81f0 -SIZE (samba-4.5.8.tar.gz) = 20979104 +TIMESTAMP = 1495629026 +SHA256 (samba-4.5.10.tar.gz) = 7cb753f5f6d5527ef40d4c1f47dacafb7c876cb304b4906ccb390c6a18477714 +SIZE (samba-4.5.10.tar.gz) = 20989431 Modified: branches/2017Q2/net/samba46/Makefile ============================================================================== --- branches/2017Q2/net/samba46/Makefile Tue May 30 11:20:53 2017 (r442059) +++ branches/2017Q2/net/samba46/Makefile Tue May 30 13:18:37 2017 (r442060) @@ -19,7 +19,7 @@ CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba4[1-5 SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.6.2 +SAMBA4_VERSION= 4.6.4 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} Modified: branches/2017Q2/net/samba46/distinfo ============================================================================== --- branches/2017Q2/net/samba46/distinfo Tue May 30 11:20:53 2017 (r442059) +++ branches/2017Q2/net/samba46/distinfo Tue May 30 13:18:37 2017 (r442060) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490962372 -SHA256 (samba-4.6.2.tar.gz) = 927afcc16e444718985e3952de92d34e7b776b9ca0238179d866da18a6441c35 -SIZE (samba-4.6.2.tar.gz) = 21097045 +TIMESTAMP = 1495628999 +SHA256 (samba-4.6.4.tar.gz) = 4ac67329d18e5586dc75db50e23b81c1f6c45a2d5bb9752ea6d90dcca08d9a61 +SIZE (samba-4.6.4.tar.gz) = 21108045 Copied: branches/2017Q2/net/samba46/files/patch-source3__librpc__crypto__gse.c (from r441602, head/net/samba46/files/patch-source3__librpc__crypto__gse.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/net/samba46/files/patch-source3__librpc__crypto__gse.c Tue May 30 13:18:37 2017 (r442060, copy of r441602, head/net/samba46/files/patch-source3__librpc__crypto__gse.c) @@ -0,0 +1,16 @@ +--- source3/librpc/crypto/gse.c.orig 2017-05-24 13:22:06.188197000 +0000 ++++ source3/librpc/crypto/gse.c 2017-05-24 13:31:22.933150000 +0000 +@@ -334,11 +334,12 @@ + struct gse_context *gse_ctx = + talloc_get_type_abort(gensec_security->private_data, + struct gse_context); +- OM_uint32 gss_maj, gss_min; ++ OM_uint32 gss_min; + gss_buffer_desc in_data; + gss_buffer_desc out_data; + DATA_BLOB blob = data_blob_null; + NTSTATUS status; ++ OM_uint32 gss_maj = -1; + OM_uint32 time_rec = 0; + struct timeval tv; + struct cli_credentials *cli_creds = gensec_get_credentials(gensec_security); Modified: branches/2017Q2/net/samba46/pkg-plist ============================================================================== --- branches/2017Q2/net/samba46/pkg-plist Tue May 30 11:20:53 2017 (r442059) +++ branches/2017Q2/net/samba46/pkg-plist Tue May 30 13:18:37 2017 (r442060) @@ -434,6 +434,7 @@ lib/shared-modules/vfs/zfsacl.so %%PYTHON_SITELIBDIR%%/samba/com.so %%PYTHON_SITELIBDIR%%/samba/common.py %%PYTHON_SITELIBDIR%%/samba/credentials.so +%%PYTHON_SITELIBDIR%%/samba/crypto.so %%PYTHON_SITELIBDIR%%/samba/dbchecker.py %%PYTHON_SITELIBDIR%%/samba/dcerpc/__init__.py %%PYTHON_SITELIBDIR%%/samba/dcerpc/atsvc.so From owner-svn-ports-all@freebsd.org Tue May 30 13:20:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 204E2B7CBC1; Tue, 30 May 2017 13:20:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3224C73; Tue, 30 May 2017 13:20:14 +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 v4UDKDg8009025; Tue, 30 May 2017 13:20:13 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UDKDti009023; Tue, 30 May 2017 13:20:13 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705301320.v4UDKDti009023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 30 May 2017 13:20:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442061 - in branches/2017Q2/net: samba42 samba43 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 13:20:15 -0000 Author: feld Date: Tue May 30 13:20:13 2017 New Revision: 442061 URL: https://svnweb.freebsd.org/changeset/ports/442061 Log: MFH: r441680 net/samba43: Mark 4.2 and 4.3 deprecated - Add deprecation date and message - Update/simplify conflicts PR: 219514 Approved by: timur (maintainer) Security: 6f4d96c0-4062-11e7-b291-b499baebfeaf Approved by: ports-secteam (with hat) Modified: branches/2017Q2/net/samba42/Makefile branches/2017Q2/net/samba43/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/net/samba42/Makefile ============================================================================== --- branches/2017Q2/net/samba42/Makefile Tue May 30 13:18:37 2017 (r442060) +++ branches/2017Q2/net/samba42/Makefile Tue May 30 13:20:13 2017 (r442061) @@ -13,7 +13,10 @@ COMMENT?= Free SMB/CIFS and AD/DC server and client f LICENSE= GPLv3 -CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba41-4.1.* samba43-4.3.* samba44-4.4.* +CONFLICTS?= samba4[3-9]-4.* + +DEPRECATED= not supported upstream https://wiki.samba.org/index.php/Samba_Release_Planning +EXPIRATION_DATE= 2016-09-07 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-progress:-p1 Modified: branches/2017Q2/net/samba43/Makefile ============================================================================== --- branches/2017Q2/net/samba43/Makefile Tue May 30 13:18:37 2017 (r442060) +++ branches/2017Q2/net/samba43/Makefile Tue May 30 13:20:13 2017 (r442061) @@ -13,7 +13,10 @@ COMMENT?= Free SMB/CIFS and AD/DC server and client f LICENSE= GPLv3 -CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba41-4.1.* samba42-4.2.* samba44-4.4.* +CONFLICTS?= samba4[24-9]-4.* + +DEPRECATED= not supported upstream https://wiki.samba.org/index.php/Samba_Release_Planning +EXPIRATION_DATE= 2017-03-07 #EXTRA_PATCHES= ${PATCHDIR}/extra-patch-progress:-p1 From owner-svn-ports-all@freebsd.org Tue May 30 13:21:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CF5DB7CD2F; Tue, 30 May 2017 13:21:29 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBB84F36; Tue, 30 May 2017 13:21:28 +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 v4UDLSTH009900; Tue, 30 May 2017 13:21:28 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UDLRAP009898; Tue, 30 May 2017 13:21:27 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201705301321.v4UDLRAP009898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 30 May 2017 13:21:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442062 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 13:21:29 -0000 Author: tz Date: Tue May 30 13:21:27 2017 New Revision: 442062 URL: https://svnweb.freebsd.org/changeset/ports/442062 Log: Modify GitLab entries: - wrap long lines - add missing modfied Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue May 30 13:20:13 2017 (r442061) +++ head/security/vuxml/vuln.xml Tue May 30 13:21:27 2017 (r442062) @@ -680,25 +680,57 @@ Notes:

    GitLab reports:

    -

    Cross-Site Scripting (XSS) vulnerability in project import file names for gitlab_project import types

    -

    Timo Schmid from ERNW reported a persistent Cross-Site Scripting vulnerability in the new project import view for gitlab_project import types. This XSS vulnerability was caused by the use of Hamlit filters inside HAML views without manually escaping HTML. Unlike content outside of a filter, content inside Hamlit filters (:css, :javascript, :preserve, :plain) is not automatically escaped.

    +

    Cross-Site Scripting (XSS) vulnerability in project import file names + for gitlab_project import types

    +

    Timo Schmid from ERNW reported a persistent Cross-Site Scripting + vulnerability in the new project import view for gitlab_project import + types. This XSS vulnerability was caused by the use of Hamlit filters inside + HAML views without manually escaping HTML. Unlike content outside of a + filter, content inside Hamlit filters (:css, :javascript, :preserve, :plain) + is not automatically escaped.

    Cross-Site Scripting (XSS) vulnerability in git submodule support

    -

    Jobert Abma from HackerOne reported a persitent XSS vulnerability in the GitLab repository files view that could be exploited by injecting malicious script into a git submodule.

    -

    Cross-Site Scripting (XSS) vulnerability in repository "new branch" view

    -

    A GitLab user reported a persistent XSS vulnerability in the repository new branch view that allowed malicious branch names or git references to execute arbitrary Javascript.

    +

    Jobert Abma from HackerOne reported a persitent XSS vulnerability in the + GitLab repository files view that could be exploited by injecting malicious + script into a git submodule.

    +

    Cross-Site Scripting (XSS) vulnerability in repository "new branch" + view

    +

    A GitLab user reported a persistent XSS vulnerability in the repository + new branch view that allowed malicious branch names or git references to + execute arbitrary Javascript.

    Cross-Site Scripting (XSS) vulnerability in mirror errors display

    -

    While investigating Timo Schmid's previously reported XSS vulnerability in import filenames another persistent XSS vulnerability was discovered in the GitLab Enterprise Edition's (EE) mirror view. This vulnerability was also caused by the misuse of Hamlit filters.

    +

    While investigating Timo Schmid's previously reported XSS vulnerability + in import filenames another persistent XSS vulnerability was discovered in + the GitLab Enterprise Edition's (EE) mirror view. This vulnerability was + also caused by the misuse of Hamlit filters.

    Potential XSS vulnerability in DropLab

    -

    An internal code audit disclosed a vulnerability in DropLab's templating that, while not currently exploitable, could become exploitable depending on how the templates were used in the future.

    -

    Tab Nabbing vulnerabilities in mardown link filter, Asciidoc files, and other markup files

    -

    edio via HackerOne reported two tab nabbing vulnerabilities. The first tab nabbing vulnerability was caused by improper hostname filtering when identifying user-supplied external links. GitLab did not properly filter usernames from the URL. An attacker could construct a specially crafted link including a username to bypass GitLab's external link filter. This allowed an attacker to post links in Markdown that did not include the appropriate "noreferrer noopener" options, allowing tab nabbing attacks.

    -

    The second vulnerability was in the AsciiDoctor markup library. AsciiDoctor was not properly including the "noreferrer noopener" options with external links. An internal investigation discovered other markup libraries that were also vulnerable.

    +

    An internal code audit disclosed a vulnerability in DropLab's templating + that, while not currently exploitable, could become exploitable depending on + how the templates were used in the future.

    +

    Tab Nabbing vulnerabilities in mardown link filter, Asciidoc files, and + other markup files

    +

    edio via HackerOne reported two tab nabbing vulnerabilities. The first + tab nabbing vulnerability was caused by improper hostname filtering when + identifying user-supplied external links. GitLab did not properly filter + usernames from the URL. An attacker could construct a specially crafted link + including a username to bypass GitLab's external link filter. This allowed + an attacker to post links in Markdown that did not include the appropriate + "noreferrer noopener" options, allowing tab nabbing attacks.

    +

    The second vulnerability was in the AsciiDoctor markup + library. AsciiDoctor was not properly including the "noreferrer noopener" + options with external links. An internal investigation discovered other + markup libraries that were also vulnerable.

    Unauthorized disclosure of wiki pages in search

    -

    M. Hasbini reported a flaw in the project search feature that allowed authenticated users to disclose the contents of private wiki pages inside public projects.

    +

    M. Hasbini reported a flaw in the project search feature that allowed + authenticated users to disclose the contents of private wiki pages inside + public projects.

    External users can view internal snippets

    -

    Christian Kühn discovered a vulnerability in GitLab snippets that allowed an external user to view the contents of internal snippets.

    -

    Subgroup visibility for private subgroups under a public parent group

    -

    Matt Harrison discovered a vulnerability with subgroups that allowed private subgroup names to be disclosed when they belong to a parent group that is public.

    +

    Christian Kühn discovered a vulnerability in GitLab snippets that allowed + an external user to view the contents of internal snippets.

    +

    Subgroup visibility for private subgroups under a public parent + group

    +

    Matt Harrison discovered a vulnerability with subgroups that allowed + private subgroup names to be disclosed when they belong to a parent group + that is public.

    @@ -708,6 +740,7 @@ Notes: 2017-05-08 2017-05-18 + 2017-05-30 @@ -726,23 +759,41 @@ Notes:

    GitLab reports:

    Information Disclosure in Issue and Merge Request Trackers

    -

    During an internal code review a critical vulnerability in the GitLab Issue and Merge Request trackers was discovered. This vulnerability could allow a user with access to assign ownership of an issue or merge request to another user to disclose that user's private token, email token, email address, and encrypted OTP secret. Reporter-level access to a GitLab project is required to exploit this flaw.

    +

    During an internal code review a critical vulnerability in the GitLab + Issue and Merge Request trackers was discovered. This vulnerability could + allow a user with access to assign ownership of an issue or merge request to + another user to disclose that user's private token, email token, email + address, and encrypted OTP secret. Reporter-level access to a GitLab project + is required to exploit this flaw.

    SSRF when importing a project from a Repo by URL

    -

    GitLab instances that have enabled project imports using "Repo by URL" were vulnerable to Server-Side Request Forgery attacks. By specifying a project import URL of localhost an attacker could target services that are bound to the local interface of the server. These services often do not require authentication. Depending on the service an attacker might be able craft an attack using the project import request URL.

    +

    GitLab instances that have enabled project imports using "Repo by URL" + were vulnerable to Server-Side Request Forgery attacks. By specifying a + project import URL of localhost an attacker could target services that are + bound to the local interface of the server. These services often do not + require authentication. Depending on the service an attacker might be able + craft an attack using the project import request URL.

    Links in Environments tab vulnerable to tabnabbing

    -

    edio via HackerOne reported that user-configured Environment links include target=_blank but do not also include rel: noopener noreferrer. Anyone clicking on these links may therefore be subjected to tabnabbing attacks where a link back to the requesting page is maintained and can be manipulated by the target server.

    -

    Accounts with email set to "Do not show on profile" have addresses exposed in public atom feed

    -

    Several GitLab users reported that even with "Do not show on profile" configured for their email addresses those addresses were still being leaked in Atom feeds if they commented on a public project.

    +

    edio via HackerOne reported that user-configured Environment links + include target=_blank but do not also include rel: noopener + noreferrer. Anyone clicking on these links may therefore be subjected to + tabnabbing attacks where a link back to the requesting page is maintained + and can be manipulated by the target server.

    +

    Accounts with email set to "Do not show on profile" have addresses + exposed in public atom feed

    +

    Several GitLab users reported that even with "Do not show on profile" + configured for their email addresses those addresses were still being leaked + in Atom feeds if they commented on a public project.

    - https://about.gitlab.com/2017/03/20/gitlab-8-dot-17-dot-4-security-release/ CVE-2017-0882 + https://about.gitlab.com/2017/03/20/gitlab-8-dot-17-dot-4-security-release/ 2017-03-20 2017-05-18 + 2017-05-30 @@ -8947,6 +8998,7 @@ Notes: 2016-11-02 2016-11-09 + 2017-05-18 From owner-svn-ports-all@freebsd.org Tue May 30 13:47:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69024B7D474; Tue, 30 May 2017 13:47:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3663C24F0; Tue, 30 May 2017 13:47:43 +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 v4UDlgQ7021277; Tue, 30 May 2017 13:47:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UDlg9m021275; Tue, 30 May 2017 13:47:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705301347.v4UDlg9m021275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 30 May 2017 13:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442063 - head/devel/py-flake8-builtins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 13:47:43 -0000 Author: amdmi3 Date: Tue May 30 13:47:41 2017 New Revision: 442063 URL: https://svnweb.freebsd.org/changeset/ports/442063 Log: - Update to 0.4 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 Tue May 30 13:21:27 2017 (r442062) +++ head/devel/py-flake8-builtins/Makefile Tue May 30 13:47:41 2017 (r442063) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flake8-builtins -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-flake8-builtins/distinfo ============================================================================== --- head/devel/py-flake8-builtins/distinfo Tue May 30 13:21:27 2017 (r442062) +++ head/devel/py-flake8-builtins/distinfo Tue May 30 13:47:41 2017 (r442063) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494929433 -SHA256 (flake8-builtins-0.3.tar.gz) = 5081ece3ed5af8b7cb1351dec3ec2d0ac47b3284c1663f79640f0cd20d7dcf67 -SIZE (flake8-builtins-0.3.tar.gz) = 15293 +TIMESTAMP = 1496150095 +SHA256 (flake8-builtins-0.4.tar.gz) = 55e26abbf398e600069882f41166de70372302baaf49985180d1531c47b9932a +SIZE (flake8-builtins-0.4.tar.gz) = 15936 From owner-svn-ports-all@freebsd.org Tue May 30 13:50:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5B81B7D5B3; Tue, 30 May 2017 13:50:45 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BFFD270C; Tue, 30 May 2017 13:50:45 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UDoioS021502; Tue, 30 May 2017 13:50:44 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UDoivt021500; Tue, 30 May 2017 13:50:44 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201705301350.v4UDoivt021500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Tue, 30 May 2017 13:50:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442064 - head/devel/pcsc-lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 13:50:46 -0000 Author: mmokhi Date: Tue May 30 13:50:44 2017 New Revision: 442064 URL: https://svnweb.freebsd.org/changeset/ports/442064 Log: devel/pcsc-lite: Update port to 1.8.21 SCardCancel(): . fix a race condition bug . fix a possible use after free . improve Doxygen documentation SCardGetStatusChange(): . fix a race condition when a reader is removed SCardDisconnect(): . fix status update for SCARD_UNPOWER_CARD pcsc_stringify_error(): . use Thread-local storage pcsc_stringify_error(): . now returns a const char * SCardControl(): . may return SCARD_E_INSUFFICIENT_BUFFER when pbRecvBuffer isnt enough for response. pcsc-spy: . add support of Python 3 Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10914 Modified: head/devel/pcsc-lite/Makefile head/devel/pcsc-lite/distinfo Modified: head/devel/pcsc-lite/Makefile ============================================================================== --- head/devel/pcsc-lite/Makefile Tue May 30 13:47:41 2017 (r442063) +++ head/devel/pcsc-lite/Makefile Tue May 30 13:50:44 2017 (r442064) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pcsc-lite -PORTVERSION= 1.8.20 -PORTREVISION= 2 +PORTVERSION= 1.8.21 PORTEPOCH= 2 CATEGORIES= devel security MASTER_SITES= https://alioth.debian.org/frs/download.php/latestfile/39/ Modified: head/devel/pcsc-lite/distinfo ============================================================================== --- head/devel/pcsc-lite/distinfo Tue May 30 13:47:41 2017 (r442063) +++ head/devel/pcsc-lite/distinfo Tue May 30 13:50:44 2017 (r442064) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483729174 -SHA256 (pcsc-lite-1.8.20.tar.bz2) = ec7d0114016c788c1c09859c84860f6cec6c4595436d23245105154b9c046bb2 -SIZE (pcsc-lite-1.8.20.tar.bz2) = 745049 +TIMESTAMP = 1495721941 +SHA256 (pcsc-lite-1.8.21.tar.bz2) = fe3365eb7d4ce0fe891e2b6d6248351c287435ca502103f1f1431b1710e513ad +SIZE (pcsc-lite-1.8.21.tar.bz2) = 750879 From owner-svn-ports-all@freebsd.org Tue May 30 13:51:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B7CFB7D5E5; Tue, 30 May 2017 13:51:11 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B3522842; Tue, 30 May 2017 13:51:11 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UDpATf022527; Tue, 30 May 2017 13:51:10 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UDpAY7022524; Tue, 30 May 2017 13:51:10 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201705301351.v4UDpAY7022524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Tue, 30 May 2017 13:51:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442065 - in head/math/moo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 13:51:11 -0000 Author: skreuzer Date: Tue May 30 13:51:10 2017 New Revision: 442065 URL: https://svnweb.freebsd.org/changeset/ports/442065 Log: Update to version 1.5 Deleted: head/math/moo/files/patch-Makefile Modified: head/math/moo/Makefile head/math/moo/distinfo head/math/moo/files/patch-moo.y Modified: head/math/moo/Makefile ============================================================================== --- head/math/moo/Makefile Tue May 30 13:50:44 2017 (r442064) +++ head/math/moo/Makefile Tue May 30 13:51:10 2017 (r442065) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= moo -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= math -MASTER_SITES= http://www.cyth.net/moo/ -EXTRACT_SUFX= .tgz MAINTAINER= skreuzer@FreeBSD.org COMMENT= Calculator that accepts C-like syntax as input + +USE_GITHUB= yes +GH_ACCOUNT= raylai +GH_TAGNAME= ${PORTVERSION} PLIST_FILES= bin/moo man/man1/moo.1.gz Modified: head/math/moo/distinfo ============================================================================== --- head/math/moo/distinfo Tue May 30 13:50:44 2017 (r442064) +++ head/math/moo/distinfo Tue May 30 13:51:10 2017 (r442065) @@ -1,2 +1,3 @@ -SHA256 (moo-1.3.tgz) = 32d567dc74ac0123034009d570d3809f35d12a13978fb409153520448b40d45f -SIZE (moo-1.3.tgz) = 7380 +TIMESTAMP = 1496151728 +SHA256 (raylai-moo-1.5_GH0.tar.gz) = d99fc2d858c0efbfd730737b5af47e0a8d0d5e8f48890b049f86a876821aaeb3 +SIZE (raylai-moo-1.5_GH0.tar.gz) = 8661 Modified: head/math/moo/files/patch-moo.y ============================================================================== --- head/math/moo/files/patch-moo.y Tue May 30 13:50:44 2017 (r442064) +++ head/math/moo/files/patch-moo.y Tue May 30 13:51:10 2017 (r442065) @@ -1,6 +1,6 @@ ---- moo.y.orig Thu Apr 5 14:14:22 2007 -+++ moo.y Thu Apr 5 14:14:29 2007 -@@ -37,7 +37,7 @@ +--- moo.y.orig 2016-06-04 10:05:27 UTC ++++ moo.y +@@ -34,7 +34,7 @@ static int used_oct; static void divbyzero(void); static void printnum(int64_t); @@ -9,3 +9,23 @@ void yyerror(char *); int yylex(void); int yyparse(void); +@@ -317,9 +317,6 @@ main(int argc, char *argv[]) + { + int ch; + +- if (pledge("stdio tmppath", NULL) == -1) +- err(1, "pledge"); +- + while ((ch = getopt(argc, argv, "0123456789b:lsuw:")) != -1) + switch (ch) { + /* +@@ -403,9 +400,6 @@ DONEPARSING: + yyin = sfp; + } + +- if (pledge("stdio", NULL) == -1) +- err(1, "pledge"); +- + yyparse(); + + return (0); From owner-svn-ports-all@freebsd.org Tue May 30 14:26:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A43BB7E3F0; Tue, 30 May 2017 14:26:21 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 485FB3EC6; Tue, 30 May 2017 14:26:21 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UEQKmb037868; Tue, 30 May 2017 14:26:20 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UEQKfo037866; Tue, 30 May 2017 14:26:20 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201705301426.v4UEQKfo037866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Tue, 30 May 2017 14:26:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442066 - head/devel/libccid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 14:26:21 -0000 Author: mmokhi Date: Tue May 30 14:26:19 2017 New Revision: 442066 URL: https://svnweb.freebsd.org/changeset/ports/442066 Log: devel/libccid: Update to 1.4.27 - Add support of new readers - Add Microchip SEC1210 UART support (when connected on a serial port) - Add Zero Length Packet (ZLP) support for Gemalto IDBridge CT30 enable using ./configure --enable-zlp - Add support of HID Omnikey 5422 as multi slot reader (for macOS) - Fix a bug with multi readers and pcscd uses hotplug_libusb Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10914 Modified: head/devel/libccid/Makefile head/devel/libccid/distinfo Modified: head/devel/libccid/Makefile ============================================================================== --- head/devel/libccid/Makefile Tue May 30 13:51:10 2017 (r442065) +++ head/devel/libccid/Makefile Tue May 30 14:26:19 2017 (r442066) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= ccid -PORTVERSION= 1.4.25 +PORTVERSION= 1.4.27 CATEGORIES= devel -MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4187/ +MASTER_SITES= https://alioth.debian.org/frs/download.php/latestfile/112/ MAINTAINER= mmokhi@FreeBSD.org COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver Modified: head/devel/libccid/distinfo ============================================================================== --- head/devel/libccid/distinfo Tue May 30 13:51:10 2017 (r442065) +++ head/devel/libccid/distinfo Tue May 30 14:26:19 2017 (r442066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476094169 -SHA256 (ccid-1.4.25.tar.bz2) = 6b062b4ce0f04d6838d58e6faa255ba05222bd8ecb57a2d1116fdbe22f253609 -SIZE (ccid-1.4.25.tar.bz2) = 627456 +TIMESTAMP = 1495721895 +SHA256 (ccid-1.4.27.tar.bz2) = a660e269606986cb94840ad5ba802ffb0cd23dd12b98f69a35035e0deb9dd137 +SIZE (ccid-1.4.27.tar.bz2) = 632817 From owner-svn-ports-all@freebsd.org Tue May 30 14:40:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBECDB7E804; Tue, 30 May 2017 14:40:28 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7E96646F8; Tue, 30 May 2017 14:40:28 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UEeRdM046289; Tue, 30 May 2017 14:40:27 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UEeR6Z046279; Tue, 30 May 2017 14:40:27 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201705301440.v4UEeR6Z046279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Tue, 30 May 2017 14:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442067 - in head/devel: py-gdbgui py-pypugjs py-python-engineio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 14:40:29 -0000 Author: mmokhi Date: Tue May 30 14:40:27 2017 New Revision: 442067 URL: https://svnweb.freebsd.org/changeset/ports/442067 Log: devel/py-gdbgui: Update to 0.7.6.2 Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10914 Modified: head/devel/py-gdbgui/Makefile head/devel/py-gdbgui/distinfo head/devel/py-pypugjs/Makefile head/devel/py-pypugjs/distinfo head/devel/py-python-engineio/Makefile head/devel/py-python-engineio/distinfo Modified: head/devel/py-gdbgui/Makefile ============================================================================== --- head/devel/py-gdbgui/Makefile Tue May 30 14:26:19 2017 (r442066) +++ head/devel/py-gdbgui/Makefile Tue May 30 14:40:27 2017 (r442067) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gdbgui -PORTVERSION= 0.7.5.4 -DISTVERSIONPREFIX= pyPI- +PORTVERSION= 0.7.6.2 CATEGORIES= devel lang python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.12:www/py-flask \ ${PYTHON_PKGNAMEPREFIX}Flask-SocketIO>=2.8.4:www/py-flask-socketio \ ${PYTHON_PKGNAMEPREFIX}eventlet>=0.20.1:net/py-eventlet \ - ${PYTHON_PKGNAMEPREFIX}pygdbmi>=0.7.3.0:devel/py-pygdbmi \ - ${PYTHON_PKGNAMEPREFIX}pypugjs>=4.2.0:devel/py-pypugjs + ${PYTHON_PKGNAMEPREFIX}pygdbmi>=0.7.3.3:devel/py-pygdbmi \ + ${PYTHON_PKGNAMEPREFIX}pypugjs>=4.2.0:devel/py-pypugjs \ + ${PYTHON_PKGNAMEPREFIX}pygments>=2.2.0:textproc/py-pygments USE_GITHUB= yes GH_ACCOUNT= cs01 Modified: head/devel/py-gdbgui/distinfo ============================================================================== --- head/devel/py-gdbgui/distinfo Tue May 30 14:26:19 2017 (r442066) +++ head/devel/py-gdbgui/distinfo Tue May 30 14:40:27 2017 (r442067) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490886725 -SHA256 (cs01-gdbgui-pyPI-0.7.5.4_GH0.tar.gz) = 0f1da6a7947fb7e209e34d318799be2aa1c24932d5a36336bc15d603e42bd31b -SIZE (cs01-gdbgui-pyPI-0.7.5.4_GH0.tar.gz) = 1333587 +TIMESTAMP = 1495724146 +SHA256 (cs01-gdbgui-0.7.6.2_GH0.tar.gz) = a2fb8c581de3f19191b56745ff7e2f54a710c75298c753064a81707e0ceb7cad +SIZE (cs01-gdbgui-0.7.6.2_GH0.tar.gz) = 1335337 Modified: head/devel/py-pypugjs/Makefile ============================================================================== --- head/devel/py-pypugjs/Makefile Tue May 30 14:26:19 2017 (r442066) +++ head/devel/py-pypugjs/Makefile Tue May 30 14:40:27 2017 (r442067) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pypugjs -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.2 CATEGORIES= devel lang python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pypugjs/distinfo ============================================================================== --- head/devel/py-pypugjs/distinfo Tue May 30 14:26:19 2017 (r442066) +++ head/devel/py-pypugjs/distinfo Tue May 30 14:40:27 2017 (r442067) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488405055 -SHA256 (pypugjs-4.2.0.tar.gz) = 66730ddb6f300877975c3356b8e3b852615d15bcc7f52fe30b24de7e87ac0bab -SIZE (pypugjs-4.2.0.tar.gz) = 29453 +TIMESTAMP = 1495724488 +SHA256 (pypugjs-4.2.2.tar.gz) = c99a72a78766d9462d94379a6b489f9864ecdeeeeaf8d0f34b2ce04963f6ec8c +SIZE (pypugjs-4.2.2.tar.gz) = 29538 Modified: head/devel/py-python-engineio/Makefile ============================================================================== --- head/devel/py-python-engineio/Makefile Tue May 30 14:26:19 2017 (r442066) +++ head/devel/py-python-engineio/Makefile Tue May 30 14:40:27 2017 (r442067) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-engineio -PORTVERSION= 1.3.1 +PORTVERSION= 1.5.2 CATEGORIES= devel python net MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-python-engineio/distinfo ============================================================================== --- head/devel/py-python-engineio/distinfo Tue May 30 14:26:19 2017 (r442066) +++ head/devel/py-python-engineio/distinfo Tue May 30 14:40:27 2017 (r442067) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490875740 -SHA256 (python-engineio-1.3.1.tar.gz) = cfb9f11d459e8d08e924c376737019dd5967cb1a7ec48611e25b69a948dba2a7 -SIZE (python-engineio-1.3.1.tar.gz) = 19464 +TIMESTAMP = 1495724538 +SHA256 (python-engineio-1.5.2.tar.gz) = f70e874cda164f42c465e478afe1dd5b3de46f35b4818fbc3a6c7524c78ffe62 +SIZE (python-engineio-1.5.2.tar.gz) = 21035 From owner-svn-ports-all@freebsd.org Tue May 30 15:20:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41C73B7F460; Tue, 30 May 2017 15:20:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B71165DE5; Tue, 30 May 2017 15:20:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UFKwFA076588; Tue, 30 May 2017 15:20:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFKvOB076579; Tue, 30 May 2017 15:20:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301520.v4UFKvOB076579@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, 30 May 2017 15:20:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442068 - in head: . net net/py-cloudfiles net/py-python-cloudfiles sysutils/duplicity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:20:59 -0000 Author: sunpoet Date: Tue May 30 15:20:57 2017 New Revision: 442068 URL: https://svnweb.freebsd.org/changeset/ports/442068 Log: Move net/py-cloudfiles to net/py-python-cloudfiles - Add PyPI as primary WWW - Bump PORTREVISION for dependent ports Added: head/net/py-python-cloudfiles/ - copied from r442067, head/net/py-cloudfiles/ Deleted: head/net/py-cloudfiles/ Modified: head/MOVED head/net/Makefile head/net/py-python-cloudfiles/Makefile head/net/py-python-cloudfiles/pkg-descr head/sysutils/duplicity/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue May 30 14:40:27 2017 (r442067) +++ head/MOVED Tue May 30 15:20:57 2017 (r442068) @@ -9395,3 +9395,4 @@ net-mgmt/zabbix24-agent||2017-05-29|Has expired: Upstr net-mgmt/zabbix24-frontend||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1) net-mgmt/zabbix24-proxy||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1) net-mgmt/zabbix24-server||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1) +net/py-cloudfiles|net/py-python-cloudfiles|2017-05-30|Rename to match PyPI naming Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue May 30 14:40:27 2017 (r442067) +++ head/net/Makefile Tue May 30 15:20:57 2017 (r442068) @@ -971,7 +971,6 @@ SUBDIR += py-avahi SUBDIR += py-beanstalkc SUBDIR += py-cjdns - SUBDIR += py-cloudfiles SUBDIR += py-cloudflare-scrape SUBDIR += py-coherence SUBDIR += py-cymruwhois @@ -1030,6 +1029,7 @@ SUBDIR += py-python-bitcoinrpc SUBDIR += py-python-ceilometerclient SUBDIR += py-python-cinderclient + SUBDIR += py-python-cloudfiles SUBDIR += py-python-designateclient SUBDIR += py-python-glanceclient SUBDIR += py-python-heatclient Modified: head/net/py-python-cloudfiles/Makefile ============================================================================== --- head/net/py-cloudfiles/Makefile Tue May 30 14:40:27 2017 (r442067) +++ head/net/py-python-cloudfiles/Makefile Tue May 30 15:20:57 2017 (r442068) @@ -1,13 +1,14 @@ # Created by: Roberto Pereyra # $FreeBSD$ -PORTNAME= cloudfiles +PORTNAME= python-cloudfiles PORTVERSION= 1.6.0 PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= http://www.contenidosonline.com.ar/freebsd/ports/ \ LOCAL/yzlin PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= cloudfiles-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python language bindings for Cloud Files API Modified: head/net/py-python-cloudfiles/pkg-descr ============================================================================== --- head/net/py-cloudfiles/pkg-descr Tue May 30 14:40:27 2017 (r442067) +++ head/net/py-python-cloudfiles/pkg-descr Tue May 30 15:20:57 2017 (r442068) @@ -1,3 +1,4 @@ Python language bindings for Cloud Files API +WWW: https://pypi.python.org/pypi/python-cloudfiles WWW: https://github.com/rackspace/python-cloudfiles/tree Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Tue May 30 14:40:27 2017 (r442067) +++ head/sysutils/duplicity/Makefile Tue May 30 15:20:57 2017 (r442068) @@ -3,6 +3,7 @@ PORTNAME= duplicity PORTVERSION= 0.7.12 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download/ @@ -40,7 +41,7 @@ SSH_DESC= SSH/SCP/SFTP backend PARAMIKO_DESC= python ssh implementation PEXPECT_DESC= pexpect and use ssh binaries -CLOUDFILES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudfiles>0:net/py-cloudfiles +CLOUDFILES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-cloudfiles>0:net/py-python-cloudfiles FTP_RUN_DEPENDS= ncftp>=3.2.2:ftp/ncftp3 FTPS_RUN_DEPENDS= lftp>=3.7.15:ftp/lftp GDOCS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata From owner-svn-ports-all@freebsd.org Tue May 30 15:21:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D04FB7F47F; Tue, 30 May 2017 15:21: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 mx1.freebsd.org (Postfix) with ESMTPS id D17E865E13; Tue, 30 May 2017 15:21:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UFL4BY076752; Tue, 30 May 2017 15:21:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFL3Gn076750; Tue, 30 May 2017 15:21:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301521.v4UFL3Gn076750@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, 30 May 2017 15:21:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442069 - head/devel/py-gitdb2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:21:05 -0000 Author: sunpoet Date: Tue May 30 15:21:03 2017 New Revision: 442069 URL: https://svnweb.freebsd.org/changeset/ports/442069 Log: Update to 2.0.1 - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/gitpython-developers/gitdb/commits/2.0.1 Modified: head/devel/py-gitdb2/Makefile head/devel/py-gitdb2/distinfo Modified: head/devel/py-gitdb2/Makefile ============================================================================== --- head/devel/py-gitdb2/Makefile Tue May 30 15:20:57 2017 (r442068) +++ head/devel/py-gitdb2/Makefile Tue May 30 15:21:03 2017 (r442069) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitdb2 -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap2>=2.0.0:devel/py-smmap2 NO_ARCH= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python .include Modified: head/devel/py-gitdb2/distinfo ============================================================================== --- head/devel/py-gitdb2/distinfo Tue May 30 15:20:57 2017 (r442068) +++ head/devel/py-gitdb2/distinfo Tue May 30 15:21:03 2017 (r442069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495051521 -SHA256 (gitdb2-2.0.0.tar.gz) = b9f3209b401b8b4da5f94966c9c17650e66b7474ee5cd2dde5d983d1fba3ab66 -SIZE (gitdb2-2.0.0.tar.gz) = 392536 +TIMESTAMP = 1496153863 +SHA256 (gitdb2-2.0.1.tar.gz) = 20a6df3371e918ac651066fbc019b18d623fa4935272e11355a1746692fc9d16 +SIZE (gitdb2-2.0.1.tar.gz) = 393190 From owner-svn-ports-all@freebsd.org Tue May 30 15:21:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3407DB7F4A9; Tue, 30 May 2017 15:21: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 mx1.freebsd.org (Postfix) with ESMTPS id 04A0C65E7A; Tue, 30 May 2017 15:21: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 v4UFL98V076902; Tue, 30 May 2017 15:21:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFL9Lh076899; Tue, 30 May 2017 15:21:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301521.v4UFL9Lh076899@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, 30 May 2017 15:21:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442070 - head/devel/py-smmap2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:21:10 -0000 Author: sunpoet Date: Tue May 30 15:21:08 2017 New Revision: 442070 URL: https://svnweb.freebsd.org/changeset/ports/442070 Log: Update to 2.0.2 - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/gitpython-developers/smmap/commits/v2.0.2 Modified: head/devel/py-smmap2/Makefile head/devel/py-smmap2/distinfo Modified: head/devel/py-smmap2/Makefile ============================================================================== --- head/devel/py-smmap2/Makefile Tue May 30 15:21:03 2017 (r442069) +++ head/devel/py-smmap2/Makefile Tue May 30 15:21:08 2017 (r442070) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smmap2 -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose NO_ARCH= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python .include Modified: head/devel/py-smmap2/distinfo ============================================================================== --- head/devel/py-smmap2/distinfo Tue May 30 15:21:03 2017 (r442069) +++ head/devel/py-smmap2/distinfo Tue May 30 15:21:08 2017 (r442070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495051618 -SHA256 (smmap2-2.0.1.tar.gz) = 5c9fd3ac4a30b85d041a8bd3779e16aa704a161991e74b9a46692bc368e68752 -SIZE (smmap2-2.0.1.tar.gz) = 21948 +TIMESTAMP = 1496153872 +SHA256 (smmap2-2.0.2.tar.gz) = 305d8cdaa7d11c00b528f57ecefd258da5cd3193cd57b61ea656c9281b5ce1eb +SIZE (smmap2-2.0.2.tar.gz) = 22143 From owner-svn-ports-all@freebsd.org Tue May 30 15:21:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D86CB7F59D; Tue, 30 May 2017 15:21:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B7B665EF1; Tue, 30 May 2017 15:21:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UFLEEu077053; Tue, 30 May 2017 15:21:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFLEuG077051; Tue, 30 May 2017 15:21:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301521.v4UFLEuG077051@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, 30 May 2017 15:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442071 - head/devel/rubygem-native-package-installer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:21:15 -0000 Author: sunpoet Date: Tue May 30 15:21:13 2017 New Revision: 442071 URL: https://svnweb.freebsd.org/changeset/ports/442071 Log: Update to 1.0.2 Changes: https://github.com/ruby-gnome2/native-package-installer/blob/master/doc/text/news.md Modified: head/devel/rubygem-native-package-installer/Makefile head/devel/rubygem-native-package-installer/distinfo Modified: head/devel/rubygem-native-package-installer/Makefile ============================================================================== --- head/devel/rubygem-native-package-installer/Makefile Tue May 30 15:21:08 2017 (r442070) +++ head/devel/rubygem-native-package-installer/Makefile Tue May 30 15:21:13 2017 (r442071) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= native-package-installer -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-native-package-installer/distinfo ============================================================================== --- head/devel/rubygem-native-package-installer/distinfo Tue May 30 15:21:08 2017 (r442070) +++ head/devel/rubygem-native-package-installer/distinfo Tue May 30 15:21:13 2017 (r442071) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493837848 -SHA256 (rubygem/native-package-installer-1.0.1.gem) = 5243ec71053a2ddb88bf304ea31d2fb3e46bf360c2c57d583421b7e40fea05fe -SIZE (rubygem/native-package-installer-1.0.1.gem) = 22528 +TIMESTAMP = 1496153879 +SHA256 (rubygem/native-package-installer-1.0.2.gem) = 932207db7b7891e59563c24fb0b87b75b3f8b04aeeb0181623cf5f85b9e939d4 +SIZE (rubygem/native-package-installer-1.0.2.gem) = 22528 From owner-svn-ports-all@freebsd.org Tue May 30 15:21:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0F9AB7F5F1; Tue, 30 May 2017 15:21:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F0C965F7D; Tue, 30 May 2017 15:21:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UFLJ5u077209; Tue, 30 May 2017 15:21:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFLJE2077207; Tue, 30 May 2017 15:21:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301521.v4UFLJE2077207@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, 30 May 2017 15:21:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442072 - head/devel/rubygem-sidekiq-scheduler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:21:20 -0000 Author: sunpoet Date: Tue May 30 15:21:19 2017 New Revision: 442072 URL: https://svnweb.freebsd.org/changeset/ports/442072 Log: Update to 2.1.5 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 Tue May 30 15:21:13 2017 (r442071) +++ head/devel/rubygem-sidekiq-scheduler/Makefile Tue May 30 15:21:19 2017 (r442072) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sidekiq-scheduler -PORTVERSION= 2.1.4 +PORTVERSION= 2.1.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sidekiq-scheduler/distinfo ============================================================================== --- head/devel/rubygem-sidekiq-scheduler/distinfo Tue May 30 15:21:13 2017 (r442071) +++ head/devel/rubygem-sidekiq-scheduler/distinfo Tue May 30 15:21:19 2017 (r442072) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494329667 -SHA256 (rubygem/sidekiq-scheduler-2.1.4.gem) = 6e0e5a7f2ceed3052f4e0626296cf701359f08b7eca72ebcd975368845ee4f8f -SIZE (rubygem/sidekiq-scheduler-2.1.4.gem) = 16896 +TIMESTAMP = 1496153886 +SHA256 (rubygem/sidekiq-scheduler-2.1.5.gem) = 893ce7572e9c428f1449bf6ddd45616cb54d84bb2263fa1169a7d097bbfd3539 +SIZE (rubygem/sidekiq-scheduler-2.1.5.gem) = 16896 From owner-svn-ports-all@freebsd.org Tue May 30 15:21:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A231B7F618; Tue, 30 May 2017 15:21:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29F6365FFD; Tue, 30 May 2017 15:21: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 v4UFLPI7077360; Tue, 30 May 2017 15:21:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFLPsE077358; Tue, 30 May 2017 15:21:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301521.v4UFLPsE077358@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, 30 May 2017 15:21:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442073 - head/devel/gitinspector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:21:26 -0000 Author: sunpoet Date: Tue May 30 15:21:24 2017 New Revision: 442073 URL: https://svnweb.freebsd.org/changeset/ports/442073 Log: Add missing RUN_DEPENDS - Fix LICENSE - Reformat pkg-descr - Bump PORTREVISION for dependency change - Take maintainership Modified: head/devel/gitinspector/Makefile head/devel/gitinspector/pkg-descr Modified: head/devel/gitinspector/Makefile ============================================================================== --- head/devel/gitinspector/Makefile Tue May 30 15:21:19 2017 (r442072) +++ head/devel/gitinspector/Makefile Tue May 30 15:21:24 2017 (r442073) @@ -3,19 +3,22 @@ PORTNAME= gitinspector PORTVERSION= 0.4.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel python -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Statistical analysis tool for git repositories -LICENSE= GPLv3+ +LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_GITHUB= yes -GH_ACCOUNT= ejwa +RUN_DEPENDS= git:devel/git -USES= python -USE_PYTHON= autoplist distutils NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python + +GH_ACCOUNT= ejwa +USE_GITHUB= yes .include Modified: head/devel/gitinspector/pkg-descr ============================================================================== --- head/devel/gitinspector/pkg-descr Tue May 30 15:21:19 2017 (r442072) +++ head/devel/gitinspector/pkg-descr Tue May 30 15:21:24 2017 (r442073) @@ -1,8 +1,8 @@ -gitinspector is a statistical analysis tool for git repositories. The -defaut analysis shows general statistics per author, which can be -complemented with a timeline analysis that shows the workload and -activity of each author. Under normal operation, it filters the -results to only show statistics about a number of given extensions and -by default only includes source files in the statistical analysis. +Gitinspector is a statistical analysis tool for git repositories. The default +analysis shows general statistics per author, which can be complemented with a +timeline analysis that shows the workload and activity of each author. Under +normal operation, it filters the results to only show statistics about a number +of given extensions and by default only includes source files in the statistical +analysis. WWW: https://github.com/ejwa/gitinspector From owner-svn-ports-all@freebsd.org Tue May 30 15:21:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83E78B7F62D; Tue, 30 May 2017 15:21:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 532566607E; Tue, 30 May 2017 15:21:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UFLUDS077530; Tue, 30 May 2017 15:21:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFLU5p077526; Tue, 30 May 2017 15:21:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301521.v4UFLU5p077526@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, 30 May 2017 15:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442074 - head/devel/py-tempora X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:21:31 -0000 Author: sunpoet Date: Tue May 30 15:21:30 2017 New Revision: 442074 URL: https://svnweb.freebsd.org/changeset/ports/442074 Log: Update to 1.7 - Allow concurrent installation (USE_PYTHON=concurrent) - Sort USE_PYTHON - Add PyPI as primary WWW - Take maintainership Changes: https://github.com/jaraco/tempora/commits/master Modified: head/devel/py-tempora/Makefile head/devel/py-tempora/distinfo (contents, props changed) head/devel/py-tempora/pkg-descr (contents, props changed) Modified: head/devel/py-tempora/Makefile ============================================================================== --- head/devel/py-tempora/Makefile Tue May 30 15:21:24 2017 (r442073) +++ head/devel/py-tempora/Makefile Tue May 30 15:21:30 2017 (r442074) @@ -2,20 +2,22 @@ # $FreeBSD$ PORTNAME= tempora -PORTVERSION= 1.6.1 +PORTVERSION= 1.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Objects and routines pertaining to date and time LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six -USES= python -USE_PYTHON= distutils autoplist NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python .include Modified: head/devel/py-tempora/distinfo ============================================================================== --- head/devel/py-tempora/distinfo Tue May 30 15:21:24 2017 (r442073) +++ head/devel/py-tempora/distinfo Tue May 30 15:21:30 2017 (r442074) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474944427 -SHA256 (tempora-1.6.1.tar.gz) = 1c15b3ec37933192470e7e7f0dcd5fbb372a85f13c86ddb4c306f280a7fc1453 -SIZE (tempora-1.6.1.tar.gz) = 11423 +TIMESTAMP = 1495625564 +SHA256 (tempora-1.7.tar.gz) = a264672b7f39198eb90b531490ade4e873f6e13839253636c3bd6a5549be1984 +SIZE (tempora-1.7.tar.gz) = 11645 Modified: head/devel/py-tempora/pkg-descr ============================================================================== --- head/devel/py-tempora/pkg-descr Tue May 30 15:21:24 2017 (r442073) +++ head/devel/py-tempora/pkg-descr Tue May 30 15:21:30 2017 (r442074) @@ -1,3 +1,4 @@ Tempora is a objects and routines pertaining to date and time. +WWW: https://pypi.python.org/pypi/tempora WWW: https://github.com/jaraco/tempora From owner-svn-ports-all@freebsd.org Tue May 30 15:21:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34ED2B7F662; Tue, 30 May 2017 15:21: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 mx1.freebsd.org (Postfix) with ESMTPS id 0523566118; Tue, 30 May 2017 15:21:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UFLaVn078521; Tue, 30 May 2017 15:21:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFLZSA078514; Tue, 30 May 2017 15:21:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301521.v4UFLZSA078514@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, 30 May 2017 15:21:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442075 - head/devel/rubygem-mongo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:21:37 -0000 Author: sunpoet Date: Tue May 30 15:21:35 2017 New Revision: 442075 URL: https://svnweb.freebsd.org/changeset/ports/442075 Log: Update to 2.4.2 Changes: https://github.com/mongodb/mongo-ruby-driver/releases Modified: head/devel/rubygem-mongo/Makefile head/devel/rubygem-mongo/distinfo Modified: head/devel/rubygem-mongo/Makefile ============================================================================== --- head/devel/rubygem-mongo/Makefile Tue May 30 15:21:30 2017 (r442074) +++ head/devel/rubygem-mongo/Makefile Tue May 30 15:21:35 2017 (r442075) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongo -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-mongo/distinfo ============================================================================== --- head/devel/rubygem-mongo/distinfo Tue May 30 15:21:30 2017 (r442074) +++ head/devel/rubygem-mongo/distinfo Tue May 30 15:21:35 2017 (r442075) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485614951 -SHA256 (rubygem/mongo-2.4.1.gem) = db900b8b5b758808e821aa33735667bbc58e3ff097ae4887543754882825fa1d -SIZE (rubygem/mongo-2.4.1.gem) = 282624 +TIMESTAMP = 1496154588 +SHA256 (rubygem/mongo-2.4.2.gem) = 6163d45ee432514528e6b3fcca8a85d18cb50bd60e1055f62265bec7e764c89d +SIZE (rubygem/mongo-2.4.2.gem) = 286208 From owner-svn-ports-all@freebsd.org Tue May 30 15:21:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49E6FB7F680; Tue, 30 May 2017 15:21: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 mx1.freebsd.org (Postfix) with ESMTPS id 1754566188; Tue, 30 May 2017 15:21: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 v4UFLf6i079329; Tue, 30 May 2017 15:21:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFLfG8079327; Tue, 30 May 2017 15:21:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301521.v4UFLfG8079327@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, 30 May 2017 15:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442076 - head/devel/rubygem-rubocop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:21:42 -0000 Author: sunpoet Date: Tue May 30 15:21:40 2017 New Revision: 442076 URL: https://svnweb.freebsd.org/changeset/ports/442076 Log: Update to 0.49.1 Changes: https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md Modified: head/devel/rubygem-rubocop/Makefile head/devel/rubygem-rubocop/distinfo Modified: head/devel/rubygem-rubocop/Makefile ============================================================================== --- head/devel/rubygem-rubocop/Makefile Tue May 30 15:21:35 2017 (r442075) +++ head/devel/rubygem-rubocop/Makefile Tue May 30 15:21:40 2017 (r442076) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rubocop -PORTVERSION= 0.49.0 +PORTVERSION= 0.49.1 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-rubocop/distinfo ============================================================================== --- head/devel/rubygem-rubocop/distinfo Tue May 30 15:21:35 2017 (r442075) +++ head/devel/rubygem-rubocop/distinfo Tue May 30 15:21:40 2017 (r442076) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495631829 -SHA256 (rubygem/rubocop-0.49.0.gem) = 3af20292590127c5e5a67a08e84642bb9d1f555cb8ed16717980c8b524ed038f -SIZE (rubygem/rubocop-0.49.0.gem) = 318976 +TIMESTAMP = 1496154597 +SHA256 (rubygem/rubocop-0.49.1.gem) = bcb37220633a570611b68bf8d4649414624d90fad83a7bf8310940f61df51ed7 +SIZE (rubygem/rubocop-0.49.1.gem) = 321024 From owner-svn-ports-all@freebsd.org Tue May 30 15:21:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9B48B7F6AE; Tue, 30 May 2017 15:21: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 mx1.freebsd.org (Postfix) with ESMTPS id 82FDB66211; Tue, 30 May 2017 15:21: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 v4UFLk7E079488; Tue, 30 May 2017 15:21:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFLkQK079485; Tue, 30 May 2017 15:21:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301521.v4UFLkQK079485@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, 30 May 2017 15:21:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442077 - head/databases/sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:21:47 -0000 Author: sunpoet Date: Tue May 30 15:21:46 2017 New Revision: 442077 URL: https://svnweb.freebsd.org/changeset/ports/442077 Log: Update to 3.19.2 Changes: https://www.sqlite.org/releaselog/3_19_2.html PR: 219592 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/sqlite3/Makefile head/databases/sqlite3/distinfo Modified: head/databases/sqlite3/Makefile ============================================================================== --- head/databases/sqlite3/Makefile Tue May 30 15:21:40 2017 (r442076) +++ head/databases/sqlite3/Makefile Tue May 30 15:21:46 2017 (r442077) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.18.0 +PORTVERSION= 3.19.2 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 @@ -214,6 +214,9 @@ post-build: .if ${ARCH}=="i386" @${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests" .endif + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/include/msvc.h # for compares with checksum from of the site sha1: Modified: head/databases/sqlite3/distinfo ============================================================================== --- head/databases/sqlite3/distinfo Tue May 30 15:21:40 2017 (r442076) +++ head/databases/sqlite3/distinfo Tue May 30 15:21:46 2017 (r442077) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491042552 -SHA256 (sqlite-autoconf-3180000.tar.gz) = 3757612463976e7d08c5e9f0af3021613fc24bbcfe1c51197d6776b9ece9ac5c -SIZE (sqlite-autoconf-3180000.tar.gz) = 2533004 +TIMESTAMP = 1495871536 +SHA256 (sqlite-autoconf-3190200.tar.gz) = ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc +SIZE (sqlite-autoconf-3190200.tar.gz) = 2542613 From owner-svn-ports-all@freebsd.org Tue May 30 15:21:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CF1FB7F6F2; Tue, 30 May 2017 15:21: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 mx1.freebsd.org (Postfix) with ESMTPS id EE6476630E; Tue, 30 May 2017 15:21: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 v4UFLvKW079818; Tue, 30 May 2017 15:21:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFLuQG079815; Tue, 30 May 2017 15:21:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301521.v4UFLuQG079815@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, 30 May 2017 15:21:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442079 - head/sysutils/p5-BackupPC-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:21:58 -0000 Author: sunpoet Date: Tue May 30 15:21:56 2017 New Revision: 442079 URL: https://svnweb.freebsd.org/changeset/ports/442079 Log: Update to 0.54 - While I'm here, fix indent Changes: http://search.cpan.org/dist/BackupPC-XS/Changes PR: 219656 Submitted by: Alexander Moisseev (maintainer) Modified: head/sysutils/p5-BackupPC-XS/Makefile head/sysutils/p5-BackupPC-XS/distinfo Modified: head/sysutils/p5-BackupPC-XS/Makefile ============================================================================== --- head/sysutils/p5-BackupPC-XS/Makefile Tue May 30 15:21:51 2017 (r442078) +++ head/sysutils/p5-BackupPC-XS/Makefile Tue May 30 15:21:56 2017 (r442079) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= BackupPC-XS -PORTVERSION= 0.53 +PORTVERSION= 0.54 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CBARRATT @@ -16,7 +16,7 @@ LICENSE= GPLv3 USES= perl5 USE_PERL5= configure -MAKE_JOBS_UNSAFE=yes +MAKE_JOBS_UNSAFE= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/BackupPC/XS/XS.so Modified: head/sysutils/p5-BackupPC-XS/distinfo ============================================================================== --- head/sysutils/p5-BackupPC-XS/distinfo Tue May 30 15:21:51 2017 (r442078) +++ head/sysutils/p5-BackupPC-XS/distinfo Tue May 30 15:21:56 2017 (r442079) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490427359 -SHA256 (BackupPC-XS-0.53.tar.gz) = 41247a018f8ec03fd7ec432cff8ccc930483f48650723ff276ebda338596e6c7 -SIZE (BackupPC-XS-0.53.tar.gz) = 288303 +TIMESTAMP = 1496156269 +SHA256 (BackupPC-XS-0.54.tar.gz) = 174f3c1204358d694c445bae018cf90aab2e5e8ef76f675d8fd23bbb9c83a098 +SIZE (BackupPC-XS-0.54.tar.gz) = 287088 From owner-svn-ports-all@freebsd.org Tue May 30 15:21:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2313CB7F6D8; Tue, 30 May 2017 15:21:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1BCA6628F; Tue, 30 May 2017 15:21: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 v4UFLpIh079649; Tue, 30 May 2017 15:21:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFLpKN079647; Tue, 30 May 2017 15:21:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301521.v4UFLpKN079647@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, 30 May 2017 15:21:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442078 - head/databases/tcl-sqlite3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:21:53 -0000 Author: sunpoet Date: Tue May 30 15:21:51 2017 New Revision: 442078 URL: https://svnweb.freebsd.org/changeset/ports/442078 Log: Update to 3.19.2 Changes: https://www.sqlite.org/releaselog/3_19_2.html PR: 219593 Submitted by: Pavel Volkov (maintainer) Modified: head/databases/tcl-sqlite3/Makefile head/databases/tcl-sqlite3/distinfo Modified: head/databases/tcl-sqlite3/Makefile ============================================================================== --- head/databases/tcl-sqlite3/Makefile Tue May 30 15:21:46 2017 (r442077) +++ head/databases/tcl-sqlite3/Makefile Tue May 30 15:21:51 2017 (r442078) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.18.0 +PORTVERSION= 3.19.2 CATEGORIES= databases tcl MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ PKGNAMEPREFIX= tcl- Modified: head/databases/tcl-sqlite3/distinfo ============================================================================== --- head/databases/tcl-sqlite3/distinfo Tue May 30 15:21:46 2017 (r442077) +++ head/databases/tcl-sqlite3/distinfo Tue May 30 15:21:51 2017 (r442078) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491042552 -SHA256 (sqlite-autoconf-3180000.tar.gz) = 3757612463976e7d08c5e9f0af3021613fc24bbcfe1c51197d6776b9ece9ac5c -SIZE (sqlite-autoconf-3180000.tar.gz) = 2533004 +TIMESTAMP = 1495871536 +SHA256 (sqlite-autoconf-3190200.tar.gz) = ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc +SIZE (sqlite-autoconf-3190200.tar.gz) = 2542613 From owner-svn-ports-all@freebsd.org Tue May 30 15:22:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0985EB7F718; Tue, 30 May 2017 15:22: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 mx1.freebsd.org (Postfix) with ESMTPS id CBB5266385; Tue, 30 May 2017 15:22: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 v4UFM1Ho079980; Tue, 30 May 2017 15:22:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFM165079979; Tue, 30 May 2017 15:22:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301522.v4UFM165079979@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, 30 May 2017 15:22:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442080 - head/audio/py-mpd2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:22:03 -0000 Author: sunpoet Date: Tue May 30 15:22:01 2017 New Revision: 442080 URL: https://svnweb.freebsd.org/changeset/ports/442080 Log: Update WWW Modified: head/audio/py-mpd2/pkg-descr Modified: head/audio/py-mpd2/pkg-descr ============================================================================== --- head/audio/py-mpd2/pkg-descr Tue May 30 15:21:56 2017 (r442079) +++ head/audio/py-mpd2/pkg-descr Tue May 30 15:22:01 2017 (r442080) @@ -1,4 +1,4 @@ A fork of the original MPD (Music Player Daemon) client library written in pure Python. -WWW: https://github.com/Mic92/python-mpd2/ +WWW: https://github.com/Mic92/python-mpd2 From owner-svn-ports-all@freebsd.org Tue May 30 15:22:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B669FB7F741; Tue, 30 May 2017 15:22: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 mx1.freebsd.org (Postfix) with ESMTPS id 80D99663FF; Tue, 30 May 2017 15:22: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 v4UFM6oP080104; Tue, 30 May 2017 15:22:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFM6Gf080103; Tue, 30 May 2017 15:22:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301522.v4UFM6Gf080103@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, 30 May 2017 15:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442081 - head/biology/phyml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:22:07 -0000 Author: sunpoet Date: Tue May 30 15:22:06 2017 New Revision: 442081 URL: https://svnweb.freebsd.org/changeset/ports/442081 Log: Update WWW Modified: head/biology/phyml/pkg-descr Modified: head/biology/phyml/pkg-descr ============================================================================== --- head/biology/phyml/pkg-descr Tue May 30 15:22:01 2017 (r442080) +++ head/biology/phyml/pkg-descr Tue May 30 15:22:06 2017 (r442081) @@ -17,4 +17,4 @@ sequences provided that they are not numerous. With mo personal computers, the "comfort zone" for PhyML generally lies around 3 to 500 sequences less than 2,000 character long. -WWW: https://github.com/stephaneguindon/phyml/ +WWW: https://github.com/stephaneguindon/phyml From owner-svn-ports-all@freebsd.org Tue May 30 15:22:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE58FB7F778; Tue, 30 May 2017 15:22: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 mx1.freebsd.org (Postfix) with ESMTPS id 7CF6C66478; Tue, 30 May 2017 15:22: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 v4UFMBEv080240; Tue, 30 May 2017 15:22:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFMBbw080235; Tue, 30 May 2017 15:22:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301522.v4UFMBbw080235@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, 30 May 2017 15:22:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442082 - head/cad/NASTRAN-95 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:22:12 -0000 Author: sunpoet Date: Tue May 30 15:22:11 2017 New Revision: 442082 URL: https://svnweb.freebsd.org/changeset/ports/442082 Log: Update WWW Modified: head/cad/NASTRAN-95/pkg-descr Modified: head/cad/NASTRAN-95/pkg-descr ============================================================================== --- head/cad/NASTRAN-95/pkg-descr Tue May 30 15:22:06 2017 (r442081) +++ head/cad/NASTRAN-95/pkg-descr Tue May 30 15:22:11 2017 (r442082) @@ -12,4 +12,4 @@ enforced deformations. NOTE: There is no technical support available for this software. -WWW: https://github.com/nasa/NASTRAN-95/ +WWW: https://github.com/nasa/NASTRAN-95 From owner-svn-ports-all@freebsd.org Tue May 30 15:22:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FCA3B7F7D1; Tue, 30 May 2017 15:22: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 mx1.freebsd.org (Postfix) with ESMTPS id 403436666B; Tue, 30 May 2017 15:22: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 v4UFMLjo080493; Tue, 30 May 2017 15:22:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFMLt5080492; Tue, 30 May 2017 15:22:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301522.v4UFMLt5080492@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, 30 May 2017 15:22:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442084 - head/converters/ta2as X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:22:22 -0000 Author: sunpoet Date: Tue May 30 15:22:21 2017 New Revision: 442084 URL: https://svnweb.freebsd.org/changeset/ports/442084 Log: Update WWW Modified: head/converters/ta2as/pkg-descr Modified: head/converters/ta2as/pkg-descr ============================================================================== --- head/converters/ta2as/pkg-descr Tue May 30 15:22:16 2017 (r442083) +++ head/converters/ta2as/pkg-descr Tue May 30 15:22:21 2017 (r442084) @@ -14,4 +14,4 @@ This tool was originally written by Frank van Dijk and SPiRiT group; this is continuation of his work, although not much of the original code remains. -WWW: https://github.com/mefistotelis/ta2as/ +WWW: https://github.com/mefistotelis/ta2as From owner-svn-ports-all@freebsd.org Tue May 30 15:22:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8864CB7F7AA; Tue, 30 May 2017 15:22: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 mx1.freebsd.org (Postfix) with ESMTPS id 57C52665F5; Tue, 30 May 2017 15:22: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 v4UFMG5l080366; Tue, 30 May 2017 15:22:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFMG5f080365; Tue, 30 May 2017 15:22:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301522.v4UFMG5f080365@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, 30 May 2017 15:22:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442083 - head/comms/picocom X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:22:17 -0000 Author: sunpoet Date: Tue May 30 15:22:16 2017 New Revision: 442083 URL: https://svnweb.freebsd.org/changeset/ports/442083 Log: Update WWW Modified: head/comms/picocom/pkg-descr Modified: head/comms/picocom/pkg-descr ============================================================================== --- head/comms/picocom/pkg-descr Tue May 30 15:22:11 2017 (r442082) +++ head/comms/picocom/pkg-descr Tue May 30 15:22:16 2017 (r442083) @@ -7,4 +7,4 @@ PPP connection scripts (something like the ms-windows window before / after dialing" feature). It could also prove useful in many other similar tasks. -WWW: https://github.com/npat-efault/picocom/ +WWW: https://github.com/npat-efault/picocom From owner-svn-ports-all@freebsd.org Tue May 30 15:22:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D600AB7F7FA; Tue, 30 May 2017 15:22: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 mx1.freebsd.org (Postfix) with ESMTPS id A2824666EC; Tue, 30 May 2017 15:22: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 v4UFMQ3Y082896; Tue, 30 May 2017 15:22:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFMQLp082895; Tue, 30 May 2017 15:22:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301522.v4UFMQLp082895@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, 30 May 2017 15:22:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442085 - head/databases/beansdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:22:28 -0000 Author: sunpoet Date: Tue May 30 15:22:26 2017 New Revision: 442085 URL: https://svnweb.freebsd.org/changeset/ports/442085 Log: Update WWW Modified: head/databases/beansdb/pkg-descr Modified: head/databases/beansdb/pkg-descr ============================================================================== --- head/databases/beansdb/pkg-descr Tue May 30 15:22:21 2017 (r442084) +++ head/databases/beansdb/pkg-descr Tue May 30 15:22:26 2017 (r442085) @@ -3,4 +3,4 @@ systems distributed KeyValue using HashTree and simpli number to quickly synchronize to ensure consistency in the final (weak), a simplified version of the Dynamo. -WWW: https://github.com/douban/beansdb/ +WWW: https://github.com/douban/beansdb From owner-svn-ports-all@freebsd.org Tue May 30 15:22:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F4C0B7F81F; Tue, 30 May 2017 15:22: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 mx1.freebsd.org (Postfix) with ESMTPS id 1DBAE6676E; Tue, 30 May 2017 15:22: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 v4UFMWZx083063; Tue, 30 May 2017 15:22:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFMWXW083060; Tue, 30 May 2017 15:22:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301522.v4UFMWXW083060@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, 30 May 2017 15:22:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442086 - head/devel/gitolite2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:22:33 -0000 Author: sunpoet Date: Tue May 30 15:22:31 2017 New Revision: 442086 URL: https://svnweb.freebsd.org/changeset/ports/442086 Log: Use DISTVERSIONPREFIX instead of GH_TAGNAME - Remove MASTER_SITES Modified: head/devel/gitolite2/Makefile head/devel/gitolite2/distinfo Modified: head/devel/gitolite2/Makefile ============================================================================== --- head/devel/gitolite2/Makefile Tue May 30 15:22:26 2017 (r442085) +++ head/devel/gitolite2/Makefile Tue May 30 15:22:31 2017 (r442086) @@ -2,11 +2,9 @@ PORTNAME= gitolite PORTVERSION= 2.3.1 +DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GH \ - LOCAL/milki \ - LOCAL/tdb PKGNAMESUFFIX= 2 MAINTAINER= ports@FreeBSD.org @@ -19,7 +17,6 @@ RUN_DEPENDS= git>=0:devel/git USE_GITHUB= yes GH_ACCOUNT= sitaramc -GH_TAGNAME= 912a8bd CONFLICTS= gitolite-[^2]* Modified: head/devel/gitolite2/distinfo ============================================================================== --- head/devel/gitolite2/distinfo Tue May 30 15:22:26 2017 (r442085) +++ head/devel/gitolite2/distinfo Tue May 30 15:22:31 2017 (r442086) @@ -1,2 +1,3 @@ -SHA256 (sitaramc-gitolite-2.3.1-912a8bd_GH0.tar.gz) = 585889c8b43bf115d238355ee1eea94812eb5a6755763e8af769108b98c98464 -SIZE (sitaramc-gitolite-2.3.1-912a8bd_GH0.tar.gz) = 255700 +TIMESTAMP = 1496146374 +SHA256 (sitaramc-gitolite-v2.3.1_GH0.tar.gz) = bdf4afc482b69c0c28a36e22a448b569c6da63a3c43dd4e66916355ff68efe50 +SIZE (sitaramc-gitolite-v2.3.1_GH0.tar.gz) = 255707 From owner-svn-ports-all@freebsd.org Tue May 30 15:22:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28939B7F844; Tue, 30 May 2017 15:22: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 mx1.freebsd.org (Postfix) with ESMTPS id EA629667E3; Tue, 30 May 2017 15:22: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 v4UFMbSm083187; Tue, 30 May 2017 15:22:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFMbek083186; Tue, 30 May 2017 15:22:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301522.v4UFMbek083186@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, 30 May 2017 15:22:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442087 - head/devel/hs-List X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:22:38 -0000 Author: sunpoet Date: Tue May 30 15:22:36 2017 New Revision: 442087 URL: https://svnweb.freebsd.org/changeset/ports/442087 Log: Fix WWW Approved by: portmgr (blanket) Modified: head/devel/hs-List/pkg-descr Modified: head/devel/hs-List/pkg-descr ============================================================================== --- head/devel/hs-List/pkg-descr Tue May 30 15:22:31 2017 (r442086) +++ head/devel/hs-List/pkg-descr Tue May 30 15:22:36 2017 (r442087) @@ -1,4 +1,4 @@ A List monad transformer and a List class. With standard list operations for Lists. -WWW: https://github.com/yairchu/generator/tree +WWW: https://github.com/yairchu/generator From owner-svn-ports-all@freebsd.org Tue May 30 15:22:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E86B3B7F8AD; Tue, 30 May 2017 15:22: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 mx1.freebsd.org (Postfix) with ESMTPS id B4EDC668CA; Tue, 30 May 2017 15:22: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 v4UFMkvu083429; Tue, 30 May 2017 15:22:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFMkqD083428; Tue, 30 May 2017 15:22:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301522.v4UFMkqD083428@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, 30 May 2017 15:22:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442089 - head/devel/rubygem-appraisal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:22:48 -0000 Author: sunpoet Date: Tue May 30 15:22:46 2017 New Revision: 442089 URL: https://svnweb.freebsd.org/changeset/ports/442089 Log: Update WWW Approved by: portmgr (blanket) Modified: head/devel/rubygem-appraisal/pkg-descr Modified: head/devel/rubygem-appraisal/pkg-descr ============================================================================== --- head/devel/rubygem-appraisal/pkg-descr Tue May 30 15:22:41 2017 (r442088) +++ head/devel/rubygem-appraisal/pkg-descr Tue May 30 15:22:46 2017 (r442089) @@ -3,4 +3,4 @@ different versions of dependencies in repeatable scena Appraisal is designed to make it easy to check for regressions in your library without interfering with day-to-day development using Bundler. -WWW: http://github.com/thoughtbot/appraisal/ +WWW: https://github.com/thoughtbot/appraisal From owner-svn-ports-all@freebsd.org Tue May 30 15:22:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E56EEB7F864; Tue, 30 May 2017 15:22: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 mx1.freebsd.org (Postfix) with ESMTPS id B2EEF6684F; Tue, 30 May 2017 15:22: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 v4UFMfre083307; Tue, 30 May 2017 15:22:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFMfHt083306; Tue, 30 May 2017 15:22:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301522.v4UFMfHt083306@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, 30 May 2017 15:22:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442088 - head/devel/libevent-hiphop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:22:43 -0000 Author: sunpoet Date: Tue May 30 15:22:41 2017 New Revision: 442088 URL: https://svnweb.freebsd.org/changeset/ports/442088 Log: Update WWW Approved by: portmgr (blanket) Modified: head/devel/libevent-hiphop/pkg-descr Modified: head/devel/libevent-hiphop/pkg-descr ============================================================================== --- head/devel/libevent-hiphop/pkg-descr Tue May 30 15:22:36 2017 (r442087) +++ head/devel/libevent-hiphop/pkg-descr Tue May 30 15:22:41 2017 (r442088) @@ -1,3 +1,3 @@ This is a static version of the libevent library for use with lang/hiphop-php -WWW: https://github.com/facebook/hiphop-php/wiki/ +WWW: https://github.com/facebook/hhvm/wiki From owner-svn-ports-all@freebsd.org Tue May 30 15:22:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CA49B7F8EF; Tue, 30 May 2017 15:22:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D04626694A; Tue, 30 May 2017 15:22: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 v4UFMpx7083553; Tue, 30 May 2017 15:22:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFMpMt083552; Tue, 30 May 2017 15:22:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301522.v4UFMpMt083552@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, 30 May 2017 15:22:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442090 - head/devel/rubygem-will_paginate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:22:53 -0000 Author: sunpoet Date: Tue May 30 15:22:51 2017 New Revision: 442090 URL: https://svnweb.freebsd.org/changeset/ports/442090 Log: Update WWW Approved by: portmgr (blanket) Modified: head/devel/rubygem-will_paginate/pkg-descr Modified: head/devel/rubygem-will_paginate/pkg-descr ============================================================================== --- head/devel/rubygem-will_paginate/pkg-descr Tue May 30 15:22:46 2017 (r442089) +++ head/devel/rubygem-will_paginate/pkg-descr Tue May 30 15:22:51 2017 (r442090) @@ -2,4 +2,4 @@ will_paginate provides a simple API for performing pag Record, DataMapper and Sequel, and includes helpers for rendering pagination links in Rails, Sinatra and Merb web apps. -WWW: https://github.com/mislav/will_paginate/wiki/ +WWW: https://github.com/mislav/will_paginate/wiki From owner-svn-ports-all@freebsd.org Tue May 30 15:22:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27FBCB7F92D; Tue, 30 May 2017 15:22: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 mx1.freebsd.org (Postfix) with ESMTPS id E7BCD669CD; Tue, 30 May 2017 15:22: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 v4UFMu3C083683; Tue, 30 May 2017 15:22:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFMuAU083682; Tue, 30 May 2017 15:22:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301522.v4UFMuAU083682@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, 30 May 2017 15:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442091 - head/editors/fxite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:22:58 -0000 Author: sunpoet Date: Tue May 30 15:22:56 2017 New Revision: 442091 URL: https://svnweb.freebsd.org/changeset/ports/442091 Log: Update WWW Modified: head/editors/fxite/pkg-descr Modified: head/editors/fxite/pkg-descr ============================================================================== --- head/editors/fxite/pkg-descr Tue May 30 15:22:51 2017 (r442090) +++ head/editors/fxite/pkg-descr Tue May 30 15:22:56 2017 (r442091) @@ -6,4 +6,4 @@ replace, rudimentary ctags and calltip support, a flex external tools, and a built-in "message window" to capture the output of external commands such as compiler error messages, etc. -WWW: https://github.com/yetanothergeek/fxite/ +WWW: https://github.com/yetanothergeek/fxite From owner-svn-ports-all@freebsd.org Tue May 30 15:23:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8339B7F96D; Tue, 30 May 2017 15:23: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 mx1.freebsd.org (Postfix) with ESMTPS id 73CC666A45; Tue, 30 May 2017 15:23: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 v4UFN1Dc083811; Tue, 30 May 2017 15:23:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFN1vS083810; Tue, 30 May 2017 15:23:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301523.v4UFN1vS083810@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, 30 May 2017 15:23:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442092 - head/sysutils/tarsnap-gui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:23:02 -0000 Author: sunpoet Date: Tue May 30 15:23:01 2017 New Revision: 442092 URL: https://svnweb.freebsd.org/changeset/ports/442092 Log: Update WWW Approved by: portmgr (blanket) Modified: head/sysutils/tarsnap-gui/pkg-descr Modified: head/sysutils/tarsnap-gui/pkg-descr ============================================================================== --- head/sysutils/tarsnap-gui/pkg-descr Tue May 30 15:22:56 2017 (r442091) +++ head/sysutils/tarsnap-gui/pkg-descr Tue May 30 15:23:01 2017 (r442092) @@ -1,4 +1,4 @@ The Tarsnap Graphical User Interface application is an open source cross-platform frontend to the popular Tarsnap backup service. -WWW: https://github.com/Tarsnap/tarsnap-gui/wiki/Tarsnap +WWW: https://github.com/Tarsnap/tarsnap-gui/wiki From owner-svn-ports-all@freebsd.org Tue May 30 15:23:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8F69B7F9B4; Tue, 30 May 2017 15:23: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 mx1.freebsd.org (Postfix) with ESMTPS id B53A366ABF; Tue, 30 May 2017 15:23: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 v4UFN6tW083961; Tue, 30 May 2017 15:23:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFN6i5083959; Tue, 30 May 2017 15:23:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301523.v4UFN6i5083959@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, 30 May 2017 15:23:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442093 - head/sysutils/x86info X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:23:08 -0000 Author: sunpoet Date: Tue May 30 15:23:06 2017 New Revision: 442093 URL: https://svnweb.freebsd.org/changeset/ports/442093 Log: Remove GH_PROJECT and update WWW Modified: head/sysutils/x86info/Makefile head/sysutils/x86info/pkg-descr Modified: head/sysutils/x86info/Makefile ============================================================================== --- head/sysutils/x86info/Makefile Tue May 30 15:23:01 2017 (r442092) +++ head/sysutils/x86info/Makefile Tue May 30 15:23:06 2017 (r442093) @@ -17,7 +17,6 @@ ONLY_FOR_ARCHS= i386 amd64 USE_GITHUB= yes GH_ACCOUNT= kernelslacker -GH_PROJECT= x86info GH_TAGNAME= 636fbaa USES= gmake pkgconfig python:build Modified: head/sysutils/x86info/pkg-descr ============================================================================== --- head/sysutils/x86info/pkg-descr Tue May 30 15:23:01 2017 (r442092) +++ head/sysutils/x86info/pkg-descr Tue May 30 15:23:06 2017 (r442093) @@ -3,4 +3,4 @@ the system. Cache information, flags, registers, freq family, and model are all displayed. It works with all Intel, AMD, Centaur, Cyrix, VIA processors. -WWW: https://github.com/kernelslacker/x86info/ +WWW: https://github.com/kernelslacker/x86info From owner-svn-ports-all@freebsd.org Tue May 30 15:23:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD50EB7F9E3; Tue, 30 May 2017 15:23: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 mx1.freebsd.org (Postfix) with ESMTPS id 7C48D66B2B; Tue, 30 May 2017 15:23: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 v4UFNBQa084080; Tue, 30 May 2017 15:23:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFNBJd084079; Tue, 30 May 2017 15:23:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301523.v4UFNBJd084079@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, 30 May 2017 15:23:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442094 - head/www/rubygem-best_in_place X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:23:12 -0000 Author: sunpoet Date: Tue May 30 15:23:11 2017 New Revision: 442094 URL: https://svnweb.freebsd.org/changeset/ports/442094 Log: Update WWW Approved by: portmgr (blanket) Modified: head/www/rubygem-best_in_place/pkg-descr Modified: head/www/rubygem-best_in_place/pkg-descr ============================================================================== --- head/www/rubygem-best_in_place/pkg-descr Tue May 30 15:23:06 2017 (r442093) +++ head/www/rubygem-best_in_place/pkg-descr Tue May 30 15:23:11 2017 (r442094) @@ -3,4 +3,4 @@ best_in_place to display any object field easily edita clicking on it. It supports input data, text data, boolean data and custom dropdown data. It works with RESTful controllers. -WWW: http://github.com/bernat/best_in_place +WWW: https://github.com/bernat/best_in_place From owner-svn-ports-all@freebsd.org Tue May 30 15:23:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80CECB7FA1C; Tue, 30 May 2017 15:23: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 mx1.freebsd.org (Postfix) with ESMTPS id 4C4B766B9C; Tue, 30 May 2017 15:23: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 v4UFNGEf084205; Tue, 30 May 2017 15:23:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UFNGfm084204; Tue, 30 May 2017 15:23:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705301523.v4UFNGfm084204@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, 30 May 2017 15:23:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442095 - head/www/rubygem-rack-timeout X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:23:17 -0000 Author: sunpoet Date: Tue May 30 15:23:16 2017 New Revision: 442095 URL: https://svnweb.freebsd.org/changeset/ports/442095 Log: Update WWW Approved by: portmgr (blanket) Modified: head/www/rubygem-rack-timeout/pkg-descr Modified: head/www/rubygem-rack-timeout/pkg-descr ============================================================================== --- head/www/rubygem-rack-timeout/pkg-descr Tue May 30 15:23:11 2017 (r442094) +++ head/www/rubygem-rack-timeout/pkg-descr Tue May 30 15:23:16 2017 (r442095) @@ -6,4 +6,4 @@ debug and remediation tool. Developers should track r address recurring instances of particular timeouts, for example, by refactoring code so it runs faster or offsetting lengthy work to happen asynchronously. -WWW: http://github.com/heroku/rack-timeout/ +WWW: https://github.com/heroku/rack-timeout From owner-svn-ports-all@freebsd.org Tue May 30 15:44:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0F22B7FF73; Tue, 30 May 2017 15:44:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B1A03680FD; Tue, 30 May 2017 15:44:58 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 3EDD7BDC89; Tue, 30 May 2017 17:44:55 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 2B6FCBDC85; Tue, 30 May 2017 17:44:55 +0200 (CEST) Subject: Re: svn commit: r442065 - in head/math/moo: . files To: Steven Kreuzer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705301351.v4UDpAY7022524@repo.freebsd.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Tue, 30 May 2017 17:44:54 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <201705301351.v4UDpAY7022524@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="iL04EQcEVxjj0GGkOEA4lERsrWdqFxtJW" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 15:44:59 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --iL04EQcEVxjj0GGkOEA4lERsrWdqFxtJW Content-Type: multipart/mixed; boundary="paxpa1MH8J3UNlfxKgOw8NE4EpA0UcTFh"; protected-headers="v1" From: Mathieu Arnold To: Steven Kreuzer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r442065 - in head/math/moo: . files References: <201705301351.v4UDpAY7022524@repo.freebsd.org> In-Reply-To: <201705301351.v4UDpAY7022524@repo.freebsd.org> --paxpa1MH8J3UNlfxKgOw8NE4EpA0UcTFh Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 30/05/2017 =C3=A0 15:51, Steven Kreuzer a =C3=A9crit : > -PORTVERSION=3D 1.3 > +PORTVERSION=3D 1.5 > > +GH_TAGNAME=3D ${PORTVERSION} This PORTVERSION is the default for GH_TAGNAME, so GH_TAGNAME should be ommitted. --=20 Mathieu Arnold --paxpa1MH8J3UNlfxKgOw8NE4EpA0UcTFh-- --iL04EQcEVxjj0GGkOEA4lERsrWdqFxtJW 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 iQJ8BAEBCgBmBQJZLZN2XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IQbYP/RnTtidPQwox/CovB6jUnsfu fjlV+Twwvo3X1rGJQOng+kCxd4wsBtyKnDGkgS6rlDWJkw1TioohiRt/ByiO2UiL jNOtBEEI+5CdQYfD7V43TqRT3KIcXbnjJduVTxL1a7Dev8pe4Uhw6mOVhpMt+MTw vdUQb1MRWNChiQ9Jim7F9cFuuDWGWxiZKK/GtAI9wdmF391BUAGUvxE/uPtDlJWI nYe8ziAzciraPOQUN3jQ6d7K30APOrHq2MNp9XjfrojegXn+slv9lwIEqMZw7aYg 9GBNj++Gul07usETNMkD5wFVDGPfXfU/Jc0YcsB8HDJq1UcpLKQ3XSCtxyZhmEf+ pcyaT8rJeG+SgUBYBO6BJSpeoG3syDyaRrV3eUJFPSnaBoQt/2HQW02Qgeym8Yb+ RB7fwdBcVJw8014PRwdqdoDQbT8K5VPNlEz+YJ6KwrVPXHrrfsCtGHSGUhodcH2g XAWN06pWRKpFSVxWx62daqx9i4w3naVAoNWxDpQmfkPT8z88QBE/ffs5ar2vlTnw sjk27qTK5biZQhpFXuTo+Y01JQ0Kz21ZJUuAM+8xfpaKhC42nButMRSlONF108fy O66KuQ8K8FXykpUF2TJtVyLXM9IbhoxxFySrGgdaL9zjNp8UA8El3owGV8HRM55x vcQb+aaQAjkC9+Fi9/xw =jKdw -----END PGP SIGNATURE----- --iL04EQcEVxjj0GGkOEA4lERsrWdqFxtJW-- From owner-svn-ports-all@freebsd.org Tue May 30 16:02:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48265B82792; Tue, 30 May 2017 16:02:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1827968E05; Tue, 30 May 2017 16:02:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UG2rUh006007; Tue, 30 May 2017 16:02:53 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UG2rCY006006; Tue, 30 May 2017 16:02:53 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201705301602.v4UG2rCY006006@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 30 May 2017 16:02:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442096 - head/sysutils/e2fsprogs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 16:02:54 -0000 Author: linimon Date: Tue May 30 16:02:52 2017 New Revision: 442096 URL: https://svnweb.freebsd.org/changeset/ports/442096 Log: This port itself fails on tier-2, but its slave port does not. I had not noticed it had a working slave port. Noticed by: mmel Approved by: portmgr (tier-2 blanket) Pointy hat to: linimon Modified: head/sysutils/e2fsprogs/Makefile Modified: head/sysutils/e2fsprogs/Makefile ============================================================================== --- head/sysutils/e2fsprogs/Makefile Tue May 30 15:23:16 2017 (r442095) +++ head/sysutils/e2fsprogs/Makefile Tue May 30 16:02:52 2017 (r442096) @@ -14,12 +14,6 @@ LICENSE= GPLv2 PORTSCOUT= ignore # cannot handle the version in the directory -BROKEN_aarch64= fails to link: missing sbrk -BROKEN_armv6= fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding -BROKEN_mips= fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding -BROKEN_mips64= fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding -BROKEN_powerpc64= fails self-tests: Running e2fsprogs test suite...Signal (11) SIGSEGV - USES= cpe gmake pkgconfig tar:xz CPE_VENDOR= e2fsprogs_project USE_CSTD= gnu99 @@ -36,6 +30,12 @@ OPTIONS_DEFINE= DOCS NLS OPTIONS_EXCLUDE+= EXAMPLES BUILD_DEPENDS+= gdd:sysutils/coreutils + +BROKEN_aarch64= fails to link: missing sbrk +BROKEN_armv6= fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding +BROKEN_mips= fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding +BROKEN_mips64= fails self-tests: Running e2fsprogs test suite...failed: f_pre_1970_date_encoding +BROKEN_powerpc64= fails self-tests: Running e2fsprogs test suite...Signal (11) SIGSEGV PORTDOCS= NOTICE README RELEASE-NOTES SUBMITTING-PATCHES From owner-svn-ports-all@freebsd.org Tue May 30 16:18:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63EE9B82C1D; Tue, 30 May 2017 16:18:56 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 277C86A7C4; Tue, 30 May 2017 16:18:56 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UGItg6010557; Tue, 30 May 2017 16:18:55 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UGIsQt010550; Tue, 30 May 2017 16:18:54 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705301618.v4UGIsQt010550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 May 2017 16:18:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442097 - in head/audio/rsynth: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 16:18:56 -0000 Author: tobik Date: Tue May 30 16:18:54 2017 New Revision: 442097 URL: https://svnweb.freebsd.org/changeset/ports/442097 Log: - Add Sndio backend from [1] and fix it - Remove dead code - Fix format selection and playback with raw devices - Fix OSS backend - Remove dead code - Don't open the device in non-blocking mode. There is no error handling for short writes and looking at how audio_play() is used in say.c it is expected to block. - Fix format selection - Let the kernel handle sample conversion instead of doing it in the backend - Make NAS support optional - Make installing dictionary database tools optional - Add LICENSE Obtained from: OpenBSD [1] (based on) Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10828 Added: head/audio/rsynth/files/ossplay.c - copied, changed from r442096, head/audio/rsynth/files/freebsdplay.c head/audio/rsynth/files/patch-Makefile.in (contents, props changed) head/audio/rsynth/files/sndioplay.c (contents, props changed) Deleted: head/audio/rsynth/files/freebsdplay.c Modified: head/audio/rsynth/Makefile head/audio/rsynth/files/patch-configure.in head/audio/rsynth/pkg-plist Modified: head/audio/rsynth/Makefile ============================================================================== --- head/audio/rsynth/Makefile Tue May 30 16:02:52 2017 (r442096) +++ head/audio/rsynth/Makefile Tue May 30 16:18:54 2017 (r442097) @@ -3,7 +3,7 @@ PORTNAME= rsynth PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio accessibility MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ \ ftp://ftp.enst.fr/pub/unix/multimedia/ @@ -11,14 +11,27 @@ MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.spe MAINTAINER= ports@FreeBSD.org COMMENT= Speech synthesizer -LIB_DEPENDS= libgdbm.so:databases/gdbm \ - libaudio.so:audio/nas +LICENSE= PD +OPTIONS_DEFINE= DB NAS SNDIO +OPTIONS_SUB= yes + +DB_DESC= Build dictionary database tools +DB_LIB_DEPENDS= libgdbm.so:databases/gdbm +DB_CONFIGURE_ENV_OFF= ac_cv_lib_gdbm_gdbm_open=no +NAS_LIB_DEPENDS= libaudio.so:audio/nas +NAS_CONFIGURE_ENV_OFF= ac_cv_header_audio_audiolib_h=no +SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio +SNDIO_MAKE_ENV= SAY_LIBS=-lsndio + USES= autoreconf GNU_CONFIGURE= yes -pre-configure: - @${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c +pre-configure-SNDIO-on: + @${CP} ${FILESDIR}/sndioplay.c ${WRKSRC}/config/freebsdplay.c + +pre-configure-SNDIO-off: + @${CP} ${FILESDIR}/ossplay.c ${WRKSRC}/config/freebsdplay.c post-configure: @${REINPLACE_CMD} -E 's,(BIN|LIB)_DIR\),DESTDIR\)$$\(&,g' \ Copied and modified: head/audio/rsynth/files/ossplay.c (from r442096, head/audio/rsynth/files/freebsdplay.c) ============================================================================== --- head/audio/rsynth/files/freebsdplay.c Tue May 30 16:02:52 2017 (r442096, copy source) +++ head/audio/rsynth/files/ossplay.c Tue May 30 16:18:54 2017 (r442097) @@ -29,112 +29,64 @@ #define SAMP_RATE 8000 long samp_rate = SAMP_RATE; -/* Audio Parameters */ - static int dev_fd = -1; - /* file descriptor for audio device */ char *dev_file = "/dev/dsp"; -static int linear_fd = -1; - -static char *linear_file = NULL; - char *prog = "hplay"; -static int -audio_open(void) -{ - dev_fd = open(dev_file, O_WRONLY | O_NDELAY); - if (dev_fd < 0) - { - perror(dev_file); - return 0; - } - return 1; -} - int audio_init(int argc, char *argv[]) { int rate_set = 0; int use_audio = 1; + int fmt; prog = argv[0]; - argc = getargs("freebsd Audio",argc, argv, + argc = getargs("Audio output",argc, argv, "r", "%d", &rate_set, "Sample rate", "a", NULL, &use_audio, "Audio enable", NULL); - if (help_only) + if (help_only || !use_audio) return argc; - if (use_audio) - audio_open(); + dev_fd = open(dev_file, O_WRONLY); + if (dev_fd < 0) { + perror(dev_file); + return argc; + } if (rate_set) samp_rate = rate_set; - if (dev_fd > 0) - { - ioctl(dev_fd, SNDCTL_DSP_SPEED, &samp_rate); - printf("Actual sound rate: %ld\n", samp_rate); - } + fmt = AFMT_S16_NE; + if (ioctl(dev_fd, SNDCTL_DSP_SETFMT, &fmt) < 0) + perror("SNDCTL_DSP_SETFMT"); + if (ioctl(dev_fd, SNDCTL_DSP_SPEED, &samp_rate) < 0) + perror("SNDCTL_DSP_SPEED"); + return argc; } void audio_term() { - int dummy; - - /* Close audio system */ if (dev_fd >= 0) { - ioctl(dev_fd, SNDCTL_DSP_SYNC, &dummy); close(dev_fd); dev_fd = -1; } - - /* Finish linear file */ - if (linear_fd >= 0) - { - ftruncate(linear_fd, lseek(linear_fd, 0L, SEEK_CUR)); - close(linear_fd); - linear_fd = -1; - } } void audio_play(int n, short *data) { - if (n > 0) + if (n > 0 && dev_fd >= 0) { - unsigned char *converted = (unsigned char *) malloc(n); - int i; - - if (converted == NULL) - { - fprintf(stderr, "Could not allocate memory for conversion\n"); - exit(3); - } - - for (i = 0; i < n; i++) - converted[i] = (data[i] - 32768) / 256; - - if (linear_fd >= 0) - { - if (write(linear_fd, converted, n) != n) - perror("write"); - } - - if (dev_fd >= 0) - { - if (write(dev_fd, converted, n) != n) - perror("write"); - } - - free(converted); + size_t size = n * sizeof(short); + if (write(dev_fd, data, size) != size) + perror("write"); } } Added: head/audio/rsynth/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rsynth/files/patch-Makefile.in Tue May 30 16:18:54 2017 (r442097) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2017-05-20 02:25:06 UTC ++++ Makefile.in +@@ -34,7 +34,7 @@ SAY_OBJS = say.o saynum.o darray.o ASCII.o phones.o te + getarg.o Revision.o + + say : $(SAY_OBJS) hplay.o +- $(CC) -o $@ $(LDFLAGS) $(SAY_OBJS) hplay.o $(LDLIBS) ++ $(CC) -o $@ $(LDFLAGS) $(SAY_OBJS) hplay.o $(SAY_LIBS) $(LDLIBS) + + nasay : $(SAY_OBJS) naplay.o + $(CC) -o $@ $(LDFLAGS) $(SAY_OBJS) naplay.o $(XLIBS) $(LDLIBS) Modified: head/audio/rsynth/files/patch-configure.in ============================================================================== --- head/audio/rsynth/files/patch-configure.in Tue May 30 16:02:52 2017 (r442096) +++ head/audio/rsynth/files/patch-configure.in Tue May 30 16:18:54 2017 (r442097) @@ -27,7 +27,7 @@ PROGS="$PROGS mkdictdb dlookup" else DICTS="" -@@ -126,7 +128,7 @@ if test "$ac_cv_header_audio_audiolib_h" +@@ -126,7 +128,7 @@ if test "$ac_cv_header_audio_audiolib_h" = yes ; then XLIBS="-laudio $XLIBS" AC_DEFINE(HAVE_NAS) ],,$XLIBS $LIBS) Added: head/audio/rsynth/files/sndioplay.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/rsynth/files/sndioplay.c Tue May 30 16:18:54 2017 (r442097) @@ -0,0 +1,112 @@ +#include + +/*****************************************************************/ +/*** ***/ +/*** Play out a file on OpenBSD ***/ +/*** (conf/linuxplay.c with changes) ***/ +/*** ***/ +/*****************************************************************/ + +#include +#include +#include +#include + +#include +#include +#include +#include + +#include + +#include "proto.h" +#include "getargs.h" +#include "hplay.h" + +#define SAMP_RATE 8000 +long samp_rate = SAMP_RATE; + +static struct sio_hdl *hdl; +static struct sio_par par; + +char *prog = "hplay"; + +int +audio_init(int argc, char *argv[]) +{ + int rate_set = 0; + int use_audio = 1; + + prog = argv[0]; + + argc = getargs("Audio output",argc, argv, + "r", "%d", &rate_set, "Sample rate", + "a", NULL, &use_audio, "Audio enable", + NULL); + + if (help_only) + return argc; + + if (rate_set) + samp_rate = rate_set; + + if (!use_audio) + return argc; + + hdl = sio_open(NULL, SIO_PLAY, 0); + if (hdl == NULL) + { + fprintf(stderr, "sio_open failed\n"); + return argc; + } + + sio_initpar(&par); + par.bits = 16; + par.sig = 1; + par.le = SIO_LE_NATIVE; + par.rate = samp_rate; + par.pchan = 1; + + if (!sio_setpar(hdl, &par) || !sio_getpar(hdl, &par)) + { + fprintf(stderr, "error setting sndio parameters\n"); + hdl = NULL; + } + + if (par.bits != 16 || par.le != SIO_LE_NATIVE || par.sig != 1 || par.pchan != 1) + { + fprintf(stderr, "returned incorrect sndio parameters\n"); + hdl = NULL; + } + + samp_rate = par.rate; + + if (hdl && !sio_start(hdl)) + { + fprintf(stderr, "error starting sndio\n"); + hdl = NULL; + } + + return argc; +} + +void +audio_term() +{ + if (hdl) + { + sio_close(hdl); + hdl = NULL; + } +} + +void +audio_play(int n, short *data) +{ + if (n > 0 && hdl) + { + size_t size = n * sizeof(short); + if (sio_write(hdl, data, size) != size) + fprintf(stderr, "sio_write: short write"); + } +} Modified: head/audio/rsynth/pkg-plist ============================================================================== --- head/audio/rsynth/pkg-plist Tue May 30 16:02:52 2017 (r442096) +++ head/audio/rsynth/pkg-plist Tue May 30 16:18:54 2017 (r442097) @@ -1,4 +1,4 @@ -bin/dlookup -bin/mkdictdb +%%DB%%bin/dlookup +%%DB%%bin/mkdictdb bin/say -bin/nasay +%%NAS%%bin/nasay From owner-svn-ports-all@freebsd.org Tue May 30 16:22:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8E49B87028; Tue, 30 May 2017 16:22:15 +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 mx1.freebsd.org (Postfix) with ESMTPS id 9987B6AB7A; Tue, 30 May 2017 16:22:15 +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 v4UGMEba013788; Tue, 30 May 2017 16:22:14 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UGMEba013786; Tue, 30 May 2017 16:22:14 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705301622.v4UGMEba013786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 May 2017 16:22:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442098 - head/x11/xbanish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 16:22:15 -0000 Author: tobik Date: Tue May 30 16:22:14 2017 New Revision: 442098 URL: https://svnweb.freebsd.org/changeset/ports/442098 Log: Update to 1.5 Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10786 Modified: head/x11/xbanish/Makefile head/x11/xbanish/distinfo Modified: head/x11/xbanish/Makefile ============================================================================== --- head/x11/xbanish/Makefile Tue May 30 16:18:54 2017 (r442097) +++ head/x11/xbanish/Makefile Tue May 30 16:22:14 2017 (r442098) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xbanish -PORTVERSION= 1.4 +PORTVERSION= 1.5 DISTVERSIONPREFIX= v CATEGORIES= x11 Modified: head/x11/xbanish/distinfo ============================================================================== --- head/x11/xbanish/distinfo Tue May 30 16:18:54 2017 (r442097) +++ head/x11/xbanish/distinfo Tue May 30 16:22:14 2017 (r442098) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469336573 -SHA256 (jcs-xbanish-v1.4_GH0.tar.gz) = df90d1fe2c2215e0bdfd3b6a3151ac29553248abd293f428760f8015e82d8c64 -SIZE (jcs-xbanish-v1.4_GH0.tar.gz) = 5407 +TIMESTAMP = 1495085208 +SHA256 (jcs-xbanish-v1.5_GH0.tar.gz) = d10007a468227bb11549ee341c84ff4b4f1e2f49a3d03a971d5a35a56b117cbc +SIZE (jcs-xbanish-v1.5_GH0.tar.gz) = 5484 From owner-svn-ports-all@freebsd.org Tue May 30 16:22:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 005E7B87181; Tue, 30 May 2017 16:22:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C47F46ADEB; Tue, 30 May 2017 16:22:55 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UGMsWV014652; Tue, 30 May 2017 16:22:54 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UGMskx014650; Tue, 30 May 2017 16:22:54 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201705301622.v4UGMskx014650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 30 May 2017 16:22:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442099 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 16:22:56 -0000 Author: bdrewery Date: Tue May 30 16:22:54 2017 New Revision: 442099 URL: https://svnweb.freebsd.org/changeset/ports/442099 Log: Update to 3.0-2123-ga663c9c4 - jail -c (ftp): Fix 'mount: /compat: No such file or directory' warning - Fix order of jail/builder stop hooks on early exit. - jail -c -m svn/git: Store VCS revision separately from __FreeBSD_version. - jail -c -m svn/git/src: Use __FreeBSD_version rather than VCS for forced package rebuilds. - jail -c -m null/tar/src: Don't require a -v version since it can be determined automatically - jail -c -m src: Fix MAKE_JOBS not being used for installation - Update sh from FreeBSD head @ r318502 - Store PACKAGE_BUILDING/FORCE_PACKAGE in make.conf to fix bulk/testport -i usage. - image: Use mdconfig for rawdisk Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Tue May 30 16:22:14 2017 (r442098) +++ head/ports-mgmt/poudriere-devel/Makefile Tue May 30 16:22:54 2017 (r442099) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.99.20170516 +DISTVERSION= 3.1.99.20170530 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.0-2123-ga663c9c4 +GH_TAGNAME= 3.0-2135-g2ba1a471 #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Tue May 30 16:22:14 2017 (r442098) +++ head/ports-mgmt/poudriere-devel/distinfo Tue May 30 16:22:54 2017 (r442099) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494951056 -SHA256 (freebsd-poudriere-3.1.99.20170516-3.0-2123-ga663c9c4_GH0.tar.gz) = 786c89782f7a79e1c3522a820bae36e4dbf2ba3396f9b2cc37e0789d6c9fabd6 -SIZE (freebsd-poudriere-3.1.99.20170516-3.0-2123-ga663c9c4_GH0.tar.gz) = 2986192 +TIMESTAMP = 1496161131 +SHA256 (freebsd-poudriere-3.1.99.20170530-3.0-2135-g2ba1a471_GH0.tar.gz) = 09953c28b39fd502ec30b5ecdfc04695237a87d8b99432b2933487e27dc4c6e9 +SIZE (freebsd-poudriere-3.1.99.20170530-3.0-2135-g2ba1a471_GH0.tar.gz) = 2986033 From owner-svn-ports-all@freebsd.org Tue May 30 16:24:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48231B87416; Tue, 30 May 2017 16:24:45 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 168816AF7F; Tue, 30 May 2017 16:24:45 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UGOiTr014832; Tue, 30 May 2017 16:24:44 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UGOiuJ014830; Tue, 30 May 2017 16:24:44 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201705301624.v4UGOiuJ014830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Tue, 30 May 2017 16:24:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442100 - head/astro/xephem X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 16:24:45 -0000 Author: jpaetzel Date: Tue May 30 16:24:43 2017 New Revision: 442100 URL: https://svnweb.freebsd.org/changeset/ports/442100 Log: Chase a few more changes that were fallout of an upstream distfile reroll. The problems were caught by poudriere testport. Modified: head/astro/xephem/Makefile head/astro/xephem/pkg-plist Modified: head/astro/xephem/Makefile ============================================================================== --- head/astro/xephem/Makefile Tue May 30 16:22:54 2017 (r442099) +++ head/astro/xephem/Makefile Tue May 30 16:24:43 2017 (r442100) @@ -3,13 +3,15 @@ PORTNAME= xephem PORTVERSION= 3.7.7 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= http://www.clearskyinstitute.com/xephem/ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Interactive astronomical ephemeris program -LIB_DEPENDS= libpng.so:graphics/png +LIB_DEPENDS= libpng.so:graphics/png \ + libfontconfig.so:x11-fonts/fontconfig USES= gmake jpeg motif tar:tgz LDFLAGS+= -lfontconfig Modified: head/astro/xephem/pkg-plist ============================================================================== --- head/astro/xephem/pkg-plist Tue May 30 16:22:54 2017 (r442099) +++ head/astro/xephem/pkg-plist Tue May 30 16:24:43 2017 (r442100) @@ -35,6 +35,7 @@ lib/X11/xephem/auxil/uranus.9910 lib/X11/xephem/auxil/wmm.cof lib/X11/xephem/auxil/xephem_sites lib/X11/xephem/auxil/xephem_skyhist +lib/X11/xephem/auxil/._wmm.cof lib/X11/xephem/catalogs/Messier.edb lib/X11/xephem/catalogs/SKY2k65.edb lib/X11/xephem/fifos/Makefile @@ -166,4 +167,5 @@ lib/X11/xephem/help/png/valid-html401.png lib/X11/xephem/help/png/wcssolver.png lib/X11/xephem/help/xephem.html lib/X11/xephem/lo/lodb.xml +lib/X11/xephem/lo/._lodb.xml man/man1/xephem.1.gz From owner-svn-ports-all@freebsd.org Tue May 30 16:32:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4466B87850; Tue, 30 May 2017 16:32:09 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 835976E3D2; Tue, 30 May 2017 16:32:09 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UGW8IM018726; Tue, 30 May 2017 16:32:08 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UGW8Or018724; Tue, 30 May 2017 16:32:08 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201705301632.v4UGW8Or018724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 30 May 2017 16:32:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442101 - in head/ports-mgmt/poudriere: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 16:32:09 -0000 Author: bdrewery Date: Tue May 30 16:32:08 2017 New Revision: 442101 URL: https://svnweb.freebsd.org/changeset/ports/442101 Log: Update to 3.1.18 Changes: https://github.com/freebsd/poudriere/wiki/release_notes_3118 Deleted: head/ports-mgmt/poudriere/files/ Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Tue May 30 16:24:43 2017 (r442100) +++ head/ports-mgmt/poudriere/Makefile Tue May 30 16:32:08 2017 (r442101) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.17 -PORTREVISION= 1 +DISTVERSION= 3.1.18 +PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Tue May 30 16:24:43 2017 (r442100) +++ head/ports-mgmt/poudriere/distinfo Tue May 30 16:32:08 2017 (r442101) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490635252 -SHA256 (freebsd-poudriere-3.1.17_GH0.tar.gz) = c96e0208f955a778368a8a7176c0d085a4cec0fa488eb69224f13dcc5f343867 -SIZE (freebsd-poudriere-3.1.17_GH0.tar.gz) = 2859323 +TIMESTAMP = 1496161776 +SHA256 (freebsd-poudriere-3.1.18_GH0.tar.gz) = 95687aa92b1c3716b6cfd73d109c21b175db98167cab5af8fe83507beb3fd99a +SIZE (freebsd-poudriere-3.1.18_GH0.tar.gz) = 2860326 From owner-svn-ports-all@freebsd.org Tue May 30 16:38:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7CF37B87A23; Tue, 30 May 2017 16:38:57 +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 mx1.freebsd.org (Postfix) with ESMTPS id 4512F6E894; Tue, 30 May 2017 16:38:57 +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 v4UGcueD019203; Tue, 30 May 2017 16:38:56 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UGcuje019201; Tue, 30 May 2017 16:38:56 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705301638.v4UGcuje019201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 May 2017 16:38:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442102 - in head/games/blockout: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 16:38:57 -0000 Author: tobik Date: Tue May 30 16:38:56 2017 New Revision: 442102 URL: https://svnweb.freebsd.org/changeset/ports/442102 Log: Remove ALSA dependency. It's not required. Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10730 Modified: head/games/blockout/Makefile head/games/blockout/files/patch-Makefile Modified: head/games/blockout/Makefile ============================================================================== --- head/games/blockout/Makefile Tue May 30 16:32:08 2017 (r442101) +++ head/games/blockout/Makefile Tue May 30 16:38:56 2017 (r442102) @@ -3,7 +3,7 @@ PORTNAME= blockout PORTVERSION= 2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/BlockOut%20${PORTVERSION}/ \ http://www.stasyan.com/devel/distfiles/ @@ -13,8 +13,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= BlockOut II is an adaptation of the original Blockout DOS game LICENSE= GPLv2+ - -LIB_DEPENDS= libasound.so:audio/alsa-lib ONLY_FOR_ARCHS= i386 amd64 Modified: head/games/blockout/files/patch-Makefile ============================================================================== --- head/games/blockout/files/patch-Makefile Tue May 30 16:32:08 2017 (r442101) +++ head/games/blockout/files/patch-Makefile Tue May 30 16:38:56 2017 (r442102) @@ -1,6 +1,6 @@ ---- BlockOut/Makefile.orig 2014-05-06 13:47:56.000000000 +0400 -+++ BlockOut/Makefile 2016-05-23 20:37:54.725070000 +0300 -@@ -47,27 +47,27 @@ +--- BlockOut/Makefile.orig 2014-05-06 09:47:56 UTC ++++ BlockOut/Makefile +@@ -47,27 +47,27 @@ else SDL_LIBS = /usr/lib/i386-linux-gnu endif @@ -16,8 +16,9 @@ LFLAGS = -Wl,--strip-all \ $(ADD_LIBS) \ - -lSDL_mixer -lSDL -lasound \ +- -lSDL_mixer -lSDL -lasound \ - -lGL -lGLU -lpthread -lm -ldl ++ -lSDL_mixer -lSDL \ + -lGL -lGLU -lpthread -lm else @@ -30,8 +31,9 @@ -LFLAGS = -L $(SDL_LIBS) \ +LFLAGS = -L $(LOCALBASE)/lib \ $(ADD_LIBS) \ - -lSDL_mixer -lSDL -lasound \ +- -lSDL_mixer -lSDL -lasound \ - -lGL -lGLU -lpthread -lm -ldl ++ -lSDL_mixer -lSDL \ + -lGL -lGLU -lpthread -lm endif From owner-svn-ports-all@freebsd.org Tue May 30 16:41:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C86FB87C00; Tue, 30 May 2017 16:41:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E14A06EBD4; Tue, 30 May 2017 16:41:41 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UGffiF023208; Tue, 30 May 2017 16:41:41 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UGffjB023207; Tue, 30 May 2017 16:41:41 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705301641.v4UGffjB023207@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 May 2017 16:41:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442103 - head/games/openomf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 16:41:42 -0000 Author: tobik Date: Tue May 30 16:41:40 2017 New Revision: 442103 URL: https://svnweb.freebsd.org/changeset/ports/442103 Log: Fix OpenAL dependency PR: 219266 Approved by: lme (mentor), devel@stasyan.com (maintainer) Differential Revision: https://reviews.freebsd.org/D10788 Modified: head/games/openomf/Makefile Modified: head/games/openomf/Makefile ============================================================================== --- head/games/openomf/Makefile Tue May 30 16:38:56 2017 (r442102) +++ head/games/openomf/Makefile Tue May 30 16:41:40 2017 (r442103) @@ -3,7 +3,7 @@ PORTNAME= openomf PORTVERSION= 0.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.omf2097.com/pub/files/omf/:data DISTFILES+= omf2097.rar:data @@ -16,7 +16,6 @@ COMMENT= Rewritten engine for One Must Fall 2097 LIB_DEPENDS= libconfuse.so:devel/libconfuse \ libpng.so:graphics/png \ libargtable2.so:devel/argtable \ - libopenal.so:audio/openal \ libenet.so:net/enet EXTRACT_DEPENDS= unrar:archivers/unrar @@ -28,7 +27,7 @@ GH_TAGNAME= c36c421 GH_TUPLE= omf2097:libShadowDive:b2c34a6:shadow \ kode54:dumb:238f23c:libdumb -USES= cmake compiler:c++11-lang gettext +USES= cmake compiler:c++11-lang gettext openal USE_SDL= sdl2 DESKTOP_ENTRIES="OpenOMF" "" \ From owner-svn-ports-all@freebsd.org Tue May 30 17:08:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01A57B8894A; Tue, 30 May 2017 17:08:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5C986FD8D; Tue, 30 May 2017 17:07:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UH7wZi031929; Tue, 30 May 2017 17:07:58 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UH7w0o031928; Tue, 30 May 2017 17:07:58 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705301707.v4UH7w0o031928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 May 2017 17:07:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442104 - head/security/spass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 17:08:00 -0000 Author: tobik Date: Tue May 30 17:07:58 2017 New Revision: 442104 URL: https://svnweb.freebsd.org/changeset/ports/442104 Log: Spass has a fully functional OSS backend, enable it and remove the ALSA dependency. Using ALSA does not gain us anything here. Also fix license Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10731 Modified: head/security/spass/Makefile Modified: head/security/spass/Makefile ============================================================================== --- head/security/spass/Makefile Tue May 30 16:41:40 2017 (r442103) +++ head/security/spass/Makefile Tue May 30 17:07:58 2017 (r442104) @@ -2,17 +2,17 @@ PORTNAME= spass PORTVERSION= 3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MAINTAINER= ports@FreeBSD.org COMMENT= Secure password generator with a true random number generator -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs -LIB_DEPENDS= libasound.so:audio/alsa-lib \ - libboost_program_options.so:devel/boost-libs +LIB_DEPENDS= libboost_program_options.so:devel/boost-libs BROKEN_sparc64= cannot link with boost @@ -21,8 +21,8 @@ GH_ACCOUNT= guyru GH_TAGNAME= cb0de64 USES= cmake -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib + +CMAKE_ARGS= -DWITH_ALSA:BOOL=off -DWITH_OSS:BOOL=on PLIST_FILES= bin/spass From owner-svn-ports-all@freebsd.org Tue May 30 17:23:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C139B94450; Tue, 30 May 2017 17:23:01 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F27D70D1B; Tue, 30 May 2017 17:23:00 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UHN0Md040157; Tue, 30 May 2017 17:23:00 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UHN0LB040154; Tue, 30 May 2017 17:23:00 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201705301723.v4UHN0LB040154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Tue, 30 May 2017 17:23:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442105 - head/devel/aws-sdk-php X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 17:23:01 -0000 Author: garga Date: Tue May 30 17:22:59 2017 New Revision: 442105 URL: https://svnweb.freebsd.org/changeset/ports/442105 Log: - Update devel/aws-sdk-php to 3.28.4 - Host a versioned copy of aws.zip at my distfiles area since sources from github must be built with composer and all dependencies added Sponsored by: Rubicon Communications (Netgate) Modified: head/devel/aws-sdk-php/Makefile head/devel/aws-sdk-php/distinfo head/devel/aws-sdk-php/pkg-plist Modified: head/devel/aws-sdk-php/Makefile ============================================================================== --- head/devel/aws-sdk-php/Makefile Tue May 30 17:07:58 2017 (r442104) +++ head/devel/aws-sdk-php/Makefile Tue May 30 17:22:59 2017 (r442105) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= aws-sdk-php -PORTVERSION= 3.28.3 -PORTREVISION= 1 +PORTVERSION= 3.28.4 CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= garga/${PORTNAME} MAINTAINER= garga@FreeBSD.org COMMENT= PHP interface for Amazon Web Services (AWS) @@ -11,14 +12,13 @@ COMMENT= PHP interface for Amazon Web Services (AWS) LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -USE_GITHUB= yes -GH_ACCOUNT= aws -USES= php +USES= php zip USE_PHP= curl NO_BUILD= yes +NO_WRKSUBDIR= yes do-install: ${MKDIR} ${STAGEDIR}${WWWDIR} - cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} .include Modified: head/devel/aws-sdk-php/distinfo ============================================================================== --- head/devel/aws-sdk-php/distinfo Tue May 30 17:07:58 2017 (r442104) +++ head/devel/aws-sdk-php/distinfo Tue May 30 17:22:59 2017 (r442105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495716191 -SHA256 (aws-aws-sdk-php-3.28.3_GH0.tar.gz) = 128af81cfc75e971694f4d7c915e70fbdf6f8445c4fec1da323adc93a8d49e85 -SIZE (aws-aws-sdk-php-3.28.3_GH0.tar.gz) = 741376 +TIMESTAMP = 1496162246 +SHA256 (aws-sdk-php-3.28.4.zip) = c8d91f64f4dbeffd774b1010332284d768abc404bacf515b61edf9badc4a6015 +SIZE (aws-sdk-php-3.28.4.zip) = 1229457 Modified: head/devel/aws-sdk-php/pkg-plist ============================================================================== --- head/devel/aws-sdk-php/pkg-plist Tue May 30 17:07:58 2017 (r442104) +++ head/devel/aws-sdk-php/pkg-plist Tue May 30 17:22:59 2017 (r442105) @@ -1,598 +1,699 @@ -%%WWWDIR%%/Acm/AcmClient.php -%%WWWDIR%%/Acm/Exception/AcmException.php -%%WWWDIR%%/Api/AbstractModel.php -%%WWWDIR%%/Api/ApiProvider.php -%%WWWDIR%%/Api/DateTimeResult.php -%%WWWDIR%%/Api/DocModel.php -%%WWWDIR%%/Api/ErrorParser/JsonParserTrait.php -%%WWWDIR%%/Api/ErrorParser/JsonRpcErrorParser.php -%%WWWDIR%%/Api/ErrorParser/RestJsonErrorParser.php -%%WWWDIR%%/Api/ErrorParser/XmlErrorParser.php -%%WWWDIR%%/Api/ListShape.php -%%WWWDIR%%/Api/MapShape.php -%%WWWDIR%%/Api/Operation.php -%%WWWDIR%%/Api/Parser/AbstractParser.php -%%WWWDIR%%/Api/Parser/AbstractRestParser.php -%%WWWDIR%%/Api/Parser/Crc32ValidatingParser.php -%%WWWDIR%%/Api/Parser/Exception/ParserException.php -%%WWWDIR%%/Api/Parser/JsonParser.php -%%WWWDIR%%/Api/Parser/JsonRpcParser.php -%%WWWDIR%%/Api/Parser/PayloadParserTrait.php -%%WWWDIR%%/Api/Parser/QueryParser.php -%%WWWDIR%%/Api/Parser/RestJsonParser.php -%%WWWDIR%%/Api/Parser/RestXmlParser.php -%%WWWDIR%%/Api/Parser/XmlParser.php -%%WWWDIR%%/Api/Serializer/Ec2ParamBuilder.php -%%WWWDIR%%/Api/Serializer/JsonBody.php -%%WWWDIR%%/Api/Serializer/JsonRpcSerializer.php -%%WWWDIR%%/Api/Serializer/QueryParamBuilder.php -%%WWWDIR%%/Api/Serializer/QuerySerializer.php -%%WWWDIR%%/Api/Serializer/RestJsonSerializer.php -%%WWWDIR%%/Api/Serializer/RestSerializer.php -%%WWWDIR%%/Api/Serializer/RestXmlSerializer.php -%%WWWDIR%%/Api/Serializer/XmlBody.php -%%WWWDIR%%/Api/Service.php -%%WWWDIR%%/Api/Shape.php -%%WWWDIR%%/Api/ShapeMap.php -%%WWWDIR%%/Api/StructureShape.php -%%WWWDIR%%/Api/TimestampShape.php -%%WWWDIR%%/Api/Validator.php -%%WWWDIR%%/ApiGateway/ApiGatewayClient.php -%%WWWDIR%%/ApiGateway/Exception/ApiGatewayException.php -%%WWWDIR%%/ApplicationAutoScaling/ApplicationAutoScalingClient.php -%%WWWDIR%%/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php -%%WWWDIR%%/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php -%%WWWDIR%%/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php -%%WWWDIR%%/Appstream/AppstreamClient.php -%%WWWDIR%%/Appstream/Exception/AppstreamException.php -%%WWWDIR%%/Athena/AthenaClient.php -%%WWWDIR%%/Athena/Exception/AthenaException.php -%%WWWDIR%%/AutoScaling/AutoScalingClient.php -%%WWWDIR%%/AutoScaling/Exception/AutoScalingException.php -%%WWWDIR%%/AwsClient.php -%%WWWDIR%%/AwsClientInterface.php -%%WWWDIR%%/AwsClientTrait.php -%%WWWDIR%%/Batch/BatchClient.php -%%WWWDIR%%/Batch/Exception/BatchException.php -%%WWWDIR%%/Budgets/BudgetsClient.php -%%WWWDIR%%/Budgets/Exception/BudgetsException.php -%%WWWDIR%%/CacheInterface.php -%%WWWDIR%%/ClientResolver.php -%%WWWDIR%%/CloudDirectory/CloudDirectoryClient.php -%%WWWDIR%%/CloudDirectory/Exception/CloudDirectoryException.php -%%WWWDIR%%/CloudFormation/CloudFormationClient.php -%%WWWDIR%%/CloudFormation/Exception/CloudFormationException.php -%%WWWDIR%%/CloudFront/CloudFrontClient.php -%%WWWDIR%%/CloudFront/CookieSigner.php -%%WWWDIR%%/CloudFront/Exception/CloudFrontException.php -%%WWWDIR%%/CloudFront/Signer.php -%%WWWDIR%%/CloudFront/UrlSigner.php -%%WWWDIR%%/CloudHsm/CloudHsmClient.php -%%WWWDIR%%/CloudHsm/Exception/CloudHsmException.php -%%WWWDIR%%/CloudSearch/CloudSearchClient.php -%%WWWDIR%%/CloudSearch/Exception/CloudSearchException.php -%%WWWDIR%%/CloudSearchDomain/CloudSearchDomainClient.php -%%WWWDIR%%/CloudSearchDomain/Exception/CloudSearchDomainException.php -%%WWWDIR%%/CloudTrail/CloudTrailClient.php -%%WWWDIR%%/CloudTrail/Exception/CloudTrailException.php -%%WWWDIR%%/CloudTrail/LogFileIterator.php -%%WWWDIR%%/CloudTrail/LogFileReader.php -%%WWWDIR%%/CloudTrail/LogRecordIterator.php -%%WWWDIR%%/CloudWatch/CloudWatchClient.php -%%WWWDIR%%/CloudWatch/Exception/CloudWatchException.php -%%WWWDIR%%/CloudWatchEvents/CloudWatchEventsClient.php -%%WWWDIR%%/CloudWatchEvents/Exception/CloudWatchEventsException.php -%%WWWDIR%%/CloudWatchLogs/CloudWatchLogsClient.php -%%WWWDIR%%/CloudWatchLogs/Exception/CloudWatchLogsException.php -%%WWWDIR%%/CodeBuild/CodeBuildClient.php -%%WWWDIR%%/CodeBuild/Exception/CodeBuildException.php -%%WWWDIR%%/CodeCommit/CodeCommitClient.php -%%WWWDIR%%/CodeCommit/Exception/CodeCommitException.php -%%WWWDIR%%/CodeDeploy/CodeDeployClient.php -%%WWWDIR%%/CodeDeploy/Exception/CodeDeployException.php -%%WWWDIR%%/CodePipeline/CodePipelineClient.php -%%WWWDIR%%/CodePipeline/Exception/CodePipelineException.php -%%WWWDIR%%/CodeStar/CodeStarClient.php -%%WWWDIR%%/CodeStar/Exception/CodeStarException.php -%%WWWDIR%%/CognitoIdentity/CognitoIdentityClient.php -%%WWWDIR%%/CognitoIdentity/CognitoIdentityProvider.php -%%WWWDIR%%/CognitoIdentity/Exception/CognitoIdentityException.php -%%WWWDIR%%/CognitoIdentityProvider/CognitoIdentityProviderClient.php -%%WWWDIR%%/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php -%%WWWDIR%%/CognitoSync/CognitoSyncClient.php -%%WWWDIR%%/CognitoSync/Exception/CognitoSyncException.php -%%WWWDIR%%/Command.php -%%WWWDIR%%/CommandInterface.php -%%WWWDIR%%/CommandPool.php -%%WWWDIR%%/ConfigService/ConfigServiceClient.php -%%WWWDIR%%/ConfigService/Exception/ConfigServiceException.php -%%WWWDIR%%/CostandUsageReportService/CostandUsageReportServiceClient.php -%%WWWDIR%%/CostandUsageReportService/Exception/CostandUsageReportServiceException.php -%%WWWDIR%%/Credentials/AssumeRoleCredentialProvider.php -%%WWWDIR%%/Credentials/CredentialProvider.php -%%WWWDIR%%/Credentials/Credentials.php -%%WWWDIR%%/Credentials/CredentialsInterface.php -%%WWWDIR%%/Credentials/EcsCredentialProvider.php -%%WWWDIR%%/Credentials/InstanceProfileProvider.php -%%WWWDIR%%/DataPipeline/DataPipelineClient.php -%%WWWDIR%%/DataPipeline/Exception/DataPipelineException.php -%%WWWDIR%%/DatabaseMigrationService/DatabaseMigrationServiceClient.php -%%WWWDIR%%/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php -%%WWWDIR%%/DeviceFarm/DeviceFarmClient.php -%%WWWDIR%%/DeviceFarm/Exception/DeviceFarmException.php -%%WWWDIR%%/DirectConnect/DirectConnectClient.php -%%WWWDIR%%/DirectConnect/Exception/DirectConnectException.php -%%WWWDIR%%/DirectoryService/DirectoryServiceClient.php -%%WWWDIR%%/DirectoryService/Exception/DirectoryServiceException.php -%%WWWDIR%%/DoctrineCacheAdapter.php -%%WWWDIR%%/DynamoDb/BinaryValue.php -%%WWWDIR%%/DynamoDb/DynamoDbClient.php -%%WWWDIR%%/DynamoDb/Exception/DynamoDbException.php -%%WWWDIR%%/DynamoDb/LockingSessionConnection.php -%%WWWDIR%%/DynamoDb/Marshaler.php -%%WWWDIR%%/DynamoDb/NumberValue.php -%%WWWDIR%%/DynamoDb/SessionConnectionInterface.php -%%WWWDIR%%/DynamoDb/SessionHandler.php -%%WWWDIR%%/DynamoDb/SetValue.php -%%WWWDIR%%/DynamoDb/StandardSessionConnection.php -%%WWWDIR%%/DynamoDb/WriteRequestBatch.php -%%WWWDIR%%/DynamoDbStreams/DynamoDbStreamsClient.php -%%WWWDIR%%/DynamoDbStreams/Exception/DynamoDbStreamsException.php -%%WWWDIR%%/Ec2/Ec2Client.php -%%WWWDIR%%/Ec2/Exception/Ec2Exception.php -%%WWWDIR%%/Ecr/EcrClient.php -%%WWWDIR%%/Ecr/Exception/EcrException.php -%%WWWDIR%%/Ecs/EcsClient.php -%%WWWDIR%%/Ecs/Exception/EcsException.php -%%WWWDIR%%/Efs/EfsClient.php -%%WWWDIR%%/Efs/Exception/EfsException.php -%%WWWDIR%%/ElastiCache/ElastiCacheClient.php -%%WWWDIR%%/ElastiCache/Exception/ElastiCacheException.php -%%WWWDIR%%/ElasticBeanstalk/ElasticBeanstalkClient.php -%%WWWDIR%%/ElasticBeanstalk/Exception/ElasticBeanstalkException.php -%%WWWDIR%%/ElasticLoadBalancing/ElasticLoadBalancingClient.php -%%WWWDIR%%/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php -%%WWWDIR%%/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php -%%WWWDIR%%/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php -%%WWWDIR%%/ElasticTranscoder/ElasticTranscoderClient.php -%%WWWDIR%%/ElasticTranscoder/Exception/ElasticTranscoderException.php -%%WWWDIR%%/ElasticsearchService/ElasticsearchServiceClient.php -%%WWWDIR%%/ElasticsearchService/Exception/ElasticsearchServiceException.php -%%WWWDIR%%/Emr/EmrClient.php -%%WWWDIR%%/Emr/Exception/EmrException.php -%%WWWDIR%%/Endpoint/EndpointProvider.php -%%WWWDIR%%/Endpoint/Partition.php -%%WWWDIR%%/Endpoint/PartitionEndpointProvider.php -%%WWWDIR%%/Endpoint/PartitionInterface.php -%%WWWDIR%%/Endpoint/PatternEndpointProvider.php -%%WWWDIR%%/Exception/AwsException.php -%%WWWDIR%%/Exception/CouldNotCreateChecksumException.php -%%WWWDIR%%/Exception/CredentialsException.php -%%WWWDIR%%/Exception/MultipartUploadException.php -%%WWWDIR%%/Exception/UnresolvedApiException.php -%%WWWDIR%%/Exception/UnresolvedEndpointException.php -%%WWWDIR%%/Exception/UnresolvedSignatureException.php -%%WWWDIR%%/Firehose/Exception/FirehoseException.php -%%WWWDIR%%/Firehose/FirehoseClient.php -%%WWWDIR%%/GameLift/Exception/GameLiftException.php -%%WWWDIR%%/GameLift/GameLiftClient.php -%%WWWDIR%%/Glacier/Exception/GlacierException.php -%%WWWDIR%%/Glacier/GlacierClient.php -%%WWWDIR%%/Glacier/MultipartUploader.php -%%WWWDIR%%/Glacier/TreeHash.php -%%WWWDIR%%/Handler/GuzzleV5/GuzzleHandler.php -%%WWWDIR%%/Handler/GuzzleV5/GuzzleStream.php -%%WWWDIR%%/Handler/GuzzleV5/PsrStream.php -%%WWWDIR%%/Handler/GuzzleV6/GuzzleHandler.php -%%WWWDIR%%/HandlerList.php -%%WWWDIR%%/HasDataTrait.php -%%WWWDIR%%/HashInterface.php -%%WWWDIR%%/HashingStream.php -%%WWWDIR%%/Health/Exception/HealthException.php -%%WWWDIR%%/Health/HealthClient.php -%%WWWDIR%%/History.php -%%WWWDIR%%/Iam/Exception/IamException.php -%%WWWDIR%%/Iam/IamClient.php -%%WWWDIR%%/IdempotencyTokenMiddleware.php -%%WWWDIR%%/ImportExport/Exception/ImportExportException.php -%%WWWDIR%%/ImportExport/ImportExportClient.php -%%WWWDIR%%/Inspector/Exception/InspectorException.php -%%WWWDIR%%/Inspector/InspectorClient.php -%%WWWDIR%%/Iot/Exception/IotException.php -%%WWWDIR%%/Iot/IotClient.php -%%WWWDIR%%/IotDataPlane/Exception/IotDataPlaneException.php -%%WWWDIR%%/IotDataPlane/IotDataPlaneClient.php -%%WWWDIR%%/JsonCompiler.php -%%WWWDIR%%/Kinesis/Exception/KinesisException.php -%%WWWDIR%%/Kinesis/KinesisClient.php -%%WWWDIR%%/KinesisAnalytics/Exception/KinesisAnalyticsException.php -%%WWWDIR%%/KinesisAnalytics/KinesisAnalyticsClient.php -%%WWWDIR%%/Kms/Exception/KmsException.php -%%WWWDIR%%/Kms/KmsClient.php -%%WWWDIR%%/Lambda/Exception/LambdaException.php -%%WWWDIR%%/Lambda/LambdaClient.php -%%WWWDIR%%/LexModelBuildingService/Exception/LexModelBuildingServiceException.php -%%WWWDIR%%/LexModelBuildingService/LexModelBuildingServiceClient.php -%%WWWDIR%%/LexRuntimeService/Exception/LexRuntimeServiceException.php -%%WWWDIR%%/LexRuntimeService/LexRuntimeServiceClient.php -%%WWWDIR%%/Lightsail/Exception/LightsailException.php -%%WWWDIR%%/Lightsail/LightsailClient.php -%%WWWDIR%%/LruArrayCache.php -%%WWWDIR%%/MTurk/Exception/MTurkException.php -%%WWWDIR%%/MTurk/MTurkClient.php -%%WWWDIR%%/MachineLearning/Exception/MachineLearningException.php -%%WWWDIR%%/MachineLearning/MachineLearningClient.php -%%WWWDIR%%/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php -%%WWWDIR%%/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php -%%WWWDIR%%/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php -%%WWWDIR%%/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php -%%WWWDIR%%/MarketplaceMetering/Exception/MarketplaceMeteringException.php -%%WWWDIR%%/MarketplaceMetering/MarketplaceMeteringClient.php -%%WWWDIR%%/Middleware.php -%%WWWDIR%%/MockHandler.php -%%WWWDIR%%/MultiRegionClient.php -%%WWWDIR%%/Multipart/AbstractUploadManager.php -%%WWWDIR%%/Multipart/AbstractUploader.php -%%WWWDIR%%/Multipart/UploadState.php -%%WWWDIR%%/OpsWorks/Exception/OpsWorksException.php -%%WWWDIR%%/OpsWorks/OpsWorksClient.php -%%WWWDIR%%/OpsWorksCM/Exception/OpsWorksCMException.php -%%WWWDIR%%/OpsWorksCM/OpsWorksCMClient.php -%%WWWDIR%%/Organizations/Exception/OrganizationsException.php -%%WWWDIR%%/Organizations/OrganizationsClient.php -%%WWWDIR%%/PhpHash.php -%%WWWDIR%%/Pinpoint/Exception/PinpointException.php -%%WWWDIR%%/Pinpoint/PinpointClient.php -%%WWWDIR%%/Polly/Exception/PollyException.php -%%WWWDIR%%/Polly/PollyClient.php -%%WWWDIR%%/PresignUrlMiddleware.php -%%WWWDIR%%/PsrCacheAdapter.php -%%WWWDIR%%/Rds/AuthTokenGenerator.php -%%WWWDIR%%/Rds/Exception/RdsException.php -%%WWWDIR%%/Rds/RdsClient.php -%%WWWDIR%%/Redshift/Exception/RedshiftException.php -%%WWWDIR%%/Redshift/RedshiftClient.php -%%WWWDIR%%/Rekognition/Exception/RekognitionException.php -%%WWWDIR%%/Rekognition/RekognitionClient.php -%%WWWDIR%%/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php -%%WWWDIR%%/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php -%%WWWDIR%%/Result.php -%%WWWDIR%%/ResultInterface.php -%%WWWDIR%%/ResultPaginator.php -%%WWWDIR%%/RetryMiddleware.php -%%WWWDIR%%/Route53/Exception/Route53Exception.php -%%WWWDIR%%/Route53/Route53Client.php -%%WWWDIR%%/Route53Domains/Exception/Route53DomainsException.php -%%WWWDIR%%/Route53Domains/Route53DomainsClient.php -%%WWWDIR%%/S3/AmbiguousSuccessParser.php -%%WWWDIR%%/S3/ApplyChecksumMiddleware.php -%%WWWDIR%%/S3/BatchDelete.php -%%WWWDIR%%/S3/BucketEndpointMiddleware.php -%%WWWDIR%%/S3/Exception/DeleteMultipleObjectsException.php -%%WWWDIR%%/S3/Exception/PermanentRedirectException.php -%%WWWDIR%%/S3/Exception/S3Exception.php -%%WWWDIR%%/S3/Exception/S3MultipartUploadException.php -%%WWWDIR%%/S3/GetBucketLocationParser.php -%%WWWDIR%%/S3/MultipartCopy.php -%%WWWDIR%%/S3/MultipartUploader.php -%%WWWDIR%%/S3/MultipartUploadingTrait.php -%%WWWDIR%%/S3/ObjectCopier.php -%%WWWDIR%%/S3/ObjectUploader.php -%%WWWDIR%%/S3/PermanentRedirectMiddleware.php -%%WWWDIR%%/S3/PostObject.php -%%WWWDIR%%/S3/PostObjectV4.php -%%WWWDIR%%/S3/PutObjectUrlMiddleware.php -%%WWWDIR%%/S3/RetryableMalformedResponseParser.php -%%WWWDIR%%/S3/S3Client.php -%%WWWDIR%%/S3/S3ClientInterface.php -%%WWWDIR%%/S3/S3ClientTrait.php -%%WWWDIR%%/S3/S3EndpointMiddleware.php -%%WWWDIR%%/S3/S3MultiRegionClient.php -%%WWWDIR%%/S3/S3UriParser.php -%%WWWDIR%%/S3/SSECMiddleware.php -%%WWWDIR%%/S3/StreamWrapper.php -%%WWWDIR%%/S3/Transfer.php -%%WWWDIR%%/Sdk.php -%%WWWDIR%%/ServiceCatalog/Exception/ServiceCatalogException.php -%%WWWDIR%%/ServiceCatalog/ServiceCatalogClient.php -%%WWWDIR%%/Ses/Exception/SesException.php -%%WWWDIR%%/Ses/SesClient.php -%%WWWDIR%%/Sfn/Exception/SfnException.php -%%WWWDIR%%/Sfn/SfnClient.php -%%WWWDIR%%/Shield/Exception/ShieldException.php -%%WWWDIR%%/Shield/ShieldClient.php -%%WWWDIR%%/Signature/AnonymousSignature.php -%%WWWDIR%%/Signature/S3SignatureV4.php -%%WWWDIR%%/Signature/SignatureInterface.php -%%WWWDIR%%/Signature/SignatureProvider.php -%%WWWDIR%%/Signature/SignatureTrait.php -%%WWWDIR%%/Signature/SignatureV4.php -%%WWWDIR%%/Sms/Exception/SmsException.php -%%WWWDIR%%/Sms/SmsClient.php -%%WWWDIR%%/SnowBall/Exception/SnowBallException.php -%%WWWDIR%%/SnowBall/SnowBallClient.php -%%WWWDIR%%/Sns/Exception/SnsException.php -%%WWWDIR%%/Sns/SnsClient.php -%%WWWDIR%%/Sqs/Exception/SqsException.php -%%WWWDIR%%/Sqs/SqsClient.php -%%WWWDIR%%/Ssm/Exception/SsmException.php -%%WWWDIR%%/Ssm/SsmClient.php -%%WWWDIR%%/StorageGateway/Exception/StorageGatewayException.php -%%WWWDIR%%/StorageGateway/StorageGatewayClient.php -%%WWWDIR%%/Sts/Exception/StsException.php -%%WWWDIR%%/Sts/StsClient.php -%%WWWDIR%%/Support/Exception/SupportException.php -%%WWWDIR%%/Support/SupportClient.php -%%WWWDIR%%/Swf/Exception/SwfException.php -%%WWWDIR%%/Swf/SwfClient.php -%%WWWDIR%%/TraceMiddleware.php -%%WWWDIR%%/Waf/Exception/WafException.php -%%WWWDIR%%/Waf/WafClient.php -%%WWWDIR%%/WafRegional/Exception/WafRegionalException.php -%%WWWDIR%%/WafRegional/WafRegionalClient.php -%%WWWDIR%%/Waiter.php -%%WWWDIR%%/WorkDocs/Exception/WorkDocsException.php -%%WWWDIR%%/WorkDocs/WorkDocsClient.php -%%WWWDIR%%/WorkSpaces/Exception/WorkSpacesException.php -%%WWWDIR%%/WorkSpaces/WorkSpacesClient.php -%%WWWDIR%%/WrappedHttpHandler.php -%%WWWDIR%%/XRay/Exception/XRayException.php -%%WWWDIR%%/XRay/XRayClient.php -%%WWWDIR%%/data/acm/2015-12-08/api-2.json.php -%%WWWDIR%%/data/acm/2015-12-08/paginators-1.json.php -%%WWWDIR%%/data/apigateway/2015-07-09/api-2.json.php -%%WWWDIR%%/data/apigateway/2015-07-09/paginators-1.json.php -%%WWWDIR%%/data/application-autoscaling/2016-02-06/api-2.json.php -%%WWWDIR%%/data/application-autoscaling/2016-02-06/paginators-1.json.php -%%WWWDIR%%/data/appstream/2016-12-01/api-2.json.php -%%WWWDIR%%/data/appstream/2016-12-01/paginators-1.json.php -%%WWWDIR%%/data/appstream/2016-12-01/waiters-2.json.php -%%WWWDIR%%/data/athena/2017-05-18/api-2.json.php -%%WWWDIR%%/data/athena/2017-05-18/paginators-1.json.php -%%WWWDIR%%/data/autoscaling/2011-01-01/api-2.json.php -%%WWWDIR%%/data/autoscaling/2011-01-01/paginators-1.json.php -%%WWWDIR%%/data/autoscaling/2011-01-01/waiters-2.json.php -%%WWWDIR%%/data/batch/2016-08-10/api-2.json.php -%%WWWDIR%%/data/batch/2016-08-10/paginators-1.json.php -%%WWWDIR%%/data/budgets/2016-10-20/api-2.json.php -%%WWWDIR%%/data/budgets/2016-10-20/paginators-1.json.php -%%WWWDIR%%/data/clouddirectory/2016-05-10/api-2.json.php -%%WWWDIR%%/data/clouddirectory/2016-05-10/paginators-1.json.php -%%WWWDIR%%/data/cloudformation/2010-05-15/api-2.json.php -%%WWWDIR%%/data/cloudformation/2010-05-15/paginators-1.json.php -%%WWWDIR%%/data/cloudformation/2010-05-15/waiters-2.json.php -%%WWWDIR%%/data/cloudfront/2015-07-27/api-2.json.php -%%WWWDIR%%/data/cloudfront/2015-07-27/paginators-1.json.php -%%WWWDIR%%/data/cloudfront/2015-07-27/waiters-2.json.php -%%WWWDIR%%/data/cloudfront/2016-01-28/api-2.json.php -%%WWWDIR%%/data/cloudfront/2016-01-28/paginators-1.json.php -%%WWWDIR%%/data/cloudfront/2016-01-28/waiters-2.json.php -%%WWWDIR%%/data/cloudfront/2016-08-01/api-2.json.php -%%WWWDIR%%/data/cloudfront/2016-08-01/paginators-1.json.php -%%WWWDIR%%/data/cloudfront/2016-08-01/waiters-2.json.php -%%WWWDIR%%/data/cloudfront/2016-08-20/api-2.json.php -%%WWWDIR%%/data/cloudfront/2016-08-20/paginators-1.json.php -%%WWWDIR%%/data/cloudfront/2016-08-20/waiters-2.json.php -%%WWWDIR%%/data/cloudfront/2016-09-07/api-2.json.php -%%WWWDIR%%/data/cloudfront/2016-09-07/paginators-1.json.php -%%WWWDIR%%/data/cloudfront/2016-09-07/waiters-1.json.php -%%WWWDIR%%/data/cloudfront/2016-09-07/waiters-2.json.php -%%WWWDIR%%/data/cloudfront/2016-09-29/api-2.json.php -%%WWWDIR%%/data/cloudfront/2016-09-29/paginators-1.json.php -%%WWWDIR%%/data/cloudfront/2016-09-29/waiters-1.json.php -%%WWWDIR%%/data/cloudfront/2016-09-29/waiters-2.json.php -%%WWWDIR%%/data/cloudfront/2016-11-25/api-2.json.php -%%WWWDIR%%/data/cloudfront/2016-11-25/paginators-1.json.php -%%WWWDIR%%/data/cloudfront/2016-11-25/waiters-1.json.php -%%WWWDIR%%/data/cloudfront/2016-11-25/waiters-2.json.php -%%WWWDIR%%/data/cloudfront/2017-03-25/api-2.json.php -%%WWWDIR%%/data/cloudfront/2017-03-25/paginators-1.json.php -%%WWWDIR%%/data/cloudfront/2017-03-25/waiters-1.json.php -%%WWWDIR%%/data/cloudfront/2017-03-25/waiters-2.json.php -%%WWWDIR%%/data/cloudhsm/2014-05-30/api-2.json.php -%%WWWDIR%%/data/cloudsearch/2013-01-01/api-2.json.php -%%WWWDIR%%/data/cloudsearch/2013-01-01/paginators-1.json.php -%%WWWDIR%%/data/cloudsearchdomain/2013-01-01/api-2.json.php -%%WWWDIR%%/data/cloudtrail/2013-11-01/api-2.json.php -%%WWWDIR%%/data/cloudtrail/2013-11-01/paginators-1.json.php -%%WWWDIR%%/data/codebuild/2016-10-06/api-2.json.php -%%WWWDIR%%/data/codebuild/2016-10-06/paginators-1.json.php -%%WWWDIR%%/data/codecommit/2015-04-13/api-2.json.php -%%WWWDIR%%/data/codecommit/2015-04-13/paginators-1.json.php -%%WWWDIR%%/data/codedeploy/2014-10-06/api-2.json.php -%%WWWDIR%%/data/codedeploy/2014-10-06/paginators-1.json.php -%%WWWDIR%%/data/codedeploy/2014-10-06/waiters-1.json.php -%%WWWDIR%%/data/codedeploy/2014-10-06/waiters-2.json.php -%%WWWDIR%%/data/codepipeline/2015-07-09/api-2.json.php -%%WWWDIR%%/data/codestar/2017-04-19/api-2.json.php -%%WWWDIR%%/data/codestar/2017-04-19/paginators-1.json.php -%%WWWDIR%%/data/cognito-identity/2014-06-30/api-2.json.php -%%WWWDIR%%/data/cognito-identity/2014-06-30/paginators-1.json.php -%%WWWDIR%%/data/cognito-idp/2016-04-18/api-2.json.php -%%WWWDIR%%/data/cognito-sync/2014-06-30/api-2.json.php -%%WWWDIR%%/data/config/2014-11-12/api-2.json.php -%%WWWDIR%%/data/config/2014-11-12/paginators-1.json.php -%%WWWDIR%%/data/cur/2017-01-06/api-2.json.php -%%WWWDIR%%/data/cur/2017-01-06/paginators-1.json.php -%%WWWDIR%%/data/data.iot/2015-05-28/api-2.json.php -%%WWWDIR%%/data/datapipeline/2012-10-29/api-2.json.php -%%WWWDIR%%/data/datapipeline/2012-10-29/paginators-1.json.php -%%WWWDIR%%/data/devicefarm/2015-06-23/api-2.json.php -%%WWWDIR%%/data/devicefarm/2015-06-23/paginators-1.json.php -%%WWWDIR%%/data/directconnect/2012-10-25/api-2.json.php -%%WWWDIR%%/data/directconnect/2012-10-25/paginators-1.json.php -%%WWWDIR%%/data/discovery/2015-11-01/api-2.json.php -%%WWWDIR%%/data/discovery/2015-11-01/paginators-1.json.php -%%WWWDIR%%/data/dms/2016-01-01/api-2.json.php -%%WWWDIR%%/data/dms/2016-01-01/paginators-1.json.php -%%WWWDIR%%/data/ds/2015-04-16/api-2.json.php -%%WWWDIR%%/data/dynamodb/2011-12-05/api-2.json.php -%%WWWDIR%%/data/dynamodb/2011-12-05/paginators-1.json.php -%%WWWDIR%%/data/dynamodb/2011-12-05/waiters-1.json.php -%%WWWDIR%%/data/dynamodb/2011-12-05/waiters-2.json.php -%%WWWDIR%%/data/dynamodb/2012-08-10/api-2.json.php -%%WWWDIR%%/data/dynamodb/2012-08-10/paginators-1.json.php -%%WWWDIR%%/data/dynamodb/2012-08-10/waiters-1.json.php -%%WWWDIR%%/data/dynamodb/2012-08-10/waiters-2.json.php -%%WWWDIR%%/data/ec2/2015-10-01/api-2.json.php -%%WWWDIR%%/data/ec2/2015-10-01/paginators-1.json.php -%%WWWDIR%%/data/ec2/2015-10-01/waiters-1.json.php -%%WWWDIR%%/data/ec2/2015-10-01/waiters-2.json.php -%%WWWDIR%%/data/ec2/2016-04-01/api-2.json.php -%%WWWDIR%%/data/ec2/2016-04-01/paginators-1.json.php -%%WWWDIR%%/data/ec2/2016-04-01/waiters-2.json.php -%%WWWDIR%%/data/ec2/2016-09-15/api-2.json.php -%%WWWDIR%%/data/ec2/2016-09-15/paginators-1.json.php -%%WWWDIR%%/data/ec2/2016-09-15/waiters-1.json.php -%%WWWDIR%%/data/ec2/2016-09-15/waiters-2.json.php -%%WWWDIR%%/data/ec2/2016-11-15/api-2.json.php -%%WWWDIR%%/data/ec2/2016-11-15/paginators-1.json.php -%%WWWDIR%%/data/ec2/2016-11-15/waiters-1.json.php -%%WWWDIR%%/data/ec2/2016-11-15/waiters-2.json.php -%%WWWDIR%%/data/ecr/2015-09-21/api-2.json.php -%%WWWDIR%%/data/ecr/2015-09-21/paginators-1.json.php -%%WWWDIR%%/data/ecs/2014-11-13/api-2.json.php -%%WWWDIR%%/data/ecs/2014-11-13/paginators-1.json.php -%%WWWDIR%%/data/ecs/2014-11-13/waiters-2.json.php -%%WWWDIR%%/data/elasticache/2015-02-02/api-2.json.php -%%WWWDIR%%/data/elasticache/2015-02-02/paginators-1.json.php -%%WWWDIR%%/data/elasticache/2015-02-02/waiters-2.json.php -%%WWWDIR%%/data/elasticbeanstalk/2010-12-01/api-2.json.php -%%WWWDIR%%/data/elasticbeanstalk/2010-12-01/paginators-1.json.php -%%WWWDIR%%/data/elasticfilesystem/2015-02-01/api-2.json.php -%%WWWDIR%%/data/elasticloadbalancing/2012-06-01/api-2.json.php -%%WWWDIR%%/data/elasticloadbalancing/2012-06-01/paginators-1.json.php -%%WWWDIR%%/data/elasticloadbalancing/2012-06-01/waiters-2.json.php -%%WWWDIR%%/data/elasticloadbalancingv2/2015-12-01/api-2.json.php -%%WWWDIR%%/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php -%%WWWDIR%%/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php -%%WWWDIR%%/data/elasticmapreduce/2009-03-31/api-2.json.php -%%WWWDIR%%/data/elasticmapreduce/2009-03-31/paginators-1.json.php -%%WWWDIR%%/data/elasticmapreduce/2009-03-31/waiters-2.json.php -%%WWWDIR%%/data/elastictranscoder/2012-09-25/api-2.json.php -%%WWWDIR%%/data/elastictranscoder/2012-09-25/paginators-1.json.php -%%WWWDIR%%/data/elastictranscoder/2012-09-25/waiters-1.json.php -%%WWWDIR%%/data/elastictranscoder/2012-09-25/waiters-2.json.php -%%WWWDIR%%/data/email/2010-12-01/api-2.json.php -%%WWWDIR%%/data/email/2010-12-01/paginators-1.json.php -%%WWWDIR%%/data/email/2010-12-01/waiters-2.json.php -%%WWWDIR%%/data/endpoints.json.php -%%WWWDIR%%/data/entitlement.marketplace/2017-01-11/api-2.json.php -%%WWWDIR%%/data/entitlement.marketplace/2017-01-11/paginators-1.json.php -%%WWWDIR%%/data/es/2015-01-01/api-2.json.php -%%WWWDIR%%/data/es/2015-01-01/paginators-1.json.php -%%WWWDIR%%/data/events/2015-10-07/api-2.json.php -%%WWWDIR%%/data/events/2015-10-07/paginators-1.json.php -%%WWWDIR%%/data/firehose/2015-08-04/api-2.json.php -%%WWWDIR%%/data/gamelift/2015-10-01/api-2.json.php -%%WWWDIR%%/data/gamelift/2015-10-01/paginators-1.json.php -%%WWWDIR%%/data/glacier/2012-06-01/api-2.json.php -%%WWWDIR%%/data/glacier/2012-06-01/paginators-1.json.php -%%WWWDIR%%/data/glacier/2012-06-01/waiters-1.json.php -%%WWWDIR%%/data/glacier/2012-06-01/waiters-2.json.php -%%WWWDIR%%/data/health/2016-08-04/api-2.json.php -%%WWWDIR%%/data/health/2016-08-04/paginators-1.json.php -%%WWWDIR%%/data/iam/2010-05-08/api-2.json.php -%%WWWDIR%%/data/iam/2010-05-08/paginators-1.json.php -%%WWWDIR%%/data/iam/2010-05-08/waiters-2.json.php -%%WWWDIR%%/data/importexport/2010-06-01/api-2.json.php -%%WWWDIR%%/data/importexport/2010-06-01/paginators-1.json.php -%%WWWDIR%%/data/inspector/2016-02-16/api-2.json.php -%%WWWDIR%%/data/inspector/2016-02-16/paginators-1.json.php -%%WWWDIR%%/data/iot/2015-05-28/api-2.json.php -%%WWWDIR%%/data/kinesis/2013-12-02/api-2.json.php -%%WWWDIR%%/data/kinesis/2013-12-02/paginators-1.json.php -%%WWWDIR%%/data/kinesis/2013-12-02/waiters-2.json.php -%%WWWDIR%%/data/kinesisanalytics/2015-08-14/api-2.json.php -%%WWWDIR%%/data/kms/2014-11-01/api-2.json.php -%%WWWDIR%%/data/kms/2014-11-01/paginators-1.json.php -%%WWWDIR%%/data/lambda/2015-03-31/api-2.json.php -%%WWWDIR%%/data/lambda/2015-03-31/paginators-1.json.php -%%WWWDIR%%/data/lex-models/2017-04-19/api-2.json.php -%%WWWDIR%%/data/lex-models/2017-04-19/paginators-1.json.php -%%WWWDIR%%/data/lightsail/2016-11-28/api-2.json.php -%%WWWDIR%%/data/lightsail/2016-11-28/paginators-1.json.php -%%WWWDIR%%/data/logs/2014-03-28/api-2.json.php -%%WWWDIR%%/data/logs/2014-03-28/paginators-1.json.php -%%WWWDIR%%/data/machinelearning/2014-12-12/api-2.json.php -%%WWWDIR%%/data/machinelearning/2014-12-12/paginators-1.json.php -%%WWWDIR%%/data/machinelearning/2014-12-12/waiters-2.json.php -%%WWWDIR%%/data/manifest.json.php -%%WWWDIR%%/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php -%%WWWDIR%%/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php -%%WWWDIR%%/data/metering.marketplace/2016-01-14/api-2.json.php -%%WWWDIR%%/data/monitoring/2010-08-01/api-2.json.php -%%WWWDIR%%/data/monitoring/2010-08-01/paginators-1.json.php -%%WWWDIR%%/data/monitoring/2010-08-01/waiters-2.json.php -%%WWWDIR%%/data/mturk-requester/2017-01-17/api-2.json.php -%%WWWDIR%%/data/mturk-requester/2017-01-17/paginators-1.json.php -%%WWWDIR%%/data/opsworks/2013-02-18/api-2.json.php -%%WWWDIR%%/data/opsworks/2013-02-18/paginators-1.json.php -%%WWWDIR%%/data/opsworks/2013-02-18/waiters-2.json.php -%%WWWDIR%%/data/opsworkscm/2016-11-01/api-2.json.php -%%WWWDIR%%/data/opsworkscm/2016-11-01/paginators-1.json.php -%%WWWDIR%%/data/organizations/2016-11-28/api-2.json.php -%%WWWDIR%%/data/organizations/2016-11-28/paginators-1.json.php -%%WWWDIR%%/data/pinpoint/2016-12-01/api-2.json.php -%%WWWDIR%%/data/polly/2016-06-10/api-2.json.php -%%WWWDIR%%/data/polly/2016-06-10/paginators-1.json.php -%%WWWDIR%%/data/rds/2014-09-01/api-2.json.php -%%WWWDIR%%/data/rds/2014-09-01/paginators-1.json.php -%%WWWDIR%%/data/rds/2014-10-31/api-2.json.php -%%WWWDIR%%/data/rds/2014-10-31/paginators-1.json.php -%%WWWDIR%%/data/rds/2014-10-31/waiters-1.json.php -%%WWWDIR%%/data/rds/2014-10-31/waiters-2.json.php -%%WWWDIR%%/data/redshift/2012-12-01/api-2.json.php -%%WWWDIR%%/data/redshift/2012-12-01/paginators-1.json.php -%%WWWDIR%%/data/redshift/2012-12-01/waiters-1.json.php -%%WWWDIR%%/data/redshift/2012-12-01/waiters-2.json.php -%%WWWDIR%%/data/rekognition/2016-06-27/api-2.json.php -%%WWWDIR%%/data/rekognition/2016-06-27/paginators-1.json.php -%%WWWDIR%%/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php -%%WWWDIR%%/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php -%%WWWDIR%%/data/route53/2013-04-01/api-2.json.php -%%WWWDIR%%/data/route53/2013-04-01/paginators-1.json.php -%%WWWDIR%%/data/route53/2013-04-01/waiters-2.json.php -%%WWWDIR%%/data/route53domains/2014-05-15/api-2.json.php -%%WWWDIR%%/data/route53domains/2014-05-15/paginators-1.json.php -%%WWWDIR%%/data/runtime.lex/2016-11-28/api-2.json.php -%%WWWDIR%%/data/runtime.lex/2016-11-28/paginators-1.json.php -%%WWWDIR%%/data/s3/2006-03-01/api-2.json.php -%%WWWDIR%%/data/s3/2006-03-01/paginators-1.json.php -%%WWWDIR%%/data/s3/2006-03-01/waiters-1.json.php -%%WWWDIR%%/data/s3/2006-03-01/waiters-2.json.php -%%WWWDIR%%/data/servicecatalog/2015-12-10/api-2.json.php -%%WWWDIR%%/data/shield/2016-06-02/api-2.json.php -%%WWWDIR%%/data/sms/2016-10-24/api-2.json.php -%%WWWDIR%%/data/sms/2016-10-24/paginators-1.json.php -%%WWWDIR%%/data/snowball/2016-06-30/api-2.json.php -%%WWWDIR%%/data/snowball/2016-06-30/paginators-1.json.php -%%WWWDIR%%/data/sns/2010-03-31/api-2.json.php -%%WWWDIR%%/data/sns/2010-03-31/paginators-1.json.php -%%WWWDIR%%/data/sqs/2012-11-05/api-2.json.php -%%WWWDIR%%/data/sqs/2012-11-05/paginators-1.json.php -%%WWWDIR%%/data/sqs/2012-11-05/waiters-2.json.php -%%WWWDIR%%/data/ssm/2014-11-06/api-2.json.php -%%WWWDIR%%/data/ssm/2014-11-06/paginators-1.json.php -%%WWWDIR%%/data/states/2016-11-23/api-2.json.php -%%WWWDIR%%/data/states/2016-11-23/paginators-1.json.php -%%WWWDIR%%/data/storagegateway/2013-06-30/api-2.json.php -%%WWWDIR%%/data/storagegateway/2013-06-30/paginators-1.json.php -%%WWWDIR%%/data/streams.dynamodb/2012-08-10/api-2.json.php -%%WWWDIR%%/data/streams.dynamodb/2012-08-10/paginators-1.json.php -%%WWWDIR%%/data/sts/2011-06-15/api-2.json.php -%%WWWDIR%%/data/sts/2011-06-15/paginators-1.json.php -%%WWWDIR%%/data/support/2013-04-15/api-2.json.php -%%WWWDIR%%/data/support/2013-04-15/paginators-1.json.php -%%WWWDIR%%/data/swf/2012-01-25/api-2.json.php -%%WWWDIR%%/data/swf/2012-01-25/paginators-1.json.php -%%WWWDIR%%/data/waf-regional/2016-11-28/api-2.json.php -%%WWWDIR%%/data/waf-regional/2016-11-28/paginators-1.json.php -%%WWWDIR%%/data/waf/2015-08-24/api-2.json.php -%%WWWDIR%%/data/waf/2015-08-24/paginators-1.json.php -%%WWWDIR%%/data/workdocs/2016-05-01/api-2.json.php -%%WWWDIR%%/data/workdocs/2016-05-01/paginators-1.json.php -%%WWWDIR%%/data/workspaces/2015-04-08/api-2.json.php -%%WWWDIR%%/data/workspaces/2015-04-08/paginators-1.json.php -%%WWWDIR%%/data/xray/2016-04-12/api-2.json.php -%%WWWDIR%%/functions.php +%%WWWDIR%%/Aws/Acm/AcmClient.php +%%WWWDIR%%/Aws/Acm/Exception/AcmException.php +%%WWWDIR%%/Aws/Api/AbstractModel.php +%%WWWDIR%%/Aws/Api/ApiProvider.php +%%WWWDIR%%/Aws/Api/DateTimeResult.php +%%WWWDIR%%/Aws/Api/DocModel.php +%%WWWDIR%%/Aws/Api/ErrorParser/JsonParserTrait.php +%%WWWDIR%%/Aws/Api/ErrorParser/JsonRpcErrorParser.php +%%WWWDIR%%/Aws/Api/ErrorParser/RestJsonErrorParser.php +%%WWWDIR%%/Aws/Api/ErrorParser/XmlErrorParser.php +%%WWWDIR%%/Aws/Api/ListShape.php +%%WWWDIR%%/Aws/Api/MapShape.php +%%WWWDIR%%/Aws/Api/Operation.php +%%WWWDIR%%/Aws/Api/Parser/AbstractParser.php +%%WWWDIR%%/Aws/Api/Parser/AbstractRestParser.php +%%WWWDIR%%/Aws/Api/Parser/Crc32ValidatingParser.php +%%WWWDIR%%/Aws/Api/Parser/Exception/ParserException.php +%%WWWDIR%%/Aws/Api/Parser/JsonParser.php +%%WWWDIR%%/Aws/Api/Parser/JsonRpcParser.php +%%WWWDIR%%/Aws/Api/Parser/PayloadParserTrait.php +%%WWWDIR%%/Aws/Api/Parser/QueryParser.php +%%WWWDIR%%/Aws/Api/Parser/RestJsonParser.php +%%WWWDIR%%/Aws/Api/Parser/RestXmlParser.php +%%WWWDIR%%/Aws/Api/Parser/XmlParser.php +%%WWWDIR%%/Aws/Api/Serializer/Ec2ParamBuilder.php +%%WWWDIR%%/Aws/Api/Serializer/JsonBody.php +%%WWWDIR%%/Aws/Api/Serializer/JsonRpcSerializer.php +%%WWWDIR%%/Aws/Api/Serializer/QueryParamBuilder.php +%%WWWDIR%%/Aws/Api/Serializer/QuerySerializer.php +%%WWWDIR%%/Aws/Api/Serializer/RestJsonSerializer.php +%%WWWDIR%%/Aws/Api/Serializer/RestSerializer.php +%%WWWDIR%%/Aws/Api/Serializer/RestXmlSerializer.php +%%WWWDIR%%/Aws/Api/Serializer/XmlBody.php +%%WWWDIR%%/Aws/Api/Service.php +%%WWWDIR%%/Aws/Api/Shape.php +%%WWWDIR%%/Aws/Api/ShapeMap.php +%%WWWDIR%%/Aws/Api/StructureShape.php +%%WWWDIR%%/Aws/Api/TimestampShape.php +%%WWWDIR%%/Aws/Api/Validator.php +%%WWWDIR%%/Aws/ApiGateway/ApiGatewayClient.php +%%WWWDIR%%/Aws/ApiGateway/Exception/ApiGatewayException.php +%%WWWDIR%%/Aws/ApplicationAutoScaling/ApplicationAutoScalingClient.php +%%WWWDIR%%/Aws/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php +%%WWWDIR%%/Aws/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php +%%WWWDIR%%/Aws/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php +%%WWWDIR%%/Aws/Appstream/AppstreamClient.php +%%WWWDIR%%/Aws/Appstream/Exception/AppstreamException.php +%%WWWDIR%%/Aws/Athena/AthenaClient.php +%%WWWDIR%%/Aws/Athena/Exception/AthenaException.php +%%WWWDIR%%/Aws/AutoScaling/AutoScalingClient.php +%%WWWDIR%%/Aws/AutoScaling/Exception/AutoScalingException.php +%%WWWDIR%%/Aws/AwsClient.php +%%WWWDIR%%/Aws/AwsClientInterface.php +%%WWWDIR%%/Aws/AwsClientTrait.php +%%WWWDIR%%/Aws/Batch/BatchClient.php +%%WWWDIR%%/Aws/Batch/Exception/BatchException.php +%%WWWDIR%%/Aws/Budgets/BudgetsClient.php +%%WWWDIR%%/Aws/Budgets/Exception/BudgetsException.php +%%WWWDIR%%/Aws/CacheInterface.php +%%WWWDIR%%/Aws/ClientResolver.php +%%WWWDIR%%/Aws/CloudDirectory/CloudDirectoryClient.php +%%WWWDIR%%/Aws/CloudDirectory/Exception/CloudDirectoryException.php +%%WWWDIR%%/Aws/CloudFormation/CloudFormationClient.php +%%WWWDIR%%/Aws/CloudFormation/Exception/CloudFormationException.php +%%WWWDIR%%/Aws/CloudFront/CloudFrontClient.php +%%WWWDIR%%/Aws/CloudFront/CookieSigner.php +%%WWWDIR%%/Aws/CloudFront/Exception/CloudFrontException.php +%%WWWDIR%%/Aws/CloudFront/Signer.php +%%WWWDIR%%/Aws/CloudFront/UrlSigner.php +%%WWWDIR%%/Aws/CloudHsm/CloudHsmClient.php +%%WWWDIR%%/Aws/CloudHsm/Exception/CloudHsmException.php +%%WWWDIR%%/Aws/CloudSearch/CloudSearchClient.php +%%WWWDIR%%/Aws/CloudSearch/Exception/CloudSearchException.php +%%WWWDIR%%/Aws/CloudSearchDomain/CloudSearchDomainClient.php +%%WWWDIR%%/Aws/CloudSearchDomain/Exception/CloudSearchDomainException.php +%%WWWDIR%%/Aws/CloudTrail/CloudTrailClient.php +%%WWWDIR%%/Aws/CloudTrail/Exception/CloudTrailException.php +%%WWWDIR%%/Aws/CloudTrail/LogFileIterator.php +%%WWWDIR%%/Aws/CloudTrail/LogFileReader.php +%%WWWDIR%%/Aws/CloudTrail/LogRecordIterator.php +%%WWWDIR%%/Aws/CloudWatch/CloudWatchClient.php +%%WWWDIR%%/Aws/CloudWatch/Exception/CloudWatchException.php +%%WWWDIR%%/Aws/CloudWatchEvents/CloudWatchEventsClient.php +%%WWWDIR%%/Aws/CloudWatchEvents/Exception/CloudWatchEventsException.php +%%WWWDIR%%/Aws/CloudWatchLogs/CloudWatchLogsClient.php +%%WWWDIR%%/Aws/CloudWatchLogs/Exception/CloudWatchLogsException.php +%%WWWDIR%%/Aws/CodeBuild/CodeBuildClient.php +%%WWWDIR%%/Aws/CodeBuild/Exception/CodeBuildException.php +%%WWWDIR%%/Aws/CodeCommit/CodeCommitClient.php +%%WWWDIR%%/Aws/CodeCommit/Exception/CodeCommitException.php +%%WWWDIR%%/Aws/CodeDeploy/CodeDeployClient.php +%%WWWDIR%%/Aws/CodeDeploy/Exception/CodeDeployException.php +%%WWWDIR%%/Aws/CodePipeline/CodePipelineClient.php +%%WWWDIR%%/Aws/CodePipeline/Exception/CodePipelineException.php +%%WWWDIR%%/Aws/CodeStar/CodeStarClient.php +%%WWWDIR%%/Aws/CodeStar/Exception/CodeStarException.php +%%WWWDIR%%/Aws/CognitoIdentity/CognitoIdentityClient.php +%%WWWDIR%%/Aws/CognitoIdentity/CognitoIdentityProvider.php +%%WWWDIR%%/Aws/CognitoIdentity/Exception/CognitoIdentityException.php +%%WWWDIR%%/Aws/CognitoIdentityProvider/CognitoIdentityProviderClient.php +%%WWWDIR%%/Aws/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php +%%WWWDIR%%/Aws/CognitoSync/CognitoSyncClient.php +%%WWWDIR%%/Aws/CognitoSync/Exception/CognitoSyncException.php +%%WWWDIR%%/Aws/Command.php +%%WWWDIR%%/Aws/CommandInterface.php +%%WWWDIR%%/Aws/CommandPool.php +%%WWWDIR%%/Aws/ConfigService/ConfigServiceClient.php +%%WWWDIR%%/Aws/ConfigService/Exception/ConfigServiceException.php +%%WWWDIR%%/Aws/CostandUsageReportService/CostandUsageReportServiceClient.php +%%WWWDIR%%/Aws/CostandUsageReportService/Exception/CostandUsageReportServiceException.php +%%WWWDIR%%/Aws/Credentials/AssumeRoleCredentialProvider.php +%%WWWDIR%%/Aws/Credentials/CredentialProvider.php +%%WWWDIR%%/Aws/Credentials/Credentials.php +%%WWWDIR%%/Aws/Credentials/CredentialsInterface.php +%%WWWDIR%%/Aws/Credentials/EcsCredentialProvider.php +%%WWWDIR%%/Aws/Credentials/InstanceProfileProvider.php +%%WWWDIR%%/Aws/DataPipeline/DataPipelineClient.php +%%WWWDIR%%/Aws/DataPipeline/Exception/DataPipelineException.php +%%WWWDIR%%/Aws/DatabaseMigrationService/DatabaseMigrationServiceClient.php +%%WWWDIR%%/Aws/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php +%%WWWDIR%%/Aws/DeviceFarm/DeviceFarmClient.php +%%WWWDIR%%/Aws/DeviceFarm/Exception/DeviceFarmException.php +%%WWWDIR%%/Aws/DirectConnect/DirectConnectClient.php +%%WWWDIR%%/Aws/DirectConnect/Exception/DirectConnectException.php +%%WWWDIR%%/Aws/DirectoryService/DirectoryServiceClient.php +%%WWWDIR%%/Aws/DirectoryService/Exception/DirectoryServiceException.php +%%WWWDIR%%/Aws/DoctrineCacheAdapter.php +%%WWWDIR%%/Aws/DynamoDb/BinaryValue.php +%%WWWDIR%%/Aws/DynamoDb/DynamoDbClient.php +%%WWWDIR%%/Aws/DynamoDb/Exception/DynamoDbException.php +%%WWWDIR%%/Aws/DynamoDb/LockingSessionConnection.php +%%WWWDIR%%/Aws/DynamoDb/Marshaler.php +%%WWWDIR%%/Aws/DynamoDb/NumberValue.php +%%WWWDIR%%/Aws/DynamoDb/SessionConnectionInterface.php +%%WWWDIR%%/Aws/DynamoDb/SessionHandler.php +%%WWWDIR%%/Aws/DynamoDb/SetValue.php +%%WWWDIR%%/Aws/DynamoDb/StandardSessionConnection.php +%%WWWDIR%%/Aws/DynamoDb/WriteRequestBatch.php +%%WWWDIR%%/Aws/DynamoDbStreams/DynamoDbStreamsClient.php +%%WWWDIR%%/Aws/DynamoDbStreams/Exception/DynamoDbStreamsException.php +%%WWWDIR%%/Aws/Ec2/Ec2Client.php +%%WWWDIR%%/Aws/Ec2/Exception/Ec2Exception.php +%%WWWDIR%%/Aws/Ecr/EcrClient.php +%%WWWDIR%%/Aws/Ecr/Exception/EcrException.php +%%WWWDIR%%/Aws/Ecs/EcsClient.php +%%WWWDIR%%/Aws/Ecs/Exception/EcsException.php +%%WWWDIR%%/Aws/Efs/EfsClient.php +%%WWWDIR%%/Aws/Efs/Exception/EfsException.php +%%WWWDIR%%/Aws/ElastiCache/ElastiCacheClient.php +%%WWWDIR%%/Aws/ElastiCache/Exception/ElastiCacheException.php +%%WWWDIR%%/Aws/ElasticBeanstalk/ElasticBeanstalkClient.php +%%WWWDIR%%/Aws/ElasticBeanstalk/Exception/ElasticBeanstalkException.php +%%WWWDIR%%/Aws/ElasticLoadBalancing/ElasticLoadBalancingClient.php +%%WWWDIR%%/Aws/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php +%%WWWDIR%%/Aws/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php +%%WWWDIR%%/Aws/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php +%%WWWDIR%%/Aws/ElasticTranscoder/ElasticTranscoderClient.php +%%WWWDIR%%/Aws/ElasticTranscoder/Exception/ElasticTranscoderException.php +%%WWWDIR%%/Aws/ElasticsearchService/ElasticsearchServiceClient.php +%%WWWDIR%%/Aws/ElasticsearchService/Exception/ElasticsearchServiceException.php +%%WWWDIR%%/Aws/Emr/EmrClient.php +%%WWWDIR%%/Aws/Emr/Exception/EmrException.php +%%WWWDIR%%/Aws/Endpoint/EndpointProvider.php +%%WWWDIR%%/Aws/Endpoint/Partition.php +%%WWWDIR%%/Aws/Endpoint/PartitionEndpointProvider.php +%%WWWDIR%%/Aws/Endpoint/PartitionInterface.php +%%WWWDIR%%/Aws/Endpoint/PatternEndpointProvider.php +%%WWWDIR%%/Aws/Exception/AwsException.php +%%WWWDIR%%/Aws/Exception/CouldNotCreateChecksumException.php +%%WWWDIR%%/Aws/Exception/CredentialsException.php +%%WWWDIR%%/Aws/Exception/MultipartUploadException.php +%%WWWDIR%%/Aws/Exception/UnresolvedApiException.php +%%WWWDIR%%/Aws/Exception/UnresolvedEndpointException.php +%%WWWDIR%%/Aws/Exception/UnresolvedSignatureException.php +%%WWWDIR%%/Aws/Firehose/Exception/FirehoseException.php +%%WWWDIR%%/Aws/Firehose/FirehoseClient.php +%%WWWDIR%%/Aws/GameLift/Exception/GameLiftException.php +%%WWWDIR%%/Aws/GameLift/GameLiftClient.php +%%WWWDIR%%/Aws/Glacier/Exception/GlacierException.php +%%WWWDIR%%/Aws/Glacier/GlacierClient.php +%%WWWDIR%%/Aws/Glacier/MultipartUploader.php +%%WWWDIR%%/Aws/Glacier/TreeHash.php +%%WWWDIR%%/Aws/Handler/GuzzleV5/GuzzleHandler.php +%%WWWDIR%%/Aws/Handler/GuzzleV5/GuzzleStream.php +%%WWWDIR%%/Aws/Handler/GuzzleV5/PsrStream.php +%%WWWDIR%%/Aws/Handler/GuzzleV6/GuzzleHandler.php +%%WWWDIR%%/Aws/HandlerList.php +%%WWWDIR%%/Aws/HasDataTrait.php +%%WWWDIR%%/Aws/HashInterface.php +%%WWWDIR%%/Aws/HashingStream.php +%%WWWDIR%%/Aws/Health/Exception/HealthException.php +%%WWWDIR%%/Aws/Health/HealthClient.php +%%WWWDIR%%/Aws/History.php +%%WWWDIR%%/Aws/Iam/Exception/IamException.php +%%WWWDIR%%/Aws/Iam/IamClient.php +%%WWWDIR%%/Aws/IdempotencyTokenMiddleware.php +%%WWWDIR%%/Aws/ImportExport/Exception/ImportExportException.php +%%WWWDIR%%/Aws/ImportExport/ImportExportClient.php +%%WWWDIR%%/Aws/Inspector/Exception/InspectorException.php +%%WWWDIR%%/Aws/Inspector/InspectorClient.php +%%WWWDIR%%/Aws/Iot/Exception/IotException.php +%%WWWDIR%%/Aws/Iot/IotClient.php +%%WWWDIR%%/Aws/IotDataPlane/Exception/IotDataPlaneException.php +%%WWWDIR%%/Aws/IotDataPlane/IotDataPlaneClient.php +%%WWWDIR%%/Aws/JsonCompiler.php +%%WWWDIR%%/Aws/Kinesis/Exception/KinesisException.php +%%WWWDIR%%/Aws/Kinesis/KinesisClient.php +%%WWWDIR%%/Aws/KinesisAnalytics/Exception/KinesisAnalyticsException.php +%%WWWDIR%%/Aws/KinesisAnalytics/KinesisAnalyticsClient.php +%%WWWDIR%%/Aws/Kms/Exception/KmsException.php +%%WWWDIR%%/Aws/Kms/KmsClient.php +%%WWWDIR%%/Aws/Lambda/Exception/LambdaException.php +%%WWWDIR%%/Aws/Lambda/LambdaClient.php +%%WWWDIR%%/Aws/LexModelBuildingService/Exception/LexModelBuildingServiceException.php +%%WWWDIR%%/Aws/LexModelBuildingService/LexModelBuildingServiceClient.php +%%WWWDIR%%/Aws/LexRuntimeService/Exception/LexRuntimeServiceException.php +%%WWWDIR%%/Aws/LexRuntimeService/LexRuntimeServiceClient.php +%%WWWDIR%%/Aws/Lightsail/Exception/LightsailException.php +%%WWWDIR%%/Aws/Lightsail/LightsailClient.php +%%WWWDIR%%/Aws/LruArrayCache.php +%%WWWDIR%%/Aws/MTurk/Exception/MTurkException.php +%%WWWDIR%%/Aws/MTurk/MTurkClient.php +%%WWWDIR%%/Aws/MachineLearning/Exception/MachineLearningException.php +%%WWWDIR%%/Aws/MachineLearning/MachineLearningClient.php +%%WWWDIR%%/Aws/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php +%%WWWDIR%%/Aws/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php +%%WWWDIR%%/Aws/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php +%%WWWDIR%%/Aws/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php +%%WWWDIR%%/Aws/MarketplaceMetering/Exception/MarketplaceMeteringException.php +%%WWWDIR%%/Aws/MarketplaceMetering/MarketplaceMeteringClient.php +%%WWWDIR%%/Aws/Middleware.php +%%WWWDIR%%/Aws/MockHandler.php +%%WWWDIR%%/Aws/MultiRegionClient.php +%%WWWDIR%%/Aws/Multipart/AbstractUploadManager.php +%%WWWDIR%%/Aws/Multipart/AbstractUploader.php +%%WWWDIR%%/Aws/Multipart/UploadState.php +%%WWWDIR%%/Aws/OpsWorks/Exception/OpsWorksException.php +%%WWWDIR%%/Aws/OpsWorks/OpsWorksClient.php +%%WWWDIR%%/Aws/OpsWorksCM/Exception/OpsWorksCMException.php +%%WWWDIR%%/Aws/OpsWorksCM/OpsWorksCMClient.php +%%WWWDIR%%/Aws/Organizations/Exception/OrganizationsException.php +%%WWWDIR%%/Aws/Organizations/OrganizationsClient.php +%%WWWDIR%%/Aws/PhpHash.php +%%WWWDIR%%/Aws/Pinpoint/Exception/PinpointException.php +%%WWWDIR%%/Aws/Pinpoint/PinpointClient.php +%%WWWDIR%%/Aws/Polly/Exception/PollyException.php +%%WWWDIR%%/Aws/Polly/PollyClient.php +%%WWWDIR%%/Aws/PresignUrlMiddleware.php +%%WWWDIR%%/Aws/PsrCacheAdapter.php +%%WWWDIR%%/Aws/Rds/AuthTokenGenerator.php +%%WWWDIR%%/Aws/Rds/Exception/RdsException.php +%%WWWDIR%%/Aws/Rds/RdsClient.php +%%WWWDIR%%/Aws/Redshift/Exception/RedshiftException.php +%%WWWDIR%%/Aws/Redshift/RedshiftClient.php +%%WWWDIR%%/Aws/Rekognition/Exception/RekognitionException.php +%%WWWDIR%%/Aws/Rekognition/RekognitionClient.php +%%WWWDIR%%/Aws/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php +%%WWWDIR%%/Aws/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php +%%WWWDIR%%/Aws/Result.php +%%WWWDIR%%/Aws/ResultInterface.php +%%WWWDIR%%/Aws/ResultPaginator.php +%%WWWDIR%%/Aws/RetryMiddleware.php +%%WWWDIR%%/Aws/Route53/Exception/Route53Exception.php +%%WWWDIR%%/Aws/Route53/Route53Client.php +%%WWWDIR%%/Aws/Route53Domains/Exception/Route53DomainsException.php +%%WWWDIR%%/Aws/Route53Domains/Route53DomainsClient.php +%%WWWDIR%%/Aws/S3/AmbiguousSuccessParser.php +%%WWWDIR%%/Aws/S3/ApplyChecksumMiddleware.php +%%WWWDIR%%/Aws/S3/BatchDelete.php +%%WWWDIR%%/Aws/S3/BucketEndpointMiddleware.php +%%WWWDIR%%/Aws/S3/Exception/DeleteMultipleObjectsException.php +%%WWWDIR%%/Aws/S3/Exception/PermanentRedirectException.php +%%WWWDIR%%/Aws/S3/Exception/S3Exception.php +%%WWWDIR%%/Aws/S3/Exception/S3MultipartUploadException.php +%%WWWDIR%%/Aws/S3/GetBucketLocationParser.php +%%WWWDIR%%/Aws/S3/MultipartCopy.php +%%WWWDIR%%/Aws/S3/MultipartUploader.php +%%WWWDIR%%/Aws/S3/MultipartUploadingTrait.php +%%WWWDIR%%/Aws/S3/ObjectCopier.php +%%WWWDIR%%/Aws/S3/ObjectUploader.php +%%WWWDIR%%/Aws/S3/PermanentRedirectMiddleware.php +%%WWWDIR%%/Aws/S3/PostObject.php +%%WWWDIR%%/Aws/S3/PostObjectV4.php +%%WWWDIR%%/Aws/S3/PutObjectUrlMiddleware.php +%%WWWDIR%%/Aws/S3/RetryableMalformedResponseParser.php +%%WWWDIR%%/Aws/S3/S3Client.php +%%WWWDIR%%/Aws/S3/S3ClientInterface.php +%%WWWDIR%%/Aws/S3/S3ClientTrait.php +%%WWWDIR%%/Aws/S3/S3EndpointMiddleware.php +%%WWWDIR%%/Aws/S3/S3MultiRegionClient.php +%%WWWDIR%%/Aws/S3/S3UriParser.php +%%WWWDIR%%/Aws/S3/SSECMiddleware.php +%%WWWDIR%%/Aws/S3/StreamWrapper.php +%%WWWDIR%%/Aws/S3/Transfer.php +%%WWWDIR%%/Aws/Sdk.php +%%WWWDIR%%/Aws/ServiceCatalog/Exception/ServiceCatalogException.php +%%WWWDIR%%/Aws/ServiceCatalog/ServiceCatalogClient.php +%%WWWDIR%%/Aws/Ses/Exception/SesException.php +%%WWWDIR%%/Aws/Ses/SesClient.php +%%WWWDIR%%/Aws/Sfn/Exception/SfnException.php +%%WWWDIR%%/Aws/Sfn/SfnClient.php +%%WWWDIR%%/Aws/Shield/Exception/ShieldException.php +%%WWWDIR%%/Aws/Shield/ShieldClient.php +%%WWWDIR%%/Aws/Signature/AnonymousSignature.php +%%WWWDIR%%/Aws/Signature/S3SignatureV4.php +%%WWWDIR%%/Aws/Signature/SignatureInterface.php +%%WWWDIR%%/Aws/Signature/SignatureProvider.php +%%WWWDIR%%/Aws/Signature/SignatureTrait.php +%%WWWDIR%%/Aws/Signature/SignatureV4.php +%%WWWDIR%%/Aws/Sms/Exception/SmsException.php +%%WWWDIR%%/Aws/Sms/SmsClient.php +%%WWWDIR%%/Aws/SnowBall/Exception/SnowBallException.php +%%WWWDIR%%/Aws/SnowBall/SnowBallClient.php +%%WWWDIR%%/Aws/Sns/Exception/InvalidSnsMessageException.php +%%WWWDIR%%/Aws/Sns/Exception/SnsException.php +%%WWWDIR%%/Aws/Sns/Message.php +%%WWWDIR%%/Aws/Sns/MessageValidator.php +%%WWWDIR%%/Aws/Sns/SnsClient.php +%%WWWDIR%%/Aws/Sqs/Exception/SqsException.php +%%WWWDIR%%/Aws/Sqs/SqsClient.php +%%WWWDIR%%/Aws/Ssm/Exception/SsmException.php +%%WWWDIR%%/Aws/Ssm/SsmClient.php +%%WWWDIR%%/Aws/StorageGateway/Exception/StorageGatewayException.php +%%WWWDIR%%/Aws/StorageGateway/StorageGatewayClient.php +%%WWWDIR%%/Aws/Sts/Exception/StsException.php +%%WWWDIR%%/Aws/Sts/StsClient.php +%%WWWDIR%%/Aws/Support/Exception/SupportException.php +%%WWWDIR%%/Aws/Support/SupportClient.php +%%WWWDIR%%/Aws/Swf/Exception/SwfException.php +%%WWWDIR%%/Aws/Swf/SwfClient.php +%%WWWDIR%%/Aws/TraceMiddleware.php +%%WWWDIR%%/Aws/Waf/Exception/WafException.php +%%WWWDIR%%/Aws/Waf/WafClient.php +%%WWWDIR%%/Aws/WafRegional/Exception/WafRegionalException.php +%%WWWDIR%%/Aws/WafRegional/WafRegionalClient.php +%%WWWDIR%%/Aws/Waiter.php +%%WWWDIR%%/Aws/WorkDocs/Exception/WorkDocsException.php +%%WWWDIR%%/Aws/WorkDocs/WorkDocsClient.php +%%WWWDIR%%/Aws/WorkSpaces/Exception/WorkSpacesException.php +%%WWWDIR%%/Aws/WorkSpaces/WorkSpacesClient.php +%%WWWDIR%%/Aws/WrappedHttpHandler.php +%%WWWDIR%%/Aws/XRay/Exception/XRayException.php +%%WWWDIR%%/Aws/XRay/XRayClient.php +%%WWWDIR%%/Aws/data/acm/2015-12-08/api-2.json.php +%%WWWDIR%%/Aws/data/acm/2015-12-08/paginators-1.json.php +%%WWWDIR%%/Aws/data/apigateway/2015-07-09/api-2.json.php +%%WWWDIR%%/Aws/data/apigateway/2015-07-09/paginators-1.json.php +%%WWWDIR%%/Aws/data/application-autoscaling/2016-02-06/api-2.json.php +%%WWWDIR%%/Aws/data/application-autoscaling/2016-02-06/paginators-1.json.php +%%WWWDIR%%/Aws/data/appstream/2016-12-01/api-2.json.php +%%WWWDIR%%/Aws/data/appstream/2016-12-01/paginators-1.json.php +%%WWWDIR%%/Aws/data/appstream/2016-12-01/waiters-2.json.php +%%WWWDIR%%/Aws/data/athena/2017-05-18/api-2.json.php +%%WWWDIR%%/Aws/data/athena/2017-05-18/paginators-1.json.php +%%WWWDIR%%/Aws/data/autoscaling/2011-01-01/api-2.json.php +%%WWWDIR%%/Aws/data/autoscaling/2011-01-01/paginators-1.json.php +%%WWWDIR%%/Aws/data/autoscaling/2011-01-01/waiters-2.json.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Tue May 30 17:29:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 532E8B9451B; Tue, 30 May 2017 17:29:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21BA770F2A; Tue, 30 May 2017 17:29:29 +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 v4UHTSpE040754; Tue, 30 May 2017 17:29:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UHTSbh040752; Tue, 30 May 2017 17:29:28 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201705301729.v4UHTSbh040752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 May 2017 17:29:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442106 - head/www/erlang-hackney X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 17:29:29 -0000 Author: olgeni Date: Tue May 30 17:29:27 2017 New Revision: 442106 URL: https://svnweb.freebsd.org/changeset/ports/442106 Log: Update www/erlang-hackney to version 1.8.5. Modified: head/www/erlang-hackney/Makefile head/www/erlang-hackney/distinfo Modified: head/www/erlang-hackney/Makefile ============================================================================== --- head/www/erlang-hackney/Makefile Tue May 30 17:22:59 2017 (r442105) +++ head/www/erlang-hackney/Makefile Tue May 30 17:29:27 2017 (r442106) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hackney -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.5 CATEGORIES= www PKGNAMEPREFIX= erlang- Modified: head/www/erlang-hackney/distinfo ============================================================================== --- head/www/erlang-hackney/distinfo Tue May 30 17:22:59 2017 (r442105) +++ head/www/erlang-hackney/distinfo Tue May 30 17:29:27 2017 (r442106) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495971652 -SHA256 (benoitc-hackney-1.8.4_GH0.tar.gz) = 2daa46dfb35d0aaf84d055efb8650a662cf82033833f3c1a646e3c1f1ea8d6e4 -SIZE (benoitc-hackney-1.8.4_GH0.tar.gz) = 880939 +TIMESTAMP = 1496165284 +SHA256 (benoitc-hackney-1.8.5_GH0.tar.gz) = e53fad731957d7dce00e7d306b3c596915ffce84f5e1b0830db1eec85ad8bd9b +SIZE (benoitc-hackney-1.8.5_GH0.tar.gz) = 882452 From owner-svn-ports-all@freebsd.org Tue May 30 17:30:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E27BEB9456D; Tue, 30 May 2017 17:30:49 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0F6871045; Tue, 30 May 2017 17:30:49 +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 v4UHUm02041091; Tue, 30 May 2017 17:30:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UHUmBQ041088; Tue, 30 May 2017 17:30:48 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201705301730.v4UHUmBQ041088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Tue, 30 May 2017 17:30:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442107 - head/net-im/py-python-telegram-bot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 17:30:50 -0000 Author: olgeni Date: Tue May 30 17:30:48 2017 New Revision: 442107 URL: https://svnweb.freebsd.org/changeset/ports/442107 Log: Update net-im/py-python-telegram-bot to version 6.0.2. Modified: head/net-im/py-python-telegram-bot/Makefile head/net-im/py-python-telegram-bot/distinfo Modified: head/net-im/py-python-telegram-bot/Makefile ============================================================================== --- head/net-im/py-python-telegram-bot/Makefile Tue May 30 17:29:27 2017 (r442106) +++ head/net-im/py-python-telegram-bot/Makefile Tue May 30 17:30:48 2017 (r442107) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-telegram-bot -PORTVERSION= 6.0.1 +PORTVERSION= 6.0.2 CATEGORIES= net-im devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net-im/py-python-telegram-bot/distinfo ============================================================================== --- head/net-im/py-python-telegram-bot/distinfo Tue May 30 17:29:27 2017 (r442106) +++ head/net-im/py-python-telegram-bot/distinfo Tue May 30 17:30:48 2017 (r442107) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495380713 -SHA256 (python-telegram-bot-6.0.1.tar.gz) = 4705e16dbec68d49c29d69b96f8a221d4c642a53be04fc42eb4640a9ff062445 -SIZE (python-telegram-bot-6.0.1.tar.gz) = 173665 +TIMESTAMP = 1496165310 +SHA256 (python-telegram-bot-6.0.2.tar.gz) = 9aa3c97770d00877a04f19e9defcdffc034e77614b81fcee48967fb553ae4fe6 +SIZE (python-telegram-bot-6.0.2.tar.gz) = 174723 From owner-svn-ports-all@freebsd.org Tue May 30 18:05:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A3AAB95974; Tue, 30 May 2017 18:05:24 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58724736F8; Tue, 30 May 2017 18:05:24 +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 v4UI5Nbd059061; Tue, 30 May 2017 18:05:23 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UI5Nvm059059; Tue, 30 May 2017 18:05:23 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705301805.v4UI5Nvm059059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 30 May 2017 18:05:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442108 - head/www/p5-Mojolicious X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 18:05:24 -0000 Author: adamw Date: Tue May 30 18:05:23 2017 New Revision: 442108 URL: https://svnweb.freebsd.org/changeset/ports/442108 Log: Update to 7.32. - Added -f option to get command. - Improved get command with support for passing request data by redirecting STDIN. - Fixed memory leak in Mojo::IOLoop::Client that sometimes prevented the connect timeout from working correctly for TLS handshakes. Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Tue May 30 17:30:48 2017 (r442107) +++ head/www/p5-Mojolicious/Makefile Tue May 30 18:05:23 2017 (r442108) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.31 +PORTVERSION= 7.32 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Tue May 30 17:30:48 2017 (r442107) +++ head/www/p5-Mojolicious/distinfo Tue May 30 18:05:23 2017 (r442108) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493043892 -SHA256 (Mojolicious-7.31.tar.gz) = 4279171f48052436a7d7fffc2aa7071e91a860507f2de824e01e2b5130b4c0aa -SIZE (Mojolicious-7.31.tar.gz) = 674071 +TIMESTAMP = 1496167430 +SHA256 (Mojolicious-7.32.tar.gz) = 9fef09177e11a0160df679cfe75771c5a430d1432677c13bf32afb4f79b3761a +SIZE (Mojolicious-7.32.tar.gz) = 674609 From owner-svn-ports-all@freebsd.org Tue May 30 18:14:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5542B95D2A; Tue, 30 May 2017 18:14:46 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8401173DAD; Tue, 30 May 2017 18:14:46 +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 v4UIEj90063237; Tue, 30 May 2017 18:14:45 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UIEjfw063234; Tue, 30 May 2017 18:14:45 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201705301814.v4UIEjfw063234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Tue, 30 May 2017 18:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442109 - in head/devel/llvm38: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 18:14:46 -0000 Author: brooks Date: Tue May 30 18:14:45 2017 New Revision: 442109 URL: https://svnweb.freebsd.org/changeset/ports/442109 Log: Apply ino64 patches. PR: 219601 Added: head/devel/llvm38/files/compiler-rt-patch-canonical-syscalls - copied unchanged from r441621, head/devel/llvm-devel/files/compiler-rt-patch-canonical-syscalls head/devel/llvm38/files/compiler-rt-patch-ino64 - copied unchanged from r441622, head/devel/llvm-devel/files/compiler-rt-patch-ino64 Modified: head/devel/llvm38/Makefile Modified: head/devel/llvm38/Makefile ============================================================================== --- head/devel/llvm38/Makefile Tue May 30 18:05:23 2017 (r442108) +++ head/devel/llvm38/Makefile Tue May 30 18:14:45 2017 (r442109) @@ -306,6 +306,8 @@ post-patch: post-patch-COMPILER_RT-on: cd ${WRKSRC_compiler_rt} && patch < ${PATCHDIR}/compiler-rt-patch-svn-261229 cd ${WRKSRC_compiler_rt} && patch < ${PATCHDIR}/compiler-rt-patch-svn-294806 + cd ${WRKSRC_compiler_rt} && patch < ${PATCHDIR}/compiler-rt-patch-canonical-syscalls + cd ${WRKSRC_compiler_rt} && patch < ${PATCHDIR}/compiler-rt-patch-ino64 .if ${ARCH} == "amd64" cd ${WRKSRC_compiler_rt} && patch < ${PATCHDIR}/compiler-rt-patch-no-m32 .endif Copied: head/devel/llvm38/files/compiler-rt-patch-canonical-syscalls (from r441621, head/devel/llvm-devel/files/compiler-rt-patch-canonical-syscalls) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm38/files/compiler-rt-patch-canonical-syscalls Tue May 30 18:14:45 2017 (r442109, copy of r441621, head/devel/llvm-devel/files/compiler-rt-patch-canonical-syscalls) @@ -0,0 +1,35 @@ +diff --git lib/sanitizer_common/sanitizer_linux.cc lib/sanitizer_common/sanitizer_linux.cc +index 7328a5c0ac1..4b59a39ee27 100644 +--- lib/sanitizer_common/sanitizer_linux.cc ++++ lib/sanitizer_common/sanitizer_linux.cc +@@ -223,7 +223,8 @@ static void kernel_stat_to_stat(struct kernel_stat *in, struct stat *out) { + + uptr internal_stat(const char *path, void *buf) { + #if SANITIZER_FREEBSD +- return internal_syscall(SYSCALL(stat), path, buf); ++ return internal_syscall(SYSCALL(fstatat), AT_FDCWD, (uptr)path, ++ (uptr)buf, 0); + #elif SANITIZER_USES_CANONICAL_LINUX_SYSCALLS + return internal_syscall(SYSCALL(newfstatat), AT_FDCWD, (uptr)path, + (uptr)buf, 0); +@@ -247,7 +248,8 @@ uptr internal_stat(const char *path, void *buf) { + + uptr internal_lstat(const char *path, void *buf) { + #if SANITIZER_FREEBSD +- return internal_syscall(SYSCALL(lstat), path, buf); ++ return internal_syscall(SYSCALL(fstatat), AT_FDCWD, (uptr)path, ++ (uptr)buf, AT_SYMLINK_NOFOLLOW); + #elif SANITIZER_USES_CANONICAL_LINUX_SYSCALLS + return internal_syscall(SYSCALL(newfstatat), AT_FDCWD, (uptr)path, + (uptr)buf, AT_SYMLINK_NOFOLLOW); +@@ -590,7 +592,9 @@ uptr internal_getppid() { + } + + uptr internal_getdents(fd_t fd, struct linux_dirent *dirp, unsigned int count) { +-#if SANITIZER_USES_CANONICAL_LINUX_SYSCALLS ++#if SANITIZER_FREEBSD ++ return internal_syscall(SYSCALL(getdirentries), fd, (uptr)dirp, count, NULL); ++#elif SANITIZER_USES_CANONICAL_LINUX_SYSCALLS + return internal_syscall(SYSCALL(getdents64), fd, (uptr)dirp, count); + #else + return internal_syscall(SYSCALL(getdents), fd, (uptr)dirp, count); Copied: head/devel/llvm38/files/compiler-rt-patch-ino64 (from r441622, head/devel/llvm-devel/files/compiler-rt-patch-ino64) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/llvm38/files/compiler-rt-patch-ino64 Tue May 30 18:14:45 2017 (r442109, copy of r441622, head/devel/llvm-devel/files/compiler-rt-patch-ino64) @@ -0,0 +1,15 @@ +--- lib/sanitizer_common/sanitizer_platform_limits_posix.h.orig 2017-05-24 19:09:24.000000000 +0000 ++++ lib/sanitizer_common/sanitizer_platform_limits_posix.h 2017-05-24 20:12:47.183536000 +0000 +@@ -485,7 +485,12 @@ + }; + #elif SANITIZER_FREEBSD + struct __sanitizer_dirent { ++#if __FreeBSD_version < 1200031 + unsigned int d_fileno; ++#else ++ unsigned long long d_fileno; ++ unsigned long long d_off; ++#endif + unsigned short d_reclen; + // more fields that we don't care about + }; From owner-svn-ports-all@freebsd.org Tue May 30 18:20:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60211B95EC1; Tue, 30 May 2017 18:20:19 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3CB33740A3; Tue, 30 May 2017 18:20:19 +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 v4UIKIs0063626; Tue, 30 May 2017 18:20:18 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UIKIxA063622; Tue, 30 May 2017 18:20:18 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705301820.v4UIKIxA063622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 May 2017 18:20:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442110 - in head/editors: . jucipp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 18:20:19 -0000 Author: tobik Date: Tue May 30 18:20:17 2017 New Revision: 442110 URL: https://svnweb.freebsd.org/changeset/ports/442110 Log: New port: editors/juci juCI++, is a platform independent and lightweight C++ IDE designed towards libclang with speed, stability, and ease of use in mind. It supports syntax highlighting for more than 100 different file types. Furthermore, it supports CMake and Meson as build systems. juCI++ implements Git support through libgit2. It provides debug integration, both local and remote through lldb. Other supported featured are: fast C++ autocompletion, tooltips showing type information and doxygen documentation, rename refactoring across files, automated documentation search, find symbol through Ctags, spell checking depending on file context, runnig shell commands within JuCi++, regex search and replace, smart paste, keys and indentation, source minimap, split view, full UTF-8 support; just to name a few. WWW: https://github.com/cppit/jucipp PR: 215878 Submitted by: Mohammad S. Babaei Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10479 Added: head/editors/jucipp/ head/editors/jucipp/Makefile (contents, props changed) head/editors/jucipp/distinfo (contents, props changed) head/editors/jucipp/pkg-descr (contents, props changed) Modified: head/editors/Makefile Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Tue May 30 18:14:45 2017 (r442109) +++ head/editors/Makefile Tue May 30 18:20:17 2017 (r442110) @@ -81,6 +81,7 @@ SUBDIR += joe SUBDIR += joe2 SUBDIR += jove + SUBDIR += jucipp SUBDIR += jupp SUBDIR += kate SUBDIR += kate-plugin-pate Added: head/editors/jucipp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/jucipp/Makefile Tue May 30 18:20:17 2017 (r442110) @@ -0,0 +1,38 @@ +# Created by: Mohammad S. Babaei +# $FreeBSD$ + +PORTNAME= jucipp +PORTVERSION= 1.2.3 +DISTVERSIONPREFIX= v +CATEGORIES= editors + +MAINTAINER= info@babaei.net +COMMENT= Lightweight C++-IDE with support for C++11, C++14 and C++17 + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libaspell.so:textproc/aspell \ + libboost_filesystem.so:devel/boost-libs \ + libgit2.so:devel/libgit2 \ + libclang.so:devel/llvm40 + +USE_GNOME= gdkpixbuf2 gtkmm30 gtksourceviewmm3 +USES= cmake:outsource desktop-file-utils ninja pkgconfig +INSTALLS_ICONS= yes + +USE_GITHUB= yes +GH_ACCOUNT= cppit +GH_TUPLE= cppit:libclangmm:1ef0424:libclangmm/libclangmm \ + eidheim:tiny-process-library:8025c45:tiny_process_library/tiny-process-library + +PLIST_FILES= bin/juci \ + share/applications/juci.desktop \ + share/icons/hicolor/scalable/apps/juci.svg + +post-patch: +# Make sure that jucipp can find LLVM 4.0 + @${REINPLACE_CMD} 's,[[:<:]]llvm39/\(.*\)[[:>:]],llvm40/\1,g' \ + ${WRKSRC}/cmake_modules/FindLibClang.cmake + +.include Added: head/editors/jucipp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/jucipp/distinfo Tue May 30 18:20:17 2017 (r442110) @@ -0,0 +1,7 @@ +TIMESTAMP = 1492970358 +SHA256 (cppit-jucipp-v1.2.3_GH0.tar.gz) = 18a5ceba2bf904da35e1b80eaddc31e92b0c4c01e8efd163f3d6da862b5d33fb +SIZE (cppit-jucipp-v1.2.3_GH0.tar.gz) = 354568 +SHA256 (cppit-libclangmm-1ef0424_GH0.tar.gz) = 207638f46986ae61c060f35095b31a7c0f6771ca24495ad0bfbb02918f76ea5c +SIZE (cppit-libclangmm-1ef0424_GH0.tar.gz) = 13817 +SHA256 (eidheim-tiny-process-library-8025c45_GH0.tar.gz) = d1ddc974e4047c1c9af9fed21cfaec730a215e3f7a7d74bcd943dd0e6a3eb475 +SIZE (eidheim-tiny-process-library-8025c45_GH0.tar.gz) = 8032 Added: head/editors/jucipp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/jucipp/pkg-descr Tue May 30 18:20:17 2017 (r442110) @@ -0,0 +1,16 @@ +juCI++, is a platform independent and lightweight C++ IDE designed towards +libclang with speed, stability, and ease of use in mind. + +It supports syntax highlighting for more than 100 different file types. +Furthermore, it supports CMake and Meson as build systems. juCI++ implements +Git support through libgit2. It provides debug integration, both local and +remote through lldb. + +Other supported featured are: fast C++ autocompletion, tooltips showing type +information and doxygen documentation, rename refactoring across files, +automated documentation search, find symbol through Ctags, spell checking +depending on file context, runnig shell commands within JuCi++, regex search +and replace, smart paste, keys and indentation, source minimap, split view, +full UTF-8 support; just to name a few. + +WWW: https://github.com/cppit/jucipp From owner-svn-ports-all@freebsd.org Tue May 30 18:21:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 405EDB95F69; Tue, 30 May 2017 18:21: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 mx1.freebsd.org (Postfix) with ESMTPS id 1C21D74240; Tue, 30 May 2017 18:21: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 v4UILaci066674; Tue, 30 May 2017 18:21:36 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UILZ7X066670; Tue, 30 May 2017 18:21:35 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705301821.v4UILZ7X066670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 May 2017 18:21:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442111 - in head/audio: . gstreamer-plugins-sndio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 18:21:37 -0000 Author: tobik Date: Tue May 30 18:21:35 2017 New Revision: 442111 URL: https://svnweb.freebsd.org/changeset/ports/442111 Log: New port: audio/gstreamer-plugins-sndio The GStreamer sndio plugin allows applications that use GStreamer 0.10 to play and record through sndio. This includes several games, audio players like Exaile, and audio editors like Jokosher. WWW: https://github.com/t6/gstreamer-plugins-sndio/ Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10656 Added: head/audio/gstreamer-plugins-sndio/ - copied from r440474, head/audio/gstreamer1-plugins-sndio/ Modified: head/audio/Makefile head/audio/gstreamer-plugins-sndio/Makefile head/audio/gstreamer-plugins-sndio/distinfo head/audio/gstreamer-plugins-sndio/pkg-descr Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Tue May 30 18:20:17 2017 (r442110) +++ head/audio/Makefile Tue May 30 18:21:35 2017 (r442111) @@ -259,6 +259,7 @@ SUBDIR += gstreamer-plugins-shout2 SUBDIR += gstreamer-plugins-sidplay SUBDIR += gstreamer-plugins-sndfile + SUBDIR += gstreamer-plugins-sndio SUBDIR += gstreamer-plugins-soundtouch SUBDIR += gstreamer-plugins-spc SUBDIR += gstreamer-plugins-speex Modified: head/audio/gstreamer-plugins-sndio/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-sndio/Makefile Tue May 9 08:00:02 2017 (r440474) +++ head/audio/gstreamer-plugins-sndio/Makefile Tue May 30 18:21:35 2017 (r442111) @@ -1,26 +1,26 @@ # $FreeBSD$ -PORTNAME= gstreamer1-plugins-sndio -PORTVERSION= 1.8.0 +PORTNAME= gstreamer-plugins-sndio +PORTVERSION= 0.10.31 DISTVERSIONPREFIX= v CATEGORIES= audio MAINTAINER= tobik@FreeBSD.org -COMMENT= Sndio audio sink and source for GStreamer +COMMENT= Sndio audio sink and source for GStreamer 0.10 LICENSE= ISCL -LIB_DEPENDS= libgstaudio-1.0.so:multimedia/gstreamer1-plugins \ - libgstbase-1.0.so:multimedia/gstreamer1 \ +LIB_DEPENDS= libgstaudio-0.10.so:multimedia/gstreamer-plugins \ + libgstbase-0.10.so:multimedia/gstreamer \ libsndio.so:audio/sndio USE_GITHUB= yes GH_ACCOUNT= t6 -USES= gettext-runtime pkgconfig -USE_GNOME= glib20 +USES= pkgconfig +USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes -PLIST_FILES= lib/gstreamer-1.0/libgstsndio.so +PLIST_FILES= lib/gstreamer-0.10/libgstsndio.so .include Modified: head/audio/gstreamer-plugins-sndio/distinfo ============================================================================== --- head/audio/gstreamer1-plugins-sndio/distinfo Tue May 9 08:00:02 2017 (r440474) +++ head/audio/gstreamer-plugins-sndio/distinfo Tue May 30 18:21:35 2017 (r442111) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483950456 -SHA256 (t6-gstreamer1-plugins-sndio-v1.8.0_GH0.tar.gz) = 7edbdefefe3f09ee306a07d22e0151d7835eac7a50c002b7b9a62631c067ddfb -SIZE (t6-gstreamer1-plugins-sndio-v1.8.0_GH0.tar.gz) = 7085 +TIMESTAMP = 1494332812 +SHA256 (t6-gstreamer-plugins-sndio-v0.10.31_GH0.tar.gz) = dc130ab11a2699bbbef2384ba31f8a9dbd79935e88b5ab7629330a2400f2e22e +SIZE (t6-gstreamer-plugins-sndio-v0.10.31_GH0.tar.gz) = 7108 Modified: head/audio/gstreamer-plugins-sndio/pkg-descr ============================================================================== --- head/audio/gstreamer1-plugins-sndio/pkg-descr Tue May 9 08:00:02 2017 (r440474) +++ head/audio/gstreamer-plugins-sndio/pkg-descr Tue May 30 18:21:35 2017 (r442111) @@ -1,7 +1,7 @@ -The GStreamer sndio plugin allows applications that use GStreamer to -play and record to/from an sndio server. +The GStreamer sndio plugin allows applications that use GStreamer 0.10 +to play and record through sndio. -This includes WebKit-based browsers, video players like Totem, and -audio players like Rhythmbox. +This includes several games, audio players like Exaile, and audio +editors like Jokosher. -WWW: https://github.com/t6/gstreamer1-plugins-sndio/ +WWW: https://github.com/t6/gstreamer-plugins-sndio/ From owner-svn-ports-all@freebsd.org Tue May 30 18:33:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DB95BD330D; Tue, 30 May 2017 18:33:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34CE974969; Tue, 30 May 2017 18:33:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UIXwRV071437; Tue, 30 May 2017 18:33:58 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UIXvR2071431; Tue, 30 May 2017 18:33:57 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705301833.v4UIXvR2071431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 May 2017 18:33:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442112 - in head/deskutils/easystroke: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 18:33:59 -0000 Author: tobik Date: Tue May 30 18:33:57 2017 New Revision: 442112 URL: https://svnweb.freebsd.org/changeset/ports/442112 Log: Unbreak build with newer libsigc++ and glibmm - Fix lib dependencies - Respect PREFIX, CFLAGS, CXXFLAGS, and LDFLAGS Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10815 Added: head/deskutils/easystroke/files/patch-actions.cc (contents, props changed) head/deskutils/easystroke/files/patch-actions.h (contents, props changed) Modified: head/deskutils/easystroke/Makefile head/deskutils/easystroke/files/patch-Makefile head/deskutils/easystroke/files/patch-handler.cc Modified: head/deskutils/easystroke/Makefile ============================================================================== --- head/deskutils/easystroke/Makefile Tue May 30 18:21:35 2017 (r442111) +++ head/deskutils/easystroke/Makefile Tue May 30 18:33:57 2017 (r442112) @@ -3,7 +3,7 @@ PORTNAME= easystroke PORTVERSION= 0.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MASTER_SITES= SF @@ -13,16 +13,16 @@ COMMENT= Easystroke is a gesture-recognition applicati LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= fails to build - BUILD_DEPENDS= help2man:misc/help2man \ ${LOCALBASE}/include/xorg/xserver-properties.h:x11-servers/xorg-server -LIB_DEPENDS= libgtkmm-3.0.so:x11-toolkits/gtkmm30 \ +LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libboost_serialization.so:devel/boost-libs -USE_XORG= x11 xtst -USES= gettext gmake pkgconfig +USE_GNOME= gtkmm30 +USE_XORG= x11 xext xfixes xi xtst +USES= compiler:c++11-lang gettext gmake pkgconfig +USE_CXXSTD= c++11 INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS Modified: head/deskutils/easystroke/files/patch-Makefile ============================================================================== --- head/deskutils/easystroke/files/patch-Makefile Tue May 30 18:21:35 2017 (r442111) +++ head/deskutils/easystroke/files/patch-Makefile Tue May 30 18:33:57 2017 (r442112) @@ -1,6 +1,30 @@ ---- Makefile.orig 2013-05-18 19:53:39.780480687 +0200 -+++ Makefile 2013-05-18 19:54:36.579483230 +0200 -@@ -82,9 +82,9 @@ +--- Makefile.orig 2013-03-27 15:52:38 UTC ++++ Makefile +@@ -12,19 +12,15 @@ + # OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + # CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +-DESTDIR = +-PREFIX = /usr/local + BINDIR = $(PREFIX)/bin + ICONDIR = $(PREFIX)/share/icons/hicolor/scalable/apps + MENUDIR = $(PREFIX)/share/applications + LOCALEDIR= $(PREFIX)/share/locale + DFLAGS = +-OFLAGS = -O2 +-AOFLAGS = -O3 +-STROKEFLAGS = -Wall -std=c99 $(DFLAGS) +-CXXFLAGS = -Wall $(DFLAGS) -DLOCALEDIR=\"$(LOCALEDIR)\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` +-CFLAGS = -Wall $(DFLAGS) -DLOCALEDIR=\"$(LOCALEDIR)\" `pkg-config gtk+-3.0 --cflags` -DGETTEXT_PACKAGE='"easystroke"' +-LDFLAGS = $(DFLAGS) ++STROKEFLAGS = -Wall -std=c99 $(CFLAGS) ++CXXFLAGS += -Wall $(DFLAGS) -DLOCALEDIR=\"$(LOCALEDIR)\" `pkg-config gtkmm-3.0 dbus-glib-1 --cflags` ++CFLAGS += -Wall $(DFLAGS) -DLOCALEDIR=\"$(LOCALEDIR)\" `pkg-config gtk+-3.0 --cflags` -DGETTEXT_PACKAGE='"easystroke"' ++LDFLAGS += $(DFLAGS) + + LIBS = $(DFLAGS) -lboost_serialization -lX11 -lXext -lXi -lXfixes -lXtst `pkg-config gtkmm-3.0 dbus-glib-1 --libs` + +@@ -82,9 +78,9 @@ gui.c: gui.glade easystroke.desktop: easystroke.desktop.in $(MOFILES) intltool-merge po/ -d -u $< $@ Added: head/deskutils/easystroke/files/patch-actions.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/easystroke/files/patch-actions.cc Tue May 30 18:33:57 2017 (r442112) @@ -0,0 +1,18 @@ +Fix build with libsigc++ 2.4+ (group was removed). + +https://aur.archlinux.org/cgit/aur.git/commit/sigc.patch?h=easystroke-git&id=3d16f0584c8cf0ade6c181cb56c12d7abe2e17b7 + +--- actions.cc.orig 2013-03-27 15:52:38 UTC ++++ actions.cc +@@ -51,10 +51,8 @@ void TreeViewMulti::on_drag_begin(const Glib::RefPtrset_icon(pb, pb->get_width(), pb->get_height()); + } + +-bool negate(bool b) { return !b; } +- + TreeViewMulti::TreeViewMulti() : Gtk::TreeView(), pending(false) { +- get_selection()->set_select_function(sigc::group(&negate, sigc::ref(pending))); ++ get_selection()->set_select_function(sigc::mem_fun(*this, &TreeViewMulti::negate_pending)); + } + + enum Type { COMMAND, KEY, TEXT, SCROLL, IGNORE, BUTTON, MISC }; Added: head/deskutils/easystroke/files/patch-actions.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/easystroke/files/patch-actions.h Tue May 30 18:33:57 2017 (r442112) @@ -0,0 +1,18 @@ +Fix build with libsigc++ 2.4+ (group was removed). + +https://aur.archlinux.org/cgit/aur.git/commit/sigc.patch?h=easystroke-git&id=3d16f0584c8cf0ade6c181cb56c12d7abe2e17b7 + +--- actions.h.orig 2013-03-27 15:52:38 UTC ++++ actions.h +@@ -31,6 +31,11 @@ class TreeViewMulti : public Gtk::TreeView { + virtual void on_drag_begin(const Glib::RefPtr &context); + public: + TreeViewMulti(); ++ bool negate_pending(const Glib::RefPtr& model, ++ const Gtk::TreeModel::Path& path, ++ bool path_currently_selected) { ++ return !pending; ++ } + }; + + class Actions { Modified: head/deskutils/easystroke/files/patch-handler.cc ============================================================================== --- head/deskutils/easystroke/files/patch-handler.cc Tue May 30 18:21:35 2017 (r442111) +++ head/deskutils/easystroke/files/patch-handler.cc Tue May 30 18:33:57 2017 (r442112) @@ -1,6 +1,6 @@ --- handler.cc.orig 2013-03-27 15:52:38 UTC +++ handler.cc -@@ -533,8 +533,6 @@ public: +@@ -533,8 +533,6 @@ class WaitForPongHandler : public Handler, protected T virtual Grabber::State grab_mode() { return parent->grab_mode(); } }; From owner-svn-ports-all@freebsd.org Tue May 30 18:41:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35F83BD348C; Tue, 30 May 2017 18:41:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 105D274C36; Tue, 30 May 2017 18:41:41 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UIffPW075766; Tue, 30 May 2017 18:41:41 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UIfekL075761; Tue, 30 May 2017 18:41:40 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705301841.v4UIfekL075761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 May 2017 18:41:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442113 - in head/graphics/xsane: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 18:41:42 -0000 Author: tobik Date: Tue May 30 18:41:40 2017 New Revision: 442113 URL: https://svnweb.freebsd.org/changeset/ports/442113 Log: Fix help menu which currently tries to open help files from share/sane/xsane/doc instead of share/doc/xsane where they are installed. While here - Add LICENSE_FILE - Pet portlint: regenerate and rename patches - Switch GIMP option to options helpers - Fix pkg-message. The GIMP plugin now shows up in File->Create and not in File->Acquire. PR: 218989 Approved by: lme (mentor), koalative@gmail.com (maintainer timeout, 4 weeks) Differential Revision: https://reviews.freebsd.org/D10752 Added: head/graphics/xsane/files/patch-src_xsane-save.c - copied, changed from r442112, head/graphics/xsane/files/patch-xsane-save.c Deleted: head/graphics/xsane/files/patch-xsane-save.c Modified: head/graphics/xsane/Makefile head/graphics/xsane/files/patch-src_xsane.h head/graphics/xsane/files/pkg-message.in Modified: head/graphics/xsane/Makefile ============================================================================== --- head/graphics/xsane/Makefile Tue May 30 18:33:57 2017 (r442112) +++ head/graphics/xsane/Makefile Tue May 30 18:41:40 2017 (r442113) @@ -3,14 +3,15 @@ PORTNAME= xsane PORTVERSION= 0.999 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.xsane.org/download/ MAINTAINER= koalative@gmail.com COMMENT= Gtk-based X11 frontend for SANE (Scanner Access Now Easy) -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/xsane.COPYING LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff \ @@ -19,13 +20,10 @@ LIB_DEPENDS= libpng.so:graphics/png \ BUILD_DEPENDS= scanimage:graphics/sane-backends RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake jpeg pkgconfig +USES= gmake jpeg localbase:ldflags pkgconfig USE_GNOME= gtk20 gdkpixbuf2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTDOCS= *.html *.jpg OPTIONS_DEFINE= DOCS GIMP NLS @@ -36,19 +34,16 @@ OPTIONS_SUB= yes GIMP_LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app GIMP_CONFIGURE_ENABLE= gimp2 gimp +GIMP_SUB_FILES= pkg-message NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext NLS_LIBS= -L${LOCALBASE}/lib -lintl -.include - -.if ${PORT_OPTIONS:MGIMP} -SUB_FILES+= pkg-message -.endif - post-patch: @${REINPLACE_CMD} -e 's| $$(DESTDIR)$$(sbindir)||' \ - -e 's|$$(DESTDIR)$$(xsanedocdir)||' ${WRKSRC}/src/Makefile.in + -e 's|$${datadir}/sane/xsane/doc|${DOCSDIR}|g' \ + -e 's|$$(DESTDIR)$$(xsanedocdir)||' \ + ${WRKSRC}/src/Makefile.in ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -e 's|@POSUB@ doc|@POSUB@|' ${WRKSRC}/Makefile.in post-install: Copied and modified: head/graphics/xsane/files/patch-src_xsane-save.c (from r442112, head/graphics/xsane/files/patch-xsane-save.c) ============================================================================== --- head/graphics/xsane/files/patch-xsane-save.c Tue May 30 18:33:57 2017 (r442112, copy source) +++ head/graphics/xsane/files/patch-src_xsane-save.c Tue May 30 18:41:40 2017 (r442113) @@ -1,6 +1,6 @@ ---- src/xsane-save.c.orig 2010-11-16 22:06:00.000000000 +0100 -+++ src/xsane-save.c 2012-05-04 07:37:59.000000000 +0200 -@@ -4910,7 +4910,7 @@ +--- src/xsane-save.c.orig 2010-11-16 21:06:00 UTC ++++ src/xsane-save.c +@@ -4910,7 +4910,7 @@ int xsane_save_png(FILE *outfile, int co return -1; /* error */ } @@ -9,7 +9,7 @@ { snprintf(buf, sizeof(buf), "%s %s", ERR_DURING_SAVE, ERR_LIBPNG); xsane_back_gtk_error(buf, TRUE); -@@ -5100,7 +5100,7 @@ +@@ -5100,7 +5100,7 @@ int xsane_save_png_16(FILE *outfile, int return -1; /* error */ } Modified: head/graphics/xsane/files/patch-src_xsane.h ============================================================================== --- head/graphics/xsane/files/patch-src_xsane.h Tue May 30 18:33:57 2017 (r442112) +++ head/graphics/xsane/files/patch-src_xsane.h Tue May 30 18:41:40 2017 (r442113) @@ -1,5 +1,5 @@ ---- src/xsane.h.o 2012-10-01 11:12:56.549589382 -0400 -+++ src/xsane.h 2012-10-01 11:12:40.660589178 -0400 +--- src/xsane.h.orig 2013-05-22 21:43:46 UTC ++++ src/xsane.h @@ -251,7 +251,7 @@ # elif defined(HAVE_OS2_H) # define DEFAULT_BROWSER "netscape" Modified: head/graphics/xsane/files/pkg-message.in ============================================================================== --- head/graphics/xsane/files/pkg-message.in Tue May 30 18:33:57 2017 (r442112) +++ head/graphics/xsane/files/pkg-message.in Tue May 30 18:41:40 2017 (r442113) @@ -1,14 +1,6 @@ -=============================================================================== - -XSane has been installed. - To install XSane as a GIMP plug-in, please type: ln -sf %%LOCALBASE%%/bin/xsane ~/.gimp-*/plug-ins/xsane Then run the GIMP, and a new "XSane" menu item should appear in the -"File -> Acquire" menu. Use this to access your scanner. - -Have fun! - -=============================================================================== +"File -> Create" menu. From owner-svn-ports-all@freebsd.org Tue May 30 18:59:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D92CBD39C4; Tue, 30 May 2017 18:59:04 +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 mx1.freebsd.org (Postfix) with ESMTPS id CEE2D752A0; Tue, 30 May 2017 18:59:03 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UIx3Of080356; Tue, 30 May 2017 18:59:03 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UIx2TI080349; Tue, 30 May 2017 18:59:02 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705301859.v4UIx2TI080349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 May 2017 18:59:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442114 - in head/devel/sdl12: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 18:59:04 -0000 Author: tobik Date: Tue May 30 18:59:02 2017 New Revision: 442114 URL: https://svnweb.freebsd.org/changeset/ports/442114 Log: Add sndio backend While here - Add LICENSE_FILE, USES=localbase - Strip library - Group audio backend options - Use options helpers for VGL I think the configure script patch needs to be explained. OpenBSD regenerates the configure script from configure.in after patching sndio detection into it. However SDL 1.2 requires an older autoconf version (2.59) which is not available on FreeBSD. Lots of errors when using autoconf 2.69. Since I was unable to regenerate it I opted to edit configure manually. So it does the bare minimum to wire the backend sources into the build and make sure that SNDIO_CONFIGURE_ENABLE can do its job in enabling/disabling sndio support. Approved by: lme (mentor) Obtained from: OpenBSD Differential Revision: https://reviews.freebsd.org/D10658 Added: head/devel/sdl12/files/SDL_sndioaudio.c (contents, props changed) head/devel/sdl12/files/SDL_sndioaudio.h (contents, props changed) head/devel/sdl12/files/patch-src_audio_SDL__audio.c (contents, props changed) head/devel/sdl12/files/patch-src_audio_SDL__sysaudio.h (contents, props changed) Modified: head/devel/sdl12/Makefile head/devel/sdl12/files/patch-configure head/devel/sdl12/pkg-plist Modified: head/devel/sdl12/Makefile ============================================================================== --- head/devel/sdl12/Makefile Tue May 30 18:41:40 2017 (r442113) +++ head/devel/sdl12/Makefile Tue May 30 18:59:02 2017 (r442114) @@ -3,7 +3,7 @@ PORTNAME= sdl PORTVERSION= 1.2.15 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ @@ -13,27 +13,27 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform multimedia development API LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= nasm:devel/nasm -USES= gmake iconv libtool pathfix pkgconfig +USES= gmake iconv libtool localbase:ldflags pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_libusbhid_h=no - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -CONFIGURE_ARGS+=--disable-alsa --disable-alsatest \ +CONFIGURE_ARGS= --disable-alsa --disable-alsatest \ --disable-arts --disable-video-directfb --disable-video-ggi EXAMPLES= test/*.c test/*.bmp test/*.dat test/*.xbm test/*.wav -DOCS= BUGS COPYING CREDITS README README-SDL.txt WhatsNew docs.html +DOCS= BUGS CREDITS README README-SDL.txt WhatsNew docs.html -OPTIONS_DEFINE= AALIB DOCS ESOUND EXAMPLES NAS OPENGL OSS \ - PULSEAUDIO SVGALIB X11 +OPTIONS_DEFINE= AALIB DOCS EXAMPLES OPENGL SVGALIB X11 OPTIONS_DEFAULT= AALIB OPENGL OSS X11 +OPTIONS_GROUP= AUDIO +OPTIONS_GROUP_AUDIO= ESOUND NAS OSS PULSEAUDIO SNDIO +AUDIO_DESC= Audio backend + .if exists(/usr/lib/libvgl.so) OPTIONS_DEFINE+= VGL VGL_DESC= Video Graphics Lib support @@ -51,22 +51,23 @@ OPENGL_USE= GL=yes OSS_CONFIGURE_ENABLE= oss PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio +SNDIO_CONFIGURE_ENABLE= sndio +SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio SVGALIB_CONFIGURE_ENABLE= video-svga SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib VGL_CONFIGURE_ENABLE= video-vgl +VGL_VARS_OFF= PKGMESSAGE=none X11_CONFIGURE_ENABLE= video-x11 X11_USE= XORG=x11,xrender,xrandr,xextproto -.include - -.if ! ${PORT_OPTIONS:MVGL} -PKGMESSAGE= none -.endif - post-patch: @${REINPLACE_CMD} -e '/EXTRA_LDFLAGS/s/-liconv/${ICONV_LIB}/' \ ${WRKSRC}/configure +post-patch-SNDIO-on: + @${MKDIR} ${WRKSRC}/src/audio/sndio + @${CP} ${FILESDIR}/SDL_sndioaudio.* ${WRKSRC}/src/audio/sndio + post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} &&\ ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ &&\ @@ -74,5 +75,6 @@ post-install: ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR}/ "! -regex .*/man3.*" ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} &&\ ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${EXAMPLESDIR}/ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libSDL-1.2.so.0.11.4 .include Added: head/devel/sdl12/files/SDL_sndioaudio.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sdl12/files/SDL_sndioaudio.c Tue May 30 18:59:02 2017 (r442114) @@ -0,0 +1,243 @@ +/* + * Copyright (c) 2008 Jacob Meuser + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +#include "SDL_config.h" + +/* Allow access to a raw mixing buffer */ + +#ifdef HAVE_SIGNAL_H +#include +#endif +#include + +#include "SDL_timer.h" +#include "SDL_audio.h" +#include "../SDL_audiomem.h" +#include "../SDL_audio_c.h" +#include "../SDL_audiodev_c.h" +#include "SDL_sndioaudio.h" + +/* The tag name used by sndio audio */ +#define SNDIO_DRIVER_NAME "sndio" + +/* Audio driver functions */ +static int SNDIO_OpenAudio(_THIS, SDL_AudioSpec *spec); +static void SNDIO_WaitAudio(_THIS); +static void SNDIO_PlayAudio(_THIS); +static Uint8 *SNDIO_GetAudioBuf(_THIS); +static void SNDIO_CloseAudio(_THIS); + +/* Audio driver bootstrap functions */ + +static int Audio_Available(void) +{ + struct sio_hdl *this_hdl; + int available = 0; + + if ( (this_hdl = sio_open(SIO_DEVANY, SIO_PLAY, 0)) != NULL ) { + sio_close(this_hdl); + available = 1; + } + + return available; +} + +static void Audio_DeleteDevice(SDL_AudioDevice *device) +{ + SDL_free(device->hidden); + SDL_free(device); +} + +static SDL_AudioDevice *Audio_CreateDevice(int devindex) +{ + SDL_AudioDevice *this; + + /* Initialize all variables that we clean on shutdown */ + this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice)); + if ( this ) { + SDL_memset(this, 0, (sizeof *this)); + this->hidden = (struct SDL_PrivateAudioData *) + SDL_malloc((sizeof *this->hidden)); + } + if ( (this == NULL) || (this->hidden == NULL) ) { + SDL_OutOfMemory(); + if ( this ) { + SDL_free(this); + } + return(0); + } + SDL_memset(this->hidden, 0, (sizeof *this->hidden)); + + /* Set the function pointers */ + this->OpenAudio = SNDIO_OpenAudio; + this->WaitAudio = SNDIO_WaitAudio; + this->PlayAudio = SNDIO_PlayAudio; + this->GetAudioBuf = SNDIO_GetAudioBuf; + this->CloseAudio = SNDIO_CloseAudio; + + this->free = Audio_DeleteDevice; + + hdl = NULL; + + return this; +} + +AudioBootStrap SNDIO_bootstrap = { + SNDIO_DRIVER_NAME, "sndio", + Audio_Available, Audio_CreateDevice +}; + + + +/* This function waits until it is possible to write a full sound buffer */ +static void SNDIO_WaitAudio(_THIS) +{ + /* nothing, we're using the blocking api */ +} + +static void SNDIO_PlayAudio(_THIS) +{ + int written; + + /* Write the audio data */ + written = sio_write(hdl, mixbuf, mixlen); + + /* If we couldn't write, assume fatal error for now */ + if ( written == 0 ) { + this->enabled = 0; + } +#ifdef DEBUG_AUDIO + fprintf(stderr, "Wrote %d bytes of audio data\n", written); +#endif +} + +static Uint8 *SNDIO_GetAudioBuf(_THIS) +{ + return(mixbuf); +} + +static void SNDIO_CloseAudio(_THIS) +{ + if ( mixbuf != NULL ) { + SDL_FreeAudioMem(mixbuf); + mixbuf = NULL; + } + if ( hdl != NULL ) { + sio_close(hdl); + hdl = NULL; + } +} + +static int SNDIO_OpenAudio(_THIS, SDL_AudioSpec *spec) +{ + struct sio_par par; + + mixbuf = NULL; + + if ((hdl = sio_open(NULL, SIO_PLAY, 0)) == NULL) { + SDL_SetError("sio_open() failed"); + return(-1); + } + + sio_initpar(&par); + + switch (spec->format) { + case AUDIO_S16LSB: + par.bits = 16; + par.sig = 1; + par.le = 1; + break; + case AUDIO_S16MSB: + par.bits = 16; + par.sig = 1; + par.le = 0; + break; + case AUDIO_S8: + par.bits = 8; + par.sig = 1; + break; + case AUDIO_U16LSB: + par.bits = 16; + par.sig = 0; + par.le = 1; + break; + case AUDIO_U16MSB: + par.bits = 16; + par.sig = 0; + par.le = 0; + break; + case AUDIO_U8: + par.bits = 8; + par.sig = 0; + break; + default: + SDL_SetError("SNDIO unknown format"); + return(-1); + } + + par.rate = spec->freq; + par.pchan = spec->channels; + par.round = spec->samples; + par.appbufsz = par.round * 2; + + if (sio_setpar(hdl, &par) == 0) { + SDL_SetError("sio_setpar() failed"); + return(-1); + } + + if (sio_getpar(hdl, &par) == 0) { + SDL_SetError("sio_getpar() failed"); + return(-1); + } + + if (par.bits == 16) { + if (par.sig && par.le) { + spec->format = AUDIO_S16LSB; + } else if (par.sig && !par.le) { + spec->format = AUDIO_S16MSB; + } else if (!par.sig && par.le) { + spec->format = AUDIO_U16LSB; + } else + spec->format = AUDIO_U16MSB; + } else if (par.bits == 8) { + spec->format = par.sig ? AUDIO_S8 : AUDIO_U8; + } else { + SDL_SetError("SNDIO couldn't configure a suitable format"); + return(-1); + } + + spec->freq = par.rate; + spec->channels = par.pchan; + spec->samples = par.round; + + SDL_CalculateAudioSpec(spec); + + /* Allocate mixing buffer */ + mixlen = spec->size; + mixbuf = (Uint8 *)SDL_AllocAudioMem(mixlen); + if ( mixbuf == NULL ) { + return(-1); + } + SDL_memset(mixbuf, spec->silence, spec->size); + + if ( sio_start(hdl) == 0 ) { + SDL_SetError("sio_start() failed"); + return(-1); + } + + /* We're ready to rock and roll. :-) */ + return(0); +} Added: head/devel/sdl12/files/SDL_sndioaudio.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sdl12/files/SDL_sndioaudio.h Tue May 30 18:59:02 2017 (r442114) @@ -0,0 +1,50 @@ +/* + * Copyright (c) 2008 Jacob Meuser + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +#include "SDL_config.h" + +#ifndef _SDL_sndioaudio_h +#define _SDL_sndioaudio_h + +#include + +#include "../SDL_sysaudio.h" + +/* Hidden "this" pointer for the video functions */ +#define _THIS SDL_AudioDevice *this + +struct SDL_PrivateAudioData { + /* The stream descriptor for the audio device */ + struct sio_hdl *hdl; + + /* The parent process id, to detect when application quits */ + pid_t parent; + + /* Raw mixing buffer */ + Uint8 *mixbuf; + int mixlen; + +}; + +/* Old variable names */ +#define stream (this->hidden->stream) +#define parent (this->hidden->parent) +#define mixbuf (this->hidden->mixbuf) +#define mixlen (this->hidden->mixlen) +#define hdl (this->hidden->hdl) + +#endif /* _SDL_sndioaudio_h */ + Modified: head/devel/sdl12/files/patch-configure ============================================================================== --- head/devel/sdl12/files/patch-configure Tue May 30 18:41:40 2017 (r442113) +++ head/devel/sdl12/files/patch-configure Tue May 30 18:59:02 2017 (r442114) @@ -22,3 +22,28 @@ BASE_LDFLAGS="" ;; esac +@@ -20999,6 +20993,16 @@ + fi + fi + } ++ ++CheckSndio() ++{ ++if test "x${enable_sndio}" = "xyes"; then : ++ SOURCES="$SOURCES $srcdir/src/audio/sndio/SDL_sndioaudio.c" ++ EXTRA_CFLAGS="$EXTRA_CFLAGS -DSDL_AUDIO_DRIVER_SNDIO=1" ++ EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lsndio" ++ have_audio=yes ++fi ++} + + CheckPulseAudio() + { +@@ -29551,6 +29555,7 @@ + CheckALSA + CheckARTSC + CheckESD ++ CheckSndio + CheckPulseAudio + CheckNAS + CheckX11 Added: head/devel/sdl12/files/patch-src_audio_SDL__audio.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sdl12/files/patch-src_audio_SDL__audio.c Tue May 30 18:59:02 2017 (r442114) @@ -0,0 +1,19 @@ +$OpenBSD: patch-src_audio_SDL_audio_c,v 1.17 2012/03/02 09:10:38 dcoppa Exp $ +--- src/audio/SDL_audio.c.orig 2012-01-19 06:30:06 UTC ++++ src/audio/SDL_audio.c +@@ -36,11 +36,15 @@ + + /* Available audio drivers */ + static AudioBootStrap *bootstrap[] = { ++ + #if SDL_AUDIO_DRIVER_PULSE + &PULSE_bootstrap, + #endif + #if SDL_AUDIO_DRIVER_ALSA + &ALSA_bootstrap, ++#endif ++#if SDL_AUDIO_DRIVER_SNDIO ++ &SNDIO_bootstrap, + #endif + #if SDL_AUDIO_DRIVER_BSD + &BSD_AUDIO_bootstrap, Added: head/devel/sdl12/files/patch-src_audio_SDL__sysaudio.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/sdl12/files/patch-src_audio_SDL__sysaudio.h Tue May 30 18:59:02 2017 (r442114) @@ -0,0 +1,13 @@ +$OpenBSD: patch-src_audio_SDL_sysaudio_h,v 1.6 2012/03/02 09:10:38 dcoppa Exp $ +--- src/audio/SDL_sysaudio.h.orig 2012-01-19 06:30:06 UTC ++++ src/audio/SDL_sysaudio.h +@@ -105,6 +105,9 @@ typedef struct AudioBootStrap { + #if SDL_AUDIO_DRIVER_BSD + extern AudioBootStrap BSD_AUDIO_bootstrap; + #endif ++#if SDL_AUDIO_DRIVER_SNDIO ++extern AudioBootStrap SNDIO_bootstrap; ++#endif + #if SDL_AUDIO_DRIVER_PULSE + extern AudioBootStrap PULSE_bootstrap; + #endif Modified: head/devel/sdl12/pkg-plist ============================================================================== --- head/devel/sdl12/pkg-plist Tue May 30 18:41:40 2017 (r442113) +++ head/devel/sdl12/pkg-plist Tue May 30 18:59:02 2017 (r442114) @@ -213,7 +213,6 @@ man/man3/SDL_mutexP.3.gz man/man3/SDL_mutexV.3.gz share/aclocal/sdl.m4 %%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README-SDL.txt From owner-svn-ports-all@freebsd.org Tue May 30 19:14:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E112BD3DA6; Tue, 30 May 2017 19:14:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E34875A0A; Tue, 30 May 2017 19:14:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UJEVS5088257; Tue, 30 May 2017 19:14:31 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UJEVsJ088256; Tue, 30 May 2017 19:14:31 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705301914.v4UJEVsJ088256@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 May 2017 19:14:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r442115 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 19:14:32 -0000 Author: mat Date: Tue May 30 19:14:31 2017 New Revision: 442115 URL: https://svnweb.freebsd.org/changeset/ports/442115 Log: Welcome Bradley T. Hughes (bhughes) to the rank of ports committers. Sponsored by: Absolight Modified: svnadmin/conf/access svnadmin/conf/mentors Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Tue May 30 18:59:02 2017 (r442114) +++ svnadmin/conf/access Tue May 30 19:14:31 2017 (r442115) @@ -35,6 +35,7 @@ bapt bar bdrewery beat +bhughes bland bmah bofh Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Tue May 30 18:59:02 2017 (r442114) +++ svnadmin/conf/mentors Tue May 30 19:14:31 2017 (r442115) @@ -14,6 +14,7 @@ # Mentee Mentor Optional comment alonso rakuco Co-mentor: makc +bhughes robak Co-mentor: mat brd bdrewery Co-mentor: zi, swills dbaio garga dumbbell antoine Co-mentor: bapt From owner-svn-ports-all@freebsd.org Tue May 30 19:28:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9982BDA212; Tue, 30 May 2017 19:28:38 +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 889967616F; Tue, 30 May 2017 19:28:38 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id C783C520; Tue, 30 May 2017 19:28:37 +0000 (UTC) Date: Tue, 30 May 2017 19:28:37 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: Steven Kreuzer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442065 - in head/math/moo: . files Message-ID: <20170530192837.GB53834@FreeBSD.org> References: <201705301351.v4UDpAY7022524@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.2 (2017-04-18) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 19:28:38 -0000 On Tue, May 30, 2017 at 05:44:54PM +0200, Mathieu Arnold wrote: > Le 30/05/2017 ?? 15:51, Steven Kreuzer a ??crit : > > -PORTVERSION= 1.3 > > +PORTVERSION= 1.5 > > > > +GH_TAGNAME= ${PORTVERSION} > > This PORTVERSION is the default for GH_TAGNAME, so GH_TAGNAME should be > ommitted. Not to mention that the whole http://www.cyth.net/moo/ -> GitHub move was unexplained (as well as added patch). Note that WWW: line in pkg-descr still points to the old(?) URL. ./danfe From owner-svn-ports-all@freebsd.org Tue May 30 19:38:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39BD1BDA593; Tue, 30 May 2017 19:38:31 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07F5776670; Tue, 30 May 2017 19:38:30 +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 v4UJcUJJ096773; Tue, 30 May 2017 19:38:30 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UJcUkY096771; Tue, 30 May 2017 19:38:30 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201705301938.v4UJcUkY096771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 30 May 2017 19:38:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442116 - head/devel/libuv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 19:38:31 -0000 Author: thierry Date: Tue May 30 19:38:29 2017 New Revision: 442116 URL: https://svnweb.freebsd.org/changeset/ports/442116 Log: Upgrade to 1.12.0. Changelog at . Modified: head/devel/libuv/Makefile head/devel/libuv/distinfo Modified: head/devel/libuv/Makefile ============================================================================== --- head/devel/libuv/Makefile Tue May 30 19:14:31 2017 (r442115) +++ head/devel/libuv/Makefile Tue May 30 19:38:29 2017 (r442116) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libuv -PORTVERSION= 1.11.0 +PORTVERSION= 1.12.0 DISTVERSIONPREFIX= v CATEGORIES= devel #MASTER_SITES= http://dist.libuv.org/dist/v${PORTVERSION}/ Modified: head/devel/libuv/distinfo ============================================================================== --- head/devel/libuv/distinfo Tue May 30 19:14:31 2017 (r442115) +++ head/devel/libuv/distinfo Tue May 30 19:38:29 2017 (r442116) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486067597 -SHA256 (libuv-libuv-v1.11.0_GH0.tar.gz) = 6ec7eec6ecc24b1a8ffedebedb2fe9313fffb5410de89aaf784dd01080411c7a -SIZE (libuv-libuv-v1.11.0_GH0.tar.gz) = 1083067 +TIMESTAMP = 1496172198 +SHA256 (libuv-libuv-v1.12.0_GH0.tar.gz) = 41ce914a88da21d3b07a76023beca57576ca5b376c6ac440c80bc581cbca1250 +SIZE (libuv-libuv-v1.12.0_GH0.tar.gz) = 1146259 From owner-svn-ports-all@freebsd.org Tue May 30 19:49:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 237E3BDA97F; Tue, 30 May 2017 19:49:35 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8780C76AD4; Tue, 30 May 2017 19:49:34 +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 v4UJnXew000878; Tue, 30 May 2017 19:49:33 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UJnX4p000877; Tue, 30 May 2017 19:49:33 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201705301949.v4UJnX4p000877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Tue, 30 May 2017 19:49:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442117 - head/graphics/graphviz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 19:49:35 -0000 Author: dinoex Date: Tue May 30 19:49:33 2017 New Revision: 442117 URL: https://svnweb.freebsd.org/changeset/ports/442117 Log: - use OPTION_VARS= SHEBANG_FILES+= - extend SHEBANG_FILES for modgraph.py - fix PYTHON_LDFLAGS - remove tcl workaround PR: 219511 Submitted by: John Hein - extend SHEBANG_FILES for modgraph.pl Modified: head/graphics/graphviz/Makefile Modified: head/graphics/graphviz/Makefile ============================================================================== --- head/graphics/graphviz/Makefile Tue May 30 19:38:29 2017 (r442116) +++ head/graphics/graphviz/Makefile Tue May 30 19:49:33 2017 (r442117) @@ -3,7 +3,7 @@ PORTNAME= graphviz PORTVERSION= 2.40.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ @@ -28,10 +28,6 @@ PLIST_SUB= PORTVERSION="${PORTVERSION}" MAKE_ENV= EXPR_COMPAT=yes -SHEBANG_LANG= tcl -tcl_OLD_CMD= /usr/bin/tclsh -tcl_CMD= ${TCLSH} - FIX_INCLUDE= \ lib/cdt/dthdr.h \ lib/pathplan/tri.h lib/pathplan/pathplan.h \ @@ -139,21 +135,27 @@ DEVIL_CONFIGURE_WITH= devil GHOSTSCRIPT_CONFIGURE_OFF= --with-ghostscript=no GHOSTSCRIPT_IMPLIES= PANGOCAIRO PERL_CONFIGURE_ENABLE= perl +PERL_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.pl PHP_CONFIGURE_ENABLE= php PHP_CPPFLAGS= -I${LOCALBASE}/include/php/Zend +PHP_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.php PYTHON_CONFIGURE_ENABLE= python -PYTHON_LDFLAGS= "-L${PYTHON_LIBDIR}" +PYTHON_LDFLAGS= "-L${PYTHONBASE}/lib" +PYTHON_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.py RUBY_CONFIGURE_ENABLE= ruby RUBY_CONFIGURE_ENV= RUBY="${RUBY}" +RUBY_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.rb LUA_CONFIGURE_ENABLE= lua LUA_CFLAGS= -I${LUA_INCDIR} LUA_LDFLAGS= -L${LUA_LIBDIR} -lm LUA_CONFIGURE_ENV= LUA="${LUA_BINDIR}/lua" \ LUA_INSTALL_DIR=${PREFIX}/lib/lua/${LUA_VER} +LUA_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.lua TCL_CONFIGURE_ENABLE= tcl TCL_CPPFLAGS= -I${TK_INCLUDEDIR} TCL_CONFIGURE_ON= --with-tclsh=${TCLSH} --enable-tcl=yes TCL_CONFIGURE_ENV= TCLCONFIG="${TCL_LIBDIR}/tclConfig.sh" +TCL_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.tcl TK_CPPFLAGS= -I${TK_INCLUDEDIR} TK_CONFIGURE_ON= --with-wish=${WISH} TK_CONFIGURE_ENV= TKCONFIG="${TK_LIBDIR}/tkConfig.sh" @@ -208,20 +210,7 @@ CONFIGURE_ENV+= SWIG="/nonexistent" .endif .if ${PORT_OPTIONS:MPHP} -SHEBANG_FILES+= tclpkg/gv/demo/modgraph.php IGNORE_WITH_PHP= 56 71 -.endif - -.if ${PORT_OPTIONS:MRUBY} -SHEBANG_FILES+= tclpkg/gv/demo/modgraph.rb -.endif - -.if ${PORT_OPTIONS:MLUA} -SHEBANG_FILES+= tclpkg/gv/demo/modgraph.lua -.endif - -.if ${PORT_OPTIONS:MTCL} -SHEBANG_FILES+= tclpkg/gv/demo/modgraph.tcl .endif post-patch: From owner-svn-ports-all@freebsd.org Tue May 30 20:13:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C984BEB66A; Tue, 30 May 2017 20:13:52 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6684B77A4D; Tue, 30 May 2017 20:13:52 +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 v4UKDpDI013041; Tue, 30 May 2017 20:13:51 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UKDpUL013036; Tue, 30 May 2017 20:13:51 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705302013.v4UKDpUL013036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 30 May 2017 20:13:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442118 - in head/mail: dovecot2 dovecot2-antispam-plugin dovecot2-pigeonhole dovecot2/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 20:13:52 -0000 Author: adamw Date: Tue May 30 20:13:50 2017 New Revision: 442118 URL: https://svnweb.freebsd.org/changeset/ports/442118 Log: Update dovecot to 2.2.30, and bump PORTREVISION in consumers. * auth: Use timing safe comparisons for everything related to passwords. It's unlikely that these could have been used for practical attacks, especially because Dovecot delays and flushes all failed authentications in 2 second intervals. Also it could have worked only when passwords were stored in plaintext in the passdb. * master process sends SIGQUIT to all running children at shutdown, which instructs them to close all the socket listeners immediately. This way restarting Dovecot should no longer fail due to some processes keeping the listeners open for a long time. + auth: Add passdb { mechanisms=none } to match separate passdb lookup + auth: Add passdb { username_filter } to use passdb only if user matches the filter. See https://wiki2.dovecot.org/PasswordDatabase + dsync: Add dsync_commit_msgs_interval setting. It attempts to commit the transaction after saving this many new messages. Because of the way dsync works, it may not always be possible if mails are copied or UIDs need to change. + imapc: Support imapc_features=search without ESEARCH extension. + imapc: Add imapc_features=fetch-bodystructure to pass through remote server's FETCH BODY and BODYSTRUCTURE. + imapc: Add quota=imapc backend to use GETQUOTA/GETQUOTAROOT on the remote server. + passdb imap: Add allow_invalid_cert and ssl_ca_file parameters. + If dovecot.index.cache corruption is detected, reset only the one corrupted mail instead of the whole file. + doveadm mailbox status: Add "firstsaved" field. + director_flush_socket: Add old host's up/down and vhost count as parameters - More fixes to automatically fix corruption in dovecot.list.index - dsync-server: Fix support for dsync_features=empty-header-workaround - imapc: Various bugfixes, including infinite loops on some errors - IMAP NOTIFY wasn't working for non-INBOX if IMAP client hadn't enabled modseq tracking via CONDSTORE/QRESYNC. - fts-lucene: Fix it to work again with mbox format - Some internal error messages may have contained garbage in v2.2.29 - mail-crypt: Re-encrypt when copying/moving mails and per-mailbox keys are used. Otherwise the copied mails can't be opened. - vpopmail: Fix compiling Deleted: head/mail/dovecot2/files/patch-fix-ntlm_auth Modified: head/mail/dovecot2-antispam-plugin/Makefile head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2/Makefile head/mail/dovecot2/distinfo head/mail/dovecot2/pkg-plist Modified: head/mail/dovecot2-antispam-plugin/Makefile ============================================================================== --- head/mail/dovecot2-antispam-plugin/Makefile Tue May 30 19:49:33 2017 (r442117) +++ head/mail/dovecot2-antispam-plugin/Makefile Tue May 30 20:13:50 2017 (r442118) @@ -3,7 +3,7 @@ PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20130429 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= mail MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Tue May 30 19:49:33 2017 (r442117) +++ head/mail/dovecot2-pigeonhole/Makefile Tue May 30 20:13:50 2017 (r442118) @@ -3,7 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Tue May 30 19:49:33 2017 (r442117) +++ head/mail/dovecot2/Makefile Tue May 30 20:13:50 2017 (r442118) @@ -13,10 +13,9 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.2.29.1 -PORTREVISION= 2 +PORTVERSION= 2.2.30 CATEGORIES= mail ipv6 -MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R:R}/ +MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 MAINTAINER= adamw@FreeBSD.org Modified: head/mail/dovecot2/distinfo ============================================================================== --- head/mail/dovecot2/distinfo Tue May 30 19:49:33 2017 (r442117) +++ head/mail/dovecot2/distinfo Tue May 30 20:13:50 2017 (r442118) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492013710 -SHA256 (dovecot-2.2.29.1.tar.gz) = ccfa9ffb7eb91e9e87c21c108324b911250c9ffa838bffb64b1caafadcb0f388 -SIZE (dovecot-2.2.29.1.tar.gz) = 5972119 +TIMESTAMP = 1496174499 +SHA256 (dovecot-2.2.30.tar.gz) = 126b07cbf4c313e8fc6df273282f60710b453a7a678f502fd45c2fa7192127f3 +SIZE (dovecot-2.2.30.tar.gz) = 6006654 Modified: head/mail/dovecot2/pkg-plist ============================================================================== --- head/mail/dovecot2/pkg-plist Tue May 30 19:49:33 2017 (r442117) +++ head/mail/dovecot2/pkg-plist Tue May 30 20:13:50 2017 (r442118) @@ -229,6 +229,7 @@ include/dovecot/imap-seqset.h include/dovecot/imap-settings.h include/dovecot/imap-state.h include/dovecot/imap-status.h +include/dovecot/imap-sync-private.h include/dovecot/imap-sync.h include/dovecot/imap-url.h include/dovecot/imap-urlauth-backend.h From owner-svn-ports-all@freebsd.org Tue May 30 20:30:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DCB0BEBCFF; Tue, 30 May 2017 20:30:51 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 576DA78526; Tue, 30 May 2017 20:30:51 +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 v4UKUoxT017420; Tue, 30 May 2017 20:30:50 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UKUoB8017417; Tue, 30 May 2017 20:30:50 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201705302030.v4UKUoB8017417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 30 May 2017 20:30:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442119 - in branches/2017Q2/audio/musicpd: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 20:30:51 -0000 Author: riggs Date: Tue May 30 20:30:50 2017 New Revision: 442119 URL: https://svnweb.freebsd.org/changeset/ports/442119 Log: MFH: r440334 r441969 Fix library updating Details: Apparently, clang optimises exceptions with __attribute__((pure)) more aggressively than gcc, causing mpd to not notice files removed from the library. This patch causes mpd to be built without the pure attribute. PR: 219048 Reported by: hideo@lastamericanempire.com Update to upstream version 0.20.8 Approved by: ports-secteam (feld) Added: branches/2017Q2/audio/musicpd/files/patch-src_Compiler.h - copied unchanged from r440334, head/audio/musicpd/files/patch-src_Compiler.h Modified: branches/2017Q2/audio/musicpd/Makefile branches/2017Q2/audio/musicpd/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/audio/musicpd/Makefile ============================================================================== --- branches/2017Q2/audio/musicpd/Makefile Tue May 30 20:13:50 2017 (r442118) +++ branches/2017Q2/audio/musicpd/Makefile Tue May 30 20:30:50 2017 (r442119) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.20.6 -PORTREVISION= 3 +PORTVERSION= 0.20.8 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: branches/2017Q2/audio/musicpd/distinfo ============================================================================== --- branches/2017Q2/audio/musicpd/distinfo Tue May 30 20:13:50 2017 (r442118) +++ branches/2017Q2/audio/musicpd/distinfo Tue May 30 20:30:50 2017 (r442119) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489218787 -SHA256 (mpd-0.20.6.tar.xz) = f4055e1189e5cc00e83706b2e0b5ead924ced0303e073d7802ee9f9a8eba4b47 -SIZE (mpd-0.20.6.tar.xz) = 772140 +TIMESTAMP = 1495999052 +SHA256 (mpd-0.20.8.tar.xz) = 7d177f29663c4a0997413401e52bbf11d2bb472773bbcf9294f839c4b8751e35 +SIZE (mpd-0.20.8.tar.xz) = 773128 Copied: branches/2017Q2/audio/musicpd/files/patch-src_Compiler.h (from r440334, head/audio/musicpd/files/patch-src_Compiler.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/audio/musicpd/files/patch-src_Compiler.h Tue May 30 20:30:50 2017 (r442119, copy of r440334, head/audio/musicpd/files/patch-src_Compiler.h) @@ -0,0 +1,11 @@ +--- src/Compiler.h.orig 2017-01-27 07:46:51 UTC ++++ src/Compiler.h +@@ -86,7 +86,7 @@ + #define gcc_noreturn __attribute__((noreturn)) + #define gcc_packed __attribute__((packed)) + #define gcc_printf(a,b) __attribute__((format(printf, a, b))) +-#define gcc_pure __attribute__((pure)) ++#define gcc_pure + #define gcc_sentinel __attribute__((sentinel)) + #define gcc_unused __attribute__((unused)) + #define gcc_warn_unused_result __attribute__((warn_unused_result)) From owner-svn-ports-all@freebsd.org Tue May 30 20:32:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F371FBEBD58; Tue, 30 May 2017 20:32:06 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C11C3786E2; Tue, 30 May 2017 20:32:06 +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 v4UKW5rU020541; Tue, 30 May 2017 20:32:05 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UKW5GK020540; Tue, 30 May 2017 20:32:05 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201705302032.v4UKW5GK020540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 30 May 2017 20:32:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442120 - head/net/spread X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 20:32:07 -0000 Author: bapt Date: Tue May 30 20:32:05 2017 New Revision: 442120 URL: https://svnweb.freebsd.org/changeset/ports/442120 Log: Fix build with groff from ports and register the groff dependency PR: 213725 Modified: head/net/spread/Makefile Modified: head/net/spread/Makefile ============================================================================== --- head/net/spread/Makefile Tue May 30 20:30:50 2017 (r442119) +++ head/net/spread/Makefile Tue May 30 20:32:05 2017 (r442120) @@ -14,7 +14,7 @@ COMMENT= The Spread Group Communication System, a netw MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes -USES= perl5 tar:xz +USES= groff perl5 tar:xz USE_PERL5= build run USE_RC_SUBR= spread USE_LDCONFIG= yes @@ -32,6 +32,10 @@ PKGMESSAGE= ${WRKSRC}/license.txt PORTDOCS= Readme.txt LICENSE HEADERFILES= sp_func.h sp_func.h sp_events.h +# The groff port does not install a "nroff binary" force configure to use +# 'groff' directly + +CONFIGURE_ENV+= ac_cv_path_NROFF=groff # bsd.port.mk doesn't allow us to use GNU_CONFIGURE and PERL_CONFIGURE together. PERL_CONFIGURE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" PREFIX="${PREFIX}" \ INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib" From owner-svn-ports-all@freebsd.org Tue May 30 20:34:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F13EEBEBDB7; Tue, 30 May 2017 20:34: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 mx1.freebsd.org (Postfix) with ESMTPS id B794B7894D; Tue, 30 May 2017 20:34: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 v4UKYtQe021603; Tue, 30 May 2017 20:34:55 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UKYtQi021602; Tue, 30 May 2017 20:34:55 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201705302034.v4UKYtQi021602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 30 May 2017 20:34:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442121 - head/net/spread X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 20:34:57 -0000 Author: bapt Date: Tue May 30 20:34:55 2017 New Revision: 442121 URL: https://svnweb.freebsd.org/changeset/ports/442121 Log: Update the comment to better explain the problem with the way the configure script lookup for nroff Modified: head/net/spread/Makefile Modified: head/net/spread/Makefile ============================================================================== --- head/net/spread/Makefile Tue May 30 20:32:05 2017 (r442120) +++ head/net/spread/Makefile Tue May 30 20:34:55 2017 (r442121) @@ -32,8 +32,8 @@ PKGMESSAGE= ${WRKSRC}/license.txt PORTDOCS= Readme.txt LICENSE HEADERFILES= sp_func.h sp_func.h sp_events.h -# The groff port does not install a "nroff binary" force configure to use -# 'groff' directly +# The configure script fails to find nroff in LOCALBASE, but works fine if +# 'groff' is used directly CONFIGURE_ENV+= ac_cv_path_NROFF=groff # bsd.port.mk doesn't allow us to use GNU_CONFIGURE and PERL_CONFIGURE together. From owner-svn-ports-all@freebsd.org Tue May 30 20:45:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46F88BED260; Tue, 30 May 2017 20:45:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16AB4792E1; Tue, 30 May 2017 20:45:42 +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 v4UKjfe3025836; Tue, 30 May 2017 20:45:41 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UKjfIR025835; Tue, 30 May 2017 20:45:41 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201705302045.v4UKjfIR025835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 30 May 2017 20:45:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442122 - head/security/cops X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 20:45:42 -0000 Author: bapt Date: Tue May 30 20:45:41 2017 New Revision: 442122 URL: https://svnweb.freebsd.org/changeset/ports/442122 Log: Register dependency on groff PR: 213725 Modified: head/security/cops/Makefile Modified: head/security/cops/Makefile ============================================================================== --- head/security/cops/Makefile Tue May 30 20:34:55 2017 (r442121) +++ head/security/cops/Makefile Tue May 30 20:45:41 2017 (r442122) @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}+ MAINTAINER= cy@FreeBSD.org COMMENT= System secureness checker -USES= perl5 shebangfix +USES= groff perl5 shebangfix USE_PERL5= run WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.//g}+ HAS_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Tue May 30 20:59:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 575E9BED5B8; Tue, 30 May 2017 20:59:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 282097989B; Tue, 30 May 2017 20:59:35 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UKxYCx030297; Tue, 30 May 2017 20:59:34 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UKxYRq030296; Tue, 30 May 2017 20:59:34 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705302059.v4UKxYRq030296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 30 May 2017 20:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r442123 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 20:59:35 -0000 Author: mat Date: Tue May 30 20:59:34 2017 New Revision: 442123 URL: https://svnweb.freebsd.org/changeset/ports/442123 Log: Cut tcberner loose. He has been doing so much of a good work that, well, he is now allowed to break things on his own and get his own pointy hats for it. Discussed with: rakuco Sponsored by: Absolight Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Tue May 30 20:45:41 2017 (r442122) +++ svnadmin/conf/mentors Tue May 30 20:59:34 2017 (r442123) @@ -31,5 +31,4 @@ krion fjoe Co-mentor: mat misha jpaetzel Co-mentor: wg rezny swills Co-mentor: feld rpaulo bapt Co-mentor: swills -tcberner rakuco Co-mentor: mat tobik mat Co-mentor: lme From owner-svn-ports-all@freebsd.org Tue May 30 21:07:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21AC9BEDCDF; Tue, 30 May 2017 21:07: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 mx1.freebsd.org (Postfix) with ESMTPS id F1CC179F29; Tue, 30 May 2017 21:07:16 +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 v4UL7GZK034682; Tue, 30 May 2017 21:07:16 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UL7Fcu034678; Tue, 30 May 2017 21:07:15 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201705302107.v4UL7Fcu034678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Tue, 30 May 2017 21:07:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442124 - in head/games/stonesoup: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 21:07:17 -0000 Author: lifanov Date: Tue May 30 21:07:15 2017 New Revision: 442124 URL: https://svnweb.freebsd.org/changeset/ports/442124 Log: games/stonesoup, games/stonesoup-sdl: update to 0.20.0 This release is filled with cool new stuff. Read about it here: http://crawl.develz.org/wordpress/crawl-0-20-scarf-our-wanderful-fried-frogs Port changes: o switch to new master site layout and enable https:// o drop several now unnecessary local patches o chase SOUND refactoring o implement and enable sound support for SDL (tiles) option unconditionally - this uses SDL_mixer and not /usr/local/bin/play like the SOUND option Deleted: head/games/stonesoup/files/patch-AppHdr.h head/games/stonesoup/files/patch-crash.cc head/games/stonesoup/files/patch-rltiles__tool__tile.cc head/games/stonesoup/files/patch-rltiles__tool__tile_list_processor.cc Modified: head/games/stonesoup/Makefile head/games/stonesoup/distinfo head/games/stonesoup/files/patch-rltiles_Makefile head/games/stonesoup/pkg-plist Modified: head/games/stonesoup/Makefile ============================================================================== --- head/games/stonesoup/Makefile Tue May 30 20:59:34 2017 (r442123) +++ head/games/stonesoup/Makefile Tue May 30 21:07:15 2017 (r442124) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= stonesoup -PORTVERSION= 0.19.5 -PORTREVISION= 2 +PORTVERSION= 0.20.0 CATEGORIES= games -MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} -MASTER_SITES= http://crawl.develz.org/release/ -DISTNAME= stone_soup-${PORTVERSION}-nodeps +MASTER_SITES= https://crawl.develz.org/release/%SUBDIR%/ \ + http://crawl.develz.org/release/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTVERSION:C/.[0-9]+$//} +DISTNAME= stone_soup-${DISTVERSION} MAINTAINER= lifanov@FreeBSD.org COMMENT= Dungeon Crawl Stone Soup - a fun, free rogue-like game @@ -54,9 +54,9 @@ NOWIZARD_DESC= Disable Wizard mode LUA_DESC= Bindings for LUA user scripts SDL_CONFLICTS= ${PORTNAME}-[0-9]* -SDL_USE= sdl=sdl2,image2 gl=gl,glu +SDL_USE= sdl=sdl2,image2,mixer2 gl=gl,glu SDL_USES_OFF= ncurses -SDL_MAKE_ARGS= TILES=y +SDL_MAKE_ARGS= TILES=y SOUND=y SDL_BUILD_DEPENDS= \ fc-list:x11-fonts/fontconfig \ ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu @@ -67,6 +67,7 @@ SDL_LIB_DEPENDS=libpng.so:graphics/png \ SDL_CONFLICTS_OFF= ${PORTNAME}-sdl-[0-9]* NOWIZARD_MAKE_ARGS= NOWIZARD=y +SOUND_MAKE_ARGS= SOUND=y SOUND_RUN_DEPENDS= sox:audio/sox LUA_MAKE_ARGS_OFF= NO_LUA_BINDINGS=yes @@ -77,11 +78,11 @@ CFLAGS+= -D_GLIBCXX_USE_C99 .endif post-patch-SOUND-on: - @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/AppHdr.h - @${REINPLACE_CMD} -e "s,%%SOUND%%,," ${WRKSRC}/AppHdr.h + @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/sound.h + @${REINPLACE_CMD} -e "s,%%SOUND%%,," ${WRKSRC}/sound.h post-patch-SOUND-off: - @${REINPLACE_CMD} -e "s,%%SOUND%%,// ," ${WRKSRC}/AppHdr.h + @${REINPLACE_CMD} -e "s,%%SOUND%%,// ," ${WRKSRC}/sound.h pre-install: @${FIND} ${WRKSRC}/dat -type f -name '*.orig' -delete @@ -93,5 +94,8 @@ post-install-DOCS-on: post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${STAGEDIR}${DATADIR}/settings/init.txt ${STAGEDIR}${EXAMPLESDIR}/sample.crawlrc + +post-install: + @${RM} -r ${STAGEDIR}${DATADIR}/settings/mac .include Modified: head/games/stonesoup/distinfo ============================================================================== --- head/games/stonesoup/distinfo Tue May 30 20:59:34 2017 (r442123) +++ head/games/stonesoup/distinfo Tue May 30 21:07:15 2017 (r442124) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488572530 -SHA256 (stone_soup-0.19.5-nodeps.tar.xz) = 284846d67b716dad58fb96e3e56555a43bfaf64f69fafb3bedf4412d1615d403 -SIZE (stone_soup-0.19.5-nodeps.tar.xz) = 9886788 +TIMESTAMP = 1496157141 +SHA256 (stone_soup-0.20.0.tar.xz) = 26d63796e8262ff8c12bfde60169e27b85f4acaacf1b9ece345151419cddbcd3 +SIZE (stone_soup-0.20.0.tar.xz) = 28373360 Modified: head/games/stonesoup/files/patch-rltiles_Makefile ============================================================================== --- head/games/stonesoup/files/patch-rltiles_Makefile Tue May 30 20:59:34 2017 (r442123) +++ head/games/stonesoup/files/patch-rltiles_Makefile Tue May 30 21:07:15 2017 (r442124) @@ -26,11 +26,3 @@ DELETE = rm -f -@@ -134,6 +133,6 @@ distclean: clean - $(QUIET_HOSTCXX)$(HOSTCXX) $(CFLAGS) -MMD -c $< -o $@ - - $(TILEGEN): $(OBJECTS) -- $(QUIET_HOSTLINK)$(HOSTCXX) $(OBJECTS) -o $@ $(LDFLAGS) -+ $(QUIET_HOSTLINK)$(HOSTCXX) $(OBJECTS) -o $@ $(CFLAGS) $(LDFLAGS) $(PNG_LIB) - - .PHONY: all clean distclean Modified: head/games/stonesoup/pkg-plist ============================================================================== --- head/games/stonesoup/pkg-plist Tue May 30 20:59:34 2017 (r442123) +++ head/games/stonesoup/pkg-plist Tue May 30 21:07:15 2017 (r442124) @@ -168,6 +168,7 @@ bin/stonesoup %%DATADIR%%/dat/des/variable/mini_features.des %%DATADIR%%/dat/des/variable/mini_monsters.des %%DATADIR%%/dat/des/variable/polyominoes.des +%%DATADIR%%/dat/des/variable/the_bubble.des %%DATADIR%%/dat/des/variable/the_grid.des %%DATADIR%%/dat/descript/ability.txt %%DATADIR%%/dat/descript/backgrounds.txt @@ -437,6 +438,8 @@ bin/stonesoup %%DATADIR%%/dat/dlua/fnwrap.lua %%DATADIR%%/dat/dlua/init.lua %%DATADIR%%/dat/dlua/iter.lua +%%DATADIR%%/dat/dlua/lm_named_hatch.lua +%%DATADIR%%/dat/dlua/lm_trans.lua %%DATADIR%%/dat/dlua/layout/geoelf.lua %%DATADIR%%/dat/dlua/layout/geoelf_corridors.lua %%DATADIR%%/dat/dlua/layout/geoelf_directions.lua @@ -539,9 +542,12 @@ bin/stonesoup %%DATADIR%%/docs/crawl_manual.txt %%DATADIR%%/docs/develop/IRC.txt %%DATADIR%%/docs/develop/android.txt +%%DATADIR%%/docs/develop/background_creation.txt %%DATADIR%%/docs/develop/coding_conventions.txt +%%DATADIR%%/docs/develop/contribution-process.txt %%DATADIR%%/docs/develop/ctags.txt %%DATADIR%%/docs/develop/editor_tips.txt +%%DATADIR%%/docs/develop/god_creation.txt %%DATADIR%%/docs/develop/gdb_tips.txt %%DATADIR%%/docs/develop/keys.txt %%DATADIR%%/docs/develop/levels/advanced.txt @@ -550,10 +556,10 @@ bin/stonesoup %%DATADIR%%/docs/develop/levels/triggerables.txt %%DATADIR%%/docs/develop/monster_creation.txt %%DATADIR%%/docs/develop/monster_speech.txt -%%DATADIR%%/docs/develop/new_dev_checklist.txt +%%DATADIR%%/docs/develop/mutation_creation.txt %%DATADIR%%/docs/develop/patch_guide.txt -%%DATADIR%%/docs/develop/process.txt %%DATADIR%%/docs/develop/save_compatibility.txt +%%DATADIR%%/docs/develop/species_creation.txt %%DATADIR%%/docs/develop/spells.txt %%DATADIR%%/docs/develop/testing.txt %%DATADIR%%/docs/develop/tiles_creation.txt From owner-svn-ports-all@freebsd.org Tue May 30 21:08:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C595CBEDDA5; Tue, 30 May 2017 21:08:14 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8A22B7A069; Tue, 30 May 2017 21:08:14 +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 v4UL8Djl034818; Tue, 30 May 2017 21:08:13 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UL8DtH034817; Tue, 30 May 2017 21:08:13 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201705302108.v4UL8DtH034817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Tue, 30 May 2017 21:08:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442125 - head/games/stonesoup/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 21:08:14 -0000 Author: lifanov Date: Tue May 30 21:08:13 2017 New Revision: 442125 URL: https://svnweb.freebsd.org/changeset/ports/442125 Log: games/stonesoup: actually commit patch to sound.h Added: head/games/stonesoup/files/patch-sound.h (contents, props changed) Added: head/games/stonesoup/files/patch-sound.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/stonesoup/files/patch-sound.h Tue May 30 21:08:13 2017 (r442125) @@ -0,0 +1,19 @@ +--- sound.h.orig 2017-05-30 15:27:57 UTC ++++ sound.h +@@ -19,14 +19,14 @@ + // + // WARNING: Filenames passed to this command *are not validated in any way*. + // +-//#define SOUND_PLAY_COMMAND "/usr/bin/play -v .5 \"%s\" 2>/dev/null &" ++%%SOUND%%#define SOUND_PLAY_COMMAND "%%LOCALBASE%%/play -v .5 \"%s\" 2>/dev/null &" + + // Uncomment this to enable playing sounds that play sounds that pause the + // gameplay until they finish. + // + // WARNING: This feature is not fully implemented yet! + // +-//#define HOLD_SOUND_PLAY_COMMAND "/usr/bin/play -v .5 \"%s\" 2>/dev/null" ++%%SOUND%%#define HOLD_SOUND_PLAY_COMMAND "%%LOCALBASE%%/play -v .5 \"%s\" 2>/dev/null" + + + // These are generic queues for playing sounds; they're intended for From owner-svn-ports-all@freebsd.org Tue May 30 21:10:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33F0ABEDF47; Tue, 30 May 2017 21:10: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 mx1.freebsd.org (Postfix) with ESMTPS id F0CB37A21A; Tue, 30 May 2017 21:10:25 +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 v4ULAPhD035122; Tue, 30 May 2017 21:10:25 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4ULAOah035116; Tue, 30 May 2017 21:10:24 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201705302110.v4ULAOah035116@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, 30 May 2017 21:10:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442126 - in head: . irc irc/konversation irc/konversation-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 21:10:26 -0000 Author: rakuco Date: Tue May 30 21:10:24 2017 New Revision: 442126 URL: https://svnweb.freebsd.org/changeset/ports/442126 Log: Update to 1.7.2 and rename to irc/konversation. Update to the latest release (which is KF5-based) and drop the "-kde4" suffix from the port. Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D10928 Added: head/irc/konversation/ - copied from r442125, head/irc/konversation-kde4/ Deleted: head/irc/konversation-kde4/ Modified: head/MOVED head/irc/Makefile head/irc/konversation/Makefile head/irc/konversation/distinfo head/irc/konversation/pkg-descr head/irc/konversation/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Tue May 30 21:08:13 2017 (r442125) +++ head/MOVED Tue May 30 21:10:24 2017 (r442126) @@ -4568,7 +4568,6 @@ hebrew/kde3-i18n||2013-07-26|Has expired: Depends on Q hungarian/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x irc/eggcreator||2013-07-26|Has expired: Depends on Qt 3.x irc/kmyirc||2013-07-26|Has expired: Depends on Qt 3.x -irc/konversation||2013-07-26|Has expired: Depends on Qt 3.x irc/kwirc||2013-07-26|Has expired: Depends on Qt 3.x japanese/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x korean/kde3-i18n||2013-07-26|Has expired: Depends on Qt 3.x @@ -9396,3 +9395,4 @@ net-mgmt/zabbix24-frontend||2017-05-29|Has expired: Up net-mgmt/zabbix24-proxy||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1) net-mgmt/zabbix24-server||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1) net/py-cloudfiles|net/py-python-cloudfiles|2017-05-30|Rename to match PyPI naming +irc/konversation-kde4|irc/konversation|2017-05-30|Renamed to irc/konversation Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Tue May 30 21:08:13 2017 (r442125) +++ head/irc/Makefile Tue May 30 21:10:24 2017 (r442126) @@ -57,7 +57,7 @@ SUBDIR += irssi-xmpp SUBDIR += irssistats SUBDIR += keitairc2 - SUBDIR += konversation-kde4 + SUBDIR += konversation SUBDIR += kvirc SUBDIR += kvirc-qt4 SUBDIR += libircclient Modified: head/irc/konversation/Makefile ============================================================================== --- head/irc/konversation-kde4/Makefile Tue May 30 21:08:13 2017 (r442125) +++ head/irc/konversation/Makefile Tue May 30 21:10:24 2017 (r442126) @@ -2,19 +2,26 @@ # $FreeBSD$ PORTNAME= konversation -PORTVERSION= 1.5.1 -PORTREVISION= 3 +PORTVERSION= 1.7.2 CATEGORIES= irc kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/src MAINTAINER= kde@FreeBSD.org COMMENT= User friendly IRC client for KDE -LIB_DEPENDS= libqca.so:devel/qca +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:outsource gettext kde:4 python:run shebangfix tar:xz -USE_KDE= pimlibs automoc4 -USE_QT4= qmake_build moc_build rcc_build uic_build +LIB_DEPENDS= libqca-qt5.so:devel/qca-qt5 + +USES= cmake:outsource desktop-file-utils gettext kde:5 python:run shebangfix tar:xz +USE_KDE= archive auth bookmarks codecs completion config \ + configwidgets coreaddons crash dbusaddons doctools ecm \ + emoticons globalaccel i18n iconthemes idletime itemviews \ + jobwidgets kio notifications notifyconfig parts service solid \ + sonnet textwidgets wallet widgetsaddons windowsystem xmlgui +USE_QT5= core dbus gui network phonon4 widgets xml \ + buildtools_build qmake_build SHEBANG_FILES= data/scripts/bug \ data/scripts/cmd \ Modified: head/irc/konversation/distinfo ============================================================================== --- head/irc/konversation-kde4/distinfo Tue May 30 21:08:13 2017 (r442125) +++ head/irc/konversation/distinfo Tue May 30 21:10:24 2017 (r442126) @@ -1,2 +1,3 @@ -SHA256 (konversation-1.5.1.tar.xz) = 97838dc3cb07210c96154958237e216ad05cffa334f5e549d8619b4c70961986 -SIZE (konversation-1.5.1.tar.xz) = 3188288 +TIMESTAMP = 1495708683 +SHA256 (konversation-1.7.2.tar.xz) = 5ff96e84cee4e1eefc404a31d778067ea50dddd8a6c848911fac70bd52812618 +SIZE (konversation-1.7.2.tar.xz) = 3736968 Modified: head/irc/konversation/pkg-descr ============================================================================== --- head/irc/konversation-kde4/pkg-descr Tue May 30 21:08:13 2017 (r442125) +++ head/irc/konversation/pkg-descr Tue May 30 21:10:24 2017 (r442126) @@ -15,4 +15,4 @@ Features: o Theme support for nick icons o Highly configurable -WWW: http://konversation.kde.org +WWW: https://konversation.kde.org Modified: head/irc/konversation/pkg-plist ============================================================================== --- head/irc/konversation-kde4/pkg-plist Tue May 30 21:08:13 2017 (r442125) +++ head/irc/konversation/pkg-plist Tue May 30 21:10:24 2017 (r442126) @@ -1,101 +1,51 @@ bin/konversation -share/applications/kde4/konversation.desktop -share/apps/kconf_update/konversation-0.19-appearance.pl -share/apps/kconf_update/konversation-0.19-colorcodes.pl -share/apps/kconf_update/konversation-0.19-colors.pl -share/apps/kconf_update/konversation-0.19-custombrowser.pl -share/apps/kconf_update/konversation-0.19-notifylists.pl -share/apps/kconf_update/konversation-0.19-sortorder.pl -share/apps/kconf_update/konversation-0.19-tabplacement.pl -share/apps/kconf_update/konversation-0.20-customfonts.pl -share/apps/kconf_update/konversation-0.20-quickbuttons.pl -share/apps/kconf_update/konversation.upd -share/apps/konversation/konversation.notifyrc -share/apps/konversation/konversationui.rc -share/apps/konversation/scripting_support/python/konversation/__init__.py -share/apps/konversation/scripting_support/python/konversation/dbus.py -share/apps/konversation/scripting_support/python/konversation/i18n.py -share/apps/konversation/scripts/bug -share/apps/konversation/scripts/cmd -share/apps/konversation/scripts/fortune -share/apps/konversation/scripts/fortunes.dat -share/apps/konversation/scripts/gauge -share/apps/konversation/scripts/mail -share/apps/konversation/scripts/media -share/apps/konversation/scripts/sayclip -share/apps/konversation/scripts/sysinfo -share/apps/konversation/scripts/tinyurl -share/apps/konversation/scripts/uptime -share/apps/konversation/themes/alternative/index.desktop -share/apps/konversation/themes/alternative/irc_admin.png -share/apps/konversation/themes/alternative/irc_away.png -share/apps/konversation/themes/alternative/irc_halfop.png -share/apps/konversation/themes/alternative/irc_normal.png -share/apps/konversation/themes/alternative/irc_op.png -share/apps/konversation/themes/alternative/irc_owner.png -share/apps/konversation/themes/alternative/irc_voice.png -share/apps/konversation/themes/christmas/index.desktop -share/apps/konversation/themes/christmas/irc_admin.png -share/apps/konversation/themes/christmas/irc_away.png -share/apps/konversation/themes/christmas/irc_halfop.png -share/apps/konversation/themes/christmas/irc_normal.png -share/apps/konversation/themes/christmas/irc_op.png -share/apps/konversation/themes/christmas/irc_owner.png -share/apps/konversation/themes/christmas/irc_voice.png -share/apps/konversation/themes/classic/index.desktop -share/apps/konversation/themes/classic/irc_admin.png -share/apps/konversation/themes/classic/irc_away.png -share/apps/konversation/themes/classic/irc_halfop.png -share/apps/konversation/themes/classic/irc_normal.png -share/apps/konversation/themes/classic/irc_op.png -share/apps/konversation/themes/classic/irc_owner.png -share/apps/konversation/themes/classic/irc_voice.png -share/apps/konversation/themes/default/index.desktop -share/apps/konversation/themes/default/irc_admin.png -share/apps/konversation/themes/default/irc_away.png -share/apps/konversation/themes/default/irc_halfop.png -share/apps/konversation/themes/default/irc_normal.png -share/apps/konversation/themes/default/irc_op.png -share/apps/konversation/themes/default/irc_owner.png -share/apps/konversation/themes/default/irc_voice.png -share/apps/konversation/themes/simplistic/index.desktop -share/apps/konversation/themes/simplistic/irc_admin.png -share/apps/konversation/themes/simplistic/irc_away.png -share/apps/konversation/themes/simplistic/irc_halfop.png -share/apps/konversation/themes/simplistic/irc_normal.png -share/apps/konversation/themes/simplistic/irc_op.png -share/apps/konversation/themes/simplistic/irc_owner.png -share/apps/konversation/themes/simplistic/irc_voice.png -share/apps/konversation/themes/smiling/index.desktop -share/apps/konversation/themes/smiling/irc_admin.png -share/apps/konversation/themes/smiling/irc_away.png -share/apps/konversation/themes/smiling/irc_halfop.png -share/apps/konversation/themes/smiling/irc_normal.png -share/apps/konversation/themes/smiling/irc_op.png -share/apps/konversation/themes/smiling/irc_owner.png -share/apps/konversation/themes/smiling/irc_voice.png -share/apps/konversation/themes/square/index.desktop -share/apps/konversation/themes/square/irc_admin.png -share/apps/konversation/themes/square/irc_away.png -share/apps/konversation/themes/square/irc_halfop.png -share/apps/konversation/themes/square/irc_normal.png -share/apps/konversation/themes/square/irc_op.png -share/apps/konversation/themes/square/irc_owner.png -share/apps/konversation/themes/square/irc_voice.png -share/doc/HTML/ca/konversation/common +share/applications/org.kde.konversation.desktop +share/doc/HTML/ca/konversation/addchannel.png +share/doc/HTML/ca/konversation/addnetwork_co.png +share/doc/HTML/ca/konversation/addserver_co.png +share/doc/HTML/ca/konversation/channel_screen_tour_co.png +share/doc/HTML/ca/konversation/channellist_screen_co.png +share/doc/HTML/ca/konversation/first_channel_co.png +share/doc/HTML/ca/konversation/first_serverlist_co.png +share/doc/HTML/ca/konversation/format-text-color.png +share/doc/HTML/ca/konversation/highlighting_screen_co.png +share/doc/HTML/ca/konversation/identities_adv_co.png +share/doc/HTML/ca/konversation/identities_away_co.png +share/doc/HTML/ca/konversation/identities_gen_co.png share/doc/HTML/ca/konversation/index.cache.bz2 share/doc/HTML/ca/konversation/index.docbook -share/doc/HTML/de/konversation/common +share/doc/HTML/ca/konversation/irc_admin.png +share/doc/HTML/ca/konversation/irc_away.png +share/doc/HTML/ca/konversation/irc_halfop.png +share/doc/HTML/ca/konversation/irc_normal.png +share/doc/HTML/ca/konversation/irc_op.png +share/doc/HTML/ca/konversation/irc_owner.png +share/doc/HTML/ca/konversation/irc_voice.png +share/doc/HTML/ca/konversation/led_blue_on.png +share/doc/HTML/ca/konversation/led_green_on.png +share/doc/HTML/ca/konversation/led_red_on.png +share/doc/HTML/ca/konversation/led_yellow_on.png +share/doc/HTML/ca/konversation/logviewer_co.png +share/doc/HTML/ca/konversation/nicksonline_co.png +share/doc/HTML/ca/konversation/nickthemes_screen_co.png +share/doc/HTML/ca/konversation/notification_screen_co.png +share/doc/HTML/ca/konversation/notifylist_screen_co.png +share/doc/HTML/ca/konversation/osd_screen_co.png +share/doc/HTML/ca/konversation/quickbuttons_screen.png +share/doc/HTML/ca/konversation/quickconnect_screen.png +share/doc/HTML/ca/konversation/serverlist_co.png +share/doc/HTML/ca/konversation/urlcatcher_screen_co.png +share/doc/HTML/ca/konversation/webbrowser_screen_co.png share/doc/HTML/de/konversation/index.cache.bz2 share/doc/HTML/de/konversation/index.docbook share/doc/HTML/en/konversation/addchannel.png share/doc/HTML/en/konversation/addnetwork_co.png share/doc/HTML/en/konversation/addserver_co.png +share/doc/HTML/en/konversation/bold-text.png share/doc/HTML/en/konversation/channel_screen_tour_co.png share/doc/HTML/en/konversation/channellist_screen_co.png share/doc/HTML/en/konversation/checkidentities.png share/doc/HTML/en/konversation/colorchooser_screen.png -share/doc/HTML/en/konversation/common share/doc/HTML/en/konversation/dccstatus_screen_co.png share/doc/HTML/en/konversation/first_channel_co.png share/doc/HTML/en/konversation/first_serverlist_co.png @@ -113,9 +63,7 @@ share/doc/HTML/en/konversation/irc_normal.png share/doc/HTML/en/konversation/irc_op.png share/doc/HTML/en/konversation/irc_owner.png share/doc/HTML/en/konversation/irc_voice.png -share/doc/HTML/en/konversation/kaddressbook.png -share/doc/HTML/en/konversation/kimproxy_create_screen2.png -share/doc/HTML/en/konversation/kimproxy_create_screen_co.png +share/doc/HTML/en/konversation/italic-text.png share/doc/HTML/en/konversation/led_blue_on.png share/doc/HTML/en/konversation/led_green_on.png share/doc/HTML/en/konversation/led_red_on.png @@ -130,56 +78,153 @@ share/doc/HTML/en/konversation/osd_screen_co.png share/doc/HTML/en/konversation/quickbuttons_screen.png share/doc/HTML/en/konversation/quickconnect_screen.png share/doc/HTML/en/konversation/serverlist_co.png +share/doc/HTML/en/konversation/struck-out-text.png +share/doc/HTML/en/konversation/underline-text.png share/doc/HTML/en/konversation/urlcatcher_screen_co.png share/doc/HTML/en/konversation/webbrowser_screen_co.png -share/doc/HTML/es/konversation/common share/doc/HTML/es/konversation/index.cache.bz2 share/doc/HTML/es/konversation/index.docbook -share/doc/HTML/et/konversation/common -share/doc/HTML/et/konversation/index.cache.bz2 -share/doc/HTML/et/konversation/index.docbook -share/doc/HTML/fr/konversation/common -share/doc/HTML/fr/konversation/index.cache.bz2 -share/doc/HTML/fr/konversation/index.docbook -share/doc/HTML/it/konversation/common share/doc/HTML/it/konversation/index.cache.bz2 share/doc/HTML/it/konversation/index.docbook -share/doc/HTML/nl/konversation/common share/doc/HTML/nl/konversation/index.cache.bz2 share/doc/HTML/nl/konversation/index.docbook -share/doc/HTML/pt_BR/konversation/common share/doc/HTML/pt_BR/konversation/index.cache.bz2 share/doc/HTML/pt_BR/konversation/index.docbook -share/doc/HTML/sv/konversation/common +share/doc/HTML/sv/konversation/addchannel.png +share/doc/HTML/sv/konversation/addnetwork_co.png +share/doc/HTML/sv/konversation/addserver_co.png +share/doc/HTML/sv/konversation/channel_screen_tour_co.png +share/doc/HTML/sv/konversation/channellist_screen_co.png +share/doc/HTML/sv/konversation/checkidentities.png +share/doc/HTML/sv/konversation/colorchooser_screen.png +share/doc/HTML/sv/konversation/dccstatus_screen_co.png +share/doc/HTML/sv/konversation/first_channel_co.png +share/doc/HTML/sv/konversation/first_serverlist_co.png +share/doc/HTML/sv/konversation/highlighting_screen_co.png +share/doc/HTML/sv/konversation/identities_adv_co.png +share/doc/HTML/sv/konversation/identities_away_co.png +share/doc/HTML/sv/konversation/identities_gen_co.png share/doc/HTML/sv/konversation/index.cache.bz2 share/doc/HTML/sv/konversation/index.docbook -share/doc/HTML/uk/konversation/common +share/doc/HTML/sv/konversation/kimproxy_create_screen2.png +share/doc/HTML/sv/konversation/kimproxy_create_screen_co.png +share/doc/HTML/sv/konversation/logviewer_co.png +share/doc/HTML/sv/konversation/nicksonline_co.png +share/doc/HTML/sv/konversation/nickthemes_screen_co.png +share/doc/HTML/sv/konversation/notification_screen_co.png +share/doc/HTML/sv/konversation/notifylist_screen_co.png +share/doc/HTML/sv/konversation/osd_demo.png +share/doc/HTML/sv/konversation/osd_screen_co.png +share/doc/HTML/sv/konversation/quickbuttons_screen.png +share/doc/HTML/sv/konversation/quickconnect_screen.png +share/doc/HTML/sv/konversation/serverlist_co.png +share/doc/HTML/sv/konversation/urlcatcher_screen_co.png +share/doc/HTML/sv/konversation/webbrowser_screen_co.png share/doc/HTML/uk/konversation/index.cache.bz2 share/doc/HTML/uk/konversation/index.docbook +share/icons/hicolor/128x128/actions/konv_message.png share/icons/hicolor/128x128/apps/konversation.png -share/icons/hicolor/16x16/actions/kimproxyaway.png -share/icons/hicolor/16x16/actions/kimproxyoffline.png -share/icons/hicolor/16x16/actions/kimproxyonline.png +share/icons/hicolor/16x16/actions/konv_message.png share/icons/hicolor/16x16/apps/konversation.png -share/icons/hicolor/22x22/actions/kimproxyaway.png -share/icons/hicolor/22x22/actions/kimproxyoffline.png -share/icons/hicolor/22x22/actions/kimproxyonline.png share/icons/hicolor/22x22/actions/konv_message.png share/icons/hicolor/22x22/apps/konversation.png -share/icons/hicolor/32x32/actions/kimproxyaway.png -share/icons/hicolor/32x32/actions/kimproxyoffline.png -share/icons/hicolor/32x32/actions/kimproxyonline.png +share/icons/hicolor/32x32/actions/konv_message.png share/icons/hicolor/32x32/apps/konversation.png +share/icons/hicolor/48x48/actions/konv_message.png share/icons/hicolor/48x48/apps/konversation.png +share/icons/hicolor/64x64/actions/konv_message.png share/icons/hicolor/64x64/apps/konversation.png -share/icons/hicolor/scalable/actions/kimproxyaway.svgz -share/icons/hicolor/scalable/actions/kimproxyoffline.svgz -share/icons/hicolor/scalable/actions/kimproxyonline.svgz -share/icons/hicolor/scalable/actions/konv_message.svgz -share/icons/hicolor/scalable/apps/konversation.svgz -share/kde4/services/konvirc.protocol -share/kde4/services/konvirc6.protocol -share/kde4/services/konvircs.protocol +share/kconf_update/konversation-0.19-appearance.pl +share/kconf_update/konversation-0.19-colorcodes.pl +share/kconf_update/konversation-0.19-colors.pl +share/kconf_update/konversation-0.19-custombrowser.pl +share/kconf_update/konversation-0.19-notifylists.pl +share/kconf_update/konversation-0.19-sortorder.pl +share/kconf_update/konversation-0.19-tabplacement.pl +share/kconf_update/konversation-0.20-customfonts.pl +share/kconf_update/konversation-0.20-quickbuttons.pl +share/kconf_update/konversation.upd +share/knotifications5/konversation.notifyrc +share/konversation/scripting_support/python/konversation/__init__.py +share/konversation/scripting_support/python/konversation/dbus.py +share/konversation/scripting_support/python/konversation/i18n.py +share/konversation/scripts/bug +share/konversation/scripts/cmd +share/konversation/scripts/fortune +share/konversation/scripts/fortunes.dat +share/konversation/scripts/gauge +share/konversation/scripts/mail +share/konversation/scripts/media +share/konversation/scripts/sayclip +share/konversation/scripts/sysinfo +share/konversation/scripts/tinyurl +share/konversation/scripts/uptime +share/konversation/themes/alternative/index.desktop +share/konversation/themes/alternative/irc_admin.png +share/konversation/themes/alternative/irc_away.png +share/konversation/themes/alternative/irc_halfop.png +share/konversation/themes/alternative/irc_normal.png +share/konversation/themes/alternative/irc_op.png +share/konversation/themes/alternative/irc_owner.png +share/konversation/themes/alternative/irc_voice.png +share/konversation/themes/christmas/index.desktop +share/konversation/themes/christmas/irc_admin.png +share/konversation/themes/christmas/irc_away.png +share/konversation/themes/christmas/irc_halfop.png +share/konversation/themes/christmas/irc_normal.png +share/konversation/themes/christmas/irc_op.png +share/konversation/themes/christmas/irc_owner.png +share/konversation/themes/christmas/irc_voice.png +share/konversation/themes/classic/index.desktop +share/konversation/themes/classic/irc_admin.png +share/konversation/themes/classic/irc_away.png +share/konversation/themes/classic/irc_halfop.png +share/konversation/themes/classic/irc_normal.png +share/konversation/themes/classic/irc_op.png +share/konversation/themes/classic/irc_owner.png +share/konversation/themes/classic/irc_voice.png +share/konversation/themes/default/index.desktop +share/konversation/themes/default/irc_admin.png +share/konversation/themes/default/irc_away.png +share/konversation/themes/default/irc_away_stacked.png +share/konversation/themes/default/irc_halfop.png +share/konversation/themes/default/irc_normal.png +share/konversation/themes/default/irc_op.png +share/konversation/themes/default/irc_owner.png +share/konversation/themes/default/irc_voice.png +share/konversation/themes/oxygen/index.desktop +share/konversation/themes/oxygen/irc_admin.png +share/konversation/themes/oxygen/irc_away.png +share/konversation/themes/oxygen/irc_halfop.png +share/konversation/themes/oxygen/irc_normal.png +share/konversation/themes/oxygen/irc_op.png +share/konversation/themes/oxygen/irc_owner.png +share/konversation/themes/oxygen/irc_voice.png +share/konversation/themes/simplistic/index.desktop +share/konversation/themes/simplistic/irc_admin.png +share/konversation/themes/simplistic/irc_away.png +share/konversation/themes/simplistic/irc_halfop.png +share/konversation/themes/simplistic/irc_normal.png +share/konversation/themes/simplistic/irc_op.png +share/konversation/themes/simplistic/irc_owner.png +share/konversation/themes/simplistic/irc_voice.png +share/konversation/themes/smiling/index.desktop +share/konversation/themes/smiling/irc_admin.png +share/konversation/themes/smiling/irc_away.png +share/konversation/themes/smiling/irc_halfop.png +share/konversation/themes/smiling/irc_normal.png +share/konversation/themes/smiling/irc_op.png +share/konversation/themes/smiling/irc_owner.png +share/konversation/themes/smiling/irc_voice.png +share/konversation/themes/square/index.desktop +share/konversation/themes/square/irc_admin.png +share/konversation/themes/square/irc_away.png +share/konversation/themes/square/irc_halfop.png +share/konversation/themes/square/irc_normal.png +share/konversation/themes/square/irc_op.png +share/konversation/themes/square/irc_owner.png +share/konversation/themes/square/irc_voice.png +share/kxmlgui5/konversation/konversationui.rc share/locale/bg/LC_MESSAGES/konversation.mo share/locale/bs/LC_MESSAGES/konversation.mo share/locale/ca/LC_MESSAGES/konversation.mo @@ -197,20 +242,16 @@ share/locale/gl/LC_MESSAGES/konversation.mo share/locale/he/LC_MESSAGES/konversation.mo share/locale/hu/LC_MESSAGES/konversation.mo share/locale/it/LC_MESSAGES/konversation.mo -share/locale/ja/LC_MESSAGES/konversation.mo share/locale/kk/LC_MESSAGES/konversation.mo share/locale/km/LC_MESSAGES/konversation.mo -share/locale/ko/LC_MESSAGES/konversation.mo share/locale/lt/LC_MESSAGES/konversation.mo share/locale/nb/LC_MESSAGES/konversation.mo share/locale/nds/LC_MESSAGES/konversation.mo share/locale/nl/LC_MESSAGES/konversation.mo -share/locale/pa/LC_MESSAGES/konversation.mo share/locale/pl/LC_MESSAGES/konversation.mo share/locale/pt/LC_MESSAGES/konversation.mo share/locale/pt_BR/LC_MESSAGES/konversation.mo share/locale/ru/LC_MESSAGES/konversation.mo -share/locale/si/LC_MESSAGES/konversation.mo share/locale/sk/LC_MESSAGES/konversation.mo share/locale/sl/LC_MESSAGES/konversation.mo share/locale/sr/LC_MESSAGES/konversation.mo @@ -222,3 +263,4 @@ share/locale/tr/LC_MESSAGES/konversation.mo share/locale/uk/LC_MESSAGES/konversation.mo share/locale/zh_CN/LC_MESSAGES/konversation.mo share/locale/zh_TW/LC_MESSAGES/konversation.mo +share/metainfo/org.kde.konversation.appdata.xml From owner-svn-ports-all@freebsd.org Tue May 30 21:11:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01680BEDFD2; Tue, 30 May 2017 21:11:03 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D08C17A380; Tue, 30 May 2017 21:11:02 +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 v4ULB16P035301; Tue, 30 May 2017 21:11:01 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4ULB11H035298; Tue, 30 May 2017 21:11:01 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201705302111.v4ULB11H035298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 30 May 2017 21:11:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442127 - in head/graphics/cimg: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 21:11:03 -0000 Author: thierry Date: Tue May 30 21:11:01 2017 New Revision: 442127 URL: https://svnweb.freebsd.org/changeset/ports/442127 Log: Upgrade to 2.0.0 (v.200). Modified: head/graphics/cimg/Makefile head/graphics/cimg/distinfo head/graphics/cimg/files/patch-examples__Makefile Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Tue May 30 21:10:24 2017 (r442126) +++ head/graphics/cimg/Makefile Tue May 30 21:11:01 2017 (r442127) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cimg -DISTVERSION= 1.7.9 -PORTREVISION= 5 +DISTVERSION= 2.0.0 PORTEPOCH= 3 CATEGORIES= graphics devel Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Tue May 30 21:10:24 2017 (r442126) +++ head/graphics/cimg/distinfo Tue May 30 21:11:01 2017 (r442127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487003066 -SHA256 (dtschump-CImg-1.7.9-v.179_GH0.tar.gz) = adb0d77eded5dceae512d6c03233bdb01fe06121f8fdc661326e20da674caff8 -SIZE (dtschump-CImg-1.7.9-v.179_GH0.tar.gz) = 17828648 +TIMESTAMP = 1496174466 +SHA256 (dtschump-CImg-2.0.0-v.200_GH0.tar.gz) = 4b38e005841f243327570a54f13f8b40d139a811ebe43df0955d3fa9bbaf978e +SIZE (dtschump-CImg-2.0.0-v.200_GH0.tar.gz) = 17894467 Modified: head/graphics/cimg/files/patch-examples__Makefile ============================================================================== --- head/graphics/cimg/files/patch-examples__Makefile Tue May 30 21:10:24 2017 (r442126) +++ head/graphics/cimg/files/patch-examples__Makefile Tue May 30 21:11:01 2017 (r442127) @@ -1,15 +1,15 @@ ---- examples/Makefile.orig 2016-08-11 10:21:42 UTC +--- examples/Makefile.orig 2017-05-29 13:37:28 UTC +++ examples/Makefile -@@ -85,7 +85,7 @@ CIMG_EXTRA_FILES = use_tiff_stream use_j +@@ -84,7 +84,7 @@ CIMG_EXTRA_FILES = use_tiff_stream use_j # Set correct variables and paths #--------------------------------- - CIMG_VERSION = _cimg_version + CIMG_VERSION = `grep 'cimg_version\ ' ../CImg.h | tail -c4 | head -c3` -X11PATH = /usr/X11R6 +X11PATH = $(LOCALBASE) EXEPFX = ifeq ($(MSYSTEM),MINGW32) EXESFX = .exe -@@ -104,7 +104,7 @@ CXXVER = "icpc \( `$(CXX) -v 2>&1` +@@ -103,7 +103,7 @@ CXXVER = "icpc \( `$(CXX) -v 2>&1` CFLAGS = -I.. LIBS = else @@ -18,7 +18,7 @@ LIBS = -lm endif -@@ -128,7 +128,7 @@ CIMG_VT100_CFLAGS = -Dcimg_use_vt100 +@@ -127,7 +127,7 @@ CIMG_VT100_CFLAGS = -Dcimg_use_vt100 # Flags to enable code optimization by the compiler. ifeq ($(notdir $(CXX)),g++) @@ -27,7 +27,7 @@ else ifeq ($(notdir $(CXX)),icpc) CIMG_OPT_CFLAGS = -fast -@@ -148,7 +148,7 @@ endif +@@ -147,7 +147,7 @@ endif # Flags to enable OpenCV support. CIMG_OPENCV_DEFINE = -Dcimg_use_opencv @@ -36,7 +36,7 @@ CIMG_OPENCV_CFLAGS = $(CIMG_OPENCV_DEFINE) $(CIMG_OPENCV_INCDIR) CIMG_OPENCV_LIBS = `pkg-config opencv --libs || echo -lopencv_core -lopencv_highgui` -@@ -160,7 +160,7 @@ CIMG_NODISPLAY_CFLAGS = -Dcimg_display=0 +@@ -159,7 +159,7 @@ CIMG_NODISPLAY_CFLAGS = -Dcimg_display=0 CIMG_X11_DEFINE = -Dcimg_display=1 CIMG_X11_INCDIR = `pkg-config --cflags x11 || echo -I/usr/X11R6/include` CIMG_X11_CFLAGS = $(CIMG_X11_DEFINE) $(CIMG_X11_INCDIR) @@ -45,7 +45,7 @@ # Flags to enable fast image display, using the XSHM library (when using X11). # !!! Seems to randomly crash when used on MacOSX and 64bits systems, so use it only when necessary !!! -@@ -200,7 +200,7 @@ CIMG_JPEG_LIBS = -ljpeg +@@ -199,7 +199,7 @@ CIMG_JPEG_LIBS = -ljpeg CIMG_TIFF_DEFINE = -Dcimg_use_tiff CIMG_TIFF_INCDIR = CIMG_TIFF_CFLAGS = $(CIMG_TIFF_DEFINE) $(CIMG_TIFF_INCDIR) @@ -54,7 +54,7 @@ # Flags to enable native support for MINC2 image files, using the MINC2 library. # ( http://en.wikibooks.org/wiki/MINC/Reference/MINC2.0_Users_Guide ) -@@ -212,14 +212,14 @@ CIMG_MINC2_LIBS = -lminc_io -lvolume_io2 +@@ -211,14 +211,14 @@ CIMG_MINC2_LIBS = -lminc_io -lvolume_io2 # Flags to enable native support for EXR image files, using the OpenEXR library. # ( http://www.openexr.com/ ) CIMG_OPENEXR_DEFINE = -Dcimg_use_openexr @@ -71,7 +71,7 @@ CIMG_FFMPEG_CFLAGS = $(CIMG_FFMPEG_DEFINE) $(CIMG_FFMPEG_INCDIR) CIMG_FFMPEG_LIBS = -lavcodec -lavformat -lswscale -@@ -237,10 +237,10 @@ CIMG_CURL_INCDIR = +@@ -236,10 +236,10 @@ CIMG_CURL_INCDIR = CIMG_CURL_CFLAGS = $(CIMG_CURL_DEFINE) CIMG_CURL_LIBS = -lcurl @@ -84,7 +84,7 @@ CIMG_MAGICK_CFLAGS = $(CIMG_MAGICK_DEFINE) $(CIMG_MAGICK_INCDIR) CIMG_MAGICK_LIBS = `pkg-config --libs GraphicsMagick++ || echo -lGraphicsMagick++` -@@ -259,16 +259,19 @@ endif +@@ -258,16 +258,19 @@ endif # ( http://www.netlib.org/lapack/ ) CIMG_LAPACK_DEFINE = -Dcimg_use_lapack CIMG_LAPACK_INCDIR = @@ -107,7 +107,7 @@ # Flags to compile on Sun Solaris CIMG_SOLARIS_LIBS = -R$(X11PATH)/lib -lrt -lnsl -lsocket -@@ -343,7 +346,8 @@ $(CIMG_XSHM_CFLAGS)" \ +@@ -342,7 +345,8 @@ $(CIMG_XSHM_CFLAGS)" \ $(CIMG_X11_LIBS) \ $(CIMG_TIFF_LIBS) \ $(CIMG_LAPACK_LIBS) \ @@ -117,7 +117,7 @@ all $(CIMG_EXTRA_FILES) # Linux/BSD/Mac OSX targets, with X11 display. -@@ -436,8 +440,10 @@ $(CIMG_ZLIB_CFLAGS) \ +@@ -435,8 +439,10 @@ $(CIMG_ZLIB_CFLAGS) \ $(CIMG_CURL_CFLAGS) \ $(CIMG_OPENCV_CFLAGS) \ $(CIMG_MAGICK_CFLAGS) \ @@ -128,7 +128,7 @@ $(CIMG_X11_LIBS) \ $(CIMG_XSHM_LIBS) \ $(CIMG_XRANDR_LIBS) \ -@@ -449,6 +455,7 @@ $(CIMG_ZLIB_LIBS) \ +@@ -448,6 +454,7 @@ $(CIMG_ZLIB_LIBS) \ $(CIMG_CURL_LIBS) \ $(CIMG_OPENCV_LIBS) \ $(CIMG_MAGICK_LIBS) \ From owner-svn-ports-all@freebsd.org Wed May 31 00:00:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8732BF13BC; Wed, 31 May 2017 00:00:14 +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 mx1.freebsd.org (Postfix) with ESMTPS id 87A43802CC; Wed, 31 May 2017 00:00:14 +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 v4V00D7S004732; Wed, 31 May 2017 00:00:13 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V00D19004729; Wed, 31 May 2017 00:00:13 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201705310000.v4V00D19004729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Wed, 31 May 2017 00:00:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442128 - head/misc/grc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 00:00:14 -0000 Author: dbaio Date: Wed May 31 00:00:13 2017 New Revision: 442128 URL: https://svnweb.freebsd.org/changeset/ports/442128 Log: misc/grc: Update to 1.11.1 1.11.1 better error handling if command is not found 1.11 source directory cleanup several new configuration files and improvements 1.10.1 make bash aliases more compatible with other shells and with MacOSX 1.10 many new configuration files python3 support While here, adjust license and set architecture neutral. PR: 219599 Submitted by: Walter Hop (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10966 Modified: head/misc/grc/Makefile head/misc/grc/distinfo head/misc/grc/pkg-plist Modified: head/misc/grc/Makefile ============================================================================== --- head/misc/grc/Makefile Tue May 30 21:11:01 2017 (r442127) +++ head/misc/grc/Makefile Wed May 31 00:00:13 2017 (r442128) @@ -2,20 +2,22 @@ # $FreeBSD$ PORTNAME= grc -PORTVERSION= 1.9 +PORTVERSION= 1.11.1 DISTVERSIONPREFIX= v CATEGORIES= misc MAINTAINER= walter@lifeforms.nl COMMENT= Generic Colouriser -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= garabik NO_BUILD= yes +NO_ARCH= yes USES= python:run shebangfix SHEBANG_FILES= grc grcat @@ -24,6 +26,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's|"/etc/grc|"${PREFIX}/etc/grc|g ; \ s|/usr/local/share/grc|${DATADIR}|g ; \ + s|#! /usr/bin/env python3|#!${PYTHON_CMD}| ; \ s|, "/usr/share/grc/"||g' ${WRKSRC}/${i} @${REINPLACE_CMD} -e \ 's| /etc/grc| ${PREFIX}/etc/grc|g ; \ @@ -38,6 +41,6 @@ do-install: .endfor (cd ${WRKSRC} && ${INSTALL_DATA} grc.conf ${STAGEDIR}${PREFIX}/etc) @${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC} && ${INSTALL_DATA} conf.* ${STAGEDIR}${DATADIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} colourfiles/conf.* ${STAGEDIR}${DATADIR}) .include Modified: head/misc/grc/distinfo ============================================================================== --- head/misc/grc/distinfo Tue May 30 21:11:01 2017 (r442127) +++ head/misc/grc/distinfo Wed May 31 00:00:13 2017 (r442128) @@ -1,2 +1,3 @@ -SHA256 (garabik-grc-v1.9_GH0.tar.gz) = 269ab717dc105c124f6eb48b4b8d3ab68660c0f1244eaea140f0188cb9af4b80 -SIZE (garabik-grc-v1.9_GH0.tar.gz) = 29252 +TIMESTAMP = 1495893307 +SHA256 (garabik-grc-v1.11.1_GH0.tar.gz) = 9ae4bcc9186d6856e861d5b0e29b7b14db3f14e6b643e2df0076c104a94dbcba +SIZE (garabik-grc-v1.11.1_GH0.tar.gz) = 43289 Modified: head/misc/grc/pkg-plist ============================================================================== --- head/misc/grc/pkg-plist Tue May 30 21:11:01 2017 (r442127) +++ head/misc/grc/pkg-plist Wed May 31 00:00:13 2017 (r442128) @@ -3,25 +3,74 @@ bin/grcat etc/grc.conf man/man1/grc.1.gz man/man1/grcat.1.gz +%%DATADIR%%/conf.ant +%%DATADIR%%/conf.blkid %%DATADIR%%/conf.configure %%DATADIR%%/conf.cvs %%DATADIR%%/conf.df %%DATADIR%%/conf.diff %%DATADIR%%/conf.dig +%%DATADIR%%/conf.dnf +%%DATADIR%%/conf.docker-machinels +%%DATADIR%%/conf.dockerimages +%%DATADIR%%/conf.dockerinfo +%%DATADIR%%/conf.dockernetwork +%%DATADIR%%/conf.dockerps +%%DATADIR%%/conf.dockerpull +%%DATADIR%%/conf.dockersearch +%%DATADIR%%/conf.dockerversion +%%DATADIR%%/conf.du +%%DATADIR%%/conf.env %%DATADIR%%/conf.esperanto +%%DATADIR%%/conf.fdisk +%%DATADIR%%/conf.findmnt +%%DATADIR%%/conf.free %%DATADIR%%/conf.gcc +%%DATADIR%%/conf.getfacl +%%DATADIR%%/conf.getsebool +%%DATADIR%%/conf.id %%DATADIR%%/conf.ifconfig +%%DATADIR%%/conf.iostat_sar +%%DATADIR%%/conf.ip +%%DATADIR%%/conf.ipaddr +%%DATADIR%%/conf.ipneighbor +%%DATADIR%%/conf.iproute +%%DATADIR%%/conf.iptables %%DATADIR%%/conf.irclog +%%DATADIR%%/conf.last %%DATADIR%%/conf.ldap %%DATADIR%%/conf.log %%DATADIR%%/conf.ls +%%DATADIR%%/conf.lsattr +%%DATADIR%%/conf.lsblk +%%DATADIR%%/conf.lsmod +%%DATADIR%%/conf.lsof +%%DATADIR%%/conf.lspci %%DATADIR%%/conf.mount -%%DATADIR%%/conf.mount2 +%%DATADIR%%/conf.mount.old %%DATADIR%%/conf.mtr +%%DATADIR%%/conf.mvn %%DATADIR%%/conf.netstat +%%DATADIR%%/conf.nmap %%DATADIR%%/conf.php %%DATADIR%%/conf.ping +%%DATADIR%%/conf.ping2 %%DATADIR%%/conf.proftpd %%DATADIR%%/conf.ps +%%DATADIR%%/conf.pv +%%DATADIR%%/conf.semanageboolean +%%DATADIR%%/conf.semanagefcontext +%%DATADIR%%/conf.semanageuser +%%DATADIR%%/conf.showmount +%%DATADIR%%/conf.sql +%%DATADIR%%/conf.ss +%%DATADIR%%/conf.stat +%%DATADIR%%/conf.sysctl +%%DATADIR%%/conf.systemctl +%%DATADIR%%/conf.tcpdump %%DATADIR%%/conf.traceroute +%%DATADIR%%/conf.tune2fs +%%DATADIR%%/conf.ulimit +%%DATADIR%%/conf.uptime +%%DATADIR%%/conf.vmstat %%DATADIR%%/conf.wdiff From owner-svn-ports-all@freebsd.org Wed May 31 00:17:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38A3EBF1893; Wed, 31 May 2017 00:17:53 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FAFA80CAC; Wed, 31 May 2017 00:17:52 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4V0HqUt013126; Wed, 31 May 2017 00:17:52 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V0HpJ2013122; Wed, 31 May 2017 00:17:51 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201705310017.v4V0HpJ2013122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Wed, 31 May 2017 00:17:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442129 - in head/textproc/fop: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 00:17:53 -0000 Author: dbaio Date: Wed May 31 00:17:51 2017 New Revision: 442129 URL: https://svnweb.freebsd.org/changeset/ports/442129 Log: textproc/fop: Update to 2.2 - Set LICENSE Changes: https://xmlgraphics.apache.org/fop/changes.html PR: 219109 Submitted by: mail_of_sergey@mail.ru Approved by: garga (mentor), geoff@sea-incorporated.com (maintainer) Differential Revision: https://reviews.freebsd.org/D10977 Added: head/textproc/fop/files/ head/textproc/fop/files/patch-build.xml (contents, props changed) Modified: head/textproc/fop/Makefile head/textproc/fop/distinfo head/textproc/fop/pkg-plist Modified: head/textproc/fop/Makefile ============================================================================== --- head/textproc/fop/Makefile Wed May 31 00:00:13 2017 (r442128) +++ head/textproc/fop/Makefile Wed May 31 00:17:51 2017 (r442129) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= fop -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= textproc java MASTER_SITES= APACHE/xmlgraphics/fop/source/:fop \ - SF/offo/offo-hyphenation/2.1:hyph + SF/offo/offo-hyphenation/${PORTVERSION}:hyph DISTNAME= ${PORTNAME}-${PORTVERSION}-src DISTFILES= ${DISTNAME}.tar.gz:fop offo-hyphenation.zip:hyph EXTRACT_ONLY= ${DISTNAME}.tar.gz @@ -13,11 +13,15 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= geoff@sea-incorporated.com COMMENT= Print formatter driven by XSL formatting +LICENSE= APACHE20 +LICENSE_FILE= ${LEGALDIR}/LICENSE + EXTRACT_DEPENDS+= ${UNZIP_CMD}:archivers/unzip OPTIONS_DEFINE= DOCS -WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} +WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/fop +LEGALDIR= ${WRKDIR}/${DISTNAME:S/-src//} DATADIR= ${JAVASHAREDIR}/${PORTNAME} PORTDOCS= * @@ -46,6 +50,6 @@ do-install: ${LN} -s ${DATADIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_MAN} LICENSE README NOTICE KEYS ${STAGEDIR}${DOCSDIR} + cd ${LEGALDIR} && ${INSTALL_MAN} LICENSE README NOTICE KEYS ${STAGEDIR}${DOCSDIR} .include Modified: head/textproc/fop/distinfo ============================================================================== --- head/textproc/fop/distinfo Wed May 31 00:00:13 2017 (r442128) +++ head/textproc/fop/distinfo Wed May 31 00:17:51 2017 (r442129) @@ -1,4 +1,5 @@ -SHA256 (fop-2.1-src.tar.gz) = e5af1d81df8f9fab8aa473e6a1c1407c1bf1c3d327df9b04c3861e8247e8b998 -SIZE (fop-2.1-src.tar.gz) = 23308630 -SHA256 (offo-hyphenation.zip) = a9dd01154c89ed7acf7016a8ac9a1df42a356b4cdcb0f8d5ec36728c5f85127c -SIZE (offo-hyphenation.zip) = 899466 +TIMESTAMP = 1495846381 +SHA256 (fop-2.2-src.tar.gz) = 5052fef87fc4b888bd49d29bf626255c9d3443b628f21393c11ea121d44a6552 +SIZE (fop-2.2-src.tar.gz) = 25477122 +SHA256 (offo-hyphenation.zip) = df0b863a2ef269ac7defd497f74da54480cd2c03ad665304e7c05334ab3f289f +SIZE (offo-hyphenation.zip) = 883080 Added: head/textproc/fop/files/patch-build.xml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/fop/files/patch-build.xml Wed May 31 00:17:51 2017 (r442129) @@ -0,0 +1,20 @@ +--- build.xml.orig 2017-04-03 11:23:57 UTC ++++ build.xml +@@ -208,7 +208,7 @@ list of possible build targets. + + + +- ++ + + + +@@ -348,7 +348,7 @@ list of possible build targets. + + + +- ++ + + + Modified: head/textproc/fop/pkg-plist ============================================================================== --- head/textproc/fop/pkg-plist Wed May 31 00:00:13 2017 (r442128) +++ head/textproc/fop/pkg-plist Wed May 31 00:17:51 2017 (r442129) @@ -47,6 +47,7 @@ bin/fop %%DATADIR%%/hyph/kmr.xml %%DATADIR%%/hyph/kn.xml %%DATADIR%%/hyph/la.xml +%%DATADIR%%/hyph/la_CL.xml %%DATADIR%%/hyph/lt.xml %%DATADIR%%/hyph/lv.xml %%DATADIR%%/hyph/ml.xml @@ -56,6 +57,7 @@ bin/fop %%DATADIR%%/hyph/nb.xml %%DATADIR%%/hyph/nl.xml %%DATADIR%%/hyph/nn.xml +%%DATADIR%%/hyph/oc.xml %%DATADIR%%/hyph/or.xml %%DATADIR%%/hyph/pa.xml %%DATADIR%%/hyph/pl.xml @@ -81,14 +83,14 @@ bin/fop %%DATADIR%%/lib/README.txt %%DATADIR%%/lib/avalon-framework-api-4.3.1.jar %%DATADIR%%/lib/avalon-framework-impl-4.3.1.jar -%%DATADIR%%/lib/batik-all-1.8.jar +%%DATADIR%%/lib/batik-all-1.9.jar %%DATADIR%%/lib/commons-io-1.3.1.jar %%DATADIR%%/lib/commons-logging-1.0.4.jar -%%DATADIR%%/lib/fontbox-1.8.5.jar -%%DATADIR%%/lib/serializer-2.7.0.jar +%%DATADIR%%/lib/fontbox-2.0.4.jar +%%DATADIR%%/lib/serializer-2.7.2.jar %%DATADIR%%/lib/servlet-2.2.jar %%DATADIR%%/lib/xalan-2.7.2.jar %%DATADIR%%/lib/xercesImpl-2.9.1.jar %%DATADIR%%/lib/xml-apis-1.3.04.jar %%DATADIR%%/lib/xml-apis-ext-1.3.04.jar -%%DATADIR%%/lib/xmlgraphics-commons-2.1.jar +%%DATADIR%%/lib/xmlgraphics-commons-2.2.jar From owner-svn-ports-all@freebsd.org Wed May 31 00:24:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80C78BF1A00; Wed, 31 May 2017 00:24:13 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F24B8103D; Wed, 31 May 2017 00:24:13 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4V0OC3H017002; Wed, 31 May 2017 00:24:12 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V0OCZg017000; Wed, 31 May 2017 00:24:12 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201705310024.v4V0OCZg017000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Wed, 31 May 2017 00:24:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442130 - head/sysutils/backuppc4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 00:24:13 -0000 Author: dbaio Date: Wed May 31 00:24:12 2017 New Revision: 442130 URL: https://svnweb.freebsd.org/changeset/ports/442130 Log: sysutils/backuppc4: Update to 4.1.2 Changes: https://github.com/backuppc/backuppc/releases/tag/4.1.2 PR: 219020 Submitted by: Alexander Moisseev (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10978 Modified: head/sysutils/backuppc4/Makefile head/sysutils/backuppc4/distinfo Modified: head/sysutils/backuppc4/Makefile ============================================================================== --- head/sysutils/backuppc4/Makefile Wed May 31 00:17:51 2017 (r442129) +++ head/sysutils/backuppc4/Makefile Wed May 31 00:24:12 2017 (r442130) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= backuppc -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.2 CATEGORIES= sysutils MASTER_SITES= SF PKGNAMESUFFIX= 4 @@ -15,7 +15,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-File-Listing>=0:sysutils/p5-File-Listing \ - p5-BackupPC-XS>=0.50:sysutils/p5-BackupPC-XS + p5-BackupPC-XS>=0.53:sysutils/p5-BackupPC-XS CONFLICTS= backuppc-[0-9]* backuppc-devel-[0-9]* @@ -51,7 +51,7 @@ SMB_DESC= Install Samba (for "smb" transfer and NetBI XML_RSS_DESC= Install Perl extension to manage RSS files ARCHIVE_ZIP_RUN_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip -RSYNC_BPC_RUN_DEPENDS= rsync-bpc>=3.0.9.5:net/rsync-bpc +RSYNC_BPC_RUN_DEPENDS= rsync-bpc>=3.0.9.6:net/rsync-bpc RRDTOOL_RUN_DEPENDS= rrdtool:databases/rrdtool SMB_USES= samba:run # nmblookup, smbclient XML_RSS_RUN_DEPENDS= p5-XML-RSS>=0:textproc/p5-XML-RSS Modified: head/sysutils/backuppc4/distinfo ============================================================================== --- head/sysutils/backuppc4/distinfo Wed May 31 00:17:51 2017 (r442129) +++ head/sysutils/backuppc4/distinfo Wed May 31 00:24:12 2017 (r442130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493015326 -SHA256 (BackupPC-4.1.1.tar.gz) = dc3eff90345a77a2438b285be78239e10275cf9647707808531ad9999e303789 -SIZE (BackupPC-4.1.1.tar.gz) = 619302 +TIMESTAMP = 1493753765 +SHA256 (BackupPC-4.1.2.tar.gz) = 065b9159be91f6ba977d03c78c07f5038c7bcac5b032950cd5d77e4a947f8a88 +SIZE (BackupPC-4.1.2.tar.gz) = 622383 From owner-svn-ports-all@freebsd.org Wed May 31 01:29:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FA08BF2A52; Wed, 31 May 2017 01:29:48 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D19E8290C; Wed, 31 May 2017 01:29:48 +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 v4V1TlOT041478; Wed, 31 May 2017 01:29:47 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V1TkVJ041476; Wed, 31 May 2017 01:29:46 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201705310129.v4V1TkVJ041476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 31 May 2017 01:29:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442131 - head/www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 01:29:48 -0000 Author: osa Date: Wed May 31 01:29:46 2017 New Revision: 442131 URL: https://svnweb.freebsd.org/changeset/ports/442131 Log: Upgrade from 1.13.0 to 1.13.1. *) Feature: now a hostname can be used as the "set_real_ip_from" directive parameter. *) Feature: vim syntax highlighting scripts improvements. *) Feature: the "worker_cpu_affinity" directive now works on DragonFly BSD. Thanks to Sepherosa Ziehau. *) Bugfix: SSL renegotiation on backend connections did not work when using OpenSSL before 1.1.0. *) Workaround: nginx could not be built with Oracle Developer Studio 12.5. *) Workaround: now cache manager ignores long locked cache entries when cleaning cache based on the "max_size" parameter. *) Bugfix: client SSL connections were immediately closed if deferred accept and the "proxy_protocol" parameter of the "listen" directive were used. *) Bugfix: in the "proxy_cache_background_update" directive. *) Workaround: now the "tcp_nodelay" directive sets the TCP_NODELAY option before an SSL handshake. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed May 31 00:24:12 2017 (r442130) +++ head/www/nginx-devel/Makefile Wed May 31 01:29:46 2017 (r442131) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.13.0 -PORTREVISION= 3 +PORTVERSION= 1.13.1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed May 31 00:24:12 2017 (r442130) +++ head/www/nginx-devel/distinfo Wed May 31 01:29:46 2017 (r442131) @@ -1,6 +1,6 @@ -TIMESTAMP = 1494707096 -SHA256 (nginx-1.13.0.tar.gz) = 79f52ab6550f854e14439369808105b5780079769d7b8db3856be03c683605d7 -SIZE (nginx-1.13.0.tar.gz) = 982592 +TIMESTAMP = 1496193630 +SHA256 (nginx-1.13.1.tar.gz) = a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776 +SIZE (nginx-1.13.1.tar.gz) = 984142 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c SIZE (ngx_cache_purge-2.3.tar.gz) = 12248 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae From owner-svn-ports-all@freebsd.org Wed May 31 01:35:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21DE0BF2BB0; Wed, 31 May 2017 01:35:23 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3BF282C41; Wed, 31 May 2017 01:35:22 +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 v4V1ZLwe045512; Wed, 31 May 2017 01:35:21 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V1ZLgv045511; Wed, 31 May 2017 01:35:21 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201705310135.v4V1ZLgv045511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Wed, 31 May 2017 01:35:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442132 - head/www/nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 01:35:23 -0000 Author: osa Date: Wed May 31 01:35:21 2017 New Revision: 442132 URL: https://svnweb.freebsd.org/changeset/ports/442132 Log: Remove the legacy third-party module checksums. Do not bump PORTREVISION. Modified: head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed May 31 01:29:46 2017 (r442131) +++ head/www/nginx-devel/distinfo Wed May 31 01:35:21 2017 (r442132) @@ -117,8 +117,6 @@ SHA256 (cubicdaiya-ngx_small_light-v0.8.0_GH0.tar.gz) SIZE (cubicdaiya-ngx_small_light-v0.8.0_GH0.tar.gz) = 55918 SHA256 (openresty-srcache-nginx-module-v0.30_GH0.tar.gz) = e34b1ab5f5007661f73819f9c20fd6c2a46ed3e53364e9449b02ef2bd3628633 SIZE (openresty-srcache-nginx-module-v0.30_GH0.tar.gz) = 58777 -SHA256 (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = de784142d867a35ecc5443fa347c2903af0935669cdf2eaa9274f5253aac2267 -SIZE (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = 2711 SHA256 (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 958bd8de773601d8d3138501cc4be0420f1c818a3987a70cc9c0023371e432cf SIZE (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 11477 SHA256 (nginx-njs-753ebe6_GH0.tar.gz) = 43fc7a307ee98b9c55283374b36f1f4576cbf529a4101176cb94ab73f3110f67 From owner-svn-ports-all@freebsd.org Wed May 31 02:23:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79797BF34DD; Wed, 31 May 2017 02:23:37 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4742483D80; Wed, 31 May 2017 02:23:37 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4V2NaHZ065401; Wed, 31 May 2017 02:23:36 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V2NaCb065398; Wed, 31 May 2017 02:23:36 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201705310223.v4V2NaCb065398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 31 May 2017 02:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442133 - in head: net-p2p/hs-torrent textproc/p5-Apache-ParseLog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 02:23:37 -0000 Author: danfe Date: Wed May 31 02:23:36 2017 New Revision: 442133 URL: https://svnweb.freebsd.org/changeset/ports/442133 Log: Spell `generator' correctly. Modified: head/net-p2p/hs-torrent/Makefile head/net-p2p/hs-torrent/pkg-descr head/textproc/p5-Apache-ParseLog/pkg-descr Modified: head/net-p2p/hs-torrent/Makefile ============================================================================== --- head/net-p2p/hs-torrent/Makefile Wed May 31 01:35:21 2017 (r442132) +++ head/net-p2p/hs-torrent/Makefile Wed May 31 02:23:36 2017 (r442133) @@ -5,7 +5,7 @@ PORTVERSION= 10000.0.0 CATEGORIES= net-p2p haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= BitTorrent file parser and generater +COMMENT= BitTorrent file parser and generator LICENSE= BSD3CLAUSE Modified: head/net-p2p/hs-torrent/pkg-descr ============================================================================== --- head/net-p2p/hs-torrent/pkg-descr Wed May 31 01:35:21 2017 (r442132) +++ head/net-p2p/hs-torrent/pkg-descr Wed May 31 02:23:36 2017 (r442133) @@ -1,3 +1,3 @@ -BitTorrent file parser and generater. +BitTorrent file parser and generator. WWW: http://hackage.haskell.org/package/torrent Modified: head/textproc/p5-Apache-ParseLog/pkg-descr ============================================================================== --- head/textproc/p5-Apache-ParseLog/pkg-descr Wed May 31 01:35:21 2017 (r442132) +++ head/textproc/p5-Apache-ParseLog/pkg-descr Wed May 31 02:23:36 2017 (r442133) @@ -2,5 +2,5 @@ Apache::ParseLog provides an easy way to parse the Apa files, using an object-oriented constructs. The data obtained using this module are generic enough that it is flexible to use the data for your own applications, such as CGI, simple -text-only report generater, feeding RDBMS, data for Perl/Tk-based +text-only report generator, feeding RDBMS, data for Perl/Tk-based GUI application, etc. From owner-svn-ports-all@freebsd.org Wed May 31 03:12:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6CB7BF405E; Wed, 31 May 2017 03:12:59 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A59B3298; Wed, 31 May 2017 03:12:59 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4V3CwDC086521; Wed, 31 May 2017 03:12:58 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V3CwPI086519; Wed, 31 May 2017 03:12:58 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201705310312.v4V3CwPI086519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 31 May 2017 03:12:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442134 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 03:12:59 -0000 Author: lwhsu Date: Wed May 31 03:12:58 2017 New Revision: 442134 URL: https://svnweb.freebsd.org/changeset/ports/442134 Log: - Update to 2.63 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Wed May 31 02:23:36 2017 (r442133) +++ head/devel/jenkins/Makefile Wed May 31 03:12:58 2017 (r442134) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 2.62 +PORTVERSION= 2.63 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Wed May 31 02:23:36 2017 (r442133) +++ head/devel/jenkins/distinfo Wed May 31 03:12:58 2017 (r442134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495510380 -SHA256 (jenkins/2.62/jenkins.war) = b0778a1763e582ecbbece698e9ef78b45579ef8945db0198fe02295de8da15b7 -SIZE (jenkins/2.62/jenkins.war) = 71196975 +TIMESTAMP = 1496166375 +SHA256 (jenkins/2.63/jenkins.war) = 299919595f6c2f86ba92a8bcfabf3d58e23362468eb846401a7346a1d8fa8b08 +SIZE (jenkins/2.63/jenkins.war) = 71195138 From owner-svn-ports-all@freebsd.org Wed May 31 04:53:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 657E4A921BA; Wed, 31 May 2017 04:53:52 +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 mx1.freebsd.org (Postfix) with ESMTPS id 2674E2ED4; Wed, 31 May 2017 04:53:52 +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 v4V4rpWJ026843; Wed, 31 May 2017 04:53:51 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V4rpJl026842; Wed, 31 May 2017 04:53:51 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201705310453.v4V4rpJl026842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 31 May 2017 04:53:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442135 - head/java/openjdk7/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 04:53:52 -0000 Author: jkim Date: Wed May 31 04:53:51 2017 New Revision: 442135 URL: https://svnweb.freebsd.org/changeset/ports/442135 Log: Fix compilation with Clang 4.0. Added: head/java/openjdk7/files/patch-hotspot_src_share_vm_opto_lcm.cpp (contents, props changed) Added: head/java/openjdk7/files/patch-hotspot_src_share_vm_opto_lcm.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk7/files/patch-hotspot_src_share_vm_opto_lcm.cpp Wed May 31 04:53:51 2017 (r442135) @@ -0,0 +1,11 @@ +--- hotspot/src/share/vm/opto/lcm.cpp.orig 2017-05-30 23:06:51 UTC ++++ hotspot/src/share/vm/opto/lcm.cpp +@@ -57,7 +57,7 @@ + // Check whether val is not-null-decoded compressed oop, + // i.e. will grab into the base of the heap if it represents NULL. + static bool accesses_heap_base_zone(Node *val) { +- if (Universe::narrow_oop_base() > 0) { // Implies UseCompressedOops. ++ if (Universe::narrow_oop_base() != NULL) { // Implies UseCompressedOops. + if (val && val->is_Mach()) { + if (val->as_Mach()->ideal_Opcode() == Op_DecodeN) { + // This assumes all Decodes with TypePtr::NotNull are matched to nodes that From owner-svn-ports-all@freebsd.org Wed May 31 04:55:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F10CA92231; Wed, 31 May 2017 04:55:37 +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 mx1.freebsd.org (Postfix) with ESMTPS id 0FA962FC4; Wed, 31 May 2017 04:55:36 +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 v4V4taaL027025; Wed, 31 May 2017 04:55:36 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V4ta2V027024; Wed, 31 May 2017 04:55:36 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201705310455.v4V4ta2V027024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 31 May 2017 04:55:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442136 - head/java/openjdk6/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 04:55:37 -0000 Author: jkim Date: Wed May 31 04:55:36 2017 New Revision: 442136 URL: https://svnweb.freebsd.org/changeset/ports/442136 Log: Fix compilation with Clang 4.0. Added: head/java/openjdk6/files/patch-hotspot_src_share_vm_opto_loopPredicate.cpp (contents, props changed) Added: head/java/openjdk6/files/patch-hotspot_src_share_vm_opto_loopPredicate.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk6/files/patch-hotspot_src_share_vm_opto_loopPredicate.cpp Wed May 31 04:55:36 2017 (r442136) @@ -0,0 +1,11 @@ +--- hotspot/src/share/vm/opto/loopPredicate.cpp.orig 2017-05-30 15:21:46 UTC ++++ hotspot/src/share/vm/opto/loopPredicate.cpp +@@ -831,7 +831,7 @@ bool PhaseIdealLoop::loop_predication_impl(IdealLoopTr + Node* idx = cmp->in(1); + assert(!invar.is_invariant(idx), "index is variant"); + Node* rng = cmp->in(2); +- assert(rng->Opcode() == Op_LoadRange || _igvn.type(rng)->is_int() >= 0, "must be"); ++ assert(rng->Opcode() == Op_LoadRange, "must be"); + assert(invar.is_invariant(rng), "range must be invariant"); + int scale = 1; + Node* offset = zero; From owner-svn-ports-all@freebsd.org Wed May 31 06:31:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E9AFAF83E3; Wed, 31 May 2017 06:31:12 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42F146648D; Wed, 31 May 2017 06:31:12 +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 v4V6VBZ9065742; Wed, 31 May 2017 06:31:11 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V6VBwY065740; Wed, 31 May 2017 06:31:11 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705310631.v4V6VBwY065740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 31 May 2017 06:31:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442137 - head/misc/qt5ct X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 06:31:12 -0000 Author: tcberner Date: Wed May 31 06:31:11 2017 New Revision: 442137 URL: https://svnweb.freebsd.org/changeset/ports/442137 Log: Update to 0.33 and take maintainership. Modified: head/misc/qt5ct/Makefile head/misc/qt5ct/distinfo Modified: head/misc/qt5ct/Makefile ============================================================================== --- head/misc/qt5ct/Makefile Wed May 31 04:55:36 2017 (r442136) +++ head/misc/qt5ct/Makefile Wed May 31 06:31:11 2017 (r442137) @@ -1,12 +1,11 @@ # $FreeBSD$ PORTNAME= qt5ct -PORTVERSION= 0.32 -PORTREVISION= 1 +PORTVERSION= 0.33 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcberner@FreeBSD.org COMMENT= Qt 5 configuration tool LICENSE= BSD2CLAUSE Modified: head/misc/qt5ct/distinfo ============================================================================== --- head/misc/qt5ct/distinfo Wed May 31 04:55:36 2017 (r442136) +++ head/misc/qt5ct/distinfo Wed May 31 06:31:11 2017 (r442137) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494865606 -SHA256 (qt5ct-0.32.tar.bz2) = d501975f876aeb7a4c9814c9b9a46eb20804c3e0ee2b5d5e7b1b3d244dc7f53f -SIZE (qt5ct-0.32.tar.bz2) = 56146 +TIMESTAMP = 1496211983 +SHA256 (qt5ct-0.33.tar.bz2) = 2e55484bdae7988ec8ce2629cfc252b226df8b07b2a0b6f8ee2fd10cc8e7c02f +SIZE (qt5ct-0.33.tar.bz2) = 56448 From owner-svn-ports-all@freebsd.org Wed May 31 06:53:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9E75AF8837; Wed, 31 May 2017 06:53:22 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8ABAC66EA4; Wed, 31 May 2017 06:53:22 +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 v4V6rLVd076735; Wed, 31 May 2017 06:53:21 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V6rL0V076733; Wed, 31 May 2017 06:53:21 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201705310653.v4V6rL0V076733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 31 May 2017 06:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442138 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 06:53:22 -0000 Author: gerald Date: Wed May 31 06:53:21 2017 New Revision: 442138 URL: https://svnweb.freebsd.org/changeset/ports/442138 Log: Update to Wine 2.9. This includes the following changes: - Support for tesselation shaders in Direct3D. - Binary mode support in WebServices. - Clipboard changes detected through Xfixes. - User interface improvements in RegEdit. - Various bug fixes. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Wed May 31 06:31:11 2017 (r442137) +++ head/emulators/wine-devel/Makefile Wed May 31 06:53:21 2017 (r442138) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 2.8 -PORTREVISION= 1 +DISTVERSION= 2.9 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Wed May 31 06:31:11 2017 (r442137) +++ head/emulators/wine-devel/distinfo Wed May 31 06:53:21 2017 (r442138) @@ -1,5 +1,5 @@ -TIMESTAMP = 1495296270 -SHA256 (wine-2.8.tar.xz) = 83e9607af66d86020dc27a368ebba28fa7e8ffecfdf8f149da06b3531ac3e579 -SIZE (wine-2.8.tar.xz) = 19120740 -SHA256 (v2.8.tar.gz) = 8680614be6c3b01c7c577eb6924fc05cc3de92394384939dd5b2e12e08235fff -SIZE (v2.8.tar.gz) = 10043842 +TIMESTAMP = 1496191837 +SHA256 (wine-2.9.tar.xz) = ac46f7bbbbc1dc135c95e4f98d28bf6e3d7a78fb7f9ba6caa7354a3e8786545f +SIZE (wine-2.9.tar.xz) = 19154668 +SHA256 (v2.9.tar.gz) = cde0895142c0ca0be5b532560ec0546d6e4f655615572d80cfcce663f92c57f6 +SIZE (v2.9.tar.gz) = 10062408 From owner-svn-ports-all@freebsd.org Wed May 31 07:15:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 565EAAF8B94; Wed, 31 May 2017 07:15:22 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25C21678CE; Wed, 31 May 2017 07:15:22 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4V7FL7v085213; Wed, 31 May 2017 07:15:21 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V7FKg2085208; Wed, 31 May 2017 07:15:20 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201705310715.v4V7FKg2085208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Wed, 31 May 2017 07:15:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442139 - in head/mail: . py-pymailq py-pymailq/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 07:15:22 -0000 Author: loader (doc committer) Date: Wed May 31 07:15:20 2017 New Revision: 442139 URL: https://svnweb.freebsd.org/changeset/ports/442139 Log: [NEW PORT] mail/py-pymailq: Postfix queue control python tool The pymailq module makes it easy to view and control Postfix mails queue. It provide several classes to store, view and interact with mail queue using Postfix command line tools. This module is provided for automation and monitoring developments. WWW: https://github.com/outini/pymailq Reviewed_by: koobs, mat Approved by: koobs (ports) Differential_Revision: D10976 Added: head/mail/py-pymailq/ head/mail/py-pymailq/Makefile (contents, props changed) head/mail/py-pymailq/distinfo (contents, props changed) head/mail/py-pymailq/files/ head/mail/py-pymailq/files/patch-setup.py (contents, props changed) head/mail/py-pymailq/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Wed May 31 06:53:21 2017 (r442138) +++ head/mail/Makefile Wed May 31 07:15:20 2017 (r442139) @@ -543,6 +543,7 @@ SUBDIR += py-milter SUBDIR += py-notmuch SUBDIR += py-ppolicy + SUBDIR += py-pymailq SUBDIR += py-pyspf SUBDIR += py-spambayes SUBDIR += py-twistedMail Added: head/mail/py-pymailq/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-pymailq/Makefile Wed May 31 07:15:20 2017 (r442139) @@ -0,0 +1,39 @@ +# Created by: Fukang Chen +# $FreeBSD$ + +PORTNAME= pymailq +PORTVERSION= 0.5.4 +CATEGORIES= mail python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= loader@FreeBSD.org +COMMENT= Postfix queue control python tool + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= postfix:mail/postfix + +NO_ARCH= yes +USES= python:2.7+ +USE_PYTHON= autoplist distutils concurrent + +.include + +PLIST_FILES+= man/man1/pqshell-${PYTHON_VER}.1.gz +.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} +PLIST_FILES+= man/man1/pqshell.1.gz +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/sbin/postqueue|${LOCALBASE}/sbin/postqueue|' \ + ${WRKSRC}/pymailq/store.py + +post-install: + ${INSTALL_MAN} ${WRKSRC}/man/pqshell.1 ${STAGEDIR}${MANPREFIX}/man/man1/pqshell-${PYTHON_VER}.1 +.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} + ${LN} -sf pqshell-${PYTHON_VER}.1 ${STAGEDIR}${MANPREFIX}/man/man1/pqshell.1 +.endif + +.include Added: head/mail/py-pymailq/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-pymailq/distinfo Wed May 31 07:15:20 2017 (r442139) @@ -0,0 +1,3 @@ +TIMESTAMP = 1495872044 +SHA256 (pymailq-0.5.4.tar.gz) = 25e6afc496c5cbd46221ced5c3db2f0bf86acdbe2f0a8753493143b75768b493 +SIZE (pymailq-0.5.4.tar.gz) = 25038 Added: head/mail/py-pymailq/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-pymailq/files/patch-setup.py Wed May 31 07:15:20 2017 (r442139) @@ -0,0 +1,11 @@ +--- setup.py.orig 2017-05-29 11:46:42 UTC ++++ setup.py +@@ -39,8 +39,6 @@ if __name__ == '__main__': + scripts=['bin/pqshell'], + packages=['pymailq'], + package_dir={'pymailq': 'pymailq'}, +- data_files=[('share/doc/pymailq', ['README.rst', 'LICENSE']), +- ('share/man/man1/', ['man/pqshell.1'])], + keywords=['postfix', 'shell', 'mailq', 'python', 'pqshell', 'postqueue'], + classifiers=[ + 'Development Status :: 2 - Pre-Alpha', Added: head/mail/py-pymailq/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-pymailq/pkg-descr Wed May 31 07:15:20 2017 (r442139) @@ -0,0 +1,6 @@ +The pymailq module makes it easy to view and control Postfix mails +queue. It provide several classes to store, view and interact with +mail queue using Postfix command line tools. This module is provided +for automation and monitoring developments. + +WWW: https://github.com/outini/pymailq From owner-svn-ports-all@freebsd.org Wed May 31 07:45:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1A5CAF9323; Wed, 31 May 2017 07:45:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFD7C689FA; Wed, 31 May 2017 07:45:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4V7j6X8097417; Wed, 31 May 2017 07:45:06 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V7j6k9097415; Wed, 31 May 2017 07:45:06 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201705310745.v4V7j6k9097415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Wed, 31 May 2017 07:45:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442140 - head/textproc/markdown-mode.el X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 07:45:08 -0000 Author: olgeni Date: Wed May 31 07:45:06 2017 New Revision: 442140 URL: https://svnweb.freebsd.org/changeset/ports/442140 Log: Update textproc/markdown-mode.el to version 2.2. Modified: head/textproc/markdown-mode.el/Makefile head/textproc/markdown-mode.el/distinfo Modified: head/textproc/markdown-mode.el/Makefile ============================================================================== --- head/textproc/markdown-mode.el/Makefile Wed May 31 07:15:20 2017 (r442139) +++ head/textproc/markdown-mode.el/Makefile Wed May 31 07:45:06 2017 (r442140) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= markdown-mode.el -PORTVERSION= 2.1 -PORTREVISION= 1 +PORTVERSION= 2.2 CATEGORIES= textproc MASTER_SITES= http://jblevins.org/projects/markdown-mode/ DISTNAME= markdown-mode.el Modified: head/textproc/markdown-mode.el/distinfo ============================================================================== --- head/textproc/markdown-mode.el/distinfo Wed May 31 07:15:20 2017 (r442139) +++ head/textproc/markdown-mode.el/distinfo Wed May 31 07:45:06 2017 (r442140) @@ -1,2 +1,3 @@ -SHA256 (markdown-mode.el-2.1/markdown-mode.el) = dc50fb3d820e2ac9afaf3d4da2cb0bdfe090385d5c0b20928ad24a31b25a51b9 -SIZE (markdown-mode.el-2.1/markdown-mode.el) = 255517 +TIMESTAMP = 1496181663 +SHA256 (markdown-mode.el-2.2/markdown-mode.el) = 5bbdad1a5f43f7c53ff0798a69d5141dc8e3cf3ad6b4592f534957dbb4683a12 +SIZE (markdown-mode.el-2.2/markdown-mode.el) = 313687 From owner-svn-ports-all@freebsd.org Wed May 31 08:22:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB841AFA0DB; Wed, 31 May 2017 08:22:55 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B987D6AE98; Wed, 31 May 2017 08:22:55 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4V8Mskx014524; Wed, 31 May 2017 08:22:54 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V8MsMN014521; Wed, 31 May 2017 08:22:54 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201705310822.v4V8MsMN014521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 31 May 2017 08:22:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442141 - head/net/asterisk13 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 08:22:56 -0000 Author: madpilot Date: Wed May 31 08:22:54 2017 New Revision: 442141 URL: https://svnweb.freebsd.org/changeset/ports/442141 Log: Update net/asterisk13 to 13.16.0. Modified: head/net/asterisk13/Makefile head/net/asterisk13/distinfo head/net/asterisk13/pkg-plist Modified: head/net/asterisk13/Makefile ============================================================================== --- head/net/asterisk13/Makefile Wed May 31 07:45:06 2017 (r442140) +++ head/net/asterisk13/Makefile Wed May 31 08:22:54 2017 (r442141) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 13.15.1 +PORTVERSION= 13.16.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ Modified: head/net/asterisk13/distinfo ============================================================================== --- head/net/asterisk13/distinfo Wed May 31 07:45:06 2017 (r442140) +++ head/net/asterisk13/distinfo Wed May 31 08:22:54 2017 (r442141) @@ -1,6 +1,6 @@ -TIMESTAMP = 1495231925 -SHA256 (asterisk-13.15.1.tar.gz) = 03d29bcb0e1791809fb21fa80c3a7e8ab2f521e1f4397f625d1fe982f64186e2 -SIZE (asterisk-13.15.1.tar.gz) = 32828857 +TIMESTAMP = 1496177063 +SHA256 (asterisk-13.16.0.tar.gz) = bcc81856ef5c624b591d5c11beeb68587cc7b3872cf41f728663b623a28cf865 +SIZE (asterisk-13.16.0.tar.gz) = 32886977 SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 Modified: head/net/asterisk13/pkg-plist ============================================================================== --- head/net/asterisk13/pkg-plist Wed May 31 07:45:06 2017 (r442140) +++ head/net/asterisk13/pkg-plist Wed May 31 08:22:54 2017 (r442141) @@ -117,6 +117,7 @@ include/asterisk/adsi.h include/asterisk/ael_structs.h include/asterisk/agi.h include/asterisk/alaw.h +include/asterisk/alertpipe.h include/asterisk/aoc.h include/asterisk/app.h include/asterisk/ari.h From owner-svn-ports-all@freebsd.org Wed May 31 09:00:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93594AFADFC; Wed, 31 May 2017 09:00: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 mx1.freebsd.org (Postfix) with ESMTPS id 304356F99F; Wed, 31 May 2017 09:00: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 v4V90Xqn028553; Wed, 31 May 2017 09:00:33 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V90VCd028530; Wed, 31 May 2017 09:00:31 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705310900.v4V90VCd028530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 31 May 2017 09:00:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442142 - in branches/2017Q2/graphics/ImageMagick: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 09:00:34 -0000 Author: kwm Date: Wed May 31 09:00:30 2017 New Revision: 442142 URL: https://svnweb.freebsd.org/changeset/ports/442142 Log: Manualy backport CVE patches, due to shared library bump in ImageMagick. PR: 219497 Approved by: ports-secteam@ (feld@) Security: 50776801-4183-11e7-b291-b499baebfeaf Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5506 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5507 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5508 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5509 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5510 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5511 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6497 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6498 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6499 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6500 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6501 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6502 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7275 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7606 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7619 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7941 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7942 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7943 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8343 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8344 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8345 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8346 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8347 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8348 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8349 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8350 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8351 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8352 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8353 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8354 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8355 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8356 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8357 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8765 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8830 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-9141 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-9142 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-9143 (contents, props changed) branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-9144 (contents, props changed) Modified: branches/2017Q2/graphics/ImageMagick/Makefile Modified: branches/2017Q2/graphics/ImageMagick/Makefile ============================================================================== --- branches/2017Q2/graphics/ImageMagick/Makefile Wed May 31 08:22:54 2017 (r442141) +++ branches/2017Q2/graphics/ImageMagick/Makefile Wed May 31 09:00:30 2017 (r442142) @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.9.6-4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5506 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5506 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,27 @@ +From 6235f1f7a9f7b0f83b197f6cd0073dbb6602d0fb Mon Sep 17 00:00:00 2001 +From: Cristy +Date: Thu, 12 Jan 2017 12:51:14 -0500 +Subject: [PATCH] https://github.com/ImageMagick/ImageMagick/issues/354 + +--- + magick/profile.c | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/magick/profile.c b/magick/profile.c +index 7c12a1c933..6313388a2b 100644 +--- magick/profile.c ++++ magick/profile.c +@@ -2071,10 +2071,10 @@ static MagickBooleanType SyncExifProfile(Image *image, StringInfo *profile) + The directory entry contains an offset. + */ + offset=(ssize_t) ReadProfileLong(endian,q+8); +- if ((ssize_t) (offset+number_bytes) < offset) +- continue; /* prevent overflow */ +- if ((size_t) (offset+number_bytes) > length) ++ if ((offset < 0) || ((size_t) (offset+number_bytes) > length)) + continue; ++ if (~length < number_bytes) ++ continue; /* prevent overflow */ + p=(unsigned char *) (exif+offset); + } + switch (tag_value) Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5507 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5507 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,49 @@ +From 4493d9ca1124564da17f9b628ef9d0f1a6be9738 Mon Sep 17 00:00:00 2001 +From: Cristy +Date: Tue, 10 Jan 2017 20:14:38 -0500 +Subject: [PATCH] ... + + * Recognize XML policy closing tags (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31182). + * Fix memory leak in MPC image format. + + +diff --git a/coders/mpc.c b/coders/mpc.c +index eda0c36cb2..89fead527f 100644 +--- coders/mpc.c ++++ coders/mpc.c +@@ -67,6 +67,7 @@ + #include "magick/profile.h" + #include "magick/property.h" + #include "magick/quantum-private.h" ++#include "magick/resource_.h" + #include "magick/static.h" + #include "magick/statistic.h" + #include "magick/string_.h" +@@ -841,7 +842,9 @@ static Image *ReadMPCImage(const ImageInfo *image_info,ExceptionInfo *exception) + /* + Create image colormap. + */ +- if (AcquireImageColormap(image,image->colors) == MagickFalse) ++ image->colormap=(PixelPacket *) AcquireQuantumMemory(image->colors+1, ++ sizeof(*image->colormap)); ++ if (image->colormap == (PixelPacket *) NULL) + ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed"); + if (image->colors != 0) + { +@@ -930,12 +933,9 @@ static Image *ReadMPCImage(const ImageInfo *image_info,ExceptionInfo *exception) + if ((image_info->ping != MagickFalse) && (image_info->number_scenes != 0)) + if (image->scene >= (image_info->scene+image_info->number_scenes-1)) + break; +- status=SetImageExtent(image,image->columns,image->rows); +- if (status == MagickFalse) +- { +- InheritException(exception,&image->exception); +- return(DestroyImageList(image)); +- } ++ if ((AcquireMagickResource(WidthResource,image->columns) == MagickFalse) || ++ (AcquireMagickResource(HeightResource,image->rows) == MagickFalse)) ++ ThrowReaderException(ImageError,"WidthOrHeightExceedsLimit"); + /* + Attach persistent pixel cache. + */ Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5508 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5508 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,230 @@ +From e5dc6d628a1c6049dc95adcea5e49aaa7ef2c778 Mon Sep 17 00:00:00 2001 +From: Cristy +Date: Fri, 2 Dec 2016 11:07:56 -0500 +Subject: [PATCH] Fix possible buffer overflow when writing compressed TIFFS + +--- + coders/tiff.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/coders/tiff.c b/coders/tiff.c +index f18e210127..c6c6f60afb 100644 +--- coders/tiff.c ++++ coders/tiff.c +@@ -1581,9 +1581,9 @@ RestoreMSCWarning + rows_per_strip); + (void) SetImageProperty(image,"tiff:rows-per-strip",value); + } +- if ((samples_per_pixel >= 2) && (interlace == PLANARCONFIG_CONTIG)) ++ if ((samples_per_pixel >= 3) && (interlace == PLANARCONFIG_CONTIG)) + method=ReadRGBAMethod; +- if ((samples_per_pixel >= 2) && (interlace == PLANARCONFIG_SEPARATE)) ++ if ((samples_per_pixel >= 4) && (interlace == PLANARCONFIG_SEPARATE)) + method=ReadCMYKAMethod; + if ((photometric != PHOTOMETRIC_RGB) && + (photometric != PHOTOMETRIC_CIELAB) && + + +From fde5f55af94f189f16958535a9c22b439d71ac93 Mon Sep 17 00:00:00 2001 +From: Cristy +Date: Thu, 1 Dec 2016 20:05:59 -0500 +Subject: [PATCH] Fix possible buffer overflow when writing compressed TIFFS + +--- + ChangeLog | 4 ++++ + coders/tiff.c | 38 +++++++++++++++++++++----------------- + 2 files changed, 25 insertions(+), 17 deletions(-) + +2016-12-02 6.9.6-7 Cristy + * Fix possible buffer overflow when writing compressed TIFFS (vulnerability + report from Cisco Talos, CVE-2016-8707). + +diff --git a/coders/tiff.c b/coders/tiff.c +index 35a14b6882..f18e210127 100644 +--- coders/tiff.c ++++ coders/tiff.c +@@ -1154,7 +1154,7 @@ static Image *ReadTIFFImage(const ImageInfo *image_info, + width; + + unsigned char +- *pixels; ++ *tiff_pixels; + + /* + Open image. +@@ -1606,7 +1606,13 @@ RestoreMSCWarning + method=ReadTileMethod; + quantum_info->endian=LSBEndian; + quantum_type=RGBQuantum; +- pixels=GetQuantumPixels(quantum_info); ++ tiff_pixels=(unsigned char *) AcquireMagickMemory(TIFFScanlineSize(tiff)+ ++ sizeof(uint32)); ++ if (tiff_pixels == (unsigned char *) NULL) ++ { ++ TIFFClose(tiff); ++ ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed"); ++ } + switch (method) + { + case ReadSingleSampleMethod: +@@ -1643,7 +1649,6 @@ RestoreMSCWarning + TIFFClose(tiff); + ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed"); + } +- pixels=GetQuantumPixels(quantum_info); + for (y=0; y < (ssize_t) image->rows; y++) + { + int +@@ -1652,14 +1657,14 @@ RestoreMSCWarning + register PixelPacket + *magick_restrict q; + +- status=TIFFReadPixels(tiff,bits_per_sample,0,y,(char *) pixels); ++ status=TIFFReadPixels(tiff,bits_per_sample,0,y,(char *) tiff_pixels); + if (status == -1) + break; + q=QueueAuthenticPixels(image,0,y,image->columns,1,exception); + if (q == (PixelPacket *) NULL) + break; + (void) ImportQuantumPixels(image,(CacheView *) NULL,quantum_info, +- quantum_type,pixels,exception); ++ quantum_type,tiff_pixels,exception); + if (SyncAuthenticPixels(image,exception) == MagickFalse) + break; + if (image->previous == (Image *) NULL) +@@ -1700,7 +1705,6 @@ RestoreMSCWarning + TIFFClose(tiff); + ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed"); + } +- pixels=GetQuantumPixels(quantum_info); + for (y=0; y < (ssize_t) image->rows; y++) + { + int +@@ -1709,14 +1713,14 @@ RestoreMSCWarning + register PixelPacket + *magick_restrict q; + +- status=TIFFReadPixels(tiff,bits_per_sample,0,y,(char *) pixels); ++ status=TIFFReadPixels(tiff,bits_per_sample,0,y,(char *) tiff_pixels); + if (status == -1) + break; + q=QueueAuthenticPixels(image,0,y,image->columns,1,exception); + if (q == (PixelPacket *) NULL) + break; + (void) ImportQuantumPixels(image,(CacheView *) NULL,quantum_info, +- quantum_type,pixels,exception); ++ quantum_type,tiff_pixels,exception); + if (SyncAuthenticPixels(image,exception) == MagickFalse) + break; + if (image->previous == (Image *) NULL) +@@ -1745,7 +1749,7 @@ RestoreMSCWarning + status; + + status=TIFFReadPixels(tiff,bits_per_sample,(tsample_t) i,y,(char *) +- pixels); ++ tiff_pixels); + if (status == -1) + break; + q=GetAuthenticPixels(image,0,y,image->columns,1,exception); +@@ -1771,7 +1775,7 @@ RestoreMSCWarning + default: quantum_type=UndefinedQuantum; break; + } + (void) ImportQuantumPixels(image,(CacheView *) NULL,quantum_info, +- quantum_type,pixels,exception); ++ quantum_type,tiff_pixels,exception); + if (SyncAuthenticPixels(image,exception) == MagickFalse) + break; + } +@@ -1787,7 +1791,6 @@ RestoreMSCWarning + } + case ReadYCCKMethod: + { +- pixels=GetQuantumPixels(quantum_info); + for (y=0; y < (ssize_t) image->rows; y++) + { + int +@@ -1805,14 +1808,14 @@ RestoreMSCWarning + unsigned char + *p; + +- status=TIFFReadPixels(tiff,bits_per_sample,0,y,(char *) pixels); ++ status=TIFFReadPixels(tiff,bits_per_sample,0,y,(char *) tiff_pixels); + if (status == -1) + break; + q=QueueAuthenticPixels(image,0,y,image->columns,1,exception); + if (q == (PixelPacket *) NULL) + break; + indexes=GetAuthenticIndexQueue(image); +- p=pixels; ++ p=tiff_pixels; + for (x=0; x < (ssize_t) image->columns; x++) + { + SetPixelCyan(q,ScaleCharToQuantum(ClampYCC((double) *p+ +@@ -1861,13 +1864,13 @@ RestoreMSCWarning + break; + if (i == 0) + { +- if (TIFFReadRGBAStrip(tiff,(tstrip_t) y,(uint32 *) pixels) == 0) ++ if (TIFFReadRGBAStrip(tiff,(tstrip_t) y,(uint32 *) tiff_pixels) == 0) + break; + i=(ssize_t) MagickMin((ssize_t) rows_per_strip,(ssize_t) + image->rows-y); + } + i--; +- p=((uint32 *) pixels)+image->columns*i; ++ p=((uint32 *) tiff_pixels)+image->columns*i; + for (x=0; x < (ssize_t) image->columns; x++) + { + SetPixelRed(q,ScaleCharToQuantum((unsigned char) +@@ -1920,8 +1923,8 @@ RestoreMSCWarning + TIFFClose(tiff); + ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed"); + } +- tile_pixels=(uint32 *) AcquireQuantumMemory(columns, +- rows*sizeof(*tile_pixels)); ++ tile_pixels=(uint32 *) AcquireQuantumMemory(columns,rows* ++ sizeof(*tile_pixels)); + if (tile_pixels == (uint32 *) NULL) + { + TIFFClose(tiff); +@@ -2078,6 +2081,7 @@ RestoreMSCWarning + break; + } + } ++ tiff_pixels=(unsigned char *) RelinquishMagickMemory(tiff_pixels); + SetQuantumImageType(image,quantum_type); + next_tiff_frame: + if (quantum_info != (QuantumInfo *) NULL) + + +From c073a7712d82476b5fbee74856c46b88af9c3175 Mon Sep 17 00:00:00 2001 +From: Cristy +Date: Thu, 5 Jan 2017 12:07:59 -0500 +Subject: [PATCH] + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31161 + +--- + ChangeLog | 4 ++++ + coders/tiff.c | 5 +++-- + 2 files changed, 7 insertions(+), 2 deletions(-) + +2017-01-04 6.9.7-3 Cristy + * Increase memory allocation for TIFF pixels (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31161). + +diff --git a/coders/tiff.c b/coders/tiff.c +index 55a6683f71..6304b397fe 100644 +--- coders/tiff.c ++++ coders/tiff.c +@@ -1606,8 +1606,9 @@ RestoreMSCWarning + method=ReadTileMethod; + quantum_info->endian=LSBEndian; + quantum_type=RGBQuantum; +- tiff_pixels=(unsigned char *) AcquireMagickMemory(TIFFScanlineSize(tiff)+ +- sizeof(uint32)); ++ tiff_pixels=(unsigned char *) AcquireMagickMemory(MagickMax( ++ TIFFScanlineSize(tiff),(size_t) (image->columns*samples_per_pixel* ++ pow(2.0,ceil(log(bits_per_sample)/log(2.0)))))); + if (tiff_pixels == (unsigned char *) NULL) + { + TIFFClose(tiff); Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5509 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5509 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,22 @@ +From 37a1710e2dab6ed91128ea648d654a22fbe2a6af Mon Sep 17 00:00:00 2001 +From: Cristy +Date: Tue, 10 Jan 2017 09:04:04 -0500 +Subject: [PATCH] https://github.com/ImageMagick/ImageMagick/issues/350 + +--- + coders/psd.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/coders/psd.c b/coders/psd.c +index 58496fd96d..14e375b9ed 100644 +--- coders/psd.c ++++ coders/psd.c +@@ -2606,7 +2606,7 @@ static ssize_t WritePSDChannels(const PSDInfo *psd_info, + compact_pixels=(unsigned char *) NULL; + if (next_image->compression == RLECompression) + { +- compact_pixels=AcquireCompactPixels(image); ++ compact_pixels=AcquireCompactPixels(next_image); + if (compact_pixels == (unsigned char *) NULL) + return(0); + } Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5510 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5510 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,22 @@ +From e87af64b1ff1635a32d9b6162f1b0e260fb54ed9 Mon Sep 17 00:00:00 2001 +From: Cristy +Date: Sun, 8 Jan 2017 08:40:43 -0500 +Subject: [PATCH] https://github.com/ImageMagick/ImageMagick/issues/348 + +--- + coders/psd.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/coders/psd.c b/coders/psd.c +index a6f7ec4b0b..58496fd96d 100644 +--- coders/psd.c ++++ coders/psd.c +@@ -2486,7 +2486,7 @@ static size_t WritePSDChannel(const PSDInfo *psd_info, + next_image->depth=16; + monochrome=IsMonochromeImage(image,&image->exception) && (image->depth == 1) + ? MagickTrue : MagickFalse; +- quantum_info=AcquireQuantumInfo(image_info,image); ++ quantum_info=AcquireQuantumInfo(image_info,next_image); + if (quantum_info == (QuantumInfo *) NULL) + return(0); + pixels=GetQuantumPixels(quantum_info); Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5511 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-5511 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,23 @@ +From 7d65a814ac76bd04760072c33e452371692ee790 Mon Sep 17 00:00:00 2001 +From: Dirk Lemstra +Date: Sat, 7 Jan 2017 16:56:30 +0100 +Subject: [PATCH] Fix improper cast that could cause an overflow as + demonstrated in #347. + +--- + coders/psd.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/coders/psd.c b/coders/psd.c +index 1f15d65b1b..a6f7ec4b0b 100644 +--- coders/psd.c ++++ coders/psd.c +@@ -1671,7 +1671,7 @@ ModuleExport MagickBooleanType ReadPSDLayers(Image *image, + /* + Layer name. + */ +- length=(MagickSizeType) ReadBlobByte(image); ++ length=(MagickSizeType) (unsigned char) ReadBlobByte(image); + combined_length+=length+1; + if (length > 0) + (void) ReadBlob(image,(size_t) length++,layer_info[i].name); Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6497 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6497 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,27 @@ +From 7f2dc7a1afc067d0c89f12c82bcdec0445fb1b94 Mon Sep 17 00:00:00 2001 +From: Dirk Lemstra +Date: Sat, 11 Feb 2017 10:31:39 +0100 +Subject: [PATCH] Added missing null check. + +--- + coders/psd.c | 7 +++++-- + 1 file changed, 5 insertions(+), 2 deletions(-) + +diff --git a/coders/psd.c b/coders/psd.c +index 14e375b9ed..fb93c57dd1 100644 +--- coders/psd.c ++++ coders/psd.c +@@ -1284,8 +1284,11 @@ static MagickBooleanType ReadPSDChannel(Image *image, + } + mask=CloneImage(image,layer_info->mask.page.width, + layer_info->mask.page.height,MagickFalse,exception); +- mask->matte=MagickFalse; +- channel_image=mask; ++ if (mask != (Image *) NULL) ++ { ++ mask->matte=MagickFalse; ++ channel_image=mask; ++ } + } + + offset=TellBlob(image); Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6498 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6498 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,43 @@ +From 65f75a32a93ae4044c528a987a68366ecd4b46b9 Mon Sep 17 00:00:00 2001 +From: Cristy +Date: Thu, 19 Jan 2017 19:30:48 -0500 +Subject: [PATCH] https://github.com/ImageMagick/ImageMagick/pull/359 + +--- + coders/tga.c | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) + +diff --git a/coders/tga.c b/coders/tga.c +index d8adc52f7b..7b87278ef5 100644 +--- coders/tga.c ++++ coders/tga.c +@@ -710,6 +710,7 @@ static MagickBooleanType WriteTGAImage(const ImageInfo *image_info,Image *image) + compression; + + const char ++ *comment, + *value; + + const double +@@ -766,9 +767,9 @@ static MagickBooleanType WriteTGAImage(const ImageInfo *image_info,Image *image) + compression=image_info->compression; + range=GetQuantumRange(5UL); + tga_info.id_length=0; +- value=GetImageProperty(image,"comment"); +- if (value != (const char *) NULL) +- tga_info.id_length=(unsigned char) MagickMin(strlen(value),255); ++ comment=GetImageProperty(image,"comment"); ++ if (comment != (const char *) NULL) ++ tga_info.id_length=(unsigned char) MagickMin(strlen(comment),255); + tga_info.colormap_type=0; + tga_info.colormap_index=0; + tga_info.colormap_length=0; +@@ -852,7 +853,7 @@ static MagickBooleanType WriteTGAImage(const ImageInfo *image_info,Image *image) + (void) WriteBlobByte(image,tga_info.bits_per_pixel); + (void) WriteBlobByte(image,tga_info.attributes); + if (tga_info.id_length != 0) +- (void) WriteBlob(image,tga_info.id_length,(unsigned char *) value); ++ (void) WriteBlob(image,tga_info.id_length,(unsigned char *) comment); + if (tga_info.colormap_type != 0) + { + unsigned char Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6499 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6499 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,37 @@ +From 3358f060fc182551822576b2c0a8850faab5d543 Mon Sep 17 00:00:00 2001 +From: Dirk Lemstra +Date: Thu, 9 Feb 2017 21:53:23 +0100 +Subject: [PATCH] Fixed memory leak when creating nested exceptions in + Magick++. + + 2017-02-09 6.9.7-8 Dirk Lemstra + * Fixed memory leak when creating nested exceptions in Magick++ (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=23&p=142634) + +diff --git a/Magick++/lib/Exception.cpp b/Magick++/lib/Exception.cpp +index 92ca629707..8ef34bc0a0 100644 +--- Magick++/lib/Exception.cpp ++++ Magick++/lib/Exception.cpp +@@ -852,12 +852,18 @@ MagickPPExport void Magick::throwException(ExceptionInfo *exception_, + exception_->description) != 0)) + { + if (nestedException == (Exception *) NULL) +- nestedException=createException(p); ++ { ++ nestedException=createException(p); ++ q=nestedException; ++ } + else + { +- q=createException(p); +- nestedException->nested(q); +- nestedException=q; ++ Exception ++ *r; ++ ++ r=createException(p); ++ q->nested(r); ++ q=r; + } + } + } Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6500 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6500 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,23 @@ +From 3007531bfd326c5c1e29cd41d2cd80c166de8528 Mon Sep 17 00:00:00 2001 +From: Cristy +Date: Wed, 8 Feb 2017 13:38:04 -0500 +Subject: [PATCH] https://github.com/ImageMagick/ImageMagick/issues/375 + https://github.com/ImageMagick/ImageMagick/issues/376 + +--- + coders/sun.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/coders/sun.c b/coders/sun.c +index 150f3357fd..c11a33c62b 100644 +--- coders/sun.c ++++ coders/sun.c +@@ -458,7 +458,7 @@ static Image *ReadSUNImage(const ImageInfo *image_info,ExceptionInfo *exception) + ThrowReaderException(ResourceLimitError,"ImproperImageHeader"); + } + pixels_length=height*bytes_per_line; +- sun_pixels=(unsigned char *) AcquireQuantumMemory(pixels_length, ++ sun_pixels=(unsigned char *) AcquireQuantumMemory(pixels_length+image->rows, + sizeof(*sun_pixels)); + if (sun_pixels == (unsigned char *) NULL) + { Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6501 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6501 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,29 @@ +From d31fec57e9dfb0516deead2053a856e3c71e9751 Mon Sep 17 00:00:00 2001 +From: Cristy +Date: Thu, 9 Feb 2017 18:13:47 -0500 +Subject: [PATCH] =?UTF-8?q?Check=20for=20image=20list=20before=20we=20dest?= + =?UTF-8?q?roy=20the=20last=20image=20in=20XCF=20coder=20(patch=20sent=20p?= + =?UTF-8?q?rivately=20by=20=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=A7?= + =?UTF-8?q?=D0=B5=D1=80=D0=BD=D1=8B=D0=B9)?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +--- + coders/xcf.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/coders/xcf.c b/coders/xcf.c +index 083f217ca0..2feef82ff1 100644 +--- coders/xcf.c ++++ coders/xcf.c +@@ -1445,7 +1445,8 @@ static Image *ReadXCFImage(const ImageInfo *image_info,ExceptionInfo *exception) + } + + (void) CloseBlob(image); +- DestroyImage(RemoveFirstImageFromList(&image)); ++ if (GetNextImageInList(image) != (Image *) NULL) ++ DestroyImage(RemoveFirstImageFromList(&image)); + if (image_type == GIMP_GRAY) + image->type=GrayscaleType; + return(GetFirstImageInList(image)); Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6502 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-6502 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,25 @@ +From 126c7c98ea788241922c30df4a5633ea692cf8df Mon Sep 17 00:00:00 2001 +From: Dirk Lemstra +Date: Sat, 18 Feb 2017 11:24:41 +0100 +Subject: [PATCH] Fixed fd leak for webp coder (patch from #382) + +--- + ChangeLog | 4 ++++ + coders/webp.c | 1 + + 2 files changed, 5 insertions(+) + + 2017-02-18 6.9.7-9 Dirk Lemstra + * Fixed fd leak for webp coder (reference + https://github.com/ImageMagick/ImageMagick/pull/382) +diff --git a/coders/webp.c b/coders/webp.c +index 811b3d4336..11703f85af 100644 +--- coders/webp.c ++++ coders/webp.c +@@ -368,6 +368,7 @@ static Image *ReadWEBPImage(const ImageInfo *image_info, + } + WebPFreeDecBuffer(webp_image); + stream=(unsigned char*) RelinquishMagickMemory(stream); ++ (void) CloseBlob(image); + return(image); + } + #endif Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7275 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7275 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,22 @@ +From d94d85622f120f82240921ae7a83a72afcb79ddf Mon Sep 17 00:00:00 2001 +From: Dirk Lemstra +Date: Mon, 21 Nov 2016 20:54:14 +0100 +Subject: [PATCH] Lowered max map_length to prevent an overflow (#271). + +--- + coders/rle.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/coders/rle.c b/coders/rle.c +index 117bde8d51..a14fafa6c1 100644 +--- coders/rle.c ++++ coders/rle.c +@@ -227,7 +227,7 @@ static Image *ReadRLEImage(const ImageInfo *image_info,ExceptionInfo *exception) + bits_per_pixel=(size_t) ReadBlobByte(image); + number_colormaps=(size_t) ReadBlobByte(image); + map_length=(unsigned char) ReadBlobByte(image); +- if (map_length >= 32) ++ if (map_length >= 22) + ThrowReaderException(CorruptImageError,"ImproperImageHeader"); + one=1; + map_length=one << map_length; Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7606 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7606 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,23 @@ +From b2b0aa6bb0d110f8560fe2091671a27d78877f22 Mon Sep 17 00:00:00 2001 +From: Cristy +Date: Fri, 31 Mar 2017 15:23:42 -0400 +Subject: [PATCH] https://github.com/ImageMagick/ImageMagick/issues/415 + +--- + coders/rle.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/coders/rle.c b/coders/rle.c +index 18a3ef5c60..d1ccffd7dc 100644 +--- coders/rle.c ++++ coders/rle.c +@@ -274,7 +274,8 @@ static Image *ReadRLEImage(const ImageInfo *image_info,ExceptionInfo *exception) + p=colormap; + for (i=0; i < (ssize_t) number_colormaps; i++) + for (x=0; x < (ssize_t) map_length; x++) +- *p++=(unsigned char) ScaleShortToQuantum(ReadBlobLSBShort(image)); ++ *p++=(unsigned char) ScaleQuantumToChar(ScaleShortToQuantum( ++ ReadBlobLSBShort(image))); + } + if ((flags & 0x08) != 0) + { Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7619 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7619 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,121 @@ +diff --git a/magick/enhance.c b/magick/enhance.c +index bbcbd85..010fba7 100644 +--- magick/enhance.c ++++ magick/enhance.c +@@ -3474,11 +3474,7 @@ static inline void ModulateHCL(const double percent_hue, + Increase or decrease color luma, chroma, or hue. + */ + ConvertRGBToHCL(*red,*green,*blue,&hue,&chroma,&luma); +- hue+=0.5*(0.01*percent_hue-1.0); +- while (hue < 0.0) +- hue+=1.0; +- while (hue > 1.0) +- hue-=1.0; ++ hue+=fmod((percent_hue-100.0),200.0)/200.0; + chroma*=0.01*percent_chroma; + luma*=0.01*percent_luma; + ConvertHCLToRGB(hue,chroma,luma,red,green,blue); +@@ -3497,11 +3493,7 @@ static inline void ModulateHCLp(const double percent_hue, + Increase or decrease color luma, chroma, or hue. + */ + ConvertRGBToHCLp(*red,*green,*blue,&hue,&chroma,&luma); +- hue+=0.5*(0.01*percent_hue-1.0); +- while (hue < 0.0) +- hue+=1.0; +- while (hue > 1.0) +- hue-=1.0; ++ hue+=fmod((percent_hue-100.0),200.0)/200.0; + chroma*=0.01*percent_chroma; + luma*=0.01*percent_luma; + ConvertHCLpToRGB(hue,chroma,luma,red,green,blue); +@@ -3520,11 +3512,7 @@ static inline void ModulateHSB(const double percent_hue, + Increase or decrease color brightness, saturation, or hue. + */ + ConvertRGBToHSB(*red,*green,*blue,&hue,&saturation,&brightness); +- hue+=0.5*(0.01*percent_hue-1.0); +- while (hue < 0.0) +- hue+=1.0; +- while (hue > 1.0) +- hue-=1.0; ++ hue+=fmod((percent_hue-100.0),200.0)/200.0; + saturation*=0.01*percent_saturation; + brightness*=0.01*percent_brightness; + ConvertHSBToRGB(hue,saturation,brightness,red,green,blue); +@@ -3543,11 +3531,7 @@ static inline void ModulateHSI(const double percent_hue, + Increase or decrease color intensity, saturation, or hue. + */ + ConvertRGBToHSI(*red,*green,*blue,&hue,&saturation,&intensity); +- hue+=0.5*(0.01*percent_hue-1.0); +- while (hue < 0.0) +- hue+=1.0; +- while (hue > 1.0) +- hue-=1.0; ++ hue+=fmod((percent_hue-100.0),200.0)/200.0; + saturation*=0.01*percent_saturation; + intensity*=0.01*percent_intensity; + ConvertHSIToRGB(hue,saturation,intensity,red,green,blue); +@@ -3566,11 +3550,7 @@ static inline void ModulateHSL(const double percent_hue, + Increase or decrease color lightness, saturation, or hue. + */ + ConvertRGBToHSL(*red,*green,*blue,&hue,&saturation,&lightness); +- hue+=0.5*(0.01*percent_hue-1.0); +- while (hue < 0.0) +- hue+=1.0; +- while (hue >= 1.0) +- hue-=1.0; ++ hue+=fmod((percent_hue-100.0),200.0)/200.0; + saturation*=0.01*percent_saturation; + lightness*=0.01*percent_lightness; + ConvertHSLToRGB(hue,saturation,lightness,red,green,blue); +@@ -3589,11 +3569,7 @@ static inline void ModulateHSV(const double percent_hue, + Increase or decrease color value, saturation, or hue. + */ + ConvertRGBToHSV(*red,*green,*blue,&hue,&saturation,&value); +- hue+=0.5*(0.01*percent_hue-1.0); +- while (hue < 0.0) +- hue+=1.0; +- while (hue >= 1.0) +- hue-=1.0; ++ hue+=fmod((percent_hue-100.0),200.0)/200.0; + saturation*=0.01*percent_saturation; + value*=0.01*percent_value; + ConvertHSVToRGB(hue,saturation,value,red,green,blue); +@@ -3612,11 +3588,7 @@ static inline void ModulateHWB(const double percent_hue, + Increase or decrease color blackness, whiteness, or hue. + */ + ConvertRGBToHWB(*red,*green,*blue,&hue,&whiteness,&blackness); +- hue+=0.5*(0.01*percent_hue-1.0); +- while (hue < 0.0) +- hue+=1.0; +- while (hue >= 1.0) +- hue-=1.0; ++ hue+=fmod((percent_hue-100.0),200.0)/200.0; + blackness*=0.01*percent_blackness; + whiteness*=0.01*percent_whiteness; + ConvertHWBToRGB(hue,whiteness,blackness,red,green,blue); +@@ -3637,11 +3609,7 @@ static inline void ModulateLCHab(const double percent_luma, + ConvertRGBToLCHab(*red,*green,*blue,&luma,&chroma,&hue); + luma*=0.01*percent_luma; + chroma*=0.01*percent_chroma; +- hue+=0.5*(0.01*percent_hue-1.0); +- while (hue < 0.0) +- hue+=1.0; +- while (hue >= 1.0) +- hue-=1.0; ++ hue+=fmod((percent_hue-100.0),200.0)/200.0; + ConvertLCHabToRGB(luma,chroma,hue,red,green,blue); + } + +@@ -3660,11 +3628,7 @@ static inline void ModulateLCHuv(const double percent_luma, + ConvertRGBToLCHuv(*red,*green,*blue,&luma,&chroma,&hue); + luma*=0.01*percent_luma; + chroma*=0.01*percent_chroma; +- hue+=0.5*(0.01*percent_hue-1.0); +- while (hue < 0.0) +- hue+=1.0; +- while (hue >= 1.0) +- hue-=1.0; ++ hue+=fmod((percent_hue-100.0),200.0)/200.0; + ConvertLCHuvToRGB(luma,chroma,hue,red,green,blue); + } + Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7941 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7941 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,89 @@ +From 721dc1305b2bfff92e5ca605dc1a47c61ce90b9f Mon Sep 17 00:00:00 2001 +From: Dirk Lemstra +Date: Mon, 17 Apr 2017 19:03:46 +0200 +Subject: [PATCH] Fixed memory leak reported in #428. + +--- + coders/sgi.c | 40 +++++++++++++++++++++++++++++++--------- + 1 file changed, 31 insertions(+), 9 deletions(-) + +diff --git a/coders/sgi.c b/coders/sgi.c +index 57932e8713..82f511415d 100644 +--- coders/sgi.c ++++ coders/sgi.c +@@ -403,7 +403,10 @@ static Image *ReadSGIImage(const ImageInfo *image_info,ExceptionInfo *exception) + scanline=(unsigned char *) AcquireQuantumMemory(iris_info.columns, + bytes_per_pixel*sizeof(*scanline)); + if (scanline == (unsigned char *) NULL) +- ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed"); ++ { ++ pixel_info=RelinquishVirtualMemory(pixel_info); ++ ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed"); ++ } + for (z=0; z < (ssize_t) iris_info.depth; z++) + { + p=pixels+bytes_per_pixel*z; +@@ -460,12 +463,11 @@ static Image *ReadSGIImage(const ImageInfo *image_info,ExceptionInfo *exception) + (runlength == (size_t *) NULL) || + (packet_info == (MemoryInfo *) NULL)) + { +- if (offsets == (ssize_t *) NULL) +- offsets=(ssize_t *) RelinquishMagickMemory(offsets); +- if (runlength == (size_t *) NULL) +- runlength=(size_t *) RelinquishMagickMemory(runlength); +- if (packet_info == (MemoryInfo *) NULL) ++ offsets=(ssize_t *) RelinquishMagickMemory(offsets); ++ runlength=(size_t *) RelinquishMagickMemory(runlength); ++ if (packet_info != (MemoryInfo *) NULL) + packet_info=RelinquishVirtualMemory(packet_info); ++ pixel_info=RelinquishVirtualMemory(pixel_info); + ThrowReaderException(ResourceLimitError,"MemoryAllocationFailed"); + } + packets=(unsigned char *) GetVirtualMemoryBlob(packet_info); +@@ -475,7 +477,13 @@ static Image *ReadSGIImage(const ImageInfo *image_info,ExceptionInfo *exception) + { + runlength[i]=ReadBlobMSBLong(image); + if (runlength[i] > (4*(size_t) iris_info.columns+10)) +- ThrowReaderException(CorruptImageError,"ImproperImageHeader"); ++ { ++ offsets=(ssize_t *) RelinquishMagickMemory(offsets); ++ runlength=(size_t *) RelinquishMagickMemory(runlength); ++ packet_info=RelinquishVirtualMemory(packet_info); ++ pixel_info=RelinquishVirtualMemory(pixel_info); ++ ThrowReaderException(CorruptImageError,"ImproperImageHeader"); ++ } + } + /* + Check data order. +@@ -512,7 +520,14 @@ static Image *ReadSGIImage(const ImageInfo *image_info,ExceptionInfo *exception) + (runlength[y+z*iris_info.rows]/bytes_per_pixel),packets, + (ssize_t) iris_info.columns,p+bytes_per_pixel*z); + if (status == MagickFalse) +- ThrowReaderException(CorruptImageError,"ImproperImageHeader"); ++ { ++ offsets=(ssize_t *) RelinquishMagickMemory(offsets); ++ runlength=(size_t *) RelinquishMagickMemory(runlength); ++ packet_info=RelinquishVirtualMemory(packet_info); ++ pixel_info=RelinquishVirtualMemory(pixel_info); ++ ThrowReaderException(CorruptImageError, ++ "ImproperImageHeader"); ++ } + p+=(iris_info.columns*4*bytes_per_pixel); + } + } +@@ -543,7 +558,14 @@ static Image *ReadSGIImage(const ImageInfo *image_info,ExceptionInfo *exception) + (runlength[y+z*iris_info.rows]/bytes_per_pixel),packets, + (ssize_t) iris_info.columns,p+bytes_per_pixel*z); + if (status == MagickFalse) +- ThrowReaderException(CorruptImageError,"ImproperImageHeader"); ++ { ++ offsets=(ssize_t *) RelinquishMagickMemory(offsets); ++ runlength=(size_t *) RelinquishMagickMemory(runlength); ++ packet_info=RelinquishVirtualMemory(packet_info); ++ pixel_info=RelinquishVirtualMemory(pixel_info); ++ ThrowReaderException(CorruptImageError, ++ "ImproperImageHeader"); ++ } + } + p+=(iris_info.columns*4*bytes_per_pixel); + } Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7942 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7942 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,25 @@ +From fd84a5e8028778fd88772775361a2ee2b4bb6c47 Mon Sep 17 00:00:00 2001 +From: Dirk Lemstra +Date: Mon, 17 Apr 2017 18:52:51 +0200 +Subject: [PATCH] Fixed memory leak reported in #429 + +--- + coders/avs.c | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +diff --git a/coders/avs.c b/coders/avs.c +index a368732ff7..50cf05f18a 100644 +--- coders/avs.c ++++ coders/avs.c +@@ -178,7 +178,10 @@ static Image *ReadAVSImage(const ImageInfo *image_info,ExceptionInfo *exception) + { + count=ReadBlob(image,length,pixels); + if (count != length) +- ThrowReaderException(CorruptImageError,"UnableToReadImageData"); ++ { ++ pixel_info=RelinquishVirtualMemory(pixel_info); ++ ThrowReaderException(CorruptImageError,"UnableToReadImageData"); ++ } + p=pixels; + q=QueueAuthenticPixels(image,0,y,image->columns,1,exception); + if (q == (PixelPacket *) NULL) Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7943 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-7943 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,22 @@ +From 2e3410d0a07c3e30a42c9626c00e180870907a6b Mon Sep 17 00:00:00 2001 +From: Dirk Lemstra +Date: Mon, 17 Apr 2017 18:08:02 +0200 +Subject: [PATCH] Fixed leak reported in: #427. + +--- + coders/svg.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/coders/svg.c b/coders/svg.c +index bfa60db3d7..5c74114d62 100644 +--- coders/svg.c ++++ coders/svg.c +@@ -3265,6 +3265,8 @@ static Image *ReadSVGImage(const ImageInfo *image_info,ExceptionInfo *exception) + image->rows=svg_info->height; + if (exception->severity >= ErrorException) + { ++ svg_info=DestroySVGInfo(svg_info); ++ (void) RelinquishUniqueFileResource(filename); + image=DestroyImage(image); + return((Image *) NULL); + } Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8343 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8343 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,25 @@ +From c52b177e0cb11c896b8cc9525a3184c5c0f322c3 Mon Sep 17 00:00:00 2001 +From: Cristy +Date: Wed, 26 Apr 2017 16:21:23 -0400 +Subject: [PATCH] https://github.com/ImageMagick/ImageMagick/issues/444 + +--- + coders/aai.c | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) + +diff --git a/coders/aai.c b/coders/aai.c +index 5384064154..d3e5b69460 100644 +--- coders/aai.c ++++ coders/aai.c +@@ -173,7 +173,10 @@ static Image *ReadAAIImage(const ImageInfo *image_info,ExceptionInfo *exception) + { + count=ReadBlob(image,length,pixels); + if ((size_t) count != length) +- ThrowReaderException(CorruptImageError,"UnableToReadImageData"); ++ { ++ pixels=(unsigned char *) RelinquishMagickMemory(pixels); ++ ThrowReaderException(CorruptImageError,"UnableToReadImageData"); ++ } + p=pixels; + q=QueueAuthenticPixels(image,0,y,image->columns,1,exception); + if (q == (PixelPacket *) NULL) Added: branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8344 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/graphics/ImageMagick/files/patch-CVE-2017-8344 Wed May 31 09:00:30 2017 (r442142) @@ -0,0 +1,144 @@ +From 4c6289b2f39a47a430ce27b61d3e3967201e77e8 Mon Sep 17 00:00:00 2001 +From: Cristy +Date: Wed, 26 Apr 2017 16:58:26 -0400 +Subject: [PATCH] https://github.com/ImageMagick/ImageMagick/issues/446 + +--- + coders/pcx.c | 42 ++++++++++++++++++++++++------------------ + 1 file changed, 24 insertions(+), 18 deletions(-) + +--- coders/pcx.c.orig 2016-11-08 13:30:03.000000000 +0100 ++++ coders/pcx.c 2017-05-29 14:14:11.583378000 +0200 +@@ -203,11 +203,15 @@ static MagickBooleanType IsPCX(const unsigned char *ma + static Image *ReadPCXImage(const ImageInfo *image_info,ExceptionInfo *exception) + { + #define ThrowPCXException(severity,tag) \ +- { \ ++{ \ ++ if (scanline != (unsigned char *) NULL) \ + scanline=(unsigned char *) RelinquishMagickMemory(scanline); \ ++ if (pixel_info != (MemoryInfo *) NULL) \ + pixel_info=RelinquishVirtualMemory(pixel_info); \ +- ThrowReaderException(severity,tag); \ +- } ++ if (page_table != (MagickOffsetType *) NULL) \ ++ page_table=(MagickOffsetType *) RelinquishMagickMemory(page_table); \ ++ ThrowReaderException(severity,tag); \ ++} + + Image + *image; +@@ -281,6 +285,8 @@ static Image *ReadPCXImage(const ImageInfo *image_info + Determine if this a PCX file. + */ + page_table=(MagickOffsetType *) NULL; ++ scanline=(unsigned char *) NULL; ++ pixel_info=(MemoryInfo *) NULL; + if (LocaleCompare(image_info->magick,"DCX") == 0) + { + size_t +@@ -291,11 +297,11 @@ static Image *ReadPCXImage(const ImageInfo *image_info + */ + magic=ReadBlobLSBLong(image); + if (magic != 987654321) +- ThrowReaderException(CorruptImageError,"ImproperImageHeader"); ++ ThrowPCXException(CorruptImageError,"ImproperImageHeader"); *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed May 31 09:01:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F347FAFAE2F; Wed, 31 May 2017 09:01:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3A466FAE4; Wed, 31 May 2017 09:01: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 v4V91DMu029354; Wed, 31 May 2017 09:01:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V91Dnw029353; Wed, 31 May 2017 09:01:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705310901.v4V91Dnw029353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 May 2017 09:01:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442143 - head/textproc/xml_ez_out X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 09:01:14 -0000 Author: amdmi3 Date: Wed May 31 09:01:12 2017 New Revision: 442143 URL: https://svnweb.freebsd.org/changeset/ports/442143 Log: - Switch to options helpers - Silence post-extract Modified: head/textproc/xml_ez_out/Makefile Modified: head/textproc/xml_ez_out/Makefile ============================================================================== --- head/textproc/xml_ez_out/Makefile Wed May 31 09:00:30 2017 (r442142) +++ head/textproc/xml_ez_out/Makefile Wed May 31 09:01:12 2017 (r442143) @@ -22,18 +22,16 @@ PORTEXAMPLES= example.gpr tmeztf.adb runme.sh OPTIONS_DEFINE= DOCS EXAMPLES -.include - post-extract: - ${CP} ${FILESDIR}/xezo_bld.gpr ${WRKSRC} - ${SED} -e "s,@PREFIX@,${LOCALBASE},g" ${FILESDIR}/runme.sh.in \ + @${CP} ${FILESDIR}/xezo_bld.gpr ${WRKSRC} + @${SED} -e "s,@PREFIX@,${LOCALBASE},g" ${FILESDIR}/runme.sh.in \ > ${WRKSRC}/runme.sh do-build: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -p -Pxezo_bld) do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ ${STAGEDIR}${PREFIX}/lib/xml_ez_out \ ${STAGEDIR}${PREFIX}/include/xml_ez_out ${INSTALL_DATA} ${FILESDIR}/xml_ez_out.gpr \ @@ -42,15 +40,15 @@ do-install: ${STAGEDIR}${PREFIX}/include/xml_ez_out ${INSTALL_DATA} ${WRKSRC}/lib/* \ ${STAGEDIR}${PREFIX}/lib/xml_ez_out -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${BUILD_WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/runme.sh ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${BUILD_WRKSRC}/tmeztf.adb \ ${FILESDIR}/example.gpr ${STAGEDIR}${EXAMPLESDIR} -.endif .include From owner-svn-ports-all@freebsd.org Wed May 31 09:02:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E55BAFAF8C; Wed, 31 May 2017 09:02:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD1186FD75; Wed, 31 May 2017 09:02:12 +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 v4V92CAa031714; Wed, 31 May 2017 09:02:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V92BdY031706; Wed, 31 May 2017 09:02:11 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705310902.v4V92BdY031706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 31 May 2017 09:02:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442144 - in head: Mk Mk/Uses accessibility/accerciser lang lang/perl5.26 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 09:02:13 -0000 Author: mat Date: Wed May 31 09:02:11 2017 New Revision: 442144 URL: https://svnweb.freebsd.org/changeset/ports/442144 Log: Introduce Perl 5.26. A few important changes: - '.' is no longer in @INC. - "do" now gives a deprecation warning when it fails to load a file which it would have loaded had "." been in @INC. - In regular expression patterns, a literal left brace "{" should be escaped. Changes: https://metacpan.org/pod/release/XSAWYERX/perl-5.26.0/pod/perldelta.pod Sponsored by: Absolight Added: head/lang/perl5.26/ - copied from r442127, head/lang/perl5-devel/ Modified: head/Mk/Uses/perl5.mk head/Mk/bsd.default-versions.mk head/accessibility/accerciser/distinfo head/lang/Makefile head/lang/perl5.26/Makefile head/lang/perl5.26/distinfo head/lang/perl5.26/pkg-plist head/lang/perl5.26/version.mk Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Wed May 31 09:01:12 2017 (r442143) +++ head/Mk/Uses/perl5.mk Wed May 31 09:02:11 2017 (r442144) @@ -57,6 +57,8 @@ THIS_IS_OLD_PERL= yes .include "${PORTSDIR}/lang/perl5.22/version.mk" . elif ${PERL5_DEFAULT} == 5.24 .include "${PORTSDIR}/lang/perl5.24/version.mk" +. elif ${PERL5_DEFAULT} == 5.26 +.include "${PORTSDIR}/lang/perl5.26/version.mk" . elif ${PERL5_DEFAULT} == devel .include "${PORTSDIR}/lang/perl5-devel/version.mk" # Force PERL_PORT here in case two identical PERL_VERSION. @@ -91,7 +93,9 @@ PERL_ARCH?= mach # perl5_default file, or up there in the default versions selection. # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -. if ${PERL_LEVEL} >= 502400 +. if ${PERL_LEVEL} >= 502600 +PERL_PORT?= perl5.26 +. elif ${PERL_LEVEL} >= 502400 PERL_PORT?= perl5.24 . elif ${PERL_LEVEL} >= 502200 PERL_PORT?= perl5.22 Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Wed May 31 09:01:12 2017 (r442143) +++ head/Mk/bsd.default-versions.mk Wed May 31 09:02:11 2017 (r442144) @@ -56,7 +56,7 @@ WARNING+= "OVERRIDE_LINUX_BASE_PORT is deprecated, pl LUA_DEFAULT?= 5.2 # Possible values: 5.1, 5.5, 5.6, 5.7, 8.0, 5.5m, 10.0m, 10.1m, 5.5p, 5.6p, 5.7p, 5.6w MYSQL_DEFAULT?= 5.6 -# Possible values: 5.20, 5.22, 5.24, devel +# Possible values: 5.20, 5.22, 5.24, 5.26, devel .if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \ defined(PACKAGE_BUILDING)) PERL5_DEFAULT?= 5.24 Modified: head/accessibility/accerciser/distinfo ============================================================================== --- head/accessibility/accerciser/distinfo Wed May 31 09:01:12 2017 (r442143) +++ head/accessibility/accerciser/distinfo Wed May 31 09:02:11 2017 (r442144) @@ -1,2 +1,3 @@ +TIMESTAMP = 1496181398 SHA256 (gnome3/accerciser-3.14.0.tar.xz) = f5a5915d475e9241396414ccd167724c88807e77e69151cf0b40b32bd57d0574 SIZE (gnome3/accerciser-3.14.0.tar.xz) = 3213916 Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Wed May 31 09:01:12 2017 (r442143) +++ head/lang/Makefile Wed May 31 09:02:11 2017 (r442144) @@ -247,6 +247,7 @@ SUBDIR += perl5.20 SUBDIR += perl5.22 SUBDIR += perl5.24 + SUBDIR += perl5.26 SUBDIR += petite-chez SUBDIR += pfe SUBDIR += phantomjs Modified: head/lang/perl5.26/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Tue May 30 21:11:01 2017 (r442127) +++ head/lang/perl5.26/Makefile Wed May 31 09:02:11 2017 (r442144) @@ -2,20 +2,14 @@ # $FreeBSD$ PORTNAME= perl -# XXX Remove second line, uncomment first -#DISTVERSION= ${PERL_VERSION} -DISTVERSIONPREFIX= v -DISTVERSION= ${GH_TAGNAME:C/^v//:C/-g[0-9a-f]*$//} -DISTVERSIONSUFFIX= ${GH_TAGNAME:C/.*-g/-g/} +DISTVERSION= ${PERL_VERSION} PORTREVISION= 0 CATEGORIES= lang devel perl5 -# XXX Leave only CPAN. -MASTER_SITES= LOCAL/mat/perl GH -#MASTER_SITES= CPAN/../../src/5.0 +#MASTER_SITES= CPAN/../../src/5.0/ +MASTER_SITES= CPAN/../../authors/id/X/XS/XSAWYERX/ DIST_SUBDIR= perl -# XXX -> perl@ -MAINTAINER= mat@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Practical Extraction and Report Language LICENSE= ART10 GPLv1 @@ -31,12 +25,6 @@ TEST_TARGET= test_harness TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ LD_LIBRARY_PATH=${WRKSRC} -# XXX Remove github things. -USE_GITHUB= yes -GH_ACCOUNT= Perl -GH_PROJECT= perl5 -GH_TAGNAME= v5.26.0-RC2-12-g433054b - OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \ THREADS PERL_MALLOC DTRACE DOT_INC OPTIONS_DEFAULT= PERL_64BITINT THREADS MULTIPLICITY DTRACE @@ -77,8 +65,7 @@ PERL_MALLOC_CONFIGURE_ON= -Dusemymalloc=y PERL_MALLOC_CONFIGURE_OFF= -Dusemymalloc=n DOT_INC_CONFIGURE_ON= -Ddefault_inc_excludes_dot=n -# XXX uncomment PORTSCOUT line -#PORTSCOUT= limit:^${PERL_VER}. +PORTSCOUT= limit:^${PERL_VER}. .include "version.mk" PERL_VER?= ${PERL_VERSION:C/\.[0-9]+$//} @@ -96,16 +83,12 @@ SITE_MAN1?= ${PREFIX}/${SITE_MAN1_REL} _PRIV_LIB= lib/perl5/${PERL_VER} _ARCH_LIB= ${_PRIV_LIB}/${PERL_ARCH} -# XXX releases are .tar.xz, add: tar:xz -USES= cpe +USES= cpe tar:xz -# XXX replace all LIBPERL_VER occurences with PERL_VERSION -LIBPERL_VER= ${PORTVERSION:C/[^0-9.]//} - HAS_CONFIGURE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ - -Dlibperl=libperl.so.${LIBPERL_VER} \ + -Dlibperl=libperl.so.${PERL_VERSION} \ -Darchlib=${PREFIX}/${_ARCH_LIB} \ -Dprivlib=${PREFIX}/${_PRIV_LIB} \ -Dman3dir=${PREFIX}/${PERLMANPREFIX_REL}/man/man3 \ @@ -121,17 +104,13 @@ CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ # Keep the following two in sync. # lddlflags is used for all .so linking # shrpldflags is used for libperl.so, so remove all the extra bits inherited from lddlflags. -# XXX change the soname to $$(LIBPERL:R) CONFIGURE_ARGS+= \ -Alddlflags='-L${WRKSRC} -L${PREFIX}/${_ARCH_LIB}/CORE -lperl' \ - -Dshrpldflags='$$(LDDLFLAGS:N-L${WRKSRC}:N-L${PREFIX}/${_ARCH_LIB}/CORE:N-lperl) -Wl,-soname,$$(LIBPERL)' + -Dshrpldflags='$$(LDDLFLAGS:N-L${WRKSRC}:N-L${PREFIX}/${_ARCH_LIB}/CORE:N-lperl) -Wl,-soname,$$(LIBPERL:R)' # Give a hint of where libperl.so can be found. USE_LDCONFIG= ${PREFIX}/${_ARCH_LIB}/CORE -# XXX Remove -CONFIGURE_ARGS+= -Dusedevel -Uversiononly - CONFIGURE_ENV+= UNAME_v="$$(uname -v | sed 'y/=/ /')" SUB_LIST+= PERL_VERSION=${PERL_VERSION} \ @@ -181,8 +160,6 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ PRIV_LIB=${_PRIV_LIB} \ PKGNAMESUFFIX=${PKGNAMESUFFIX} \ ARCH_LIB=${_ARCH_LIB} -# XXX Remove and change to PERL_VERSION in the plist. -PLIST_SUB+= LIBPERL_VER=${LIBPERL_VER} _PERL5_DEFAULT_FILE= /tmp/PERL5_DEFAULT @@ -194,17 +171,13 @@ _PERL5_DEFAULT_FILE= /tmp/PERL5_DEFAULT # if this port is default due PERL5_DEFAULT # change PKGNAME to reflect this -.if ${PERL_VER} == ${PERL5_DEFAULT} || ${PERL5_DEFAULT} == devel # XXX Remove devel case +.if ${PERL_VER} == ${PERL5_DEFAULT} PKGNAMESUFFIX= 5 IAMDEFAULTPERL= yes .else # make PKGNAME unique among other lang/perl5.x -.if defined(GH_TAGNAME) # XXX remove if, leave only the else. -PKGNAMESUFFIX= 5-devel -.else PKGNAMESUFFIX= ${PERL_VER} .endif -.endif # Am I building the default Perl ? .if defined(IAMDEFAULTPERL) @@ -239,34 +212,14 @@ pre-everything:: . endif .endif -# XXX Remove this -pre-everything:: - @${ECHO_MSG} "########################################" - @${ECHO_MSG} "" - @${ECHO_MSG} "This is a DEVELOPER only version of Perl" - @${ECHO_MSG} "" - @${ECHO_MSG} " DO NOT USE IT" - @${ECHO_MSG} "" - @${ECHO_MSG} "" - @${ECHO_MSG} " Things ARE going to be broken with it" - @${ECHO_MSG} " and it WILL eat your data" - @${ECHO_MSG} "" - @${ECHO_MSG} " You have been warned !" - @${ECHO_MSG} "" - @${ECHO_MSG} "########################################" -# No need to make me, or the package builders, wait -.if !(defined(PACKAGE_BUILDING) || defined(PERL_DEV_SHUT_UP) || defined(BATCH)) - @sleep 30 -.endif - # Put a symlink to the future libperl.so.x.yy so that -lperl works. # Also, save PERL5_DEFAULT in case someone is not using the default Perl # version whilst not having set DEFAULT_VERSIONS=perl5=blah. While upgrading, # portmaster/portupgrade will remove the installed Perl version, and it will # remove any way to guess what the default Perl version is needed. post-extract: - ${LN} -s libperl.so.${LIBPERL_VER} ${WRKSRC}/libperl.so - ${LN} -s libperl.so.${LIBPERL_VER} ${WRKSRC}/libperl.so.${PERL_VER} + ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so + ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so.${PERL_VER} .if !defined(PACKAGE_BUILDING) @${ECHO_CMD} "PERL5_DEFAULT=${PERL5_DEFAULT}" > ${_PERL5_DEFAULT_FILE} .endif @@ -304,8 +257,8 @@ post-install: ${MKDIR} ${STAGEDIR}${SITE_ARCH}/auto ${MKDIR} ${STAGEDIR}${SITE_PERL}/auto ${LN} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION} ${STAGEDIR}${PREFIX}/bin/perl5 - ${LN} -sf libperl.so.${LIBPERL_VER} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so - ${LN} -sf libperl.so.${LIBPERL_VER} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so.${PERL_VER} + ${LN} -sf libperl.so.${PERL_VERSION} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so + ${LN} -sf libperl.so.${PERL_VERSION} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so.${PERL_VER} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION} ${MKDIR} ${STAGEDIR}${SITE_ARCH}/machine ${MKDIR} ${STAGEDIR}${SITE_ARCH}/sys Modified: head/lang/perl5.26/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Tue May 30 21:11:01 2017 (r442127) +++ head/lang/perl5.26/distinfo Wed May 31 09:02:11 2017 (r442144) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496060061 -SHA256 (perl/Perl-perl5-v5.26.0-RC2-12-g433054b_GH0.tar.gz) = 400b62a74b6a892d8506218df3513af9643cecd1729ec2906b142a52de71d31d -SIZE (perl/Perl-perl5-v5.26.0-RC2-12-g433054b_GH0.tar.gz) = 18481754 +TIMESTAMP = 1496218881 +SHA256 (perl/perl-5.26.0.tar.xz) = 9bf2e3d0d72aad77865c3bdbc20d3b576d769c5c255c4ceb30fdb9335266bf55 +SIZE (perl/perl-5.26.0.tar.xz) = 11961692 Modified: head/lang/perl5.26/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Tue May 30 21:11:01 2017 (r442127) +++ head/lang/perl5.26/pkg-plist Wed May 31 09:02:11 2017 (r442144) @@ -709,7 +709,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%ARCH_LIB%%/CORE/l1_char_class_tab.h %%ARCH_LIB%%/CORE/libperl.so %%ARCH_LIB%%/CORE/libperl.so.%%PERL_VER%% -%%ARCH_LIB%%/CORE/libperl.so.%%LIBPERL_VER%% +%%ARCH_LIB%%/CORE/libperl.so.%%PERL_VERSION%% %%ARCH_LIB%%/CORE/malloc_ctl.h %%ARCH_LIB%%/CORE/metaconfig.h %%ARCH_LIB%%/CORE/mg.h Modified: head/lang/perl5.26/version.mk ============================================================================== --- head/lang/perl5-devel/version.mk Tue May 30 21:11:01 2017 (r442127) +++ head/lang/perl5.26/version.mk Wed May 31 09:02:11 2017 (r442144) @@ -1,3 +1,2 @@ PERL_VERSION= 5.26.0 -PERL_VER= 5.25 -PERL5_DEPEND= perl5>=5.25<5.26 +PERL5_DEPEND= perl5>=5.26<5.27 From owner-svn-ports-all@freebsd.org Wed May 31 09:03:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 482A3AFAFCC; Wed, 31 May 2017 09:03:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C81E6FEA2; Wed, 31 May 2017 09:03:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E49F2BDC9B; Wed, 31 May 2017 11:03:19 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id C5B5FBDC91; Wed, 31 May 2017 11:03:19 +0200 (CEST) Subject: Re: svn commit: r442144 - in head: Mk Mk/Uses accessibility/accerciser lang lang/perl5.26 From: Mathieu Arnold To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705310902.v4V92BdY031706@repo.freebsd.org> Organization: Absolight / The FreeBSD Foundation Message-ID: <1af11249-2b02-8f15-b9af-2b36b6f5245b@FreeBSD.org> Date: Wed, 31 May 2017 11:03:17 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <201705310902.v4V92BdY031706@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="k4NaJ0WCUU3xU7NxhOk2qGekT1gghsCVR" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 09:03:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --k4NaJ0WCUU3xU7NxhOk2qGekT1gghsCVR Content-Type: multipart/mixed; boundary="SbBB4KpO3GVlOAtlFWNF5QOH2sgToUte3"; protected-headers="v1" From: Mathieu Arnold To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <1af11249-2b02-8f15-b9af-2b36b6f5245b@FreeBSD.org> Subject: Re: svn commit: r442144 - in head: Mk Mk/Uses accessibility/accerciser lang lang/perl5.26 References: <201705310902.v4V92BdY031706@repo.freebsd.org> In-Reply-To: <201705310902.v4V92BdY031706@repo.freebsd.org> --SbBB4KpO3GVlOAtlFWNF5QOH2sgToUte3 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 31/05/2017 =C3=A0 11:02, Mathieu Arnold a =C3=A9crit : > Modified: head/accessibility/accerciser/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/accessibility/accerciser/distinfo Wed May 31 09:01:12 2017 (r4= 42143) > +++ head/accessibility/accerciser/distinfo Wed May 31 09:02:11 2017 (r4= 42144) > @@ -1,2 +1,3 @@ > +TIMESTAMP =3D 1496181398 > SHA256 (gnome3/accerciser-3.14.0.tar.xz) =3D f5a5915d475e9241396414ccd= 167724c88807e77e69151cf0b40b32bd57d0574 > SIZE (gnome3/accerciser-3.14.0.tar.xz) =3D 3213916 Mmm, I don't know how this crept in. It is harmless though. --=20 Mathieu Arnold --SbBB4KpO3GVlOAtlFWNF5QOH2sgToUte3-- --k4NaJ0WCUU3xU7NxhOk2qGekT1gghsCVR 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 iQJ8BAEBCgBmBQJZLobXXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IKbIQAKyU+lHGbfn42zGqPJG8h1sK 6WoERfjNoJE6G0RCxDZu+rHllkPulhNVt9tIXpIlhDkzTKdErLW0QyaXSBogOngl h7omYoz3kb3czI+duG+GNy2L5NHDlv7zJnd/Yxo9x7HHOotL5t8ERjJnTuUYN/7S IfYxcXoFaFi5WZFFuxBlzKQ24vpllxSzIXtkutmVAUANETW4mAe622pPP7SBpPmJ JdQakTKr76iOApXoNjIVF6NJDcXDQeSSvwbR9MAt1dqbxsXOmI6JkBHmzCTuUWk+ acdA1jjXkTCjqX8DcuDdekdRm7IFiekNHMJLZvvP0HjsGPy5k3gjl51Ti+jPseN1 JviwBw6ugKEj3k3zpXzfg/AxgPkjx5wLlS7qJFuhUSq6Z+i4i+YxhPIubeOK5KES n5Tg8lwST1n7+CD3T0S0lcOzJyFQPGW4XpD5YLyxhXClcsC3z9ZXNXJv/5EwpGrW fv6f8OZn7eF4pDRwKpwrOvRQpNIrwvQ+vkpZ89BhBUBhdySpOMqGZA3gCYok6XfS yORPV8DNqawMG90y0YgT4aU9qSjRxYWg1Yl0MWnE+mVht5gKzVsJuV8MnpsJXBTw ZrfXiEKkzBLs4k+fzJYnTFQCzc9goFlB/CWrSVFoJ30QKhmj28kR0g+W4JptW1tB A5Q3t5Bmde79an23mK7p =aGRy -----END PGP SIGNATURE----- --k4NaJ0WCUU3xU7NxhOk2qGekT1gghsCVR-- From owner-svn-ports-all@freebsd.org Wed May 31 09:10:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CDEBAFB1B2; Wed, 31 May 2017 09:10:35 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 170D170093; Wed, 31 May 2017 09:10:35 +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 v4V9AYu4033147; Wed, 31 May 2017 09:10:34 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4V9AXv0033142; Wed, 31 May 2017 09:10:33 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705310910.v4V9AXv0033142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 31 May 2017 09:10:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442145 - in branches/2017Q2/graphics: ImageMagick7 ImageMagick7-nox11 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 09:10:35 -0000 Author: kwm Date: Wed May 31 09:10:33 2017 New Revision: 442145 URL: https://svnweb.freebsd.org/changeset/ports/442145 Log: This update contains a shared library bump, but this is not a problem since nothing in ports uses IM7 yet. MFH: r441080 r441596 r441987 Update ImageMagick7 to 7.0.5-6. PR: 216930 Update ImageMagick7 to 7.0.5-7. Update ImageMagick to 7.0.5-9. PR: 219627 Approved by: ports-secteam@ (feld@) Modified: branches/2017Q2/graphics/ImageMagick7-nox11/Makefile branches/2017Q2/graphics/ImageMagick7/Makefile branches/2017Q2/graphics/ImageMagick7/distinfo branches/2017Q2/graphics/ImageMagick7/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/graphics/ImageMagick7-nox11/Makefile ============================================================================== --- branches/2017Q2/graphics/ImageMagick7-nox11/Makefile Wed May 31 09:02:11 2017 (r442144) +++ branches/2017Q2/graphics/ImageMagick7-nox11/Makefile Wed May 31 09:10:33 2017 (r442145) @@ -1,7 +1,7 @@ # Created by: mm@FreeBSD.org # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 # the SVG and PANGO plugins need X11 OPTIONS_EXCLUDE= X11 SVG PANGO Modified: branches/2017Q2/graphics/ImageMagick7/Makefile ============================================================================== --- branches/2017Q2/graphics/ImageMagick7/Makefile Wed May 31 09:02:11 2017 (r442144) +++ branches/2017Q2/graphics/ImageMagick7/Makefile Wed May 31 09:10:33 2017 (r442145) @@ -1,14 +1,12 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 7.0.3-7 -PORTREVISION= 1 +DISTVERSION= 7.0.5-9 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/legacy/ \ http://servingzone.com/mirrors/ImageMagick/ \ http://mirror.checkdomain.de/imagemagick/ \ - http://image_magick.veidrodis.com/image_magick/ \ http://imagemagick.spd.co.il/ \ http://www.champground.com/imagemagick/ \ http://ftp.surfnet.nl/pub/ImageMagick/ \ Modified: branches/2017Q2/graphics/ImageMagick7/distinfo ============================================================================== --- branches/2017Q2/graphics/ImageMagick7/distinfo Wed May 31 09:02:11 2017 (r442144) +++ branches/2017Q2/graphics/ImageMagick7/distinfo Wed May 31 09:10:33 2017 (r442145) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479675593 -SHA256 (ImageMagick-7.0.3-7.tar.xz) = 140b99f33a3326aed92132a7cd054ee962a6e2562064c68495640411aa4571d7 -SIZE (ImageMagick-7.0.3-7.tar.xz) = 8290176 +TIMESTAMP = 1496067866 +SHA256 (ImageMagick-7.0.5-9.tar.xz) = b774c3a69fea4432a120a8c0c231bd011710166c71a7b7e0fbb89b108d29ac6c +SIZE (ImageMagick-7.0.5-9.tar.xz) = 8269008 Modified: branches/2017Q2/graphics/ImageMagick7/pkg-plist ============================================================================== --- branches/2017Q2/graphics/ImageMagick7/pkg-plist Wed May 31 09:02:11 2017 (r442144) +++ branches/2017Q2/graphics/ImageMagick7/pkg-plist Wed May 31 09:10:33 2017 (r442145) @@ -299,6 +299,8 @@ lib/ImageMagick-%%PORTVERSION%%/config-%%QBIT%%%%HDRI% %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pdf.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pes.la %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pes.so +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pgx.la +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pgx.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pict.la %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pict.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%%%HDRI%%/coders/pix.la @@ -412,13 +414,13 @@ lib/ImageMagick-%%PORTVERSION%%/config-%%QBIT%%%%HDRI% lib/libMagick++-7.a lib/libMagick++-7.la lib/libMagick++-7.so -lib/libMagick++-7.so.0 -lib/libMagick++-7.so.0.0.0 +lib/libMagick++-7.so.2 +lib/libMagick++-7.so.2.0.0 lib/libMagickCore-7.a lib/libMagickCore-7.la lib/libMagickCore-7.so -lib/libMagickCore-7.so.0 -lib/libMagickCore-7.so.0.0.0 +lib/libMagickCore-7.so.2 +lib/libMagickCore-7.so.2.0.0 lib/libMagickWand-7.a lib/libMagickWand-7.la lib/libMagickWand-7.so @@ -426,10 +428,8 @@ lib/libMagickWand-7.so.0 lib/libMagickWand-7.so.0.0.0 %%WITH_PERL%%%%SITE_ARCH%%/Image/Magick.pm %%WITH_PERL%%%%SITE_ARCH%%/Image/Magick/%%QBIT%%%%HDRI%%.pm -%%WITH_PERL%%%%SITE_ARCH%%/auto/Image/Magick/Magick.so %%WITH_PERL%%%%SITE_ARCH%%/auto/Image/Magick/%%QBIT%%%%HDRI%%/%%QBIT%%%%HDRI%%.so %%WITH_PERL%%%%SITE_ARCH%%/auto/Image/Magick/%%QBIT%%%%HDRI%%/autosplit.ix -%%WITH_PERL%%%%SITE_ARCH%%/auto/Image/Magick/autosplit.ix %%WITH_PERL%%%%PERL5_MAN3%%/Image::Magick.3.gz %%WITH_PERL%%%%PERL5_MAN3%%/Image::Magick::%%QBIT%%%%HDRI%%.3.gz libdata/pkgconfig/ImageMagick-7.pc @@ -1467,6 +1467,7 @@ man/man1/stream.1.gz %%PORTDOCS%%%%DOCSDIR%%-7/www/convert.html %%PORTDOCS%%%%DOCSDIR%%-7/www/css/README.txt %%PORTDOCS%%%%DOCSDIR%%-7/www/css/magick.css +%%PORTDOCS%%%%DOCSDIR%%-7/www/develop.html %%PORTDOCS%%%%DOCSDIR%%-7/www/display.html %%PORTDOCS%%%%DOCSDIR%%-7/www/distribute-pixel-cache.html %%PORTDOCS%%%%DOCSDIR%%-7/www/download.html @@ -1496,6 +1497,7 @@ man/man1/stream.1.gz %%PORTDOCS%%%%DOCSDIR%%-7/www/magick-wand.html %%PORTDOCS%%%%DOCSDIR%%-7/www/magick.html %%PORTDOCS%%%%DOCSDIR%%-7/www/miff.html +%%PORTDOCS%%%%DOCSDIR%%-7/www/mirror.html %%PORTDOCS%%%%DOCSDIR%%-7/www/mogrify.html %%PORTDOCS%%%%DOCSDIR%%-7/www/montage.html %%PORTDOCS%%%%DOCSDIR%%-7/www/motion-picture.html @@ -1532,7 +1534,6 @@ man/man1/stream.1.gz %%PORTDOCS%%%%DOCSDIR%%-7/www/source/type-windows.xml %%PORTDOCS%%%%DOCSDIR%%-7/www/source/type.xml %%PORTDOCS%%%%DOCSDIR%%-7/www/source/wand.c -%%PORTDOCS%%%%DOCSDIR%%-7/www/sponsors.html %%PORTDOCS%%%%DOCSDIR%%-7/www/stream.html %%PORTDOCS%%%%DOCSDIR%%-7/www/subversion.html %%PORTDOCS%%%%DOCSDIR%%-7/www/support.html From owner-svn-ports-all@freebsd.org Wed May 31 10:03:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 908A3AFBED2; Wed, 31 May 2017 10:03:57 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F78A71CB0; Wed, 31 May 2017 10:03:57 +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 v4VA3u1j057188; Wed, 31 May 2017 10:03:56 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VA3ucR057187; Wed, 31 May 2017 10:03:56 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705311003.v4VA3ucR057187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 31 May 2017 10:03:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442146 - head/lang/perl5.26 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 10:03:57 -0000 Author: mat Date: Wed May 31 10:03:56 2017 New Revision: 442146 URL: https://svnweb.freebsd.org/changeset/ports/442146 Log: Put the canonical URL back, it has propagated enough. Sponsored by: Absolight Modified: head/lang/perl5.26/Makefile Modified: head/lang/perl5.26/Makefile ============================================================================== --- head/lang/perl5.26/Makefile Wed May 31 09:10:33 2017 (r442145) +++ head/lang/perl5.26/Makefile Wed May 31 10:03:56 2017 (r442146) @@ -5,8 +5,7 @@ PORTNAME= perl DISTVERSION= ${PERL_VERSION} PORTREVISION= 0 CATEGORIES= lang devel perl5 -#MASTER_SITES= CPAN/../../src/5.0/ -MASTER_SITES= CPAN/../../authors/id/X/XS/XSAWYERX/ +MASTER_SITES= CPAN/../../src/5.0/ DIST_SUBDIR= perl MAINTAINER= perl@FreeBSD.org From owner-svn-ports-all@freebsd.org Wed May 31 10:08:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B855AFBFE7; Wed, 31 May 2017 10:08:01 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06B2371DDA; Wed, 31 May 2017 10:08:00 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VA80xc057493; Wed, 31 May 2017 10:08:00 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VA7xpd057486; Wed, 31 May 2017 10:07:59 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201705311007.v4VA7xpd057486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Wed, 31 May 2017 10:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442147 - in head/benchmarks/stress-ng: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 10:08:01 -0000 Author: olivier Date: Wed May 31 10:07:59 2017 New Revision: 442147 URL: https://svnweb.freebsd.org/changeset/ports/442147 Log: Updating to version 0.08.02 PR: 219677 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo head/benchmarks/stress-ng/files/patch-Makefile Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Wed May 31 10:03:56 2017 (r442146) +++ head/benchmarks/stress-ng/Makefile Wed May 31 10:07:59 2017 (r442147) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.08.00 +PORTVERSION= 0.08.02 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Wed May 31 10:03:56 2017 (r442146) +++ head/benchmarks/stress-ng/distinfo Wed May 31 10:07:59 2017 (r442147) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494232106 -SHA256 (stress-ng-0.08.00.tar.gz) = 213b07d2739d256ba0ef838c283595394da352d759140744551324afda17bd2b -SIZE (stress-ng-0.08.00.tar.gz) = 405660 +TIMESTAMP = 1496222163 +SHA256 (stress-ng-0.08.02.tar.gz) = 810bb3ada6e3655ea95ba6a8152245e103adc006a94b644751b9d39da0f62597 +SIZE (stress-ng-0.08.02.tar.gz) = 412055 Modified: head/benchmarks/stress-ng/files/patch-Makefile ============================================================================== --- head/benchmarks/stress-ng/files/patch-Makefile Wed May 31 10:03:56 2017 (r442146) +++ head/benchmarks/stress-ng/files/patch-Makefile Wed May 31 10:07:59 2017 (r442147) @@ -1,6 +1,6 @@ ---- Makefile.orig 2017-05-06 12:36:12 UTC +--- Makefile.orig 2017-05-18 12:29:44 UTC +++ Makefile -@@ -21,7 +21,7 @@ VERSION=0.08.00 +@@ -21,7 +21,7 @@ VERSION=0.08.02 # Codename "harmful hardware harasser" # @@ -9,12 +9,12 @@ # # Pedantic flags -@@ -783,7 +783,7 @@ stress-cpu.o: stress-cpu.c +@@ -786,7 +786,7 @@ stress-cpu.o: stress-cpu.c @rm -f test-decimal.c test-decimal.o perf.o: perf.c perf-event.c - @gcc -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h + @$(CC) -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h - $(CC) $(CFLAGS) -c -o $@ $< + @echo $(CC) $(CFLAGS) -c -o $@ $< + @$(CC) $(CFLAGS) -c -o $@ $< - stress-wcstr.o: stress-wcstr.c From owner-svn-ports-all@freebsd.org Wed May 31 10:19:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5CABAFC39B; Wed, 31 May 2017 10:19:23 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-yb0-f172.google.com (mail-yb0-f172.google.com [209.85.213.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 05E167223E; Wed, 31 May 2017 10:19:23 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by mail-yb0-f172.google.com with SMTP id r66so2557584yba.2; Wed, 31 May 2017 03:19:22 -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=V2Nuv4ckRb6uda27ue+Au6yd2/5ntO/ZEJ/yrbrO85Q=; b=okR6TE0gF40isz6bTABXUxYe8bimySR4IeHK53SjtYtMQ3WXSJzCLPX5tcW6LmPUaY CUL/DwfuseFRK8Z0upLf+QtFCg/gxA7m1LpqCHbrdmuhZQb5WWKI0agq0HNti4e3wZpt Gzm3lKRuDjwfByzWjBykdaYnzhSa64ACy7zv4GVwuzmhn3JgZqDfhcAU3IWrNWrc2Cpi hNk2IGnalqyH0lWfa4Yu6wBadyRqLIQ6C8jF9DtWH5q09qsGkPeN8fQ2X1ZB6qq7+RzN Iq9dD3R33xE3OZ7dUKzABCVK9E/G24zwWiuS7j1iOhslv96bl5UA1syuG9FJPydm+6d5 cnqQ== X-Gm-Message-State: AODbwcD7UeVUgsffvr4FlMXyvAk270cSPBA4jZpxjPKWv7Z11cxhsKWu EjcW9tDpoqu9/GKehck= X-Received: by 10.37.174.137 with SMTP id b9mr17517122ybj.107.1496222686746; Wed, 31 May 2017 02:24:46 -0700 (PDT) Received: from mail-yb0-f170.google.com (mail-yb0-f170.google.com. [209.85.213.170]) by smtp.gmail.com with ESMTPSA id p124sm7467758ywp.49.2017.05.31.02.24.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 31 May 2017 02:24:46 -0700 (PDT) Received: by mail-yb0-f170.google.com with SMTP id 202so2317049ybd.0; Wed, 31 May 2017 02:24:46 -0700 (PDT) X-Received: by 10.37.195.66 with SMTP id t63mr20396448ybf.98.1496222686383; Wed, 31 May 2017 02:24:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.112.146 with HTTP; Wed, 31 May 2017 02:24:45 -0700 (PDT) In-Reply-To: <201705301521.v4UFLkQK079485@repo.freebsd.org> References: <201705301521.v4UFLkQK079485@repo.freebsd.org> From: "Tobias C. Berner" Date: Wed, 31 May 2017 11:24:45 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r442077 - head/databases/sqlite3 To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 10:19:23 -0000 Hi I think this update broke some ports like for example audio/gogglesmm and science/orthanc: [...] In file included from /wrkdirs/usr/ports/audio/gogglesmm/work/gogglesmm-1.1.7/src/GMDatabase.cpp:21: /usr/local/include/sqlite3.h:3712:16: fatal error: typedef 'sqlite3_value' cannot be referenced with a struct specifier typedef struct sqlite3_value sqlite3_value; ^ /wrkdirs/usr/ports/audio/gogglesmm/work/gogglesmm-1.1.7/src/GMDatabase.h:24:20: note: declared here typedef struct Mem sqlite3_value; ^ 1 error generated. [...] [...] /wrkdirs/usr/ports/science/orthanc/work/Orthanc-1.1.0/Core/SQLite/FunctionContext.cpp:74:46: error: no matching function for call to 'sqlite3_value_type' return static_cast(sqlite3_value_type(argv_[index])); ^~~~~~~~~~~~~~~~~~ /usr/local/include/sqlite3.h:4643:16: note: candidate function not viable: cannot convert argum [...] mfg Tobias On 30 May 2017 at 17:21, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Tue May 30 15:21:46 2017 > New Revision: 442077 > URL: https://svnweb.freebsd.org/changeset/ports/442077 > > Log: > Update to 3.19.2 > > Changes: https://www.sqlite.org/releaselog/3_19_2.html > PR: 219592 > Submitted by: Pavel Volkov (maintainer) > > Modified: > head/databases/sqlite3/Makefile > head/databases/sqlite3/distinfo > > Modified: head/databases/sqlite3/Makefile > ============================================================================== > --- head/databases/sqlite3/Makefile Tue May 30 15:21:40 2017 (r442076) > +++ head/databases/sqlite3/Makefile Tue May 30 15:21:46 2017 (r442077) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= sqlite3 > -PORTVERSION= 3.18.0 > +PORTVERSION= 3.19.2 > CATEGORIES= databases > MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ > DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 > @@ -214,6 +214,9 @@ post-build: > .if ${ARCH}=="i386" > @${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests" > .endif > + > +post-install: > + ${RM} ${STAGEDIR}${PREFIX}/include/msvc.h > > # for compares with checksum from of the site > sha1: > > Modified: head/databases/sqlite3/distinfo > ============================================================================== > --- head/databases/sqlite3/distinfo Tue May 30 15:21:40 2017 (r442076) > +++ head/databases/sqlite3/distinfo Tue May 30 15:21:46 2017 (r442077) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1491042552 > -SHA256 (sqlite-autoconf-3180000.tar.gz) = 3757612463976e7d08c5e9f0af3021613fc24bbcfe1c51197d6776b9ece9ac5c > -SIZE (sqlite-autoconf-3180000.tar.gz) = 2533004 > +TIMESTAMP = 1495871536 > +SHA256 (sqlite-autoconf-3190200.tar.gz) = ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc > +SIZE (sqlite-autoconf-3190200.tar.gz) = 2542613 > From owner-svn-ports-all@freebsd.org Wed May 31 10:52:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 209EBAFCFA2; Wed, 31 May 2017 10:52:59 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E314F7346E; Wed, 31 May 2017 10:52:58 +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 v4VAqwU5077988; Wed, 31 May 2017 10:52:58 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VAqvVb077986; Wed, 31 May 2017 10:52:57 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201705311052.v4VAqvVb077986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 31 May 2017 10:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442148 - head/misc/shc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 10:52:59 -0000 Author: ehaupt Date: Wed May 31 10:52:57 2017 New Revision: 442148 URL: https://svnweb.freebsd.org/changeset/ports/442148 Log: Update to 3.9.5 Modified: head/misc/shc/Makefile head/misc/shc/distinfo Modified: head/misc/shc/Makefile ============================================================================== --- head/misc/shc/Makefile Wed May 31 10:07:59 2017 (r442147) +++ head/misc/shc/Makefile Wed May 31 10:52:57 2017 (r442148) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= shc -PORTVERSION= 3.9.4 +PORTVERSION= 3.9.5 CATEGORIES= misc MAINTAINER= ehaupt@FreeBSD.org Modified: head/misc/shc/distinfo ============================================================================== --- head/misc/shc/distinfo Wed May 31 10:07:59 2017 (r442147) +++ head/misc/shc/distinfo Wed May 31 10:52:57 2017 (r442148) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495126890 -SHA256 (neurobin-shc-3.9.4_GH0.tar.gz) = 6012301d8708c80702976930988b36c40a2d2194bf6a0398762dd080372f7fec -SIZE (neurobin-shc-3.9.4_GH0.tar.gz) = 145661 +TIMESTAMP = 1496227854 +SHA256 (neurobin-shc-3.9.5_GH0.tar.gz) = b4b36abb2ec8829b6adaf08a8d36d3b0a50103b5809ca788cf0cd5b5011831d3 +SIZE (neurobin-shc-3.9.5_GH0.tar.gz) = 119682 From owner-svn-ports-all@freebsd.org Wed May 31 10:54:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 202A9AFCFE1; Wed, 31 May 2017 10:54:49 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4DCC7356D; Wed, 31 May 2017 10:54:48 +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 v4VAsmRA078169; Wed, 31 May 2017 10:54:48 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VAslgx078167; Wed, 31 May 2017 10:54:47 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201705311054.v4VAslgx078167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 31 May 2017 10:54:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442149 - head/textproc/colordiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 10:54:49 -0000 Author: ehaupt Date: Wed May 31 10:54:47 2017 New Revision: 442149 URL: https://svnweb.freebsd.org/changeset/ports/442149 Log: Update to 1.0.17 Modified: head/textproc/colordiff/Makefile head/textproc/colordiff/distinfo Modified: head/textproc/colordiff/Makefile ============================================================================== --- head/textproc/colordiff/Makefile Wed May 31 10:52:57 2017 (r442148) +++ head/textproc/colordiff/Makefile Wed May 31 10:54:47 2017 (r442149) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= colordiff -PORTVERSION= 1.0.16 +PORTVERSION= 1.0.17 CATEGORIES= textproc MASTER_SITES= http://www.colordiff.org/ LOCAL/ehaupt Modified: head/textproc/colordiff/distinfo ============================================================================== --- head/textproc/colordiff/distinfo Wed May 31 10:52:57 2017 (r442148) +++ head/textproc/colordiff/distinfo Wed May 31 10:54:47 2017 (r442149) @@ -1,2 +1,3 @@ -SHA256 (colordiff-1.0.16.tar.gz) = eaf1cfe17dd0e820d38a0b24b0a402eba68b32e9bf9e7791ca2d1831029f138b -SIZE (colordiff-1.0.16.tar.gz) = 21542 +TIMESTAMP = 1496228015 +SHA256 (colordiff-1.0.17.tar.gz) = 780f70916f6fdc2eccbb519069662de1411705601ba1f1808a7e34f4d987d427 +SIZE (colordiff-1.0.17.tar.gz) = 21561 From owner-svn-ports-all@freebsd.org Wed May 31 11:32:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E879AFE50E; Wed, 31 May 2017 11:32:11 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D37774C36; Wed, 31 May 2017 11:32:11 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VBWA4o092347; Wed, 31 May 2017 11:32:10 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VBWABD092345; Wed, 31 May 2017 11:32:10 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201705311132.v4VBWABD092345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Wed, 31 May 2017 11:32:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442150 - head/www/youtube_dl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 11:32:11 -0000 Author: araujo Date: Wed May 31 11:32:10 2017 New Revision: 442150 URL: https://svnweb.freebsd.org/changeset/ports/442150 Log: Update to 2017.05.29. PR: ports/219678 Submitted by: mikael.urankar@gmail.com Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Wed May 31 10:54:47 2017 (r442149) +++ head/www/youtube_dl/Makefile Wed May 31 11:32:10 2017 (r442150) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2017.05.01 +PORTVERSION= 2017.05.29 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: head/www/youtube_dl/distinfo ============================================================================== --- head/www/youtube_dl/distinfo Wed May 31 10:54:47 2017 (r442149) +++ head/www/youtube_dl/distinfo Wed May 31 11:32:10 2017 (r442150) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493795755 -SHA256 (youtube-dl-2017.05.01.tar.gz) = 58e2151634a66fa9ab4a98978fa72bf15990ec1c088ac7e4393cca00c9a32e53 -SIZE (youtube-dl-2017.05.01.tar.gz) = 2698645 +TIMESTAMP = 1496227126 +SHA256 (youtube-dl-2017.05.29.tar.gz) = 3da77e06c4e01d5cffb953c867c391af1655dc5e782e6c764ca3730e0904f087 +SIZE (youtube-dl-2017.05.29.tar.gz) = 2723071 From owner-svn-ports-all@freebsd.org Wed May 31 11:44:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 440C8AFE745; Wed, 31 May 2017 11:44:53 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0614C7504B; Wed, 31 May 2017 11:44:52 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VBiqjv098771; Wed, 31 May 2017 11:44:52 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VBiqxE098769; Wed, 31 May 2017 11:44:52 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201705311144.v4VBiqxE098769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Wed, 31 May 2017 11:44:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442151 - head/java/intellij-pycharm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 11:44:53 -0000 Author: bsam Date: Wed May 31 11:44:51 2017 New Revision: 442151 URL: https://svnweb.freebsd.org/changeset/ports/442151 Log: java/intellij-pycharm: Update to version 2017.1.3 Modified: head/java/intellij-pycharm/Makefile head/java/intellij-pycharm/distinfo Modified: head/java/intellij-pycharm/Makefile ============================================================================== --- head/java/intellij-pycharm/Makefile Wed May 31 11:32:10 2017 (r442150) +++ head/java/intellij-pycharm/Makefile Wed May 31 11:44:51 2017 (r442151) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycharm -PORTVERSION= 2017.1.2 +PORTVERSION= 2017.1.3 CATEGORIES= java devel python MASTER_SITES= https://download.jetbrains.com/python/ \ http://download.jetbrains.com/python/ Modified: head/java/intellij-pycharm/distinfo ============================================================================== --- head/java/intellij-pycharm/distinfo Wed May 31 11:32:10 2017 (r442150) +++ head/java/intellij-pycharm/distinfo Wed May 31 11:44:51 2017 (r442151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493383788 -SHA256 (pycharm-community-2017.1.2.tar.gz) = e99d9bdba50ff7b27bed79fd156d53b82447a208174156343bcc6e23a928830d -SIZE (pycharm-community-2017.1.2.tar.gz) = 195247149 +TIMESTAMP = 1496225174 +SHA256 (pycharm-community-2017.1.3.tar.gz) = 6dedbf06c62490047b5d8a539c94af89affc80048f4cf79eea25d29f50894a1b +SIZE (pycharm-community-2017.1.3.tar.gz) = 195297254 From owner-svn-ports-all@freebsd.org Wed May 31 11:46:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2E04AFE785; Wed, 31 May 2017 11:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 7D1D77513A; Wed, 31 May 2017 11:46: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 v4VBkjQs098967; Wed, 31 May 2017 11:46:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VBkjIC098965; Wed, 31 May 2017 11:46:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311146.v4VBkjIC098965@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, 31 May 2017 11:46:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442152 - branches/2017Q2/graphics/imageworsener X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 11:46:46 -0000 Author: sunpoet Date: Wed May 31 11:46:45 2017 New Revision: 442152 URL: https://svnweb.freebsd.org/changeset/ports/442152 Log: MFH: r439473 Update to 1.3.1 Changes: https://github.com/jsummers/imageworsener/blob/master/changelog.txt Approved by: ports-secteam Modified: branches/2017Q2/graphics/imageworsener/Makefile branches/2017Q2/graphics/imageworsener/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/graphics/imageworsener/Makefile ============================================================================== --- branches/2017Q2/graphics/imageworsener/Makefile Wed May 31 11:44:51 2017 (r442151) +++ branches/2017Q2/graphics/imageworsener/Makefile Wed May 31 11:46:45 2017 (r442152) @@ -23,6 +23,8 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool +PLIST_SUB= PORTVERSION=${PORTVERSION} + JPEG_CONFIGURE_WITH= jpeg JPEG_USES= jpeg PNG_CONFIGURE_WITH= png Modified: branches/2017Q2/graphics/imageworsener/pkg-plist ============================================================================== --- branches/2017Q2/graphics/imageworsener/pkg-plist Wed May 31 11:44:51 2017 (r442151) +++ branches/2017Q2/graphics/imageworsener/pkg-plist Wed May 31 11:46:45 2017 (r442152) @@ -1,5 +1,5 @@ bin/imagew include/imagew.h -lib/libimageworsener-1.2.0.so +lib/libimageworsener-%%PORTVERSION%%.so lib/libimageworsener.a lib/libimageworsener.so From owner-svn-ports-all@freebsd.org Wed May 31 12:42:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EEA2AFFF25; Wed, 31 May 2017 12:42:03 +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 mx1.freebsd.org (Postfix) with ESMTPS id 2FD7B76DE0; Wed, 31 May 2017 12:42:03 +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 v4VCg2PB023281; Wed, 31 May 2017 12:42:02 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VCg2R9023279; Wed, 31 May 2017 12:42:02 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201705311242.v4VCg2R9023279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 31 May 2017 12:42:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442153 - head/security/sudo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 12:42:03 -0000 Author: cy Date: Wed May 31 12:42:02 2017 New Revision: 442153 URL: https://svnweb.freebsd.org/changeset/ports/442153 Log: Update 1.8.20 --> 1.8.20p1 This release fixes a potential security issue that may allow a user to bypass the "tty_ticket" constraints or overwrite an arbitrary file. The issue is reported to only be present on Linux systems but I don't think it hurts to update the FreeBSD port at this time. Approved by: garga@ (maintainer) MFH: 2017Q2 Differential Revision: D10997 Modified: head/security/sudo/Makefile head/security/sudo/distinfo Modified: head/security/sudo/Makefile ============================================================================== --- head/security/sudo/Makefile Wed May 31 11:46:45 2017 (r442152) +++ head/security/sudo/Makefile Wed May 31 12:42:02 2017 (r442153) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.20 +PORTVERSION= 1.8.20p1 CATEGORIES= security MASTER_SITES= SUDO Modified: head/security/sudo/distinfo ============================================================================== --- head/security/sudo/distinfo Wed May 31 11:46:45 2017 (r442152) +++ head/security/sudo/distinfo Wed May 31 12:42:02 2017 (r442153) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494521789 -SHA256 (sudo-1.8.20.tar.gz) = 9e97b8da859c6cc1b5b8c31db93002b750eae16af1bbda9140f8dd85b970e0e0 -SIZE (sudo-1.8.20.tar.gz) = 2930046 +TIMESTAMP = 1496171509 +SHA256 (sudo-1.8.20p1.tar.gz) = 9e980eb23a60dd11f0f452e672e705d7a386882bc230c6e8483050e03182db1d +SIZE (sudo-1.8.20p1.tar.gz) = 2930394 From owner-svn-ports-all@freebsd.org Wed May 31 12:59:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAE6DB793B7; Wed, 31 May 2017 12:59:09 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9393477537; Wed, 31 May 2017 12:59:09 +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 v4VCx8Kf028053; Wed, 31 May 2017 12:59:08 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VCx8Ci028048; Wed, 31 May 2017 12:59:08 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705311259.v4VCx8Ci028048@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 31 May 2017 12:59:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442154 - in head/misc: . unicode-ucd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 12:59:09 -0000 Author: kwm Date: Wed May 31 12:59:08 2017 New Revision: 442154 URL: https://svnweb.freebsd.org/changeset/ports/442154 Log: Add unicode-ucd. The Unicode Character Database (UCD) consists of a number of data files listing Unicode character properties and related data. It also includes data files containing test data for conformance to several important Unicode algorithms. Also contains the data files for the Unified Han database of Hanzi/Kanji/Hanja Chinese characters. Added: head/misc/unicode-ucd/ head/misc/unicode-ucd/Makefile (contents, props changed) head/misc/unicode-ucd/distinfo (contents, props changed) head/misc/unicode-ucd/pkg-descr (contents, props changed) head/misc/unicode-ucd/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Wed May 31 12:42:02 2017 (r442153) +++ head/misc/Makefile Wed May 31 12:59:08 2017 (r442154) @@ -474,6 +474,7 @@ SUBDIR += uk-postcodes SUBDIR += umodunpack SUBDIR += unclutter + SUBDIR += unicode-ucd SUBDIR += upclient SUBDIR += us-zipcodes SUBDIR += usbids Added: head/misc/unicode-ucd/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/unicode-ucd/Makefile Wed May 31 12:59:08 2017 (r442154) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= unicode-ucd +PORTVERSION= 9.0.0 +CATEGORIES= misc +MASTER_SITES= http://www.unicode.org/Public/zipped/${PORTVERSION}/ +DISTFILES= UCD.zip \ + Unihan.zip +DIST_SUBDIR= unicode/${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Unicode Character Database + +# https://fedoraproject.org/wiki/Licensing/MIT#Modern_Style_without_sublicense_.28Unicode.29 +LICENSE= MIT + +USES= zip + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/share/${PORTNAME} + cd ${WRKSRC} && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${PREFIX}/share/${PORTNAME}/ +# we unpack Unihan.zip but gucharmap wants the Unihan.zip to be present + ${INSTALL_DATA} ${DISTDIR}${DIST_SUBDIR}/Unihan.zip \ + ${STAGEDIR}${PREFIX}/share/${PORTNAME}/ + +.include Added: head/misc/unicode-ucd/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/unicode-ucd/distinfo Wed May 31 12:59:08 2017 (r442154) @@ -0,0 +1,5 @@ +TIMESTAMP = 1470738390 +SHA256 (unicode/9.0.0/UCD.zip) = df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec +SIZE (unicode/9.0.0/UCD.zip) = 5655592 +SHA256 (unicode/9.0.0/Unihan.zip) = 6afdd48fb3c5d79a527ed27ce2582b2f684c09e16f5d0837fe7e5b0204f46362 +SIZE (unicode/9.0.0/Unihan.zip) = 6558824 Added: head/misc/unicode-ucd/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/unicode-ucd/pkg-descr Wed May 31 12:59:08 2017 (r442154) @@ -0,0 +1,9 @@ +The Unicode Character Database (UCD) consists of a number of data files +listing Unicode character properties and related data. It also includes +data files containing test data for conformance to several important +Unicode algorithms. + +This package contains Unihan.zip which contains the data files for the +Unified Han database of Hanzi/Kanji/Hanja Chinese characters. + +WWW: http://www.unicode.org/ucd/ Added: head/misc/unicode-ucd/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/unicode-ucd/pkg-plist Wed May 31 12:59:08 2017 (r442154) @@ -0,0 +1,71 @@ +%%DATADIR%%/ArabicShaping.txt +%%DATADIR%%/BidiBrackets.txt +%%DATADIR%%/BidiCharacterTest.txt +%%DATADIR%%/BidiMirroring.txt +%%DATADIR%%/BidiTest.txt +%%DATADIR%%/Blocks.txt +%%DATADIR%%/CJKRadicals.txt +%%DATADIR%%/CaseFolding.txt +%%DATADIR%%/CompositionExclusions.txt +%%DATADIR%%/DerivedAge.txt +%%DATADIR%%/DerivedCoreProperties.txt +%%DATADIR%%/DerivedNormalizationProps.txt +%%DATADIR%%/EastAsianWidth.txt +%%DATADIR%%/EmojiSources.txt +%%DATADIR%%/HangulSyllableType.txt +%%DATADIR%%/Index.txt +%%DATADIR%%/IndicPositionalCategory.txt +%%DATADIR%%/IndicSyllabicCategory.txt +%%DATADIR%%/Jamo.txt +%%DATADIR%%/LineBreak.txt +%%DATADIR%%/NameAliases.txt +%%DATADIR%%/NamedSequences.txt +%%DATADIR%%/NamedSequencesProv.txt +%%DATADIR%%/NamesList.html +%%DATADIR%%/NamesList.txt +%%DATADIR%%/NormalizationCorrections.txt +%%DATADIR%%/NormalizationTest.txt +%%DATADIR%%/PropList.txt +%%DATADIR%%/PropertyAliases.txt +%%DATADIR%%/PropertyValueAliases.txt +%%DATADIR%%/ReadMe.txt +%%DATADIR%%/ScriptExtensions.txt +%%DATADIR%%/Scripts.txt +%%DATADIR%%/SpecialCasing.txt +%%DATADIR%%/StandardizedVariants.html +%%DATADIR%%/StandardizedVariants.txt +%%DATADIR%%/TangutSources.txt +%%DATADIR%%/USourceData.txt +%%DATADIR%%/USourceGlyphs.pdf +%%DATADIR%%/UnicodeData.txt +%%DATADIR%%/Unihan.zip +%%DATADIR%%/Unihan_DictionaryIndices.txt +%%DATADIR%%/Unihan_DictionaryLikeData.txt +%%DATADIR%%/Unihan_IRGSources.txt +%%DATADIR%%/Unihan_NumericValues.txt +%%DATADIR%%/Unihan_OtherMappings.txt +%%DATADIR%%/Unihan_RadicalStrokeCounts.txt +%%DATADIR%%/Unihan_Readings.txt +%%DATADIR%%/Unihan_Variants.txt +%%DATADIR%%/auxiliary/GraphemeBreakProperty.txt +%%DATADIR%%/auxiliary/GraphemeBreakTest.html +%%DATADIR%%/auxiliary/GraphemeBreakTest.txt +%%DATADIR%%/auxiliary/LineBreakTest.html +%%DATADIR%%/auxiliary/LineBreakTest.txt +%%DATADIR%%/auxiliary/SentenceBreakProperty.txt +%%DATADIR%%/auxiliary/SentenceBreakTest.html +%%DATADIR%%/auxiliary/SentenceBreakTest.txt +%%DATADIR%%/auxiliary/WordBreakProperty.txt +%%DATADIR%%/auxiliary/WordBreakTest.html +%%DATADIR%%/auxiliary/WordBreakTest.txt +%%DATADIR%%/extracted/DerivedBidiClass.txt +%%DATADIR%%/extracted/DerivedBinaryProperties.txt +%%DATADIR%%/extracted/DerivedCombiningClass.txt +%%DATADIR%%/extracted/DerivedDecompositionType.txt +%%DATADIR%%/extracted/DerivedEastAsianWidth.txt +%%DATADIR%%/extracted/DerivedGeneralCategory.txt +%%DATADIR%%/extracted/DerivedJoiningGroup.txt +%%DATADIR%%/extracted/DerivedJoiningType.txt +%%DATADIR%%/extracted/DerivedLineBreak.txt +%%DATADIR%%/extracted/DerivedNumericType.txt +%%DATADIR%%/extracted/DerivedNumericValues.txt From owner-svn-ports-all@freebsd.org Wed May 31 13:04:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F98DB79669; Wed, 31 May 2017 13:04:21 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6917977A07; Wed, 31 May 2017 13:04:21 +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 v4VD4KGg031943; Wed, 31 May 2017 13:04:20 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VD4JT0031939; Wed, 31 May 2017 13:04:19 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705311304.v4VD4JT0031939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 31 May 2017 13:04:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442155 - head/deskutils/gucharmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:04:21 -0000 Author: kwm Date: Wed May 31 13:04:19 2017 New Revision: 442155 URL: https://svnweb.freebsd.org/changeset/ports/442155 Log: Update gucharmap to 9.0.4. * Review dependancies * Add NLS option * switch to USES=localbase Modified: head/deskutils/gucharmap/Makefile head/deskutils/gucharmap/distinfo head/deskutils/gucharmap/pkg-plist Modified: head/deskutils/gucharmap/Makefile ============================================================================== --- head/deskutils/gucharmap/Makefile Wed May 31 12:59:08 2017 (r442154) +++ head/deskutils/gucharmap/Makefile Wed May 31 13:04:19 2017 (r442155) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gucharmap -PORTVERSION= 3.18.2 +PORTVERSION= 9.0.4 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -13,20 +13,25 @@ COMMENT= Unicode/ISO10646 character map and font viewe LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= itstool:textproc/itstool +BUILD_DEPENDS= itstool:textproc/itstool \ + unicode-ucd>=0:misc/unicode-ucd PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake gnome libtool pathfix \ - pkgconfig tar:xz -USE_GNOME= gnomeprefix gtk30 intlhack introspection:build +USES= gmake gnome libtool localbase pathfix pkgconfig tar:xz +USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-unicode-data=${LOCALBASE}/share/unicode-ucd/ USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.Charmap.enums.xml \ org.gnome.Charmap.gschema.xml + +OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls .include Modified: head/deskutils/gucharmap/distinfo ============================================================================== --- head/deskutils/gucharmap/distinfo Wed May 31 12:59:08 2017 (r442154) +++ head/deskutils/gucharmap/distinfo Wed May 31 13:04:19 2017 (r442155) @@ -1,2 +1,3 @@ -SHA256 (gnome3/gucharmap-3.18.2.tar.xz) = 80141d3e892c3c4812c1a8fad8f89978559ef19e933843267e6e9a5524c09ec9 -SIZE (gnome3/gucharmap-3.18.2.tar.xz) = 2031560 +TIMESTAMP = 1496229245 +SHA256 (gnome3/gucharmap-9.0.4.tar.xz) = 1588b2b183b843b24eb074fd0661bddb54f18876870ba475d65f35b7a9c677a0 +SIZE (gnome3/gucharmap-9.0.4.tar.xz) = 1029684 Modified: head/deskutils/gucharmap/pkg-plist ============================================================================== --- head/deskutils/gucharmap/pkg-plist Wed May 31 12:59:08 2017 (r442154) +++ head/deskutils/gucharmap/pkg-plist Wed May 31 13:04:19 2017 (r442155) @@ -18,7 +18,6 @@ lib/libgucharmap_2_90.so lib/libgucharmap_2_90.so.7 lib/libgucharmap_2_90.so.7.0.0 libdata/pkgconfig/gucharmap-2.90.pc -share/appdata/gucharmap.appdata.xml share/applications/gucharmap.desktop share/gir-1.0/Gucharmap-2.90.gir share/help/C/gucharmap/index.docbook @@ -149,3 +148,4 @@ share/locale/xh/LC_MESSAGES/gucharmap.mo share/locale/zh_CN/LC_MESSAGES/gucharmap.mo share/locale/zh_HK/LC_MESSAGES/gucharmap.mo share/locale/zh_TW/LC_MESSAGES/gucharmap.mo +share/metainfo/gucharmap.appdata.xml From owner-svn-ports-all@freebsd.org Wed May 31 13:09:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D348B797B0; Wed, 31 May 2017 13:09: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 mx1.freebsd.org (Postfix) with ESMTPS id EC97377DAF; Wed, 31 May 2017 13:09: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 v4VD987O032406; Wed, 31 May 2017 13:09:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VD97Ue032404; Wed, 31 May 2017 13:09:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311309.v4VD97Ue032404@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, 31 May 2017 13:09:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442156 - head/databases/rocksdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:09:09 -0000 Author: sunpoet Date: Wed May 31 13:09:07 2017 New Revision: 442156 URL: https://svnweb.freebsd.org/changeset/ports/442156 Log: Update to 5.4.6 - Update CONFLICTS_INSTALL Changes: https://github.com/facebook/rocksdb/releases https://github.com/facebook/rocksdb/blob/master/HISTORY.md Modified: head/databases/rocksdb/Makefile head/databases/rocksdb/distinfo Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Wed May 31 13:04:19 2017 (r442155) +++ head/databases/rocksdb/Makefile Wed May 31 13:09:07 2017 (r442156) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 5.4.5 +PORTVERSION= 5.4.6 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= databases @@ -57,7 +57,7 @@ CONFLICTS_INSTALL= rocksdb-lite PLIST_SUB+= LITE="" .else PKGNAMESUFFIX= -lite -CONFLICTS_INSTALL= rocksdb-[0-9]* +CONFLICTS_INSTALL= rocksdb CFLAGS+= -DROCKSDB_LITE=1 MAKE_ENV+= LIBNAME=librocksdb${PKGNAMESUFFIX} PLIST_SUB+= LITE=${PKGNAMESUFFIX} Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Wed May 31 13:04:19 2017 (r442155) +++ head/databases/rocksdb/distinfo Wed May 31 13:09:07 2017 (r442156) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495872906 -SHA256 (facebook-rocksdb-rocksdb-5.4.5_GH0.tar.gz) = 58655edd7075d442d3129c48a1deea87461f2e532e258be81b272f938d291549 -SIZE (facebook-rocksdb-rocksdb-5.4.5_GH0.tar.gz) = 3313201 +TIMESTAMP = 1496231783 +SHA256 (facebook-rocksdb-rocksdb-5.4.6_GH0.tar.gz) = 0763a7e4cd23d2e50117f6e2b262718ba19575c15dcbd989c953a3cef32b290a +SIZE (facebook-rocksdb-rocksdb-5.4.6_GH0.tar.gz) = 3313397 From owner-svn-ports-all@freebsd.org Wed May 31 13:09:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D161EB797C2; Wed, 31 May 2017 13:09: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 mx1.freebsd.org (Postfix) with ESMTPS id 9CCC077DB6; Wed, 31 May 2017 13:09: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 v4VD9CDb032524; Wed, 31 May 2017 13:09:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VD9CWI032522; Wed, 31 May 2017 13:09:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311309.v4VD9CWI032522@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, 31 May 2017 13:09:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442157 - head/www/libnghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:09:13 -0000 Author: sunpoet Date: Wed May 31 13:09:12 2017 New Revision: 442157 URL: https://svnweb.freebsd.org/changeset/ports/442157 Log: Update to 1.23.1 Changes: https://github.com/nghttp2/nghttp2/releases Modified: head/www/libnghttp2/Makefile head/www/libnghttp2/distinfo Modified: head/www/libnghttp2/Makefile ============================================================================== --- head/www/libnghttp2/Makefile Wed May 31 13:09:07 2017 (r442156) +++ head/www/libnghttp2/Makefile Wed May 31 13:09:12 2017 (r442157) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.23.0 +PORTVERSION= 1.23.1 DISTVERSIONPREFIX= v CATEGORIES= www net PKGNAMEPREFIX= lib Modified: head/www/libnghttp2/distinfo ============================================================================== --- head/www/libnghttp2/distinfo Wed May 31 13:09:07 2017 (r442156) +++ head/www/libnghttp2/distinfo Wed May 31 13:09:12 2017 (r442157) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495889619 -SHA256 (nghttp2-nghttp2-v1.23.0_GH0.tar.gz) = 31a425c80f2bc4a48af7880681f45d51dfac25f96d905f3cb22c2db8696caca9 -SIZE (nghttp2-nghttp2-v1.23.0_GH0.tar.gz) = 1743671 +TIMESTAMP = 1496231793 +SHA256 (nghttp2-nghttp2-v1.23.1_GH0.tar.gz) = a2f4c41fdf9f8b84a79e109c360bbf8be7f2d44da8d5aaa155975dd627bae5be +SIZE (nghttp2-nghttp2-v1.23.1_GH0.tar.gz) = 1743712 From owner-svn-ports-all@freebsd.org Wed May 31 13:09:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD24AB79816; Wed, 31 May 2017 13:09: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 mx1.freebsd.org (Postfix) with ESMTPS id 9AB6777E71; Wed, 31 May 2017 13:09: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 v4VD9MsB032766; Wed, 31 May 2017 13:09:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VD9Mkn032764; Wed, 31 May 2017 13:09:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311309.v4VD9Mkn032764@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, 31 May 2017 13:09:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442159 - head/devel/py-gitdb2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:09:23 -0000 Author: sunpoet Date: Wed May 31 13:09:22 2017 New Revision: 442159 URL: https://svnweb.freebsd.org/changeset/ports/442159 Log: Update to 2.0.2 Changes: https://github.com/gitpython-developers/gitdb/commits/2.0.2 Modified: head/devel/py-gitdb2/Makefile head/devel/py-gitdb2/distinfo Modified: head/devel/py-gitdb2/Makefile ============================================================================== --- head/devel/py-gitdb2/Makefile Wed May 31 13:09:17 2017 (r442158) +++ head/devel/py-gitdb2/Makefile Wed May 31 13:09:22 2017 (r442159) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitdb2 -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-gitdb2/distinfo ============================================================================== --- head/devel/py-gitdb2/distinfo Wed May 31 13:09:17 2017 (r442158) +++ head/devel/py-gitdb2/distinfo Wed May 31 13:09:22 2017 (r442159) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496153863 -SHA256 (gitdb2-2.0.1.tar.gz) = 20a6df3371e918ac651066fbc019b18d623fa4935272e11355a1746692fc9d16 -SIZE (gitdb2-2.0.1.tar.gz) = 393190 +TIMESTAMP = 1496231811 +SHA256 (gitdb2-2.0.2.tar.gz) = f2e36d7561e91f30a6a44858756dc020d8f1e81ca6e4185979d5c6c24c648070 +SIZE (gitdb2-2.0.2.tar.gz) = 393188 From owner-svn-ports-all@freebsd.org Wed May 31 13:09:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0765B797E8; Wed, 31 May 2017 13:09: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 mx1.freebsd.org (Postfix) with ESMTPS id 8CF9677E03; Wed, 31 May 2017 13:09: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 v4VD9Hh5032645; Wed, 31 May 2017 13:09:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VD9H0r032643; Wed, 31 May 2017 13:09:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311309.v4VD9H0r032643@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, 31 May 2017 13:09:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442158 - head/www/nghttp2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:09:18 -0000 Author: sunpoet Date: Wed May 31 13:09:17 2017 New Revision: 442158 URL: https://svnweb.freebsd.org/changeset/ports/442158 Log: Update to 1.23.1 Changes: https://github.com/nghttp2/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Wed May 31 13:09:12 2017 (r442157) +++ head/www/nghttp2/Makefile Wed May 31 13:09:17 2017 (r442158) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.23.0 +PORTVERSION= 1.23.1 DISTVERSIONPREFIX= v CATEGORIES= www net Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Wed May 31 13:09:12 2017 (r442157) +++ head/www/nghttp2/distinfo Wed May 31 13:09:17 2017 (r442158) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495889629 -SHA256 (nghttp2-nghttp2-v1.23.0_GH0.tar.gz) = 31a425c80f2bc4a48af7880681f45d51dfac25f96d905f3cb22c2db8696caca9 -SIZE (nghttp2-nghttp2-v1.23.0_GH0.tar.gz) = 1743671 +TIMESTAMP = 1496231802 +SHA256 (nghttp2-nghttp2-v1.23.1_GH0.tar.gz) = a2f4c41fdf9f8b84a79e109c360bbf8be7f2d44da8d5aaa155975dd627bae5be +SIZE (nghttp2-nghttp2-v1.23.1_GH0.tar.gz) = 1743712 From owner-svn-ports-all@freebsd.org Wed May 31 13:09:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE6ACB7983E; Wed, 31 May 2017 13:09: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 mx1.freebsd.org (Postfix) with ESMTPS id BB78677EE9; Wed, 31 May 2017 13:09: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 v4VD9RxY032927; Wed, 31 May 2017 13:09:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VD9RPD032924; Wed, 31 May 2017 13:09:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311309.v4VD9RPD032924@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, 31 May 2017 13:09:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442160 - in head/net: . py-python-swiftclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:09:29 -0000 Author: sunpoet Date: Wed May 31 13:09:27 2017 New Revision: 442160 URL: https://svnweb.freebsd.org/changeset/ports/442160 Log: Add py-python-swiftclient 3.3.0 This is a python client for the Swift API. There's a Python API (the swiftclient module), and a command-line script (swift). Development takes place via the usual OpenStack processes as outlined in the OpenStack wiki. This code is based on the original client previously included with OpenStack's Swift The python-swiftclient is licensed under the Apache License like the rest of OpenStack. WWW: https://pypi.python.org/pypi/python-swiftclient WWW: https://github.com/openstack/python-swiftclient Added: head/net/py-python-swiftclient/ head/net/py-python-swiftclient/Makefile (contents, props changed) head/net/py-python-swiftclient/distinfo (contents, props changed) head/net/py-python-swiftclient/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed May 31 13:09:22 2017 (r442159) +++ head/net/Makefile Wed May 31 13:09:27 2017 (r442160) @@ -1038,6 +1038,7 @@ SUBDIR += py-python-novaclient SUBDIR += py-python-ntlm SUBDIR += py-python-openstackclient + SUBDIR += py-python-swiftclient SUBDIR += py-python-twitter SUBDIR += py-pyvmomi SUBDIR += py-pyzmq Added: head/net/py-python-swiftclient/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-python-swiftclient/Makefile Wed May 31 13:09:27 2017 (r442160) @@ -0,0 +1,30 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= python-swiftclient +PORTVERSION= 3.3.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= OpenStack Object Storage API Client Library + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.1:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six + +NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python + +.include + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>=3.0:devel/py-futures +.endif + +.include Added: head/net/py-python-swiftclient/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-python-swiftclient/distinfo Wed May 31 13:09:27 2017 (r442160) @@ -0,0 +1,3 @@ +TIMESTAMP = 1496163748 +SHA256 (python-swiftclient-3.3.0.tar.gz) = 8b4d38d73ceb2ef4984b39fb924bf9b265050ca2beb5c6bf29cb9f34ccd0bf7d +SIZE (python-swiftclient-3.3.0.tar.gz) = 166092 Added: head/net/py-python-swiftclient/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-python-swiftclient/pkg-descr Wed May 31 13:09:27 2017 (r442160) @@ -0,0 +1,12 @@ +This is a python client for the Swift API. There's a Python API (the swiftclient +module), and a command-line script (swift). + +Development takes place via the usual OpenStack processes as outlined in the +OpenStack wiki. + +This code is based on the original client previously included with OpenStack's +Swift The python-swiftclient is licensed under the Apache License like the rest +of OpenStack. + +WWW: https://pypi.python.org/pypi/python-swiftclient +WWW: https://github.com/openstack/python-swiftclient From owner-svn-ports-all@freebsd.org Wed May 31 13:09:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8F49B79879; Wed, 31 May 2017 13:09: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 mx1.freebsd.org (Postfix) with ESMTPS id A6DEA77F4E; Wed, 31 May 2017 13:09: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 v4VD9W9x033063; Wed, 31 May 2017 13:09:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VD9W48033060; Wed, 31 May 2017 13:09:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311309.v4VD9W48033060@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, 31 May 2017 13:09:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442161 - head/net/py-python-cloudfiles X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:09:34 -0000 Author: sunpoet Date: Wed May 31 13:09:32 2017 New Revision: 442161 URL: https://svnweb.freebsd.org/changeset/ports/442161 Log: Update to 1.7.11 - Update MASTER_SITES - Update LICENSE_FILE - Mark DEPRECATED and set EXPIRATION_DATE to 2017-08-31 - Sort USE_PYTHON - Update WWW Changes: https://github.com/GreenLightGo/python-cloudfiles/blob/master/ChangeLog https://github.com/GreenLightGo/python-cloudfiles/commits/master Modified: head/net/py-python-cloudfiles/Makefile head/net/py-python-cloudfiles/distinfo head/net/py-python-cloudfiles/pkg-descr Modified: head/net/py-python-cloudfiles/Makefile ============================================================================== --- head/net/py-python-cloudfiles/Makefile Wed May 31 13:09:27 2017 (r442160) +++ head/net/py-python-cloudfiles/Makefile Wed May 31 13:09:32 2017 (r442161) @@ -2,22 +2,22 @@ # $FreeBSD$ PORTNAME= python-cloudfiles -PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTVERSION= 1.7.11 CATEGORIES= net python -MASTER_SITES= http://www.contenidosonline.com.ar/freebsd/ports/ \ - LOCAL/yzlin +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= cloudfiles-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python language bindings for Cloud Files API LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/cloudfiles/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Deprecated by usptream since August 1, 2013. Use net/py-python-swiftclient instead +EXPIRATION_DATE=2017-08-31 + USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils NO_ARCH= yes .include Modified: head/net/py-python-cloudfiles/distinfo ============================================================================== --- head/net/py-python-cloudfiles/distinfo Wed May 31 13:09:27 2017 (r442160) +++ head/net/py-python-cloudfiles/distinfo Wed May 31 13:09:32 2017 (r442161) @@ -1,2 +1,3 @@ -SHA256 (cloudfiles-1.6.0.tar.gz) = e3c4d6825b2c09c661de9591e161b5e4d64243737f294ca378f4a7d6d7cdf5c0 -SIZE (cloudfiles-1.6.0.tar.gz) = 223103 +TIMESTAMP = 1496158799 +SHA256 (python-cloudfiles-1.7.11.tar.gz) = 13039dd639e4686be020847b932e7a921a7a5b018c855c58190f7bfb48091335 +SIZE (python-cloudfiles-1.7.11.tar.gz) = 330709 Modified: head/net/py-python-cloudfiles/pkg-descr ============================================================================== --- head/net/py-python-cloudfiles/pkg-descr Wed May 31 13:09:27 2017 (r442160) +++ head/net/py-python-cloudfiles/pkg-descr Wed May 31 13:09:32 2017 (r442161) @@ -1,4 +1,4 @@ Python language bindings for Cloud Files API WWW: https://pypi.python.org/pypi/python-cloudfiles -WWW: https://github.com/rackspace/python-cloudfiles/tree +WWW: https://github.com/GreenLightGo/python-cloudfiles From owner-svn-ports-all@freebsd.org Wed May 31 13:09:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCDE8B79895; Wed, 31 May 2017 13:09: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 mx1.freebsd.org (Postfix) with ESMTPS id A8B8E77FC0; Wed, 31 May 2017 13:09: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 v4VD9b9G033183; Wed, 31 May 2017 13:09:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VD9bqC033181; Wed, 31 May 2017 13:09:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311309.v4VD9bqC033181@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, 31 May 2017 13:09:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442162 - head/devel/rubygem-gettext-setup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:09:39 -0000 Author: sunpoet Date: Wed May 31 13:09:37 2017 New Revision: 442162 URL: https://svnweb.freebsd.org/changeset/ports/442162 Log: Update to 0.25 Changes: https://github.com/puppetlabs/gettext-setup-gem/commits/master Modified: head/devel/rubygem-gettext-setup/Makefile head/devel/rubygem-gettext-setup/distinfo Modified: head/devel/rubygem-gettext-setup/Makefile ============================================================================== --- head/devel/rubygem-gettext-setup/Makefile Wed May 31 13:09:32 2017 (r442161) +++ head/devel/rubygem-gettext-setup/Makefile Wed May 31 13:09:37 2017 (r442162) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gettext-setup -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-gettext-setup/distinfo ============================================================================== --- head/devel/rubygem-gettext-setup/distinfo Wed May 31 13:09:32 2017 (r442161) +++ head/devel/rubygem-gettext-setup/distinfo Wed May 31 13:09:37 2017 (r442162) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492962057 -SHA256 (rubygem/gettext-setup-0.24.gem) = f01afb4735651bece3b0cd96849f863211a05127884e52d40f6ea3d9d020dc22 -SIZE (rubygem/gettext-setup-0.24.gem) = 16384 +TIMESTAMP = 1496231819 +SHA256 (rubygem/gettext-setup-0.25.gem) = 85e3e03c16af39cdce646bfc27e50170e59b6c03a600f40bdd46270986953161 +SIZE (rubygem/gettext-setup-0.25.gem) = 15872 From owner-svn-ports-all@freebsd.org Wed May 31 13:09:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7D37B798B9; Wed, 31 May 2017 13:09:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7520678026; Wed, 31 May 2017 13:09: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 v4VD9gUF033302; Wed, 31 May 2017 13:09:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VD9gL3033300; Wed, 31 May 2017 13:09:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311309.v4VD9gL3033300@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, 31 May 2017 13:09:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442163 - head/devel/rubygem-native-package-installer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:09:43 -0000 Author: sunpoet Date: Wed May 31 13:09:42 2017 New Revision: 442163 URL: https://svnweb.freebsd.org/changeset/ports/442163 Log: Update to 1.0.3 Changes: https://github.com/ruby-gnome2/native-package-installer/blob/master/doc/text/news.md Modified: head/devel/rubygem-native-package-installer/Makefile head/devel/rubygem-native-package-installer/distinfo Modified: head/devel/rubygem-native-package-installer/Makefile ============================================================================== --- head/devel/rubygem-native-package-installer/Makefile Wed May 31 13:09:37 2017 (r442162) +++ head/devel/rubygem-native-package-installer/Makefile Wed May 31 13:09:42 2017 (r442163) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= native-package-installer -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-native-package-installer/distinfo ============================================================================== --- head/devel/rubygem-native-package-installer/distinfo Wed May 31 13:09:37 2017 (r442162) +++ head/devel/rubygem-native-package-installer/distinfo Wed May 31 13:09:42 2017 (r442163) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496153879 -SHA256 (rubygem/native-package-installer-1.0.2.gem) = 932207db7b7891e59563c24fb0b87b75b3f8b04aeeb0181623cf5f85b9e939d4 -SIZE (rubygem/native-package-installer-1.0.2.gem) = 22528 +TIMESTAMP = 1496171471 +SHA256 (rubygem/native-package-installer-1.0.3.gem) = e156f0972bb4667cde054278909a22049d212c9f5f0eeef2a2c11a6074b33957 +SIZE (rubygem/native-package-installer-1.0.3.gem) = 22528 From owner-svn-ports-all@freebsd.org Wed May 31 13:09:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A01EB7991D; Wed, 31 May 2017 13:09: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 mx1.freebsd.org (Postfix) with ESMTPS id DC92778117; Wed, 31 May 2017 13:09:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VD9q9e033544; Wed, 31 May 2017 13:09:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VD9qd7033542; Wed, 31 May 2017 13:09:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311309.v4VD9qd7033542@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, 31 May 2017 13:09:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442165 - head/devel/p5-ExtUtils-MakeMaker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:09:54 -0000 Author: sunpoet Date: Wed May 31 13:09:52 2017 New Revision: 442165 URL: https://svnweb.freebsd.org/changeset/ports/442165 Log: Update to 7.28 Changes: http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile head/devel/p5-ExtUtils-MakeMaker/distinfo Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/Makefile Wed May 31 13:09:47 2017 (r442164) +++ head/devel/p5-ExtUtils-MakeMaker/Makefile Wed May 31 13:09:52 2017 (r442165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-MakeMaker -PORTVERSION= 7.26 +PORTVERSION= 7.28 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-ExtUtils-MakeMaker/distinfo ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/distinfo Wed May 31 13:09:47 2017 (r442164) +++ head/devel/p5-ExtUtils-MakeMaker/distinfo Wed May 31 13:09:52 2017 (r442165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495926353 -SHA256 (ExtUtils-MakeMaker-7.26.tar.gz) = 83d8c227916774f1449205e0ffc7600f20198be8eeba7b746a68efe9e33c79f6 -SIZE (ExtUtils-MakeMaker-7.26.tar.gz) = 469195 +TIMESTAMP = 1496231827 +SHA256 (ExtUtils-MakeMaker-7.28.tar.gz) = 13782079479357a96f5c3819cb1f9c440c22744c9ccddd7a1ce61ee9b5662133 +SIZE (ExtUtils-MakeMaker-7.28.tar.gz) = 469669 From owner-svn-ports-all@freebsd.org Wed May 31 13:09:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7DAEB798E6; Wed, 31 May 2017 13:09:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95F3E7809C; Wed, 31 May 2017 13:09:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VD9lFk033423; Wed, 31 May 2017 13:09:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VD9lwI033421; Wed, 31 May 2017 13:09:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311309.v4VD9lwI033421@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, 31 May 2017 13:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442164 - head/devel/rubygem-nio4r X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:09:48 -0000 Author: sunpoet Date: Wed May 31 13:09:47 2017 New Revision: 442164 URL: https://svnweb.freebsd.org/changeset/ports/442164 Log: Update to 2.1.0 Changes: https://github.com/socketry/nio4r/blob/master/CHANGES.md Modified: head/devel/rubygem-nio4r/Makefile head/devel/rubygem-nio4r/distinfo Modified: head/devel/rubygem-nio4r/Makefile ============================================================================== --- head/devel/rubygem-nio4r/Makefile Wed May 31 13:09:42 2017 (r442163) +++ head/devel/rubygem-nio4r/Makefile Wed May 31 13:09:47 2017 (r442164) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nio4r -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-nio4r/distinfo ============================================================================== --- head/devel/rubygem-nio4r/distinfo Wed May 31 13:09:42 2017 (r442163) +++ head/devel/rubygem-nio4r/distinfo Wed May 31 13:09:47 2017 (r442164) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483013231 -SHA256 (rubygem/nio4r-2.0.0.gem) = 2ecc70fe1ae4c8a4638109475dbb6401249facdae5b4be12db931152864844cd -SIZE (rubygem/nio4r-2.0.0.gem) = 99840 +TIMESTAMP = 1496171476 +SHA256 (rubygem/nio4r-2.1.0.gem) = 60f9bd925cac863b1f2a6c24500d68bd539898a008a1d0c0270c46a8b8d2ecd8 +SIZE (rubygem/nio4r-2.1.0.gem) = 100352 From owner-svn-ports-all@freebsd.org Wed May 31 13:09:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A775B79950; Wed, 31 May 2017 13:09:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C451B7818C; Wed, 31 May 2017 13:09: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 v4VD9vWn033664; Wed, 31 May 2017 13:09:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VD9viX033662; Wed, 31 May 2017 13:09:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311309.v4VD9viX033662@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, 31 May 2017 13:09:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442166 - head/devel/p5-JIRA-REST X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:09:59 -0000 Author: sunpoet Date: Wed May 31 13:09:57 2017 New Revision: 442166 URL: https://svnweb.freebsd.org/changeset/ports/442166 Log: Update to 0.018 Changes: http://search.cpan.org/dist/JIRA-REST/Changes Modified: head/devel/p5-JIRA-REST/Makefile head/devel/p5-JIRA-REST/distinfo Modified: head/devel/p5-JIRA-REST/Makefile ============================================================================== --- head/devel/p5-JIRA-REST/Makefile Wed May 31 13:09:52 2017 (r442165) +++ head/devel/p5-JIRA-REST/Makefile Wed May 31 13:09:57 2017 (r442166) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= JIRA-REST -PORTVERSION= 0.017 +PORTVERSION= 0.018 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-JIRA-REST/distinfo ============================================================================== --- head/devel/p5-JIRA-REST/distinfo Wed May 31 13:09:52 2017 (r442165) +++ head/devel/p5-JIRA-REST/distinfo Wed May 31 13:09:57 2017 (r442166) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483786876 -SHA256 (JIRA-REST-0.017.tar.gz) = 1c8e92a61f1e11e1ba8e378a83b1a85dbb9eeef4f59511706fb234090ade5f70 -SIZE (JIRA-REST-0.017.tar.gz) = 19169 +TIMESTAMP = 1496231839 +SHA256 (JIRA-REST-0.018.tar.gz) = 8433f8da8e0773f6d01af77d40f63f2d4881a68a591afa425dbb8e87a92d6565 +SIZE (JIRA-REST-0.018.tar.gz) = 18840 From owner-svn-ports-all@freebsd.org Wed May 31 13:10:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF035B799C1; Wed, 31 May 2017 13:10: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 mx1.freebsd.org (Postfix) with ESMTPS id ADC20781FD; Wed, 31 May 2017 13:10: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 v4VDA2kL033810; Wed, 31 May 2017 13:10:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDA2at033808; Wed, 31 May 2017 13:10:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311310.v4VDA2at033808@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, 31 May 2017 13:10:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442167 - head/devel/p5-Module-Build X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:10:04 -0000 Author: sunpoet Date: Wed May 31 13:10:02 2017 New Revision: 442167 URL: https://svnweb.freebsd.org/changeset/ports/442167 Log: Update to 0.4224 Changes: http://search.cpan.org/dist/Module-Build/Changes Modified: head/devel/p5-Module-Build/Makefile head/devel/p5-Module-Build/distinfo Modified: head/devel/p5-Module-Build/Makefile ============================================================================== --- head/devel/p5-Module-Build/Makefile Wed May 31 13:09:57 2017 (r442166) +++ head/devel/p5-Module-Build/Makefile Wed May 31 13:10:02 2017 (r442167) @@ -6,7 +6,7 @@ # Mk/Uses/perl5.mk. PORTNAME= Module-Build -PORTVERSION= 0.4222 +PORTVERSION= 0.4224 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-Build/distinfo ============================================================================== --- head/devel/p5-Module-Build/distinfo Wed May 31 13:09:57 2017 (r442166) +++ head/devel/p5-Module-Build/distinfo Wed May 31 13:10:02 2017 (r442167) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490965963 -SHA256 (Module-Build-0.4222.tar.gz) = e74b45d9a74736472b74830599cec0d1123f992760f9cd97104f94bee800b160 -SIZE (Module-Build-0.4222.tar.gz) = 304398 +TIMESTAMP = 1496231850 +SHA256 (Module-Build-0.4224.tar.gz) = a6ca15d78244a7b50fdbf27f85c85f4035aa799ce7dd018a0d98b358ef7bc782 +SIZE (Module-Build-0.4224.tar.gz) = 304181 From owner-svn-ports-all@freebsd.org Wed May 31 13:10:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29BDBB799F3; Wed, 31 May 2017 13:10: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 mx1.freebsd.org (Postfix) with ESMTPS id EC62878279; Wed, 31 May 2017 13: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 v4VDA7j9033929; Wed, 31 May 2017 13:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDA7xI033926; Wed, 31 May 2017 13:10:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311310.v4VDA7xI033926@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, 31 May 2017 13:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442168 - head/devel/p5-Module-CoreList X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:10:09 -0000 Author: sunpoet Date: Wed May 31 13:10:07 2017 New Revision: 442168 URL: https://svnweb.freebsd.org/changeset/ports/442168 Log: Update to 5.20170530 Changes: http://search.cpan.org/dist/Module-CoreList/Changes Modified: head/devel/p5-Module-CoreList/Makefile head/devel/p5-Module-CoreList/distinfo Modified: head/devel/p5-Module-CoreList/Makefile ============================================================================== --- head/devel/p5-Module-CoreList/Makefile Wed May 31 13:10:02 2017 (r442167) +++ head/devel/p5-Module-CoreList/Makefile Wed May 31 13:10:07 2017 (r442168) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-CoreList -PORTVERSION= 5.20170420 +PORTVERSION= 5.20170530 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-CoreList/distinfo ============================================================================== --- head/devel/p5-Module-CoreList/distinfo Wed May 31 13:10:02 2017 (r442167) +++ head/devel/p5-Module-CoreList/distinfo Wed May 31 13:10:07 2017 (r442168) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492780022 -SHA256 (Module-CoreList-5.20170420.tar.gz) = 5cf3d4676f442cd10078c3d18750269d56352e6802bce060b161f6e44b1895af -SIZE (Module-CoreList-5.20170420.tar.gz) = 97619 +TIMESTAMP = 1496231858 +SHA256 (Module-CoreList-5.20170530.tar.gz) = 2d1bebd30cb2f082755f0604353316cb530fb22a7ef477313fed518691555c65 +SIZE (Module-CoreList-5.20170530.tar.gz) = 97643 From owner-svn-ports-all@freebsd.org Wed May 31 13:10:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2A12B79A17; Wed, 31 May 2017 13: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 mx1.freebsd.org (Postfix) with ESMTPS id C200C782E3; Wed, 31 May 2017 13: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 v4VDACe6034049; Wed, 31 May 2017 13:10:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDACcb034047; Wed, 31 May 2017 13:10:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311310.v4VDACcb034047@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, 31 May 2017 13:10:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442169 - head/devel/rubygem-pkg-config X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:10:14 -0000 Author: sunpoet Date: Wed May 31 13:10:12 2017 New Revision: 442169 URL: https://svnweb.freebsd.org/changeset/ports/442169 Log: Update to 1.2.3 Changes: https://github.com/ruby-gnome2/pkg-config/blob/master/NEWS Modified: head/devel/rubygem-pkg-config/Makefile head/devel/rubygem-pkg-config/distinfo Modified: head/devel/rubygem-pkg-config/Makefile ============================================================================== --- head/devel/rubygem-pkg-config/Makefile Wed May 31 13:10:07 2017 (r442168) +++ head/devel/rubygem-pkg-config/Makefile Wed May 31 13:10:12 2017 (r442169) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pkg-config -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.3 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-pkg-config/distinfo ============================================================================== --- head/devel/rubygem-pkg-config/distinfo Wed May 31 13:10:07 2017 (r442168) +++ head/devel/rubygem-pkg-config/distinfo Wed May 31 13:10:12 2017 (r442169) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493122883 -SHA256 (rubygem/pkg-config-1.2.0.gem) = 8fa0d9870bcefc13fe1526f80567b21eadd35989330e553b54a48c699b70743a -SIZE (rubygem/pkg-config-1.2.0.gem) = 19968 +TIMESTAMP = 1496171482 +SHA256 (rubygem/pkg-config-1.2.3.gem) = bc193fda2ceb83cd0eeca87e1c9eba8e142dcd785699205246e28b1a7f14a84a +SIZE (rubygem/pkg-config-1.2.3.gem) = 19968 From owner-svn-ports-all@freebsd.org Wed May 31 13:10:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0664B79A47; Wed, 31 May 2017 13:10: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 mx1.freebsd.org (Postfix) with ESMTPS id BCF9278350; Wed, 31 May 2017 13:10: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 v4VDAH34034169; Wed, 31 May 2017 13:10:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDAHVK034167; Wed, 31 May 2017 13:10:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311310.v4VDAHVK034167@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, 31 May 2017 13:10:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442170 - head/devel/rubygem-slack-notifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:10:19 -0000 Author: sunpoet Date: Wed May 31 13:10:17 2017 New Revision: 442170 URL: https://svnweb.freebsd.org/changeset/ports/442170 Log: Update to 2.2.1 Changes: https://github.com/stevenosloan/slack-notifier/blob/master/changelog.md Modified: head/devel/rubygem-slack-notifier/Makefile head/devel/rubygem-slack-notifier/distinfo Modified: head/devel/rubygem-slack-notifier/Makefile ============================================================================== --- head/devel/rubygem-slack-notifier/Makefile Wed May 31 13:10:12 2017 (r442169) +++ head/devel/rubygem-slack-notifier/Makefile Wed May 31 13:10:17 2017 (r442170) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= slack-notifier -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-slack-notifier/distinfo ============================================================================== --- head/devel/rubygem-slack-notifier/distinfo Wed May 31 13:10:12 2017 (r442169) +++ head/devel/rubygem-slack-notifier/distinfo Wed May 31 13:10:17 2017 (r442170) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495872607 -SHA256 (rubygem/slack-notifier-2.2.0.gem) = 8850daa23dfb789a5e1773cf301e1f76d6f53b006ece2ea7136462e418cc4c9c -SIZE (rubygem/slack-notifier-2.2.0.gem) = 12288 +TIMESTAMP = 1496171494 +SHA256 (rubygem/slack-notifier-2.2.1.gem) = f3ee46174df15ec2722c410ce671768ec6e2e1aad1205299bb6e6089db8346d0 +SIZE (rubygem/slack-notifier-2.2.1.gem) = 12288 From owner-svn-ports-all@freebsd.org Wed May 31 13:10:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C8FAB79A79; Wed, 31 May 2017 13:10: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 mx1.freebsd.org (Postfix) with ESMTPS id 09983783C7; Wed, 31 May 2017 13:10: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 v4VDAN8F034288; Wed, 31 May 2017 13:10:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDAN8l034286; Wed, 31 May 2017 13:10:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311310.v4VDAN8l034286@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, 31 May 2017 13:10:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442171 - head/graphics/rubygem-cairo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:10:24 -0000 Author: sunpoet Date: Wed May 31 13:10:22 2017 New Revision: 442171 URL: https://svnweb.freebsd.org/changeset/ports/442171 Log: Update to 1.15.8 Changes: https://github.com/rcairo/rcairo/blob/master/NEWS Modified: head/graphics/rubygem-cairo/Makefile head/graphics/rubygem-cairo/distinfo Modified: head/graphics/rubygem-cairo/Makefile ============================================================================== --- head/graphics/rubygem-cairo/Makefile Wed May 31 13:10:17 2017 (r442170) +++ head/graphics/rubygem-cairo/Makefile Wed May 31 13:10:22 2017 (r442171) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cairo -PORTVERSION= 1.15.7 +PORTVERSION= 1.15.8 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -11,8 +11,8 @@ COMMENT= Ruby binding for GLib2 LICENSE= GPLv2 RUBY LICENSE_COMB= dual -RUN_DEPENDS= rubygem-native-package-installer>=0:devel/rubygem-native-package-installer \ - rubygem-pkg-config>=1.1.5:devel/rubygem-pkg-config +RUN_DEPENDS= rubygem-native-package-installer>=1.0.3:devel/rubygem-native-package-installer \ + rubygem-pkg-config>=1.2.2:devel/rubygem-pkg-config USE_GNOME= cairo USE_RUBY= yes Modified: head/graphics/rubygem-cairo/distinfo ============================================================================== --- head/graphics/rubygem-cairo/distinfo Wed May 31 13:10:17 2017 (r442170) +++ head/graphics/rubygem-cairo/distinfo Wed May 31 13:10:22 2017 (r442171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493729574 -SHA256 (rubygem/cairo-1.15.7.gem) = 8dcc71f76cc8f746244652b2edea7f69f79ee2425c44d7e679f7e8c575d6b384 -SIZE (rubygem/cairo-1.15.7.gem) = 100864 +TIMESTAMP = 1496171489 +SHA256 (rubygem/cairo-1.15.8.gem) = fff62ea5d15f0ca15d1fbdd9cc4cb36408b7f18ccfa68c3e67cdfce62358d44a +SIZE (rubygem/cairo-1.15.8.gem) = 102400 From owner-svn-ports-all@freebsd.org Wed May 31 13:10:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A01F4B79C0B; Wed, 31 May 2017 13:10: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 mx1.freebsd.org (Postfix) with ESMTPS id 6D8447852B; Wed, 31 May 2017 13:10: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 v4VDAcXQ034682; Wed, 31 May 2017 13:10:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDAcb2034680; Wed, 31 May 2017 13:10:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311310.v4VDAcb2034680@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, 31 May 2017 13:10:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442174 - head/security/pond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:10:39 -0000 Author: sunpoet Date: Wed May 31 13:10:38 2017 New Revision: 442174 URL: https://svnweb.freebsd.org/changeset/ports/442174 Log: Pet portlint - Move BROKEN downward - Update WWW Modified: head/security/pond/Makefile head/security/pond/pkg-descr Modified: head/security/pond/Makefile ============================================================================== --- head/security/pond/Makefile Wed May 31 13:10:33 2017 (r442173) +++ head/security/pond/Makefile Wed May 31 13:10:38 2017 (r442174) @@ -14,14 +14,14 @@ COMMENT= Forward secure, asynchronous messenger LICENSE= BSD3CLAUSE -BROKEN= wrong build depends - BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/golang.org/x/crypto/bcrypt.a:security/go.crypto \ ${LOCALBASE}/${GO_LIBDIR}/github.com/golang/protobuf/proto.a:devel/goprotobuf \ ${LOCALBASE}/${GO_LIBDIR}/code.google.com/p/go.net/dict.a:net/go.net RUN_DEPENDS= tor:security/tor LIB_DEPENDS= libgtkspell.so:textproc/gtkspell \ libtspi.so:security/trousers + +BROKEN= wrong build depends USES= go PLIST_FILES= bin/pond-server bin/pond Modified: head/security/pond/pkg-descr ============================================================================== --- head/security/pond/pkg-descr Wed May 31 13:10:33 2017 (r442173) +++ head/security/pond/pkg-descr Wed May 31 13:10:38 2017 (r442174) @@ -6,4 +6,4 @@ traffic information against everyone except a global p Pond is experimental software! DO NOT USE IT FOR ANYTHING REAL!!! Use security/gnupg instead. -WWW: https://github.com/agl/pond/ +WWW: https://github.com/agl/pond From owner-svn-ports-all@freebsd.org Wed May 31 13:10:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCFE2B79AAD; Wed, 31 May 2017 13:10: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 mx1.freebsd.org (Postfix) with ESMTPS id 9850678444; Wed, 31 May 2017 13: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 v4VDASl1034411; Wed, 31 May 2017 13:10:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDAS0w034409; Wed, 31 May 2017 13:10:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311310.v4VDAS0w034409@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, 31 May 2017 13:10:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442172 - head/net/rubygem-omniauth-google-oauth2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:10:29 -0000 Author: sunpoet Date: Wed May 31 13:10:28 2017 New Revision: 442172 URL: https://svnweb.freebsd.org/changeset/ports/442172 Log: Update to 0.5.0 Changes: https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md Modified: head/net/rubygem-omniauth-google-oauth2/Makefile head/net/rubygem-omniauth-google-oauth2/distinfo Modified: head/net/rubygem-omniauth-google-oauth2/Makefile ============================================================================== --- head/net/rubygem-omniauth-google-oauth2/Makefile Wed May 31 13:10:22 2017 (r442171) +++ head/net/rubygem-omniauth-google-oauth2/Makefile Wed May 31 13:10:28 2017 (r442172) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= omniauth-google-oauth2 -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-omniauth-google-oauth2/distinfo ============================================================================== --- head/net/rubygem-omniauth-google-oauth2/distinfo Wed May 31 13:10:22 2017 (r442171) +++ head/net/rubygem-omniauth-google-oauth2/distinfo Wed May 31 13:10:28 2017 (r442172) @@ -1,2 +1,3 @@ -SHA256 (rubygem/omniauth-google-oauth2-0.4.1.gem) = fcdefcde05c0f3572e5424be1518fc69660b3d6cf373101a643e0838ea16dbd4 -SIZE (rubygem/omniauth-google-oauth2-0.4.1.gem) = 18944 +TIMESTAMP = 1496171790 +SHA256 (rubygem/omniauth-google-oauth2-0.5.0.gem) = bede527e571415ac0fcf7a1ce58e4c4126ed2e4de118b14f82d5b24bac030dd2 +SIZE (rubygem/omniauth-google-oauth2-0.5.0.gem) = 20480 From owner-svn-ports-all@freebsd.org Wed May 31 13:10:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08C06B79BE6; Wed, 31 May 2017 13: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 mx1.freebsd.org (Postfix) with ESMTPS id D9D9D784C7; Wed, 31 May 2017 13:10: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 v4VDAX11034564; Wed, 31 May 2017 13:10:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDAXEE034560; Wed, 31 May 2017 13:10:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311310.v4VDAXEE034560@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, 31 May 2017 13:10:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442173 - in head/net/scribe: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:10:35 -0000 Author: sunpoet Date: Wed May 31 13:10:33 2017 New Revision: 442173 URL: https://svnweb.freebsd.org/changeset/ports/442173 Log: Pet portlint - Move BROKEN_powerpc64 downward - Regenerate patch files with makepatch: - Update WWW Modified: head/net/scribe/Makefile head/net/scribe/files/patch-if__bucketupdater.thrift head/net/scribe/files/patch-src__Makefile.am head/net/scribe/pkg-descr Modified: head/net/scribe/Makefile ============================================================================== --- head/net/scribe/Makefile Wed May 31 13:10:28 2017 (r442172) +++ head/net/scribe/Makefile Wed May 31 13:10:33 2017 (r442173) @@ -11,8 +11,6 @@ COMMENT= Aggregating log data streamed in real time LICENSE= APACHE20 -BROKEN_powerpc64= Does not build - BUILD_DEPENDS= fb303>0:devel/fb303 \ thrift:devel/thrift LIB_DEPENDS= libboost_system.so:devel/boost-libs \ @@ -21,6 +19,8 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ RUN_DEPENDS= p5-Class-Accessor>0:devel/p5-Class-Accessor \ p5-Thrift>0:devel/p5-Thrift \ ${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift + +BROKEN_powerpc64= Does not build USE_GITHUB= yes GH_ACCOUNT= facebookarchive Modified: head/net/scribe/files/patch-if__bucketupdater.thrift ============================================================================== --- head/net/scribe/files/patch-if__bucketupdater.thrift Wed May 31 13:10:28 2017 (r442172) +++ head/net/scribe/files/patch-if__bucketupdater.thrift Wed May 31 13:10:33 2017 (r442173) @@ -1,5 +1,5 @@ ---- ./if/bucketupdater.thrift.orig 2011-06-27 09:59:22.000000000 +0400 -+++ ./if/bucketupdater.thrift 2011-10-19 18:33:32.000000000 +0400 +--- if/bucketupdater.thrift.orig 2013-04-16 02:56:56 UTC ++++ if/bucketupdater.thrift @@ -19,6 +19,7 @@ namespace cpp scribe.thrift Modified: head/net/scribe/files/patch-src__Makefile.am ============================================================================== --- head/net/scribe/files/patch-src__Makefile.am Wed May 31 13:10:28 2017 (r442172) +++ head/net/scribe/files/patch-src__Makefile.am Wed May 31 13:10:33 2017 (r442173) @@ -1,6 +1,6 @@ ---- ./src/Makefile.am.orig 2011-06-27 09:59:22.000000000 +0400 -+++ ./src/Makefile.am 2011-10-19 18:00:32.000000000 +0400 -@@ -34,7 +34,7 @@ +--- src/Makefile.am.orig 2013-04-16 02:56:56 UTC ++++ src/Makefile.am +@@ -34,7 +34,7 @@ all: # THRIFT = $(thrift_home)/bin/thrift THRIFT_INCLUDES = -I $(fb303_home)/share/ Modified: head/net/scribe/pkg-descr ============================================================================== --- head/net/scribe/pkg-descr Wed May 31 13:10:28 2017 (r442172) +++ head/net/scribe/pkg-descr Wed May 31 13:10:33 2017 (r442173) @@ -7,4 +7,4 @@ This is an archived project and is no longer supported Please do not file issues or pull-requests. If you wish to continue to develop this code yourself, we recommend you fork it. -WWW: https://github.com/facebookarchive/scribe/ +WWW: https://github.com/facebookarchive/scribe From owner-svn-ports-all@freebsd.org Wed May 31 13:10:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C857B79C41; Wed, 31 May 2017 13:10: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 mx1.freebsd.org (Postfix) with ESMTPS id 46D15785A1; Wed, 31 May 2017 13:10: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 v4VDAhLP034797; Wed, 31 May 2017 13:10:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDAh19034795; Wed, 31 May 2017 13:10:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311310.v4VDAh19034795@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, 31 May 2017 13:10:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442175 - in head/sysutils/tty-clock: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:10:44 -0000 Author: sunpoet Date: Wed May 31 13:10:43 2017 New Revision: 442175 URL: https://svnweb.freebsd.org/changeset/ports/442175 Log: Pet portlint - - Regenerate patch file with makepatch: - Update WWW Modified: head/sysutils/tty-clock/files/patch-ttyclock.c head/sysutils/tty-clock/pkg-descr Modified: head/sysutils/tty-clock/files/patch-ttyclock.c ============================================================================== --- head/sysutils/tty-clock/files/patch-ttyclock.c Wed May 31 13:10:38 2017 (r442174) +++ head/sysutils/tty-clock/files/patch-ttyclock.c Wed May 31 13:10:43 2017 (r442175) @@ -1,6 +1,6 @@ ---- ttyclock.c.orig 2009-06-17 19:07:38.000000000 +0100 -+++ ttyclock.c 2012-09-16 18:16:24.000000000 +0100 -@@ -174,19 +174,19 @@ +--- ttyclock.c.orig 2009-06-17 18:07:38 UTC ++++ ttyclock.c +@@ -174,19 +174,19 @@ update_hour(void) } void @@ -27,7 +27,7 @@ } wrefresh(ttyclock->framewin); -@@ -209,11 +209,6 @@ +@@ -209,11 +209,6 @@ draw_clock(void) draw_number(ttyclock->date.minute[0], 1, 20); draw_number(ttyclock->date.minute[1], 1, 27); @@ -39,7 +39,7 @@ /* Draw second if the option is enable */ if(ttyclock->option.second) { -@@ -227,6 +222,11 @@ +@@ -227,6 +222,11 @@ draw_clock(void) draw_number(ttyclock->date.second[1], 1, 46); } @@ -50,3 +50,4 @@ + return; } + Modified: head/sysutils/tty-clock/pkg-descr ============================================================================== --- head/sysutils/tty-clock/pkg-descr Wed May 31 13:10:38 2017 (r442174) +++ head/sysutils/tty-clock/pkg-descr Wed May 31 13:10:43 2017 (r442175) @@ -1,3 +1,3 @@ Terminal based clock using ncurses. -WWW: https://github.com/xorg62/tty-clock/ +WWW: https://github.com/xorg62/tty-clock From owner-svn-ports-all@freebsd.org Wed May 31 13:10:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29F4FB79C8C; Wed, 31 May 2017 13:10: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 mx1.freebsd.org (Postfix) with ESMTPS id E784E7868F; Wed, 31 May 2017 13:10:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VDArkk037129; Wed, 31 May 2017 13:10:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDAq2h037127; Wed, 31 May 2017 13:10:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311310.v4VDAq2h037127@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, 31 May 2017 13:10:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442177 - head/x11-wm/wmfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:10:54 -0000 Author: sunpoet Date: Wed May 31 13:10:52 2017 New Revision: 442177 URL: https://svnweb.freebsd.org/changeset/ports/442177 Log: Pet portlint - Use PLIST_FILES instead of PLIST - Do not silence installation messages - Update WWW Deleted: head/x11-wm/wmfs/pkg-plist Modified: head/x11-wm/wmfs/Makefile head/x11-wm/wmfs/pkg-descr Modified: head/x11-wm/wmfs/Makefile ============================================================================== --- head/x11-wm/wmfs/Makefile Wed May 31 13:10:47 2017 (r442176) +++ head/x11-wm/wmfs/Makefile Wed May 31 13:10:52 2017 (r442177) @@ -25,6 +25,10 @@ CONFIGURE_ARGS= --prefix ${PREFIX} \ --man-prefix ${MANPREFIX}/man \ --xdg-config-dir ${PREFIX}/etc/xdg +PLIST_FILES= bin/wmfs \ + etc/xdg/wmfs/wmfsrc \ + man/man1/wmfs.1.gz \ + share/xsessions/wmfs.desktop SUB_FILES= pkg-message OPTIONS_DEFINE= XRANDR XINERAMA IMLIB @@ -41,6 +45,6 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/x11-wm/wmfs/pkg-descr ============================================================================== --- head/x11-wm/wmfs/pkg-descr Wed May 31 13:10:47 2017 (r442176) +++ head/x11-wm/wmfs/pkg-descr Wed May 31 13:10:52 2017 (r442177) @@ -3,4 +3,4 @@ manager for X. It can be configured with a configurati LibConfuse), it supports Xft (FreeType) fonts and EWMH hints wm standards. -WWW: https://github.com/xorg62/wmfs/ +WWW: https://github.com/xorg62/wmfs From owner-svn-ports-all@freebsd.org Wed May 31 13:10:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 131EBB79C66; Wed, 31 May 2017 13:10: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 mx1.freebsd.org (Postfix) with ESMTPS id D61B978616; Wed, 31 May 2017 13:10:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VDAlGp036637; Wed, 31 May 2017 13:10:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDAlBL036617; Wed, 31 May 2017 13:10:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311310.v4VDAlBL036617@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, 31 May 2017 13:10:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442176 - head/www/py-selector X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:10:49 -0000 Author: sunpoet Date: Wed May 31 13:10:47 2017 New Revision: 442176 URL: https://svnweb.freebsd.org/changeset/ports/442176 Log: Update WWW Modified: head/www/py-selector/pkg-descr Modified: head/www/py-selector/pkg-descr ============================================================================== --- head/www/py-selector/pkg-descr Wed May 31 13:10:43 2017 (r442175) +++ head/www/py-selector/pkg-descr Wed May 31 13:10:47 2017 (r442176) @@ -10,4 +10,4 @@ mini-language. There is a simple "mapping file" format used. There are no architecture specific features (to MVC or whatever). Neither are there any framework specific features. -WWW: https://github.com/lukearno/selector/ +WWW: https://github.com/lukearno/selector From owner-svn-ports-all@freebsd.org Wed May 31 13:20:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 517D2B79EBE; Wed, 31 May 2017 13:20: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 mx1.freebsd.org (Postfix) with ESMTPS id 206CA79511; Wed, 31 May 2017 13:20: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 v4VDKeD9039286; Wed, 31 May 2017 13:20:40 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDKeEJ039285; Wed, 31 May 2017 13:20:40 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201705311320.v4VDKeEJ039285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 31 May 2017 13:20:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442178 - head/x11-toolkits/pango X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:20:41 -0000 Author: kwm Date: Wed May 31 13:20:40 2017 New Revision: 442178 URL: https://svnweb.freebsd.org/changeset/ports/442178 Log: Update pango to 1.40.6. * Convert X11 option to option helpers * Drop BUILD_DEPENDS version checks on fontconfig and cairo. These versions been in ports for long enough. Modified: head/x11-toolkits/pango/Makefile head/x11-toolkits/pango/distinfo Modified: head/x11-toolkits/pango/Makefile ============================================================================== --- head/x11-toolkits/pango/Makefile Wed May 31 13:10:52 2017 (r442177) +++ head/x11-toolkits/pango/Makefile Wed May 31 13:20:40 2017 (r442178) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pango -PORTVERSION= 1.40.4 +PORTVERSION= 1.40.6 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -11,13 +11,12 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Open-source framework for the layout and rendering of i18n text LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz .if !defined(REFERENCE_PORT) -BUILD_DEPENDS= fontconfig>=2.10.91:x11-fonts/fontconfig \ - cairo>=1.12.10,2:graphics/cairo LIB_DEPENDS= libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libfontconfig.so:x11-fonts/fontconfig @@ -33,25 +32,18 @@ USE_GNOME= cairo glib20 introspection:build referenceh INSTALL_TARGET= install-strip VERSION= 1.8.0 -LIBVERSION= 0.4000.4 +LIBVERSION= 0.4000.6 PLIST_SUB+= VERSION=${VERSION} LIBVERSION=${LIBVERSION} FONTSCALE= ${LOCALBASE}/share/fonts/TTF/luximb.ttf FONTENCOD= ${LOCALBASE}/share/fonts/encodings/encodings.dir +OPTIONS_SUB= yes OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 -.include - -.if ${PORT_OPTIONS:MX11} -USE_XORG+= xft xrender -#CONFIGURE_ARGS+=--with-xft -PLIST_SUB+= X11="" -.else -CONFIGURE_ARGS+=--without-xft -PLIST_SUB+= X11="@comment " -.endif +X11_CONFIGURE_WITH= xft +X11_USE= XORG=x11,xft,xrender pre-configure: # .if !exists() evaluates too early before cairo has a chance to be installed Modified: head/x11-toolkits/pango/distinfo ============================================================================== --- head/x11-toolkits/pango/distinfo Wed May 31 13:10:52 2017 (r442177) +++ head/x11-toolkits/pango/distinfo Wed May 31 13:20:40 2017 (r442178) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491220406 -SHA256 (gnome2/pango-1.40.4.tar.xz) = f8fdc5fc66356dc4edf915048cceeee065a0e0cb70b3b2598f62bda320129a3e -SIZE (gnome2/pango-1.40.4.tar.xz) = 1062600 +TIMESTAMP = 1495618340 +SHA256 (gnome2/pango-1.40.6.tar.xz) = ca152b7383a1e9f7fd74ae96023dc6770dc5043414793bfe768ff06b6759e573 +SIZE (gnome2/pango-1.40.6.tar.xz) = 832040 From owner-svn-ports-all@freebsd.org Wed May 31 13:23:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D4C7B7A08A; Wed, 31 May 2017 13:23:29 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CC7F798D8; Wed, 31 May 2017 13:23:29 +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 v4VDNSqT043592; Wed, 31 May 2017 13:23:28 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDNQcA043576; Wed, 31 May 2017 13:23:26 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201705311323.v4VDNQcA043576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 31 May 2017 13:23:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442179 - in head/net/kamailio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:23:29 -0000 Author: pi Date: Wed May 31 13:23:26 2017 New Revision: 442179 URL: https://svnweb.freebsd.org/changeset/ports/442179 Log: net/kamailio: update 4.4.3 -> 5.0.1 This is a major release, introducing a consistent set of new features as well as improvements to existing components. Reviewed by: Alexey V. Panfilov Relnotes: https://www.kamailio.org/w/kamailio-v5-0-0-release-notes/ Added: head/net/kamailio/files/patch-src_Makefile (contents, props changed) head/net/kamailio/files/patch-src_Makefile.defs (contents, props changed) head/net/kamailio/files/patch-src_core_ip__addr.h (contents, props changed) head/net/kamailio/files/patch-src_main.c (contents, props changed) head/net/kamailio/files/patch-src_modules_ctl_ctl.c (contents, props changed) head/net/kamailio/files/patch-src_modules_ctl_ctl__defaults.h (contents, props changed) head/net/kamailio/files/patch-src_modules_db__berkeley_Makefile (contents, props changed) head/net/kamailio/files/patch-src_modules_db__oracle_Makefile (contents, props changed) head/net/kamailio/files/patch-src_modules_db__sqlite_Makefile (contents, props changed) head/net/kamailio/files/patch-src_modules_tls_Makefile (contents, props changed) head/net/kamailio/files/patch-src_modules_tls_sip-router__cert.sh (contents, props changed) head/net/kamailio/files/patch-src_modules_websocket_ws__frame.c (contents, props changed) head/net/kamailio/files/patch-utils_kamctl_Makefile (contents, props changed) Deleted: head/net/kamailio/files/patch-Makefile head/net/kamailio/files/patch-Makefile.defs head/net/kamailio/files/patch-ip__addr.h head/net/kamailio/files/patch-main.c head/net/kamailio/files/patch-modules__db_berkeley__Makefile head/net/kamailio/files/patch-modules__db_oracle__Makefile head/net/kamailio/files/patch-modules__db_sqlite__Makefile head/net/kamailio/files/patch-modules__tls__Makefile head/net/kamailio/files/patch-modules_app__perl_kamailioxs.xs head/net/kamailio/files/patch-modules_ctl_ctl__defaults.h head/net/kamailio/files/patch-modules_tls_sip-router__cert.sh head/net/kamailio/files/patch-modules_websocket_ws__frame.c head/net/kamailio/files/patch-utils__kamcmd__Makefile head/net/kamailio/files/patch-utils__kamctl__Makefile Modified: head/net/kamailio/Makefile head/net/kamailio/distinfo head/net/kamailio/pkg-descr head/net/kamailio/pkg-plist Modified: head/net/kamailio/Makefile ============================================================================== --- head/net/kamailio/Makefile Wed May 31 13:20:40 2017 (r442178) +++ head/net/kamailio/Makefile Wed May 31 13:23:26 2017 (r442179) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kamailio -PORTVERSION= 4.4.3 +PORTVERSION= 5.0.1 CATEGORIES= net MASTER_SITES= http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash BROKEN_powerpc64= Does not build: /bin/sh: clang: not found -USES= gmake ncurses readline shebangfix +USES= gmake ncurses python readline shebangfix USE_LDCONFIG= yes SHEBANG_FILES= utils/kamctl/dbtextdb/dbtextdb.py \ utils/kamctl/kamctl utils/kamctl/kamdbctl @@ -33,9 +33,9 @@ USE_RC_SUBR= kamailio USERS= kamailio GROUPS= kamailio -OPTIONS_DEFINE= DOCS MYSQL PGSQL PERL RADIUS JITSI JABBER SCTP TLS \ +OPTIONS_DEFINE= DOCS MYSQL PGSQL PERL RADIUS JITSI SCTP TLS \ UNIXODBC PRESENCE WEBSOCKET DIALPLAN -OPTIONS_DEFAULT=MYSQL RADIUS JABBER TLS PRESENCE +OPTIONS_DEFAULT=MYSQL RADIUS TLS PRESENCE OPTIONS_SUB= YES DIALPLAN_DESC= Dialplan support @@ -93,10 +93,6 @@ EXTRA_MODULES+= dialplan EXTRA_GROUPS+= radius .endif -.if ${PORT_OPTIONS:MJABBER} -EXTRA_MODULES+= jabber -.endif - .if ${PORT_OPTIONS:MSCTP} EXTRA_MODULES+= sctp .endif @@ -173,7 +169,8 @@ do-install: pua_dialoginfo pua_mi pua_reginfo pua_usrloc rls \ acc_radius misc_radius peering pua pua_xmpp xcap_client xcap_server \ tcpops auth_xkeys statsd dmq_usrloc rtjson websocket sctp \ - app_perl cfgt smsops log_custom topos statsc dialplan + app_perl cfgt smsops log_custom topos statsc dialplan \ + ss7ops app_jsdt jsonrpcs pua_rpc @if [ -e ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/${i}.so ]; then \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/modules/${i}.so; \ fi Modified: head/net/kamailio/distinfo ============================================================================== --- head/net/kamailio/distinfo Wed May 31 13:20:40 2017 (r442178) +++ head/net/kamailio/distinfo Wed May 31 13:23:26 2017 (r442179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475523141 -SHA256 (kamailio-4.4.3_src.tar.gz) = c3e5c312c99f15f68b201ba6c75db07b01e65199b792d4d8cf6ecfe3adc22e58 -SIZE (kamailio-4.4.3_src.tar.gz) = 11707809 +TIMESTAMP = 1492762108 +SHA256 (kamailio-5.0.1_src.tar.gz) = b26a719a3c1fccb717e6bb009601ccbad32c5c5b6569e2a322fe12cd7d5b7c00 +SIZE (kamailio-5.0.1_src.tar.gz) = 11614011 Added: head/net/kamailio/files/patch-src_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-src_Makefile Wed May 31 13:23:26 2017 (r442179) @@ -0,0 +1,35 @@ +--- src/Makefile.orig 2017-04-21 12:46:05 UTC ++++ src/Makefile +@@ -34,7 +34,7 @@ err_fail?=1 + # whether or not to install $(MAIN_NAME).cfg or just $(MAIN_NAME).cfg.default + # ($(MAIN_NAME).cfg will never be overwritten by make install, this is usefull + # when creating packages) +-skip_cfg_install?= ++skip_cfg_install?=yes + + #extra modules to exclude + skip_modules?= +@@ -649,7 +649,7 @@ sunpkg: + .PHONY: install + install: mk_params="compile_for_install=yes" + install: install-bin install-every-module install-cfg \ +- install-doc install-man install-utils install-share ++ install-man install-utils install-share + + .PHONY: dbinstall + dbinstall: +@@ -764,10 +764,10 @@ install-cfg: $(cfg_prefix)/$(cfg_dir) + fi ; \ + fi ; \ + : ; done; true +- @# radius dictionary +- @$(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME) +- @$(INSTALL_CFG) ../etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir) +- @echo "config files installed" ++ # radius dictionary ++ $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample ++ $(INSTALL_CFG) ../etc/dictionary.$(CFG_NAME) $(cfg_prefix)/$(cfg_dir)/dictionary.$(CFG_NAME).sample ++ echo "config files installed" + + install-bin: $(bin_prefix)/$(bin_dir) $(NAME) + $(INSTALL_TOUCH) $(bin_prefix)/$(bin_dir)/$(NAME) Added: head/net/kamailio/files/patch-src_Makefile.defs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-src_Makefile.defs Wed May 31 13:23:26 2017 (r442179) @@ -0,0 +1,47 @@ +--- src/Makefile.defs.orig 2017-04-21 13:52:06 UTC ++++ src/Makefile.defs +@@ -208,7 +208,7 @@ YACC := $(shell echo "$${YACC}") + + # find compiler name & version + ifeq ($(CC),) +- CC=gcc ++ CC=clang + endif + LD= $(CC) + CC_LONGVER:=$(shell if $(CC) -v 2>/dev/null; then \ +@@ -222,7 +222,7 @@ MKTAGS=ctags + #find-out the compiler's name + + ifneq (,$(findstring gcc, $(CC_LONGVER))) +- CC_NAME=gcc ++ CC_NAME=clang + RPAREN=) + CC_VER:=$(word 1,$(CC)) $(shell $(CC) - --version|head -n 1|\ + sed -e 's/([^$(RPAREN)]*)//g' \ +@@ -386,7 +386,7 @@ LIBDIR ?= + ifeq ($(LIBDIR),) + ARCHBSZ= $(shell echo $(ARCH) | sed -e 's/.*64.*/64b/') + ifeq ($(ARCHBSZ),64b) +- LIBDIR = lib64 ++ LIBDIR = lib + else + LIBDIR = lib + endif +@@ -460,7 +460,7 @@ doxygen_dir=doc/doxygen + + BASEDIR ?= $(DESTDIR) + basedir = $(BASEDIR) +-RUNBASEDIR ?= $(DESTDIR) ++RUNBASEDIR ?= / + runbasedir = $(RUNBASEDIR) + + # install location +@@ -1722,7 +1722,7 @@ ifeq ($(YACC),) + endif + YACC_FLAGS=-d -b core/cfg + # on solaris add -lxnet (e.g. LIBS= -lxnet) +-LIBS= -ldl -lresolv ++LIBS= + LIB_PREFIX:=lib + LIB_SUFFIX:=.so + Added: head/net/kamailio/files/patch-src_core_ip__addr.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-src_core_ip__addr.h Wed May 31 13:23:26 2017 (r442179) @@ -0,0 +1,13 @@ +--- src/core/ip_addr.h.orig 2017-04-21 12:46:05 UTC ++++ src/core/ip_addr.h +@@ -49,6 +49,10 @@ enum sip_protos { PROTO_NONE, PROTO_UDP, PROTO_TCP, PR + enum comp_methods { COMP_NONE, COMP_SIGCOMP, COMP_SERGZ }; + #endif + ++#ifndef INADDR_LOOPBACK ++#define INADDR_LOOPBACK (u_int32_t)0x7f000001 ++#endif ++ + struct ip_addr{ + unsigned int af; /* address family: AF_INET6 or AF_INET */ + unsigned int len; /* address len, 16 or 4 */ Added: head/net/kamailio/files/patch-src_main.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-src_main.c Wed May 31 13:23:26 2017 (r442179) @@ -0,0 +1,11 @@ +--- src/main.c.orig 2017-04-21 12:46:05 UTC ++++ src/main.c +@@ -362,7 +362,7 @@ int received_dns = 0; + int sr_auto_aliases=1; + char* working_dir = 0; + char* chroot_dir = 0; +-char* runtime_dir = "" RUN_DIR; ++char* runtime_dir = "/var/run/kamailio/"; + char* user=0; + char* group=0; + int uid = 0; Added: head/net/kamailio/files/patch-src_modules_ctl_ctl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-src_modules_ctl_ctl.c Wed May 31 13:23:26 2017 (r442179) @@ -0,0 +1,12 @@ +--- src/modules/ctl/ctl.c.orig 2017-04-21 13:48:39 UTC ++++ src/modules/ctl/ctl.c +@@ -238,8 +238,7 @@ static int mod_init(void) + return -1; + } + strcpy(ctl_socket_path, DEFAULT_CTL_SOCKET_PROTO); +- strcat(ctl_socket_path, runtime_dir); +- strcat(ctl_socket_path, "/"); ++ strcat(ctl_socket_path, "/var/run/"); + strcat(ctl_socket_path, DEFAULT_CTL_SOCKET_NAME); + add_binrpc_socket(PARAM_STRING, ctl_socket_path); + } Added: head/net/kamailio/files/patch-src_modules_ctl_ctl__defaults.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-src_modules_ctl_ctl__defaults.h Wed May 31 13:23:26 2017 (r442179) @@ -0,0 +1,11 @@ +--- src/modules/ctl/ctl_defaults.h.orig 2017-04-21 12:46:05 UTC ++++ src/modules/ctl/ctl_defaults.h +@@ -13,7 +13,7 @@ + #define DEFAULT_CTL_SOCKET_NAME NAME "_ctl" + #endif + +-#define DEFAULT_CTL_SOCKET DEFAULT_CTL_SOCKET_PROTO RUN_DIR "/" DEFAULT_CTL_SOCKET_NAME ++#define DEFAULT_CTL_SOCKET DEFAULT_CTL_SOCKET_PROTO "/var/run/" DEFAULT_CTL_SOCKET_NAME + + /* port used by default for tcp/udp if no port is explicitely specified */ + #define DEFAULT_CTL_PORT 2049 Added: head/net/kamailio/files/patch-src_modules_db__berkeley_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-src_modules_db__berkeley_Makefile Wed May 31 13:23:26 2017 (r442179) @@ -0,0 +1,11 @@ +--- src/modules/db_berkeley/Makefile.orig 2017-04-21 12:46:05 UTC ++++ src/modules/db_berkeley/Makefile +@@ -25,7 +25,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio) + # extra install for kamailio + + install-berkeley-scripts: $(bin_prefix)/$(bin_dir) +- BERKELEYDBON=yes make -C ../../../utils/kamctl/ install-modules ++ BERKELEYDBON=yes $(MAKE) -C ../../../utils/kamctl/ install-modules + + install-scripts: install-berkeley-scripts + Added: head/net/kamailio/files/patch-src_modules_db__oracle_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-src_modules_db__oracle_Makefile Wed May 31 13:23:26 2017 (r442179) @@ -0,0 +1,11 @@ +--- src/modules/db_oracle/Makefile.orig 2017-04-21 12:46:05 UTC ++++ src/modules/db_oracle/Makefile +@@ -70,7 +70,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio) + # extra install for kamailio + + install-oracle-scripts: $(bin_prefix)/$(bin_dir) +- ORACLEON=yes make -C ../../../utils/kamctl/ install-modules ++ ORACLEON=yes $(MAKE) -C ../../../utils/kamctl/ install-modules + + install-scripts: install-oracle-scripts + Added: head/net/kamailio/files/patch-src_modules_db__sqlite_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-src_modules_db__sqlite_Makefile Wed May 31 13:23:26 2017 (r442179) @@ -0,0 +1,11 @@ +--- src/modules/db_sqlite/Makefile.orig 2017-04-21 12:46:06 UTC ++++ src/modules/db_sqlite/Makefile +@@ -22,7 +22,7 @@ ifeq ($(INSTALL_FLAVOUR),kamailio) + # extra install for kamailio + + install-sqlite-scripts: $(bin_prefix)/$(bin_dir) +- SQLITEON=yes make -C ../../../utils/kamctl/ install-modules ++ SQLITEON=yes $(MAKE) -C ../../../utils/kamctl/ install-modules + + install-scripts: install-sqlite-scripts + Added: head/net/kamailio/files/patch-src_modules_tls_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-src_modules_tls_Makefile Wed May 31 13:23:26 2017 (r442179) @@ -0,0 +1,11 @@ +--- src/modules/tls/Makefile.orig 2017-04-21 12:46:06 UTC ++++ src/modules/tls/Makefile +@@ -8,6 +8,8 @@ include ../../Makefile.defs + auto_gen= + NAME=tls.so + ++skip_cfg_install?=yes ++ + ifeq ($(CROSS_COMPILE),) + SSL_BUILDER=$(shell \ + if pkg-config --exists libssl; then \ Added: head/net/kamailio/files/patch-src_modules_tls_sip-router__cert.sh ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-src_modules_tls_sip-router__cert.sh Wed May 31 13:23:26 2017 (r442179) @@ -0,0 +1,9 @@ +--- src/modules/tls/sip-router_cert.sh.orig 2017-04-21 12:46:06 UTC ++++ src/modules/tls/sip-router_cert.sh +@@ -197,5 +197,6 @@ if [ $? != 0 ] ; then + else + echo "Private key stored in '$DIR/$KEY_FILENAME'." + echo "Certificate stored in '$DIR/$CERT_FILENAME'." ++ rm ~/.rnd + exit 0; + fi Added: head/net/kamailio/files/patch-src_modules_websocket_ws__frame.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-src_modules_websocket_ws__frame.c Wed May 31 13:23:26 2017 (r442179) @@ -0,0 +1,11 @@ +--- src/modules/websocket/ws_frame.c.orig 2017-04-21 12:46:06 UTC ++++ src/modules/websocket/ws_frame.c +@@ -29,7 +29,7 @@ + #ifdef EMBEDDED_UTF8_DECODE + #include "utf8_decode.h" + #else +-#include ++/* #include */ + #endif + + #include "../../core/events.h" Added: head/net/kamailio/files/patch-utils_kamctl_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kamailio/files/patch-utils_kamctl_Makefile Wed May 31 13:23:26 2017 (r442179) @@ -0,0 +1,21 @@ +--- utils/kamctl/Makefile.orig 2017-04-21 12:46:06 UTC ++++ utils/kamctl/Makefile +@@ -8,6 +8,8 @@ else + kamctltmpdir = $(basedir) + endif + ++skip_cfg_install?=yes ++ + all: + @echo "No compilation needed for kamctl" + +@@ -20,7 +22,8 @@ install-cfg: $(cfg_prefix)/$(cfg_dir) + $(INSTALL_TOUCH) $(cfg_prefix)/$(cfg_dir)/kamctlrc.sample + $(INSTALL_CFG) kamctlrc \ + $(cfg_prefix)/$(cfg_dir)/kamctlrc.sample +- if [ ! -f $(cfg_prefix)/$(cfg_dir)/kamctlrc ]; then \ ++ if [ -z "${skip_cfg_install}" -a \ ++ ! -f $(cfg_prefix)/$(cfg_dir)/kamctlrc ]; then \ + mv -f $(cfg_prefix)/$(cfg_dir)/kamctlrc.sample \ + $(cfg_prefix)/$(cfg_dir)/kamctlrc; \ + fi Modified: head/net/kamailio/pkg-descr ============================================================================== --- head/net/kamailio/pkg-descr Wed May 31 13:20:40 2017 (r442178) +++ head/net/kamailio/pkg-descr Wed May 31 13:23:26 2017 (r442179) @@ -8,4 +8,4 @@ Originally starting out as the SIP Express Router (SER the Fraunhofer Society in 2001, the design team got together in 2008, merged old and new source code and rebranded SER to Kamailio. -WWW: http://www.kamailio.org/ +WWW: https://www.kamailio.org/ Modified: head/net/kamailio/pkg-plist ============================================================================== --- head/net/kamailio/pkg-plist Wed May 31 13:20:40 2017 (r442178) +++ head/net/kamailio/pkg-plist Wed May 31 13:23:26 2017 (r442179) @@ -8,12 +8,6 @@ sbin/kamdbctl @sample etc/kamailio/kamailio.cfg.sample @sample etc/kamailio/kamctlrc.sample %%TLS%%@sample etc/kamailio/tls.cfg.sample -lib/kamailio/libbinrpc.so -lib/kamailio/libbinrpc.so.0 -lib/kamailio/libkcore.so -lib/kamailio/libkcore.so.1 -lib/kamailio/libkmi.so -lib/kamailio/libkmi.so.1 lib/kamailio/libprint.so lib/kamailio/libprint.so.1 lib/kamailio/libsrdb1.so @@ -27,13 +21,11 @@ lib/kamailio/libsrutils.so.1 lib/kamailio/kamctl/kamctl.base lib/kamailio/kamctl/kamctl.ctlbase %%MYSQL%%lib/kamailio/kamctl/kamctl.dbtext -lib/kamailio/kamctl/kamctl.fifo %%MYSQL%%lib/kamailio/kamctl/kamctl.mysql %%PGSQL%%lib/kamailio/kamctl/kamctl.pgsql +lib/kamailio/kamctl/kamctl.rpcfifo lib/kamailio/kamctl/kamctl.ser -lib/kamailio/kamctl/kamctl.ser_mi lib/kamailio/kamctl/kamctl.sqlbase -lib/kamailio/kamctl/kamctl.unixsock lib/kamailio/kamctl/kamdbctl.base %%MYSQL%%lib/kamailio/kamctl/kamdbctl.dbtext %%MYSQL%%lib/kamailio/kamctl/kamdbctl.mysql @@ -41,6 +33,7 @@ lib/kamailio/kamctl/kamdbctl.base %%MYSQL%%lib/kamailio/kamctl/dbtextdb/dbtextdb.py %%MYSQL%%lib/kamailio/modules/acc.so %%MYSQL%%lib/kamailio/modules/alias_db.so +lib/kamailio/modules/app_jsdt.so %%PERL%%lib/kamailio/modules/app_perl.so lib/kamailio/modules/async.so lib/kamailio/modules/auth.so @@ -82,7 +75,7 @@ lib/kamailio/modules/exec.so %%MYSQL%%lib/kamailio/modules/htable.so %%MYSQL%%lib/kamailio/modules/imc.so lib/kamailio/modules/ipops.so -lib/kamailio/modules/jsonrpc-s.so +lib/kamailio/modules/jsonrpcs.so lib/kamailio/modules/kex.so lib/kamailio/modules/log_custom.so lib/kamailio/modules/malloc_test.so @@ -90,9 +83,6 @@ lib/kamailio/modules/mangler.so %%MYSQL%%lib/kamailio/modules/matrix.so lib/kamailio/modules/maxfwd.so lib/kamailio/modules/mediaproxy.so -lib/kamailio/modules/mi_datagram.so -lib/kamailio/modules/mi_fifo.so -lib/kamailio/modules/mi_rpc.so %%MYSQL%%lib/kamailio/modules/mohqueue.so lib/kamailio/modules/mqueue.so %%MYSQL%%lib/kamailio/modules/msilo.so @@ -134,6 +124,7 @@ lib/kamailio/modules/sms.so lib/kamailio/modules/smsops.so %%MYSQL%%lib/kamailio/modules/speeddial.so %%MYSQL%%lib/kamailio/modules/sqlops.so +lib/kamailio/modules/ss7ops.so lib/kamailio/modules/sst.so lib/kamailio/modules/statistics.so lib/kamailio/modules/statsc.so @@ -163,6 +154,7 @@ lib/kamailio/modules/xprint.so %%RADIUS%%lib/kamailio/modules/misc_radius.so %%RADIUS%%lib/kamailio/modules/peering.so %%PRESENCE%%lib/kamailio/modules/pua.so +%%PRESENCE%%lib/kamailio/modules/pua_rpc.so %%PRESENCE%%lib/kamailio/modules/pua_xmpp.so %%PRESENCE%%lib/kamailio/modules/xcap_client.so %%PRESENCE%%lib/kamailio/modules/xcap_server.so @@ -175,7 +167,6 @@ lib/kamailio/modules/xprint.so %%PRESENCE%%lib/kamailio/modules/presence_xml.so %%PRESENCE%%lib/kamailio/modules/pua_bla.so %%PRESENCE%%lib/kamailio/modules/pua_dialoginfo.so -%%PRESENCE%%lib/kamailio/modules/pua_mi.so %%PRESENCE%%lib/kamailio/modules/pua_reginfo.so %%PRESENCE%%lib/kamailio/modules/pua_usrloc.so %%PRESENCE%%lib/kamailio/modules/rls.so @@ -277,7 +268,6 @@ lib/kamailio/modules/xprint.so %%MYSQL%%%%DATADIR%%/mysql/carrierroute-create.sql %%MYSQL%%%%DATADIR%%/mysql/cpl-create.sql %%MYSQL%%%%DATADIR%%/mysql/dialog-create.sql -%%MYSQL%%%%DATADIR%%/mysql/dialog_ng-create.sql %%MYSQL%%%%DATADIR%%/mysql/dialplan-create.sql %%MYSQL%%%%DATADIR%%/mysql/dispatcher-create.sql %%MYSQL%%%%DATADIR%%/mysql/domain-create.sql @@ -287,6 +277,7 @@ lib/kamailio/modules/xprint.so %%MYSQL%%%%DATADIR%%/mysql/htable-create.sql %%MYSQL%%%%DATADIR%%/mysql/imc-create.sql %%MYSQL%%%%DATADIR%%/mysql/ims_charging_create.sql +%%MYSQL%%%%DATADIR%%/mysql/ims_dialog-create.sql %%MYSQL%%%%DATADIR%%/mysql/ims_usrloc_pcscf-create.sql %%MYSQL%%%%DATADIR%%/mysql/ims_usrloc_scscf-create.sql %%MYSQL%%%%DATADIR%%/mysql/lcr-create.sql From owner-svn-ports-all@freebsd.org Wed May 31 13:31:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED6E1B7A0FA; Wed, 31 May 2017 13:31:10 +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 mx1.freebsd.org (Postfix) with ESMTPS id BD03679AC3; Wed, 31 May 2017 13:31:10 +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 v4VDV9HG044668; Wed, 31 May 2017 13:31:09 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VDV944044666; Wed, 31 May 2017 13:31:09 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201705311331.v4VDV944044666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Wed, 31 May 2017 13:31:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442180 - head/games/wtf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 13:31:11 -0000 Author: lifanov Date: Wed May 31 13:31:09 2017 New Revision: 442180 URL: https://svnweb.freebsd.org/changeset/ports/442180 Log: update games/wtf to 20170529 snapshot from NetBSD Modified: head/games/wtf/Makefile head/games/wtf/distinfo Modified: head/games/wtf/Makefile ============================================================================== --- head/games/wtf/Makefile Wed May 31 13:23:26 2017 (r442179) +++ head/games/wtf/Makefile Wed May 31 13:31:09 2017 (r442180) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wtf -PORTVERSION= 20170512 +PORTVERSION= 20170529 CATEGORIES= games MASTER_SITES= SF/bsdwtf Modified: head/games/wtf/distinfo ============================================================================== --- head/games/wtf/distinfo Wed May 31 13:23:26 2017 (r442179) +++ head/games/wtf/distinfo Wed May 31 13:31:09 2017 (r442180) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494766088 -SHA256 (wtf-20170512.tar.gz) = 772ee6a2782c83a578287baf9c4d5cccd63a49436c37638391135897b64882ce -SIZE (wtf-20170512.tar.gz) = 25302 +TIMESTAMP = 1496237435 +SHA256 (wtf-20170529.tar.gz) = d020f220d744e6f23dca86f5decde966955bac71079f396f6e5946de5632515d +SIZE (wtf-20170529.tar.gz) = 25314 From owner-svn-ports-all@freebsd.org Wed May 31 14:13:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8F6FB7AF9E; Wed, 31 May 2017 14:13:53 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A935A7BCAF; Wed, 31 May 2017 14:13:53 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VEDq0q064708; Wed, 31 May 2017 14:13:52 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEDqoJ064706; Wed, 31 May 2017 14:13:52 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201705311413.v4VEDqoJ064706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 31 May 2017 14:13:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442181 - head/sysutils/iocell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:13:53 -0000 Author: robak Date: Wed May 31 14:13:52 2017 New Revision: 442181 URL: https://svnweb.freebsd.org/changeset/ports/442181 Log: sysutils/iocell: update 2.1.0 -> 2.1.1 Modified: head/sysutils/iocell/Makefile head/sysutils/iocell/distinfo Modified: head/sysutils/iocell/Makefile ============================================================================== --- head/sysutils/iocell/Makefile Wed May 31 13:31:09 2017 (r442180) +++ head/sysutils/iocell/Makefile Wed May 31 14:13:52 2017 (r442181) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iocell -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/iocell/distinfo ============================================================================== --- head/sysutils/iocell/distinfo Wed May 31 13:31:09 2017 (r442180) +++ head/sysutils/iocell/distinfo Wed May 31 14:13:52 2017 (r442181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485262233 -SHA256 (bartekrutkowski-iocell-v2.1.0_GH0.tar.gz) = 2842845e7de6d86173e86b83133b06680840d1d85ee71c28766d41cf9ab28c1a -SIZE (bartekrutkowski-iocell-v2.1.0_GH0.tar.gz) = 372693 +TIMESTAMP = 1495880411 +SHA256 (bartekrutkowski-iocell-v2.1.1_GH0.tar.gz) = 6098ef6aa04514711470d15d5f9357de8311e20e171422aae0b00b138a1a2bb9 +SIZE (bartekrutkowski-iocell-v2.1.1_GH0.tar.gz) = 372728 From owner-svn-ports-all@freebsd.org Wed May 31 14:16:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E13E5B7B018; Wed, 31 May 2017 14:16:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B33097BDF5; Wed, 31 May 2017 14:16:54 +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 v4VEGrCP064983; Wed, 31 May 2017 14:16:53 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEGrof064979; Wed, 31 May 2017 14:16:53 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201705311416.v4VEGrof064979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 31 May 2017 14:16:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442182 - in head/mail: dovecot2 dovecot2-antispam-plugin dovecot2-pigeonhole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:16:55 -0000 Author: adamw Date: Wed May 31 14:16:53 2017 New Revision: 442182 URL: https://svnweb.freebsd.org/changeset/ports/442182 Log: Update dovecot to 2.2.30.1, and bump PORTREVISION on plugins. Due to some release process changes I didn't notice that one important bugfix wasn't included in the v2.2.30 release branch before I made the release. So fixing it here with v2.2.30.1. Also included another less important fix. - quota_warning scripts weren't working in v2.2.30 - vpopmail still wasn't compiling Also I guess should mention that in v2.2.30+ the "script" service's protocol changed to a new version. If anyone had written their own script services (not using the included "script" binary) they would need some changes. I haven't heard of anyone having done that though. Modified: head/mail/dovecot2-antispam-plugin/Makefile head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2/Makefile head/mail/dovecot2/distinfo Modified: head/mail/dovecot2-antispam-plugin/Makefile ============================================================================== --- head/mail/dovecot2-antispam-plugin/Makefile Wed May 31 14:13:52 2017 (r442181) +++ head/mail/dovecot2-antispam-plugin/Makefile Wed May 31 14:16:53 2017 (r442182) @@ -3,7 +3,7 @@ PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20130429 -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= mail MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Wed May 31 14:13:52 2017 (r442181) +++ head/mail/dovecot2-pigeonhole/Makefile Wed May 31 14:16:53 2017 (r442182) @@ -3,7 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Wed May 31 14:13:52 2017 (r442181) +++ head/mail/dovecot2/Makefile Wed May 31 14:16:53 2017 (r442182) @@ -13,9 +13,9 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.2.30 +PORTVERSION= 2.2.30.1 CATEGORIES= mail ipv6 -MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R}/ +MASTER_SITES= https://www.dovecot.org/releases/${PORTVERSION:R:R}/ PKGNAMESUFFIX= 2 MAINTAINER= adamw@FreeBSD.org Modified: head/mail/dovecot2/distinfo ============================================================================== --- head/mail/dovecot2/distinfo Wed May 31 14:13:52 2017 (r442181) +++ head/mail/dovecot2/distinfo Wed May 31 14:16:53 2017 (r442182) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496174499 -SHA256 (dovecot-2.2.30.tar.gz) = 126b07cbf4c313e8fc6df273282f60710b453a7a678f502fd45c2fa7192127f3 -SIZE (dovecot-2.2.30.tar.gz) = 6006654 +TIMESTAMP = 1496239536 +SHA256 (dovecot-2.2.30.1.tar.gz) = 9049db49f7ccd76850a17872896dfb8778676bab38454575f59bb39f16b083a4 +SIZE (dovecot-2.2.30.1.tar.gz) = 6004223 From owner-svn-ports-all@freebsd.org Wed May 31 14:20:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B46B1B7B207; Wed, 31 May 2017 14:20: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 mx1.freebsd.org (Postfix) with ESMTPS id 842DB7C036; Wed, 31 May 2017 14:20: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 v4VEKCWF065248; Wed, 31 May 2017 14:20:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEKCQH065246; Wed, 31 May 2017 14:20:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311420.v4VEKCQH065246@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, 31 May 2017 14:20:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442183 - head/devel/p5-Inline-C X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:20:13 -0000 Author: sunpoet Date: Wed May 31 14:20:12 2017 New Revision: 442183 URL: https://svnweb.freebsd.org/changeset/ports/442183 Log: Update to 0.78 Changes: http://search.cpan.org/dist/Inline-C/Changes Modified: head/devel/p5-Inline-C/Makefile head/devel/p5-Inline-C/distinfo Modified: head/devel/p5-Inline-C/Makefile ============================================================================== --- head/devel/p5-Inline-C/Makefile Wed May 31 14:16:53 2017 (r442182) +++ head/devel/p5-Inline-C/Makefile Wed May 31 14:20:12 2017 (r442183) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Inline-C -PORTVERSION= 0.77 +PORTVERSION= 0.78 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +18,6 @@ BUILD_DEPENDS= p5-Inline>=0.79:devel/p5-Inline \ p5-Pegex>=0.58:devel/p5-Pegex RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \ - p5-IO-All>=0:devel/p5-IO-All \ p5-Test-Warn>=0.23:devel/p5-Test-Warn \ p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install Modified: head/devel/p5-Inline-C/distinfo ============================================================================== --- head/devel/p5-Inline-C/distinfo Wed May 31 14:16:53 2017 (r442182) +++ head/devel/p5-Inline-C/distinfo Wed May 31 14:20:12 2017 (r442183) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494671738 -SHA256 (Inline-C-0.77.tar.gz) = 21f4ca4fc8f77f682cfde06236144ccb75d47c43b135ef92c3c2b274c32ab8d8 -SIZE (Inline-C-0.77.tar.gz) = 73650 +TIMESTAMP = 1496239372 +SHA256 (Inline-C-0.78.tar.gz) = 9a7804d85c01a386073d2176582b0262b6374c5c0341049da3ef84c6f53efbc7 +SIZE (Inline-C-0.78.tar.gz) = 73695 From owner-svn-ports-all@freebsd.org Wed May 31 14:20:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A2C8B7B22B; Wed, 31 May 2017 14:20:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 385F57C063; Wed, 31 May 2017 14:20:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VEKJ8n065369; Wed, 31 May 2017 14:20:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEKJuA065367; Wed, 31 May 2017 14:20:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311420.v4VEKJuA065367@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, 31 May 2017 14:20:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442184 - head/devel/p5-CPAN-Perl-Releases X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:20:20 -0000 Author: sunpoet Date: Wed May 31 14:20:18 2017 New Revision: 442184 URL: https://svnweb.freebsd.org/changeset/ports/442184 Log: Update to 3.20 Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes Modified: head/devel/p5-CPAN-Perl-Releases/Makefile head/devel/p5-CPAN-Perl-Releases/distinfo Modified: head/devel/p5-CPAN-Perl-Releases/Makefile ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/Makefile Wed May 31 14:20:12 2017 (r442183) +++ head/devel/p5-CPAN-Perl-Releases/Makefile Wed May 31 14:20:18 2017 (r442184) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 3.18 +PORTVERSION= 3.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Perl-Releases/distinfo ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/distinfo Wed May 31 14:20:12 2017 (r442183) +++ head/devel/p5-CPAN-Perl-Releases/distinfo Wed May 31 14:20:18 2017 (r442184) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495625553 -SHA256 (CPAN-Perl-Releases-3.18.tar.gz) = c9d4ebd3dacab6dc25ff79a234a406821ee23a483a062becf7a98ed4d01e04ba -SIZE (CPAN-Perl-Releases-3.18.tar.gz) = 24827 +TIMESTAMP = 1496239393 +SHA256 (CPAN-Perl-Releases-3.20.tar.gz) = 8cc19b619d1e3f448a9b1ad233c194d62409d4f5d9ab78fe9630653d576481f8 +SIZE (CPAN-Perl-Releases-3.20.tar.gz) = 24849 From owner-svn-ports-all@freebsd.org Wed May 31 14:36:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBB91B7B8BC; Wed, 31 May 2017 14:36:03 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 983657CC12; Wed, 31 May 2017 14:36:03 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VEa2Lw073637; Wed, 31 May 2017 14:36:02 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEa2bN073636; Wed, 31 May 2017 14:36:02 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201705311436.v4VEa2bN073636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 31 May 2017 14:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442185 - head/misc/unicode-ucd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:36:03 -0000 Author: pawel Date: Wed May 31 14:36:02 2017 New Revision: 442185 URL: https://svnweb.freebsd.org/changeset/ports/442185 Log: Fix install install -m 0644 /hdd/ports/distfilesunicode/9.0.0/Unihan.zip /hdd/ports/misc/unicode-ucd/work/stage/usr/local/share/unicode-ucd/ install: /hdd/ports/distfilesunicode/9.0.0/Unihan.zip: No such file or directory *** Error code 71 Approved by: just fix it Modified: head/misc/unicode-ucd/Makefile Modified: head/misc/unicode-ucd/Makefile ============================================================================== --- head/misc/unicode-ucd/Makefile Wed May 31 14:20:18 2017 (r442184) +++ head/misc/unicode-ucd/Makefile Wed May 31 14:36:02 2017 (r442185) @@ -24,7 +24,7 @@ do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} . \ ${STAGEDIR}${PREFIX}/share/${PORTNAME}/ # we unpack Unihan.zip but gucharmap wants the Unihan.zip to be present - ${INSTALL_DATA} ${DISTDIR}${DIST_SUBDIR}/Unihan.zip \ + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/Unihan.zip \ ${STAGEDIR}${PREFIX}/share/${PORTNAME}/ .include From owner-svn-ports-all@freebsd.org Wed May 31 14:38:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33E89B7B906; Wed, 31 May 2017 14:38:01 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 042777CD20; Wed, 31 May 2017 14:38:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VEc0cM073924; Wed, 31 May 2017 14:38:00 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEc0Sn073922; Wed, 31 May 2017 14:38:00 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705311438.v4VEc0Sn073922@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 31 May 2017 14:38:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442186 - branches/2017Q2/devel/ruby-gems X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:38:01 -0000 Author: feld Date: Wed May 31 14:37:59 2017 New Revision: 442186 URL: https://svnweb.freebsd.org/changeset/ports/442186 Log: MFH: r439892 Update to 2.6.12 Changes: https://github.com/rubygems/rubygems/blob/master/History.txt Approved by: ports-secteam (with hat) Modified: branches/2017Q2/devel/ruby-gems/Makefile branches/2017Q2/devel/ruby-gems/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/devel/ruby-gems/Makefile ============================================================================== --- branches/2017Q2/devel/ruby-gems/Makefile Wed May 31 14:36:02 2017 (r442185) +++ branches/2017Q2/devel/ruby-gems/Makefile Wed May 31 14:37:59 2017 (r442186) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gems -PORTVERSION= 2.6.11 +PORTVERSION= 2.6.12 CATEGORIES= devel ruby MASTER_SITES= http://production.cf.rubygems.org/rubygems/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} Modified: branches/2017Q2/devel/ruby-gems/distinfo ============================================================================== --- branches/2017Q2/devel/ruby-gems/distinfo Wed May 31 14:36:02 2017 (r442185) +++ branches/2017Q2/devel/ruby-gems/distinfo Wed May 31 14:37:59 2017 (r442186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489765786 -SHA256 (ruby/rubygems-2.6.11.tgz) = aebec768c9010c97830d5ee7f55fa068ea470327fa073a1044f63cd4a341ae55 -SIZE (ruby/rubygems-2.6.11.tgz) = 766785 +TIMESTAMP = 1493631786 +SHA256 (ruby/rubygems-2.6.12.tgz) = 37b745cc1f957170cff4f698f473531e607827b1a6407d12c55c338257990d8d +SIZE (ruby/rubygems-2.6.12.tgz) = 767895 From owner-svn-ports-all@freebsd.org Wed May 31 14:38:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFA91B7B943; Wed, 31 May 2017 14:38:47 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF5127CDF1; Wed, 31 May 2017 14:38:47 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VEck0E074133; Wed, 31 May 2017 14:38:46 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEckFb074130; Wed, 31 May 2017 14:38:46 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705311438.v4VEckFb074130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 31 May 2017 14:38:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442187 - in branches/2017Q2/lang: ruby22 ruby23 ruby24 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:38:48 -0000 Author: feld Date: Wed May 31 14:38:46 2017 New Revision: 442187 URL: https://svnweb.freebsd.org/changeset/ports/442187 Log: MFH: r439900 Always use latest doxygen Approved by: ports-secteam (with hat) Modified: branches/2017Q2/lang/ruby22/Makefile branches/2017Q2/lang/ruby23/Makefile branches/2017Q2/lang/ruby24/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/lang/ruby22/Makefile ============================================================================== --- branches/2017Q2/lang/ruby22/Makefile Wed May 31 14:37:59 2017 (r442186) +++ branches/2017Q2/lang/ruby22/Makefile Wed May 31 14:38:46 2017 (r442187) @@ -57,7 +57,7 @@ RDOC_DESC= Build and install Rdoc indexes EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.12,2:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.13,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp Modified: branches/2017Q2/lang/ruby23/Makefile ============================================================================== --- branches/2017Q2/lang/ruby23/Makefile Wed May 31 14:37:59 2017 (r442186) +++ branches/2017Q2/lang/ruby23/Makefile Wed May 31 14:38:46 2017 (r442187) @@ -55,7 +55,7 @@ RDOC_DESC= Build and install Rdoc indexes EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.12,2:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.13,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp Modified: branches/2017Q2/lang/ruby24/Makefile ============================================================================== --- branches/2017Q2/lang/ruby24/Makefile Wed May 31 14:37:59 2017 (r442186) +++ branches/2017Q2/lang/ruby24/Makefile Wed May 31 14:38:46 2017 (r442187) @@ -59,7 +59,7 @@ RDOC_DESC= Build and install Rdoc indexes EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.12,2:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>=1.8.13,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp From owner-svn-ports-all@freebsd.org Wed May 31 14:41:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECB60B7BA52; Wed, 31 May 2017 14:41:23 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E5F37D15A; Wed, 31 May 2017 14:41:23 +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 v4VEfMYF077901; Wed, 31 May 2017 14:41:22 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEfMgQ077898; Wed, 31 May 2017 14:41:22 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201705311441.v4VEfMgQ077898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 31 May 2017 14:41:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442188 - head/www/yarn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:41:24 -0000 Author: jrm Date: Wed May 31 14:41:22 2017 New Revision: 442188 URL: https://svnweb.freebsd.org/changeset/ports/442188 Log: www/yarn: Update to version 0.24.6 Other changes: - Patch package.json to show installation was via package [1] - Set executable bit for JavaScript scripts requiring it [1] - Do not install Windows binaries - Use fully qualified paths to create links in ${PREFIX}/bin/ [2] - Create link for yarnpkg in ${PREFIX}/bin [1] Upstream releases: https://github.com/yarnpkg/yarn/releases Reviewed by: jlduran@gmail.com [1], mat [2] Approved by: luca.pizzamiglio@gmail.com (maintainer), swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D10696 Modified: head/www/yarn/Makefile head/www/yarn/distinfo head/www/yarn/pkg-plist Modified: head/www/yarn/Makefile ============================================================================== --- head/www/yarn/Makefile Wed May 31 14:38:46 2017 (r442187) +++ head/www/yarn/Makefile Wed May 31 14:41:22 2017 (r442188) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= yarn -PORTVERSION= 0.23.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 +DISTVERSION= 0.24.6 CATEGORIES= www MASTER_SITES= https://yarnpkg.com/downloads/${PORTVERSION}/ @@ -30,13 +29,14 @@ NO_ARCH= yes NO_BUILD= yes post-patch: - @${RM} ${WRKSRC}/node_modules/cli-width/coverage/lcov.info - @${RM} ${WRKSRC}/node_modules/mute-stream/coverage/lcov.info - @${RM} -r ${WRKSRC}/node_modules/sshpk/man + @${RM} ${WRKSRC}/bin/*.cmd + @${REINPLACE_CMD} -i '' -e 's|"installationMethod": "tar"|"installationMethod": "pkg"|g' \ + ${WRKSRC}/package.json do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn (cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/node_modules/yarn) - ${LN} -sf ../lib/node_modules/yarn/bin/yarn.js ${STAGEDIR}${PREFIX}/bin/yarn + ${RLN} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn/bin/yarn.js ${STAGEDIR}${PREFIX}/bin/yarn + ${RLN} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn/bin/yarnpkg ${STAGEDIR}${PREFIX}/bin/yarnpkg .include Modified: head/www/yarn/distinfo ============================================================================== --- head/www/yarn/distinfo Wed May 31 14:38:46 2017 (r442187) +++ head/www/yarn/distinfo Wed May 31 14:41:22 2017 (r442188) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493070086 -SHA256 (yarn-v0.23.2.tar.gz) = 2e4f3c5eb0bddad10fdc08a300ab43fe0f626544893deb9e07a4497e998cb82f -SIZE (yarn-v0.23.2.tar.gz) = 3954487 +TIMESTAMP = 1495711579 +SHA256 (yarn-v0.24.6.tar.gz) = c375ab86d4ca0b46addc5b462280bd42ddefb114ee0025d38044bb4610cd625d +SIZE (yarn-v0.24.6.tar.gz) = 779158 Modified: head/www/yarn/pkg-plist ============================================================================== --- head/www/yarn/pkg-plist Wed May 31 14:38:46 2017 (r442187) +++ head/www/yarn/pkg-plist Wed May 31 14:41:22 2017 (r442188) @@ -1,4404 +1,9 @@ bin/yarn -lib/node_modules/yarn/Dockerfile.dev -lib/node_modules/yarn/Dockerfile.node7 +bin/yarnpkg lib/node_modules/yarn/LICENSE -lib/node_modules/yarn/README.md -@(,,755) lib/node_modules/yarn/bin/node-gyp-bin/node-gyp -@(,,755) lib/node_modules/yarn/bin/node-gyp-bin/node-gyp.cmd @(,,755) lib/node_modules/yarn/bin/yarn -@(,,755) lib/node_modules/yarn/bin/yarn.cmd @(,,755) lib/node_modules/yarn/bin/yarn.js @(,,755) lib/node_modules/yarn/bin/yarnpkg -@(,,755) lib/node_modules/yarn/bin/yarnpkg.cmd -@(,,755) lib/node_modules/yarn/jenkins_jobs.groovy -lib/node_modules/yarn/lib-legacy/api.js -lib/node_modules/yarn/lib-legacy/cli/aliases.js -lib/node_modules/yarn/lib-legacy/cli/commands/_build-sub-commands.js -lib/node_modules/yarn/lib-legacy/cli/commands/_useless.js -lib/node_modules/yarn/lib-legacy/cli/commands/access.js -lib/node_modules/yarn/lib-legacy/cli/commands/add.js -lib/node_modules/yarn/lib-legacy/cli/commands/bin.js -lib/node_modules/yarn/lib-legacy/cli/commands/cache.js -lib/node_modules/yarn/lib-legacy/cli/commands/check.js -lib/node_modules/yarn/lib-legacy/cli/commands/clean.js -lib/node_modules/yarn/lib-legacy/cli/commands/config.js -lib/node_modules/yarn/lib-legacy/cli/commands/generate-lock-entry.js -lib/node_modules/yarn/lib-legacy/cli/commands/global.js -lib/node_modules/yarn/lib-legacy/cli/commands/help.js -lib/node_modules/yarn/lib-legacy/cli/commands/import.js -lib/node_modules/yarn/lib-legacy/cli/commands/index.js -lib/node_modules/yarn/lib-legacy/cli/commands/info.js -lib/node_modules/yarn/lib-legacy/cli/commands/init.js -lib/node_modules/yarn/lib-legacy/cli/commands/install.js -lib/node_modules/yarn/lib-legacy/cli/commands/licenses.js -lib/node_modules/yarn/lib-legacy/cli/commands/link.js -lib/node_modules/yarn/lib-legacy/cli/commands/list.js -lib/node_modules/yarn/lib-legacy/cli/commands/login.js -lib/node_modules/yarn/lib-legacy/cli/commands/logout.js -lib/node_modules/yarn/lib-legacy/cli/commands/outdated.js -lib/node_modules/yarn/lib-legacy/cli/commands/owner.js -lib/node_modules/yarn/lib-legacy/cli/commands/pack.js -lib/node_modules/yarn/lib-legacy/cli/commands/publish.js -lib/node_modules/yarn/lib-legacy/cli/commands/remove.js -lib/node_modules/yarn/lib-legacy/cli/commands/run.js -lib/node_modules/yarn/lib-legacy/cli/commands/tag.js -lib/node_modules/yarn/lib-legacy/cli/commands/team.js -lib/node_modules/yarn/lib-legacy/cli/commands/unlink.js -lib/node_modules/yarn/lib-legacy/cli/commands/upgrade-interactive.js -lib/node_modules/yarn/lib-legacy/cli/commands/upgrade.js -lib/node_modules/yarn/lib-legacy/cli/commands/version.js -lib/node_modules/yarn/lib-legacy/cli/commands/versions.js -lib/node_modules/yarn/lib-legacy/cli/commands/why.js -lib/node_modules/yarn/lib-legacy/cli/index.js -lib/node_modules/yarn/lib-legacy/config.js -lib/node_modules/yarn/lib-legacy/constants.js -lib/node_modules/yarn/lib-legacy/errors.js -lib/node_modules/yarn/lib-legacy/fetchers/base-fetcher.js -lib/node_modules/yarn/lib-legacy/fetchers/copy-fetcher.js -lib/node_modules/yarn/lib-legacy/fetchers/git-fetcher.js -lib/node_modules/yarn/lib-legacy/fetchers/index.js -lib/node_modules/yarn/lib-legacy/fetchers/tarball-fetcher.js -lib/node_modules/yarn/lib-legacy/integrity-checker.js -lib/node_modules/yarn/lib-legacy/lockfile/parse.js -lib/node_modules/yarn/lib-legacy/lockfile/stringify.js -lib/node_modules/yarn/lib-legacy/lockfile/wrapper.js -lib/node_modules/yarn/lib-legacy/package-compatibility.js -lib/node_modules/yarn/lib-legacy/package-constraint-resolver.js -lib/node_modules/yarn/lib-legacy/package-fetcher.js -lib/node_modules/yarn/lib-legacy/package-hoister.js -lib/node_modules/yarn/lib-legacy/package-install-scripts.js -lib/node_modules/yarn/lib-legacy/package-linker.js -lib/node_modules/yarn/lib-legacy/package-reference.js -lib/node_modules/yarn/lib-legacy/package-request.js -lib/node_modules/yarn/lib-legacy/package-resolver.js -lib/node_modules/yarn/lib-legacy/rc.js -lib/node_modules/yarn/lib-legacy/registries/base-registry.js -lib/node_modules/yarn/lib-legacy/registries/index.js -lib/node_modules/yarn/lib-legacy/registries/is-request-to-registry.js -lib/node_modules/yarn/lib-legacy/registries/npm-registry.js -lib/node_modules/yarn/lib-legacy/registries/yarn-registry.js -lib/node_modules/yarn/lib-legacy/reporters/base-reporter.js -lib/node_modules/yarn/lib-legacy/reporters/buffer-reporter.js -lib/node_modules/yarn/lib-legacy/reporters/console/console-reporter.js -lib/node_modules/yarn/lib-legacy/reporters/console/helpers/tree-helper.js -lib/node_modules/yarn/lib-legacy/reporters/console/progress-bar.js -lib/node_modules/yarn/lib-legacy/reporters/console/spinner-progress.js -lib/node_modules/yarn/lib-legacy/reporters/console/util.js -lib/node_modules/yarn/lib-legacy/reporters/event-reporter.js -lib/node_modules/yarn/lib-legacy/reporters/format.js -lib/node_modules/yarn/lib-legacy/reporters/index.js -lib/node_modules/yarn/lib-legacy/reporters/json-reporter.js -lib/node_modules/yarn/lib-legacy/reporters/lang/en.js -lib/node_modules/yarn/lib-legacy/reporters/lang/index.js -lib/node_modules/yarn/lib-legacy/reporters/noop-reporter.js -lib/node_modules/yarn/lib-legacy/reporters/types.js -lib/node_modules/yarn/lib-legacy/resolvers/base-resolver.js -lib/node_modules/yarn/lib-legacy/resolvers/exotics/bitbucket-resolver.js -lib/node_modules/yarn/lib-legacy/resolvers/exotics/exotic-resolver.js -lib/node_modules/yarn/lib-legacy/resolvers/exotics/file-resolver.js -lib/node_modules/yarn/lib-legacy/resolvers/exotics/gist-resolver.js -lib/node_modules/yarn/lib-legacy/resolvers/exotics/git-resolver.js -lib/node_modules/yarn/lib-legacy/resolvers/exotics/github-resolver.js -lib/node_modules/yarn/lib-legacy/resolvers/exotics/gitlab-resolver.js -lib/node_modules/yarn/lib-legacy/resolvers/exotics/hosted-git-resolver.js -lib/node_modules/yarn/lib-legacy/resolvers/exotics/registry-resolver.js -lib/node_modules/yarn/lib-legacy/resolvers/exotics/tarball-resolver.js -lib/node_modules/yarn/lib-legacy/resolvers/index.js -lib/node_modules/yarn/lib-legacy/resolvers/registries/npm-resolver.js -lib/node_modules/yarn/lib-legacy/resolvers/registries/registry-resolver.js -lib/node_modules/yarn/lib-legacy/resolvers/registries/yarn-resolver.js -lib/node_modules/yarn/lib-legacy/types.js -lib/node_modules/yarn/lib-legacy/util/blocking-queue.js -lib/node_modules/yarn/lib-legacy/util/child.js -lib/node_modules/yarn/lib-legacy/util/crypto.js -lib/node_modules/yarn/lib-legacy/util/env-replace.js -lib/node_modules/yarn/lib-legacy/util/execute-lifecycle-script.js -lib/node_modules/yarn/lib-legacy/util/filter.js -lib/node_modules/yarn/lib-legacy/util/fix-cmd-win-slashes.js -lib/node_modules/yarn/lib-legacy/util/fs.js -lib/node_modules/yarn/lib-legacy/util/git.js -lib/node_modules/yarn/lib-legacy/util/map.js -lib/node_modules/yarn/lib-legacy/util/misc.js -lib/node_modules/yarn/lib-legacy/util/mutex.js -lib/node_modules/yarn/lib-legacy/util/network.js -lib/node_modules/yarn/lib-legacy/util/normalize-manifest/fix.js -lib/node_modules/yarn/lib-legacy/util/normalize-manifest/index.js -lib/node_modules/yarn/lib-legacy/util/normalize-manifest/infer-license.js -lib/node_modules/yarn/lib-legacy/util/normalize-manifest/licenses.js -lib/node_modules/yarn/lib-legacy/util/normalize-manifest/typos.js -lib/node_modules/yarn/lib-legacy/util/normalize-manifest/util.js -lib/node_modules/yarn/lib-legacy/util/normalize-manifest/validate.js -lib/node_modules/yarn/lib-legacy/util/parse-package-name.js -lib/node_modules/yarn/lib-legacy/util/promise.js -lib/node_modules/yarn/lib-legacy/util/rc.js -lib/node_modules/yarn/lib-legacy/util/request-manager.js -lib/node_modules/yarn/lib-legacy/util/root-user.js -lib/node_modules/yarn/lib-legacy/util/stream.js -lib/node_modules/yarn/lib-legacy/util/user-home-dir.js -lib/node_modules/yarn/lib-legacy/util/version.js -lib/node_modules/yarn/lib/api.js -lib/node_modules/yarn/lib/cli/aliases.js -lib/node_modules/yarn/lib/cli/commands/_build-sub-commands.js -lib/node_modules/yarn/lib/cli/commands/_useless.js -lib/node_modules/yarn/lib/cli/commands/access.js -lib/node_modules/yarn/lib/cli/commands/add.js -lib/node_modules/yarn/lib/cli/commands/bin.js -lib/node_modules/yarn/lib/cli/commands/cache.js -lib/node_modules/yarn/lib/cli/commands/check.js -lib/node_modules/yarn/lib/cli/commands/clean.js -lib/node_modules/yarn/lib/cli/commands/config.js -lib/node_modules/yarn/lib/cli/commands/generate-lock-entry.js -lib/node_modules/yarn/lib/cli/commands/global.js -lib/node_modules/yarn/lib/cli/commands/help.js -lib/node_modules/yarn/lib/cli/commands/import.js -lib/node_modules/yarn/lib/cli/commands/index.js -lib/node_modules/yarn/lib/cli/commands/info.js -lib/node_modules/yarn/lib/cli/commands/init.js -lib/node_modules/yarn/lib/cli/commands/install.js -lib/node_modules/yarn/lib/cli/commands/licenses.js -lib/node_modules/yarn/lib/cli/commands/link.js -lib/node_modules/yarn/lib/cli/commands/list.js -lib/node_modules/yarn/lib/cli/commands/login.js -lib/node_modules/yarn/lib/cli/commands/logout.js -lib/node_modules/yarn/lib/cli/commands/outdated.js -lib/node_modules/yarn/lib/cli/commands/owner.js -lib/node_modules/yarn/lib/cli/commands/pack.js -lib/node_modules/yarn/lib/cli/commands/publish.js -lib/node_modules/yarn/lib/cli/commands/remove.js -lib/node_modules/yarn/lib/cli/commands/run.js -lib/node_modules/yarn/lib/cli/commands/tag.js -lib/node_modules/yarn/lib/cli/commands/team.js -lib/node_modules/yarn/lib/cli/commands/unlink.js -lib/node_modules/yarn/lib/cli/commands/upgrade-interactive.js -lib/node_modules/yarn/lib/cli/commands/upgrade.js -lib/node_modules/yarn/lib/cli/commands/version.js -lib/node_modules/yarn/lib/cli/commands/versions.js -lib/node_modules/yarn/lib/cli/commands/why.js -lib/node_modules/yarn/lib/cli/index.js -lib/node_modules/yarn/lib/config.js -lib/node_modules/yarn/lib/constants.js -lib/node_modules/yarn/lib/errors.js -lib/node_modules/yarn/lib/fetchers/base-fetcher.js -lib/node_modules/yarn/lib/fetchers/copy-fetcher.js -lib/node_modules/yarn/lib/fetchers/git-fetcher.js -lib/node_modules/yarn/lib/fetchers/index.js -lib/node_modules/yarn/lib/fetchers/tarball-fetcher.js -lib/node_modules/yarn/lib/integrity-checker.js -lib/node_modules/yarn/lib/lockfile/parse.js -lib/node_modules/yarn/lib/lockfile/stringify.js -lib/node_modules/yarn/lib/lockfile/wrapper.js -lib/node_modules/yarn/lib/package-compatibility.js -lib/node_modules/yarn/lib/package-constraint-resolver.js -lib/node_modules/yarn/lib/package-fetcher.js -lib/node_modules/yarn/lib/package-hoister.js -lib/node_modules/yarn/lib/package-install-scripts.js -lib/node_modules/yarn/lib/package-linker.js -lib/node_modules/yarn/lib/package-reference.js -lib/node_modules/yarn/lib/package-request.js -lib/node_modules/yarn/lib/package-resolver.js -lib/node_modules/yarn/lib/rc.js -lib/node_modules/yarn/lib/registries/base-registry.js -lib/node_modules/yarn/lib/registries/index.js -lib/node_modules/yarn/lib/registries/is-request-to-registry.js -lib/node_modules/yarn/lib/registries/npm-registry.js -lib/node_modules/yarn/lib/registries/yarn-registry.js -lib/node_modules/yarn/lib/reporters/base-reporter.js -lib/node_modules/yarn/lib/reporters/buffer-reporter.js -lib/node_modules/yarn/lib/reporters/console/console-reporter.js -lib/node_modules/yarn/lib/reporters/console/helpers/tree-helper.js -lib/node_modules/yarn/lib/reporters/console/progress-bar.js -lib/node_modules/yarn/lib/reporters/console/spinner-progress.js -lib/node_modules/yarn/lib/reporters/console/util.js -lib/node_modules/yarn/lib/reporters/event-reporter.js -lib/node_modules/yarn/lib/reporters/format.js -lib/node_modules/yarn/lib/reporters/index.js -lib/node_modules/yarn/lib/reporters/json-reporter.js -lib/node_modules/yarn/lib/reporters/lang/en.js -lib/node_modules/yarn/lib/reporters/lang/index.js -lib/node_modules/yarn/lib/reporters/noop-reporter.js -lib/node_modules/yarn/lib/reporters/types.js -lib/node_modules/yarn/lib/resolvers/base-resolver.js -lib/node_modules/yarn/lib/resolvers/exotics/bitbucket-resolver.js -lib/node_modules/yarn/lib/resolvers/exotics/exotic-resolver.js -lib/node_modules/yarn/lib/resolvers/exotics/file-resolver.js -lib/node_modules/yarn/lib/resolvers/exotics/gist-resolver.js -lib/node_modules/yarn/lib/resolvers/exotics/git-resolver.js -lib/node_modules/yarn/lib/resolvers/exotics/github-resolver.js -lib/node_modules/yarn/lib/resolvers/exotics/gitlab-resolver.js -lib/node_modules/yarn/lib/resolvers/exotics/hosted-git-resolver.js -lib/node_modules/yarn/lib/resolvers/exotics/registry-resolver.js -lib/node_modules/yarn/lib/resolvers/exotics/tarball-resolver.js -lib/node_modules/yarn/lib/resolvers/index.js -lib/node_modules/yarn/lib/resolvers/registries/npm-resolver.js -lib/node_modules/yarn/lib/resolvers/registries/registry-resolver.js -lib/node_modules/yarn/lib/resolvers/registries/yarn-resolver.js -lib/node_modules/yarn/lib/types.js -lib/node_modules/yarn/lib/util/blocking-queue.js -lib/node_modules/yarn/lib/util/child.js -lib/node_modules/yarn/lib/util/crypto.js -lib/node_modules/yarn/lib/util/env-replace.js -lib/node_modules/yarn/lib/util/execute-lifecycle-script.js -lib/node_modules/yarn/lib/util/filter.js -lib/node_modules/yarn/lib/util/fix-cmd-win-slashes.js -lib/node_modules/yarn/lib/util/fs.js -lib/node_modules/yarn/lib/util/git.js -lib/node_modules/yarn/lib/util/map.js -lib/node_modules/yarn/lib/util/misc.js -lib/node_modules/yarn/lib/util/mutex.js -lib/node_modules/yarn/lib/util/network.js -lib/node_modules/yarn/lib/util/normalize-manifest/fix.js -lib/node_modules/yarn/lib/util/normalize-manifest/index.js -lib/node_modules/yarn/lib/util/normalize-manifest/infer-license.js -lib/node_modules/yarn/lib/util/normalize-manifest/licenses.js -lib/node_modules/yarn/lib/util/normalize-manifest/typos.js -lib/node_modules/yarn/lib/util/normalize-manifest/util.js -lib/node_modules/yarn/lib/util/normalize-manifest/validate.js -lib/node_modules/yarn/lib/util/parse-package-name.js -lib/node_modules/yarn/lib/util/promise.js -lib/node_modules/yarn/lib/util/rc.js -lib/node_modules/yarn/lib/util/request-manager.js -lib/node_modules/yarn/lib/util/root-user.js -lib/node_modules/yarn/lib/util/stream.js -lib/node_modules/yarn/lib/util/user-home-dir.js -lib/node_modules/yarn/lib/util/version.js -lib/node_modules/yarn/node_modules/.bin/loose-envify -lib/node_modules/yarn/node_modules/.bin/mkdirp -lib/node_modules/yarn/node_modules/.bin/node-gyp -lib/node_modules/yarn/node_modules/.bin/nopt -lib/node_modules/yarn/node_modules/.bin/rimraf -lib/node_modules/yarn/node_modules/.bin/semver -lib/node_modules/yarn/node_modules/.bin/sshpk-conv -lib/node_modules/yarn/node_modules/.bin/sshpk-sign -lib/node_modules/yarn/node_modules/.bin/sshpk-verify -lib/node_modules/yarn/node_modules/.bin/uuid -lib/node_modules/yarn/node_modules/.bin/which -lib/node_modules/yarn/node_modules/abbrev/LICENSE -lib/node_modules/yarn/node_modules/abbrev/README.md -lib/node_modules/yarn/node_modules/abbrev/abbrev.js -lib/node_modules/yarn/node_modules/abbrev/package.json -lib/node_modules/yarn/node_modules/ajv/.tonic_example.js -lib/node_modules/yarn/node_modules/ajv/LICENSE -lib/node_modules/yarn/node_modules/ajv/README.md -lib/node_modules/yarn/node_modules/ajv/dist/ajv.bundle.js -lib/node_modules/yarn/node_modules/ajv/dist/ajv.min.js -lib/node_modules/yarn/node_modules/ajv/dist/ajv.min.js.map -lib/node_modules/yarn/node_modules/ajv/dist/nodent.min.js -lib/node_modules/yarn/node_modules/ajv/dist/regenerator.min.js -lib/node_modules/yarn/node_modules/ajv/lib/ajv.d.ts -lib/node_modules/yarn/node_modules/ajv/lib/ajv.js -lib/node_modules/yarn/node_modules/ajv/lib/async.js -lib/node_modules/yarn/node_modules/ajv/lib/cache.js -lib/node_modules/yarn/node_modules/ajv/lib/compile/_rules.js -lib/node_modules/yarn/node_modules/ajv/lib/compile/equal.js -lib/node_modules/yarn/node_modules/ajv/lib/compile/formats.js -lib/node_modules/yarn/node_modules/ajv/lib/compile/index.js -lib/node_modules/yarn/node_modules/ajv/lib/compile/resolve.js -lib/node_modules/yarn/node_modules/ajv/lib/compile/rules.js -lib/node_modules/yarn/node_modules/ajv/lib/compile/schema_obj.js -lib/node_modules/yarn/node_modules/ajv/lib/compile/ucs2length.js -lib/node_modules/yarn/node_modules/ajv/lib/compile/util.js -lib/node_modules/yarn/node_modules/ajv/lib/compile/validation_error.js -lib/node_modules/yarn/node_modules/ajv/lib/dot/_limit.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/_limitItems.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/_limitLength.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/_limitProperties.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/allOf.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/anyOf.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/coerce.def -lib/node_modules/yarn/node_modules/ajv/lib/dot/custom.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/defaults.def -lib/node_modules/yarn/node_modules/ajv/lib/dot/definitions.def -lib/node_modules/yarn/node_modules/ajv/lib/dot/dependencies.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/enum.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/errors.def -lib/node_modules/yarn/node_modules/ajv/lib/dot/format.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/items.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/missing.def -lib/node_modules/yarn/node_modules/ajv/lib/dot/multipleOf.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/not.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/oneOf.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/pattern.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/properties.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/ref.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/required.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/uniqueItems.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/v5/_formatLimit.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/v5/constant.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/v5/patternRequired.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/v5/switch.jst -lib/node_modules/yarn/node_modules/ajv/lib/dot/validate.jst -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/README.md -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/_formatLimit.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/_limit.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/_limitItems.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/_limitLength.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/_limitProperties.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/allOf.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/anyOf.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/constant.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/custom.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/dependencies.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/enum.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/format.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/items.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/multipleOf.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/not.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/oneOf.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/pattern.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/patternRequired.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/properties.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/ref.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/required.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/switch.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/uniqueItems.js -lib/node_modules/yarn/node_modules/ajv/lib/dotjs/validate.js -lib/node_modules/yarn/node_modules/ajv/lib/keyword.js -lib/node_modules/yarn/node_modules/ajv/lib/refs/json-schema-draft-04.json -lib/node_modules/yarn/node_modules/ajv/lib/refs/json-schema-v5.json -lib/node_modules/yarn/node_modules/ajv/lib/v5.js -lib/node_modules/yarn/node_modules/ajv/package.json -lib/node_modules/yarn/node_modules/ajv/scripts/.eslintrc.yml -lib/node_modules/yarn/node_modules/ajv/scripts/bundle.js -lib/node_modules/yarn/node_modules/ajv/scripts/compile-dots.js -lib/node_modules/yarn/node_modules/ajv/scripts/info -lib/node_modules/yarn/node_modules/ajv/scripts/prepare-tests -lib/node_modules/yarn/node_modules/ajv/scripts/travis-gh-pages -lib/node_modules/yarn/node_modules/ansi-escapes/index.js -lib/node_modules/yarn/node_modules/ansi-escapes/license -lib/node_modules/yarn/node_modules/ansi-escapes/package.json -lib/node_modules/yarn/node_modules/ansi-escapes/readme.md -lib/node_modules/yarn/node_modules/ansi-regex/index.js -lib/node_modules/yarn/node_modules/ansi-regex/license -lib/node_modules/yarn/node_modules/ansi-regex/package.json -lib/node_modules/yarn/node_modules/ansi-regex/readme.md -lib/node_modules/yarn/node_modules/ansi-styles/index.js -lib/node_modules/yarn/node_modules/ansi-styles/license -lib/node_modules/yarn/node_modules/ansi-styles/package.json -lib/node_modules/yarn/node_modules/ansi-styles/readme.md -lib/node_modules/yarn/node_modules/aproba/LICENSE -lib/node_modules/yarn/node_modules/aproba/README.md -lib/node_modules/yarn/node_modules/aproba/index.js -lib/node_modules/yarn/node_modules/aproba/package.json -lib/node_modules/yarn/node_modules/are-we-there-yet/.npmignore -lib/node_modules/yarn/node_modules/are-we-there-yet/CHANGES.md -lib/node_modules/yarn/node_modules/are-we-there-yet/LICENSE -lib/node_modules/yarn/node_modules/are-we-there-yet/README.md -lib/node_modules/yarn/node_modules/are-we-there-yet/index.js -lib/node_modules/yarn/node_modules/are-we-there-yet/package.json -lib/node_modules/yarn/node_modules/are-we-there-yet/tracker-base.js -lib/node_modules/yarn/node_modules/are-we-there-yet/tracker-group.js -lib/node_modules/yarn/node_modules/are-we-there-yet/tracker-stream.js -lib/node_modules/yarn/node_modules/are-we-there-yet/tracker.js -lib/node_modules/yarn/node_modules/array-find-index/index.js -lib/node_modules/yarn/node_modules/array-find-index/license -lib/node_modules/yarn/node_modules/array-find-index/package.json -lib/node_modules/yarn/node_modules/array-find-index/readme.md -lib/node_modules/yarn/node_modules/asn1/.npmignore -lib/node_modules/yarn/node_modules/asn1/.travis.yml -lib/node_modules/yarn/node_modules/asn1/LICENSE -lib/node_modules/yarn/node_modules/asn1/README.md -lib/node_modules/yarn/node_modules/asn1/lib/ber/errors.js -lib/node_modules/yarn/node_modules/asn1/lib/ber/index.js -lib/node_modules/yarn/node_modules/asn1/lib/ber/reader.js -lib/node_modules/yarn/node_modules/asn1/lib/ber/types.js -lib/node_modules/yarn/node_modules/asn1/lib/ber/writer.js -lib/node_modules/yarn/node_modules/asn1/lib/index.js -lib/node_modules/yarn/node_modules/asn1/package.json -lib/node_modules/yarn/node_modules/asn1/tst/ber/reader.test.js -lib/node_modules/yarn/node_modules/asn1/tst/ber/writer.test.js -lib/node_modules/yarn/node_modules/assert-plus/AUTHORS -lib/node_modules/yarn/node_modules/assert-plus/CHANGES.md -lib/node_modules/yarn/node_modules/assert-plus/README.md -lib/node_modules/yarn/node_modules/assert-plus/assert.js -lib/node_modules/yarn/node_modules/assert-plus/package.json -lib/node_modules/yarn/node_modules/asynckit/LICENSE -lib/node_modules/yarn/node_modules/asynckit/README.md -lib/node_modules/yarn/node_modules/asynckit/bench.js -lib/node_modules/yarn/node_modules/asynckit/index.js -lib/node_modules/yarn/node_modules/asynckit/lib/abort.js -lib/node_modules/yarn/node_modules/asynckit/lib/async.js -lib/node_modules/yarn/node_modules/asynckit/lib/defer.js -lib/node_modules/yarn/node_modules/asynckit/lib/iterate.js -lib/node_modules/yarn/node_modules/asynckit/lib/readable_asynckit.js -lib/node_modules/yarn/node_modules/asynckit/lib/readable_parallel.js -lib/node_modules/yarn/node_modules/asynckit/lib/readable_serial.js -lib/node_modules/yarn/node_modules/asynckit/lib/readable_serial_ordered.js -lib/node_modules/yarn/node_modules/asynckit/lib/state.js -lib/node_modules/yarn/node_modules/asynckit/lib/streamify.js -lib/node_modules/yarn/node_modules/asynckit/lib/terminator.js -lib/node_modules/yarn/node_modules/asynckit/package.json -lib/node_modules/yarn/node_modules/asynckit/parallel.js -lib/node_modules/yarn/node_modules/asynckit/serial.js -lib/node_modules/yarn/node_modules/asynckit/serialOrdered.js -lib/node_modules/yarn/node_modules/asynckit/stream.js -lib/node_modules/yarn/node_modules/aws-sign2/LICENSE -lib/node_modules/yarn/node_modules/aws-sign2/README.md -lib/node_modules/yarn/node_modules/aws-sign2/index.js -lib/node_modules/yarn/node_modules/aws-sign2/package.json -lib/node_modules/yarn/node_modules/aws4/.npmignore -lib/node_modules/yarn/node_modules/aws4/.tern-port -lib/node_modules/yarn/node_modules/aws4/.travis.yml -lib/node_modules/yarn/node_modules/aws4/LICENSE -lib/node_modules/yarn/node_modules/aws4/README.md -lib/node_modules/yarn/node_modules/aws4/aws4.js -lib/node_modules/yarn/node_modules/aws4/lru.js -lib/node_modules/yarn/node_modules/aws4/package.json -lib/node_modules/yarn/node_modules/babel-runtime/.npmignore -lib/node_modules/yarn/node_modules/babel-runtime/README.md -lib/node_modules/yarn/node_modules/babel-runtime/core-js.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/concat.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/copy-within.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/entries.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/every.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/fill.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/filter.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/find-index.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/find.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/for-each.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/from.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/includes.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/index-of.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/join.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/keys.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/last-index-of.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/map.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/of.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/pop.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/push.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/reduce-right.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/reduce.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/reverse.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/shift.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/slice.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/some.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/sort.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/splice.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/unshift.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/array/values.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/asap.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/clear-immediate.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/error/is-error.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/get-iterator.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/is-iterable.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/json/stringify.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/map.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/acosh.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/asinh.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/atanh.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/cbrt.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/clz32.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/cosh.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/expm1.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/fround.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/hypot.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/iaddh.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/imul.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/imulh.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/isubh.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/log10.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/log1p.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/log2.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/sign.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/sinh.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/tanh.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/trunc.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/math/umulh.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/number/epsilon.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/number/is-finite.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/number/is-integer.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/number/is-nan.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/number/is-safe-integer.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/number/max-safe-integer.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/number/min-safe-integer.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/number/parse-float.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/number/parse-int.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/assign.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/create.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/define-properties.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/define-property.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/entries.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/freeze.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/get-own-property-descriptor.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/get-own-property-descriptors.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/get-own-property-names.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/get-own-property-symbols.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/get-prototype-of.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/is-extensible.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/is-frozen.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/is-sealed.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/is.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/keys.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/prevent-extensions.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/seal.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/set-prototype-of.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/object/values.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/observable.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/promise.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/apply.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/construct.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/define-metadata.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/define-property.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/delete-metadata.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/delete-property.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/enumerate.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/get-metadata-keys.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/get-metadata.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/get-own-metadata-keys.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/get-own-metadata.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/get-own-property-descriptor.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/get-prototype-of.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/get.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/has-metadata.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/has-own-metadata.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/has.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/is-extensible.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/metadata.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/own-keys.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/prevent-extensions.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/set-prototype-of.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/reflect/set.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/regexp/escape.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/set-immediate.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/set.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/at.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/code-point-at.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/ends-with.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/from-code-point.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/includes.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/match-all.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/pad-end.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/pad-left.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/pad-right.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/pad-start.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/raw.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/repeat.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/starts-with.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/trim-end.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/trim-left.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/trim-right.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/trim-start.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/string/trim.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/async-iterator.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/for.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/has-instance.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/is-concat-spreadable.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/iterator.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/key-for.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/match.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/observable.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/replace.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/search.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/species.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/split.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/to-primitive.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/to-string-tag.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/symbol/unscopables.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/system/global.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/weak-map.js -lib/node_modules/yarn/node_modules/babel-runtime/core-js/weak-set.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_async-generator-delegate.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_async-generator.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_async-iterator.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_async-to-generator.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_class-call-check.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_create-class.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_defaults.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_define-enumerable-properties.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_define-property.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_extends.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_get.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_inherits.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_instanceof.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_interop-require-default.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_interop-require-wildcard.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_jsx.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_new-arrow-check.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_object-destructuring-empty.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_object-without-properties.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_possible-constructor-return.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_self-global.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_set.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_sliced-to-array-loose.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_sliced-to-array.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_tagged-template-literal-loose.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_tagged-template-literal.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_temporal-ref.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_temporal-undefined.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_to-array.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_to-consumable-array.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/_typeof.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/async-generator-delegate.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/async-generator.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/async-iterator.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/async-to-generator.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncGenerator.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncGeneratorDelegate.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncIterator.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/asyncToGenerator.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/class-call-check.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/classCallCheck.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/create-class.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/createClass.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/defaults.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/define-enumerable-properties.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/define-property.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/defineEnumerableProperties.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/defineProperty.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/extends.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/get.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/inherits.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/instanceof.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/interop-require-default.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/interop-require-wildcard.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/interopRequireDefault.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/interopRequireWildcard.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/jsx.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/new-arrow-check.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/newArrowCheck.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/object-destructuring-empty.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/object-without-properties.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/objectDestructuringEmpty.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/objectWithoutProperties.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/possible-constructor-return.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/possibleConstructorReturn.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/self-global.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/selfGlobal.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/set.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/sliced-to-array-loose.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/sliced-to-array.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/slicedToArray.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/slicedToArrayLoose.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/tagged-template-literal-loose.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/tagged-template-literal.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/taggedTemplateLiteral.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/taggedTemplateLiteralLoose.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/temporal-ref.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/temporal-undefined.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/temporalRef.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/temporalUndefined.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/to-array.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/to-consumable-array.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/toArray.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/toConsumableArray.js -lib/node_modules/yarn/node_modules/babel-runtime/helpers/typeof.js -lib/node_modules/yarn/node_modules/babel-runtime/package.json -lib/node_modules/yarn/node_modules/babel-runtime/regenerator/index.js -lib/node_modules/yarn/node_modules/balanced-match/.npmignore -lib/node_modules/yarn/node_modules/balanced-match/LICENSE.md -lib/node_modules/yarn/node_modules/balanced-match/README.md -lib/node_modules/yarn/node_modules/balanced-match/index.js -lib/node_modules/yarn/node_modules/balanced-match/package.json -lib/node_modules/yarn/node_modules/bcrypt-pbkdf/README.md -lib/node_modules/yarn/node_modules/bcrypt-pbkdf/index.js -lib/node_modules/yarn/node_modules/bcrypt-pbkdf/package.json -lib/node_modules/yarn/node_modules/bl/.jshintrc -lib/node_modules/yarn/node_modules/bl/.npmignore -lib/node_modules/yarn/node_modules/bl/.travis.yml -lib/node_modules/yarn/node_modules/bl/LICENSE.md -lib/node_modules/yarn/node_modules/bl/README.md -lib/node_modules/yarn/node_modules/bl/bl.js -lib/node_modules/yarn/node_modules/bl/package.json -lib/node_modules/yarn/node_modules/block-stream/LICENCE -lib/node_modules/yarn/node_modules/block-stream/LICENSE -lib/node_modules/yarn/node_modules/block-stream/README.md -lib/node_modules/yarn/node_modules/block-stream/block-stream.js -lib/node_modules/yarn/node_modules/block-stream/package.json -lib/node_modules/yarn/node_modules/boom/.npmignore -lib/node_modules/yarn/node_modules/boom/.travis.yml -lib/node_modules/yarn/node_modules/boom/CONTRIBUTING.md -lib/node_modules/yarn/node_modules/boom/LICENSE -lib/node_modules/yarn/node_modules/boom/README.md -lib/node_modules/yarn/node_modules/boom/images/boom.png -lib/node_modules/yarn/node_modules/boom/lib/index.js -lib/node_modules/yarn/node_modules/boom/package.json -lib/node_modules/yarn/node_modules/brace-expansion/README.md -lib/node_modules/yarn/node_modules/brace-expansion/index.js -lib/node_modules/yarn/node_modules/brace-expansion/package.json -lib/node_modules/yarn/node_modules/buffer-shims/index.js -lib/node_modules/yarn/node_modules/buffer-shims/license.md -lib/node_modules/yarn/node_modules/buffer-shims/package.json -lib/node_modules/yarn/node_modules/buffer-shims/readme.md -lib/node_modules/yarn/node_modules/builtin-modules/builtin-modules.json -lib/node_modules/yarn/node_modules/builtin-modules/index.js -lib/node_modules/yarn/node_modules/builtin-modules/license -lib/node_modules/yarn/node_modules/builtin-modules/package.json -lib/node_modules/yarn/node_modules/builtin-modules/readme.md -lib/node_modules/yarn/node_modules/builtin-modules/static.js -lib/node_modules/yarn/node_modules/bytes/History.md -lib/node_modules/yarn/node_modules/bytes/LICENSE -lib/node_modules/yarn/node_modules/bytes/Readme.md -lib/node_modules/yarn/node_modules/bytes/index.js -lib/node_modules/yarn/node_modules/bytes/package.json -lib/node_modules/yarn/node_modules/camelcase/index.js -lib/node_modules/yarn/node_modules/camelcase/license -lib/node_modules/yarn/node_modules/camelcase/package.json -lib/node_modules/yarn/node_modules/camelcase/readme.md -lib/node_modules/yarn/node_modules/caseless/LICENSE -lib/node_modules/yarn/node_modules/caseless/README.md -lib/node_modules/yarn/node_modules/caseless/index.js -lib/node_modules/yarn/node_modules/caseless/package.json -lib/node_modules/yarn/node_modules/caseless/test.js -lib/node_modules/yarn/node_modules/chalk/index.js -lib/node_modules/yarn/node_modules/chalk/license -lib/node_modules/yarn/node_modules/chalk/package.json -lib/node_modules/yarn/node_modules/chalk/readme.md -lib/node_modules/yarn/node_modules/chownr/LICENSE -lib/node_modules/yarn/node_modules/chownr/README.md -lib/node_modules/yarn/node_modules/chownr/chownr.js -lib/node_modules/yarn/node_modules/chownr/package.json -lib/node_modules/yarn/node_modules/ci-info/.npmignore -lib/node_modules/yarn/node_modules/ci-info/.travis.yml -lib/node_modules/yarn/node_modules/ci-info/LICENSE -lib/node_modules/yarn/node_modules/ci-info/README.md -lib/node_modules/yarn/node_modules/ci-info/index.js -lib/node_modules/yarn/node_modules/ci-info/package.json -lib/node_modules/yarn/node_modules/ci-info/test.js -lib/node_modules/yarn/node_modules/cli-cursor/index.js -lib/node_modules/yarn/node_modules/cli-cursor/license -lib/node_modules/yarn/node_modules/cli-cursor/package.json -lib/node_modules/yarn/node_modules/cli-cursor/readme.md -lib/node_modules/yarn/node_modules/cli-width/.npmignore -lib/node_modules/yarn/node_modules/cli-width/.travis.yml -lib/node_modules/yarn/node_modules/cli-width/LICENSE -lib/node_modules/yarn/node_modules/cli-width/README.md -lib/node_modules/yarn/node_modules/cli-width/coverage/coverage.json -lib/node_modules/yarn/node_modules/cli-width/coverage/lcov-report/base.css -lib/node_modules/yarn/node_modules/cli-width/coverage/lcov-report/cli-width/index.html -lib/node_modules/yarn/node_modules/cli-width/coverage/lcov-report/cli-width/index.js.html -lib/node_modules/yarn/node_modules/cli-width/coverage/lcov-report/index.html -lib/node_modules/yarn/node_modules/cli-width/coverage/lcov-report/prettify.css -lib/node_modules/yarn/node_modules/cli-width/coverage/lcov-report/prettify.js -lib/node_modules/yarn/node_modules/cli-width/coverage/lcov-report/sort-arrow-sprite.png -lib/node_modules/yarn/node_modules/cli-width/coverage/lcov-report/sorter.js -lib/node_modules/yarn/node_modules/cli-width/index.js -lib/node_modules/yarn/node_modules/cli-width/package.json -lib/node_modules/yarn/node_modules/cmd-shim/.npmignore -lib/node_modules/yarn/node_modules/cmd-shim/.travis.yml -lib/node_modules/yarn/node_modules/cmd-shim/LICENSE -lib/node_modules/yarn/node_modules/cmd-shim/README.md -lib/node_modules/yarn/node_modules/cmd-shim/index.js -lib/node_modules/yarn/node_modules/cmd-shim/package.json -lib/node_modules/yarn/node_modules/co/History.md -lib/node_modules/yarn/node_modules/co/LICENSE -lib/node_modules/yarn/node_modules/co/Readme.md -lib/node_modules/yarn/node_modules/co/index.js -lib/node_modules/yarn/node_modules/co/package.json -lib/node_modules/yarn/node_modules/code-point-at/index.js -lib/node_modules/yarn/node_modules/code-point-at/license -lib/node_modules/yarn/node_modules/code-point-at/package.json -lib/node_modules/yarn/node_modules/code-point-at/readme.md -lib/node_modules/yarn/node_modules/combined-stream/License -lib/node_modules/yarn/node_modules/combined-stream/Readme.md -lib/node_modules/yarn/node_modules/combined-stream/lib/combined_stream.js -lib/node_modules/yarn/node_modules/combined-stream/package.json -lib/node_modules/yarn/node_modules/commander/History.md -lib/node_modules/yarn/node_modules/commander/LICENSE -lib/node_modules/yarn/node_modules/commander/Readme.md -lib/node_modules/yarn/node_modules/commander/index.js -lib/node_modules/yarn/node_modules/commander/package.json -lib/node_modules/yarn/node_modules/concat-map/.travis.yml -lib/node_modules/yarn/node_modules/concat-map/LICENSE -lib/node_modules/yarn/node_modules/concat-map/README.markdown -lib/node_modules/yarn/node_modules/concat-map/example/map.js -lib/node_modules/yarn/node_modules/concat-map/index.js -lib/node_modules/yarn/node_modules/concat-map/package.json -lib/node_modules/yarn/node_modules/console-control-strings/LICENSE -lib/node_modules/yarn/node_modules/console-control-strings/README.md -lib/node_modules/yarn/node_modules/console-control-strings/README.md~ -lib/node_modules/yarn/node_modules/console-control-strings/index.js -lib/node_modules/yarn/node_modules/console-control-strings/package.json -lib/node_modules/yarn/node_modules/core-js/CHANGELOG.md -lib/node_modules/yarn/node_modules/core-js/Gruntfile.js -lib/node_modules/yarn/node_modules/core-js/LICENSE -lib/node_modules/yarn/node_modules/core-js/bower.json -lib/node_modules/yarn/node_modules/core-js/build/Gruntfile.ls -lib/node_modules/yarn/node_modules/core-js/build/build.ls -lib/node_modules/yarn/node_modules/core-js/build/config.js -lib/node_modules/yarn/node_modules/core-js/build/index.js -lib/node_modules/yarn/node_modules/core-js/core/_.js -lib/node_modules/yarn/node_modules/core-js/core/delay.js -lib/node_modules/yarn/node_modules/core-js/core/dict.js -lib/node_modules/yarn/node_modules/core-js/core/function.js -lib/node_modules/yarn/node_modules/core-js/core/index.js -lib/node_modules/yarn/node_modules/core-js/core/number.js -lib/node_modules/yarn/node_modules/core-js/core/object.js -lib/node_modules/yarn/node_modules/core-js/core/regexp.js -lib/node_modules/yarn/node_modules/core-js/core/string.js -lib/node_modules/yarn/node_modules/core-js/es5/index.js -lib/node_modules/yarn/node_modules/core-js/es6/array.js -lib/node_modules/yarn/node_modules/core-js/es6/date.js -lib/node_modules/yarn/node_modules/core-js/es6/function.js -lib/node_modules/yarn/node_modules/core-js/es6/index.js -lib/node_modules/yarn/node_modules/core-js/es6/map.js -lib/node_modules/yarn/node_modules/core-js/es6/math.js -lib/node_modules/yarn/node_modules/core-js/es6/number.js -lib/node_modules/yarn/node_modules/core-js/es6/object.js -lib/node_modules/yarn/node_modules/core-js/es6/parse-float.js -lib/node_modules/yarn/node_modules/core-js/es6/parse-int.js -lib/node_modules/yarn/node_modules/core-js/es6/promise.js -lib/node_modules/yarn/node_modules/core-js/es6/reflect.js -lib/node_modules/yarn/node_modules/core-js/es6/regexp.js -lib/node_modules/yarn/node_modules/core-js/es6/set.js -lib/node_modules/yarn/node_modules/core-js/es6/string.js -lib/node_modules/yarn/node_modules/core-js/es6/symbol.js -lib/node_modules/yarn/node_modules/core-js/es6/typed.js -lib/node_modules/yarn/node_modules/core-js/es6/weak-map.js -lib/node_modules/yarn/node_modules/core-js/es6/weak-set.js -lib/node_modules/yarn/node_modules/core-js/es7/array.js -lib/node_modules/yarn/node_modules/core-js/es7/asap.js -lib/node_modules/yarn/node_modules/core-js/es7/error.js -lib/node_modules/yarn/node_modules/core-js/es7/index.js -lib/node_modules/yarn/node_modules/core-js/es7/map.js -lib/node_modules/yarn/node_modules/core-js/es7/math.js -lib/node_modules/yarn/node_modules/core-js/es7/object.js -lib/node_modules/yarn/node_modules/core-js/es7/observable.js -lib/node_modules/yarn/node_modules/core-js/es7/reflect.js -lib/node_modules/yarn/node_modules/core-js/es7/set.js -lib/node_modules/yarn/node_modules/core-js/es7/string.js -lib/node_modules/yarn/node_modules/core-js/es7/symbol.js -lib/node_modules/yarn/node_modules/core-js/es7/system.js -lib/node_modules/yarn/node_modules/core-js/fn/_.js -lib/node_modules/yarn/node_modules/core-js/fn/array/concat.js -lib/node_modules/yarn/node_modules/core-js/fn/array/copy-within.js -lib/node_modules/yarn/node_modules/core-js/fn/array/entries.js -lib/node_modules/yarn/node_modules/core-js/fn/array/every.js -lib/node_modules/yarn/node_modules/core-js/fn/array/fill.js -lib/node_modules/yarn/node_modules/core-js/fn/array/filter.js -lib/node_modules/yarn/node_modules/core-js/fn/array/find-index.js -lib/node_modules/yarn/node_modules/core-js/fn/array/find.js -lib/node_modules/yarn/node_modules/core-js/fn/array/for-each.js -lib/node_modules/yarn/node_modules/core-js/fn/array/from.js -lib/node_modules/yarn/node_modules/core-js/fn/array/includes.js -lib/node_modules/yarn/node_modules/core-js/fn/array/index-of.js -lib/node_modules/yarn/node_modules/core-js/fn/array/index.js -lib/node_modules/yarn/node_modules/core-js/fn/array/is-array.js -lib/node_modules/yarn/node_modules/core-js/fn/array/iterator.js -lib/node_modules/yarn/node_modules/core-js/fn/array/join.js -lib/node_modules/yarn/node_modules/core-js/fn/array/keys.js -lib/node_modules/yarn/node_modules/core-js/fn/array/last-index-of.js -lib/node_modules/yarn/node_modules/core-js/fn/array/map.js -lib/node_modules/yarn/node_modules/core-js/fn/array/of.js -lib/node_modules/yarn/node_modules/core-js/fn/array/pop.js -lib/node_modules/yarn/node_modules/core-js/fn/array/push.js -lib/node_modules/yarn/node_modules/core-js/fn/array/reduce-right.js -lib/node_modules/yarn/node_modules/core-js/fn/array/reduce.js -lib/node_modules/yarn/node_modules/core-js/fn/array/reverse.js -lib/node_modules/yarn/node_modules/core-js/fn/array/shift.js -lib/node_modules/yarn/node_modules/core-js/fn/array/slice.js -lib/node_modules/yarn/node_modules/core-js/fn/array/some.js -lib/node_modules/yarn/node_modules/core-js/fn/array/sort.js -lib/node_modules/yarn/node_modules/core-js/fn/array/splice.js -lib/node_modules/yarn/node_modules/core-js/fn/array/unshift.js -lib/node_modules/yarn/node_modules/core-js/fn/array/values.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/copy-within.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/entries.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/every.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/fill.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/filter.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/find-index.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/find.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/for-each.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/includes.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/index-of.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/index.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/iterator.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/join.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/keys.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/last-index-of.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/map.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/reduce-right.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/reduce.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/slice.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/some.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/sort.js -lib/node_modules/yarn/node_modules/core-js/fn/array/virtual/values.js -lib/node_modules/yarn/node_modules/core-js/fn/asap.js -lib/node_modules/yarn/node_modules/core-js/fn/clear-immediate.js -lib/node_modules/yarn/node_modules/core-js/fn/date/index.js -lib/node_modules/yarn/node_modules/core-js/fn/date/now.js -lib/node_modules/yarn/node_modules/core-js/fn/date/to-iso-string.js -lib/node_modules/yarn/node_modules/core-js/fn/date/to-json.js -lib/node_modules/yarn/node_modules/core-js/fn/date/to-primitive.js -lib/node_modules/yarn/node_modules/core-js/fn/date/to-string.js -lib/node_modules/yarn/node_modules/core-js/fn/delay.js -lib/node_modules/yarn/node_modules/core-js/fn/dict.js -lib/node_modules/yarn/node_modules/core-js/fn/dom-collections/index.js -lib/node_modules/yarn/node_modules/core-js/fn/dom-collections/iterator.js -lib/node_modules/yarn/node_modules/core-js/fn/error/index.js -lib/node_modules/yarn/node_modules/core-js/fn/error/is-error.js -lib/node_modules/yarn/node_modules/core-js/fn/function/bind.js -lib/node_modules/yarn/node_modules/core-js/fn/function/has-instance.js -lib/node_modules/yarn/node_modules/core-js/fn/function/index.js -lib/node_modules/yarn/node_modules/core-js/fn/function/name.js -lib/node_modules/yarn/node_modules/core-js/fn/function/part.js -lib/node_modules/yarn/node_modules/core-js/fn/function/virtual/bind.js -lib/node_modules/yarn/node_modules/core-js/fn/function/virtual/index.js -lib/node_modules/yarn/node_modules/core-js/fn/function/virtual/part.js -lib/node_modules/yarn/node_modules/core-js/fn/get-iterator-method.js -lib/node_modules/yarn/node_modules/core-js/fn/get-iterator.js -lib/node_modules/yarn/node_modules/core-js/fn/is-iterable.js -lib/node_modules/yarn/node_modules/core-js/fn/json/index.js -lib/node_modules/yarn/node_modules/core-js/fn/json/stringify.js -lib/node_modules/yarn/node_modules/core-js/fn/map.js -lib/node_modules/yarn/node_modules/core-js/fn/math/acosh.js -lib/node_modules/yarn/node_modules/core-js/fn/math/asinh.js -lib/node_modules/yarn/node_modules/core-js/fn/math/atanh.js -lib/node_modules/yarn/node_modules/core-js/fn/math/cbrt.js -lib/node_modules/yarn/node_modules/core-js/fn/math/clz32.js -lib/node_modules/yarn/node_modules/core-js/fn/math/cosh.js -lib/node_modules/yarn/node_modules/core-js/fn/math/expm1.js -lib/node_modules/yarn/node_modules/core-js/fn/math/fround.js -lib/node_modules/yarn/node_modules/core-js/fn/math/hypot.js -lib/node_modules/yarn/node_modules/core-js/fn/math/iaddh.js -lib/node_modules/yarn/node_modules/core-js/fn/math/imul.js -lib/node_modules/yarn/node_modules/core-js/fn/math/imulh.js *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@freebsd.org Wed May 31 14:54:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA893B7BF5B; Wed, 31 May 2017 14:54: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 mx1.freebsd.org (Postfix) with ESMTPS id B89877D8FF; Wed, 31 May 2017 14:54: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 v4VEs0bX082020; Wed, 31 May 2017 14:54:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEs001082018; Wed, 31 May 2017 14:54:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311454.v4VEs001082018@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, 31 May 2017 14:54:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442189 - head/devel/rubygem-glib2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:54:02 -0000 Author: sunpoet Date: Wed May 31 14:54:00 2017 New Revision: 442189 URL: https://svnweb.freebsd.org/changeset/ports/442189 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/devel/rubygem-glib2/Makefile head/devel/rubygem-glib2/distinfo Modified: head/devel/rubygem-glib2/Makefile ============================================================================== --- head/devel/rubygem-glib2/Makefile Wed May 31 14:41:22 2017 (r442188) +++ head/devel/rubygem-glib2/Makefile Wed May 31 14:54:00 2017 (r442189) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= glib2 -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,8 +10,8 @@ COMMENT= Ruby binding for GLib2 LICENSE= LGPL21+ -RUN_DEPENDS= rubygem-native-package-installer>=0:devel/rubygem-native-package-installer \ - rubygem-pkg-config>=0:devel/rubygem-pkg-config +RUN_DEPENDS= rubygem-native-package-installer>=1.0.3:devel/rubygem-native-package-installer \ + rubygem-pkg-config>=1.2.2:devel/rubygem-pkg-config USE_GNOME= glib20 USE_RUBY= yes Modified: head/devel/rubygem-glib2/distinfo ============================================================================== --- head/devel/rubygem-glib2/distinfo Wed May 31 14:41:22 2017 (r442188) +++ head/devel/rubygem-glib2/distinfo Wed May 31 14:54:00 2017 (r442189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381425 -SHA256 (rubygem/glib2-3.1.3.gem) = 5b0727fad5b93d39e979a2959a7f3c5ea21d600e23d2c95ae85f44a7108cf672 -SIZE (rubygem/glib2-3.1.3.gem) = 139776 +TIMESTAMP = 1496171819 +SHA256 (rubygem/glib2-3.1.4.gem) = e798b19dd5444d4e0ac553e2d19f18d19e9ab3457075f92e559ae72a6ba552a1 +SIZE (rubygem/glib2-3.1.4.gem) = 139776 From owner-svn-ports-all@freebsd.org Wed May 31 14:54:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CFC3B7BF85; Wed, 31 May 2017 14: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 mx1.freebsd.org (Postfix) with ESMTPS id 087CD7D97A; Wed, 31 May 2017 14:54: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 v4VEs680082141; Wed, 31 May 2017 14:54:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEs64X082139; Wed, 31 May 2017 14:54:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311454.v4VEs64X082139@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, 31 May 2017 14:54:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442190 - head/accessibility/rubygem-atk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:54:07 -0000 Author: sunpoet Date: Wed May 31 14:54:05 2017 New Revision: 442190 URL: https://svnweb.freebsd.org/changeset/ports/442190 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/accessibility/rubygem-atk/Makefile head/accessibility/rubygem-atk/distinfo Modified: head/accessibility/rubygem-atk/Makefile ============================================================================== --- head/accessibility/rubygem-atk/Makefile Wed May 31 14:54:00 2017 (r442189) +++ head/accessibility/rubygem-atk/Makefile Wed May 31 14:54:05 2017 (r442190) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= atk -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= accessibility rubygems MASTER_SITES= RG Modified: head/accessibility/rubygem-atk/distinfo ============================================================================== --- head/accessibility/rubygem-atk/distinfo Wed May 31 14:54:00 2017 (r442189) +++ head/accessibility/rubygem-atk/distinfo Wed May 31 14:54:05 2017 (r442190) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381427 -SHA256 (rubygem/atk-3.1.3.gem) = 2b341bffad2080e001e5d73dcaa42559746b02528de99dd2055cf9aeeec696b3 -SIZE (rubygem/atk-3.1.3.gem) = 6656 +TIMESTAMP = 1496171827 +SHA256 (rubygem/atk-3.1.4.gem) = 4dc9bd7225d76411bfabc4a296357db989bf4d7e3b6e2f9cf24cbbd7f09a2a33 +SIZE (rubygem/atk-3.1.4.gem) = 6656 From owner-svn-ports-all@freebsd.org Wed May 31 14:54:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A87BB7BFBD; Wed, 31 May 2017 14:54: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 mx1.freebsd.org (Postfix) with ESMTPS id 28D8F7D9F3; Wed, 31 May 2017 14: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 v4VEsBXT082262; Wed, 31 May 2017 14:54:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEsBHo082260; Wed, 31 May 2017 14:54:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311454.v4VEsBHo082260@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, 31 May 2017 14:54:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442191 - head/devel/rubygem-cairo-gobject X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:54:12 -0000 Author: sunpoet Date: Wed May 31 14:54:10 2017 New Revision: 442191 URL: https://svnweb.freebsd.org/changeset/ports/442191 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/devel/rubygem-cairo-gobject/Makefile head/devel/rubygem-cairo-gobject/distinfo Modified: head/devel/rubygem-cairo-gobject/Makefile ============================================================================== --- head/devel/rubygem-cairo-gobject/Makefile Wed May 31 14:54:05 2017 (r442190) +++ head/devel/rubygem-cairo-gobject/Makefile Wed May 31 14:54:10 2017 (r442191) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cairo-gobject -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-cairo-gobject/distinfo ============================================================================== --- head/devel/rubygem-cairo-gobject/distinfo Wed May 31 14:54:05 2017 (r442190) +++ head/devel/rubygem-cairo-gobject/distinfo Wed May 31 14:54:10 2017 (r442191) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381429 -SHA256 (rubygem/cairo-gobject-3.1.3.gem) = 21f9a35262e7f839b78ce7dfa39986839a4710c2457e63bf2e611a1329996f12 -SIZE (rubygem/cairo-gobject-3.1.3.gem) = 10240 +TIMESTAMP = 1496171834 +SHA256 (rubygem/cairo-gobject-3.1.4.gem) = 42110f2958d99d3a499aa8e5a2c403d644f93118587f3b27882fda5f47c32a5f +SIZE (rubygem/cairo-gobject-3.1.4.gem) = 10240 From owner-svn-ports-all@freebsd.org Wed May 31 14:54:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAF03B7BFE5; Wed, 31 May 2017 14: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 mx1.freebsd.org (Postfix) with ESMTPS id 791AC7DA61; Wed, 31 May 2017 14: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 v4VEsGKs082381; Wed, 31 May 2017 14:54:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEsGtR082378; Wed, 31 May 2017 14:54:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311454.v4VEsGtR082378@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, 31 May 2017 14:54:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442192 - head/devel/rubygem-gobject-introspection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:54:17 -0000 Author: sunpoet Date: Wed May 31 14:54:16 2017 New Revision: 442192 URL: https://svnweb.freebsd.org/changeset/ports/442192 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/devel/rubygem-gobject-introspection/Makefile head/devel/rubygem-gobject-introspection/distinfo Modified: head/devel/rubygem-gobject-introspection/Makefile ============================================================================== --- head/devel/rubygem-gobject-introspection/Makefile Wed May 31 14:54:10 2017 (r442191) +++ head/devel/rubygem-gobject-introspection/Makefile Wed May 31 14:54:16 2017 (r442192) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gobject-introspection -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-gobject-introspection/distinfo ============================================================================== --- head/devel/rubygem-gobject-introspection/distinfo Wed May 31 14:54:10 2017 (r442191) +++ head/devel/rubygem-gobject-introspection/distinfo Wed May 31 14:54:16 2017 (r442192) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381431 -SHA256 (rubygem/gobject-introspection-3.1.3.gem) = 794ccc134bedd22504bff7d1e64b9598e0a910dc4e114d3170e17b03c79b8110 -SIZE (rubygem/gobject-introspection-3.1.3.gem) = 52224 +TIMESTAMP = 1496171842 +SHA256 (rubygem/gobject-introspection-3.1.4.gem) = fa4c5c9558ee642b6ec065461efb5b256a0bcafc56c5abd8d536e4083b3bc3df +SIZE (rubygem/gobject-introspection-3.1.4.gem) = 52224 From owner-svn-ports-all@freebsd.org Wed May 31 14:54:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4CC8B7C016; Wed, 31 May 2017 14:54: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 mx1.freebsd.org (Postfix) with ESMTPS id A04517DAE4; Wed, 31 May 2017 14:54: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 v4VEsLBD082501; Wed, 31 May 2017 14:54:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEsLrC082500; Wed, 31 May 2017 14:54:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311454.v4VEsLrC082500@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, 31 May 2017 14:54:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442193 - head/x11-toolkits/rubygem-pango X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:54:22 -0000 Author: sunpoet Date: Wed May 31 14:54:21 2017 New Revision: 442193 URL: https://svnweb.freebsd.org/changeset/ports/442193 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/x11-toolkits/rubygem-pango/Makefile head/x11-toolkits/rubygem-pango/distinfo Modified: head/x11-toolkits/rubygem-pango/Makefile ============================================================================== --- head/x11-toolkits/rubygem-pango/Makefile Wed May 31 14:54:16 2017 (r442192) +++ head/x11-toolkits/rubygem-pango/Makefile Wed May 31 14:54:21 2017 (r442193) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pango -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG Modified: head/x11-toolkits/rubygem-pango/distinfo ============================================================================== --- head/x11-toolkits/rubygem-pango/distinfo Wed May 31 14:54:16 2017 (r442192) +++ head/x11-toolkits/rubygem-pango/distinfo Wed May 31 14:54:21 2017 (r442193) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381433 -SHA256 (rubygem/pango-3.1.3.gem) = 2235b4c653121542d89ebfee776fa6a23bf2cef86fa0e3e3c5359dfc3a898a43 -SIZE (rubygem/pango-3.1.3.gem) = 15872 +TIMESTAMP = 1496171851 +SHA256 (rubygem/pango-3.1.4.gem) = 880508836d7683afe38ab79c2d14d58d5516252bad2d78da2b5dd84322299ccb +SIZE (rubygem/pango-3.1.4.gem) = 15872 From owner-svn-ports-all@freebsd.org Wed May 31 14:54:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A666FB7C042; Wed, 31 May 2017 14:54: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 mx1.freebsd.org (Postfix) with ESMTPS id 712207DB47; Wed, 31 May 2017 14:54: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 v4VEsQP5082622; Wed, 31 May 2017 14:54:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEsQHv082620; Wed, 31 May 2017 14:54:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311454.v4VEsQHv082620@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, 31 May 2017 14:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442194 - head/graphics/rubygem-gdk_pixbuf2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:54:27 -0000 Author: sunpoet Date: Wed May 31 14:54:26 2017 New Revision: 442194 URL: https://svnweb.freebsd.org/changeset/ports/442194 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/graphics/rubygem-gdk_pixbuf2/Makefile head/graphics/rubygem-gdk_pixbuf2/distinfo Modified: head/graphics/rubygem-gdk_pixbuf2/Makefile ============================================================================== --- head/graphics/rubygem-gdk_pixbuf2/Makefile Wed May 31 14:54:21 2017 (r442193) +++ head/graphics/rubygem-gdk_pixbuf2/Makefile Wed May 31 14:54:26 2017 (r442194) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gdk_pixbuf2 -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-gdk_pixbuf2/distinfo ============================================================================== --- head/graphics/rubygem-gdk_pixbuf2/distinfo Wed May 31 14:54:21 2017 (r442193) +++ head/graphics/rubygem-gdk_pixbuf2/distinfo Wed May 31 14:54:26 2017 (r442194) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381438 -SHA256 (rubygem/gdk_pixbuf2-3.1.3.gem) = 4118d469ad34516532c765821ce280a625a9e7dec759aec204e324cf3aaa2106 -SIZE (rubygem/gdk_pixbuf2-3.1.3.gem) = 25088 +TIMESTAMP = 1496171858 +SHA256 (rubygem/gdk_pixbuf2-3.1.4.gem) = 04f07496a5d85c400b538f3f6831e7a1c4ca83e0c796b050e38bc03875196cc4 +SIZE (rubygem/gdk_pixbuf2-3.1.4.gem) = 25088 From owner-svn-ports-all@freebsd.org Wed May 31 14:54:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 761C3B7C06E; Wed, 31 May 2017 14:54: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 mx1.freebsd.org (Postfix) with ESMTPS id 44C117DBBA; Wed, 31 May 2017 14:54: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 v4VEsVDW082740; Wed, 31 May 2017 14:54:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEsVwp082738; Wed, 31 May 2017 14:54:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311454.v4VEsVwp082738@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, 31 May 2017 14:54:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442195 - head/graphics/rubygem-clutter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:54:32 -0000 Author: sunpoet Date: Wed May 31 14:54:31 2017 New Revision: 442195 URL: https://svnweb.freebsd.org/changeset/ports/442195 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/graphics/rubygem-clutter/Makefile head/graphics/rubygem-clutter/distinfo Modified: head/graphics/rubygem-clutter/Makefile ============================================================================== --- head/graphics/rubygem-clutter/Makefile Wed May 31 14:54:26 2017 (r442194) +++ head/graphics/rubygem-clutter/Makefile Wed May 31 14:54:31 2017 (r442195) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= clutter -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-clutter/distinfo ============================================================================== --- head/graphics/rubygem-clutter/distinfo Wed May 31 14:54:26 2017 (r442194) +++ head/graphics/rubygem-clutter/distinfo Wed May 31 14:54:31 2017 (r442195) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381441 -SHA256 (rubygem/clutter-3.1.3.gem) = fadd2e1a8a9c7fd6ed6553e6cecc08c7b55855fb62a6497a9f29a8ed50053760 -SIZE (rubygem/clutter-3.1.3.gem) = 33792 +TIMESTAMP = 1496171865 +SHA256 (rubygem/clutter-3.1.4.gem) = 13984f27c8451d9dd0b5004789be390b539b858feb135c9855a88cf6a0785b6a +SIZE (rubygem/clutter-3.1.4.gem) = 34304 From owner-svn-ports-all@freebsd.org Wed May 31 14:54:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 718B0B7C09B; Wed, 31 May 2017 14:54: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 mx1.freebsd.org (Postfix) with ESMTPS id 401317DC32; Wed, 31 May 2017 14:54: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 v4VEsaUX082861; Wed, 31 May 2017 14:54:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEsano082859; Wed, 31 May 2017 14:54:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311454.v4VEsano082859@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, 31 May 2017 14:54:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442196 - head/x11-toolkits/rubygem-gdk3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:54:37 -0000 Author: sunpoet Date: Wed May 31 14:54:36 2017 New Revision: 442196 URL: https://svnweb.freebsd.org/changeset/ports/442196 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/x11-toolkits/rubygem-gdk3/Makefile head/x11-toolkits/rubygem-gdk3/distinfo Modified: head/x11-toolkits/rubygem-gdk3/Makefile ============================================================================== --- head/x11-toolkits/rubygem-gdk3/Makefile Wed May 31 14:54:31 2017 (r442195) +++ head/x11-toolkits/rubygem-gdk3/Makefile Wed May 31 14:54:36 2017 (r442196) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gdk3 -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG Modified: head/x11-toolkits/rubygem-gdk3/distinfo ============================================================================== --- head/x11-toolkits/rubygem-gdk3/distinfo Wed May 31 14:54:31 2017 (r442195) +++ head/x11-toolkits/rubygem-gdk3/distinfo Wed May 31 14:54:36 2017 (r442196) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381443 -SHA256 (rubygem/gdk3-3.1.3.gem) = 9bde38d433d6f10dd84251e55832461c47bad6dadfa2455583b0ca3017aa918b -SIZE (rubygem/gdk3-3.1.3.gem) = 25600 +TIMESTAMP = 1496171876 +SHA256 (rubygem/gdk3-3.1.4.gem) = 73d8f5e7df123116a3802d6f14be2cba784954bf087085739f367efa75e9d81e +SIZE (rubygem/gdk3-3.1.4.gem) = 26112 From owner-svn-ports-all@freebsd.org Wed May 31 14:54:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBFA1B7C0F9; Wed, 31 May 2017 14:54: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 mx1.freebsd.org (Postfix) with ESMTPS id 85C6D7DD25; Wed, 31 May 2017 14:54: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 v4VEsk1f083100; Wed, 31 May 2017 14:54:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEskka083098; Wed, 31 May 2017 14:54:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311454.v4VEskka083098@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, 31 May 2017 14:54:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442198 - head/multimedia/rubygem-gstreamer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:54:47 -0000 Author: sunpoet Date: Wed May 31 14:54:46 2017 New Revision: 442198 URL: https://svnweb.freebsd.org/changeset/ports/442198 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/multimedia/rubygem-gstreamer/Makefile head/multimedia/rubygem-gstreamer/distinfo Modified: head/multimedia/rubygem-gstreamer/Makefile ============================================================================== --- head/multimedia/rubygem-gstreamer/Makefile Wed May 31 14:54:41 2017 (r442197) +++ head/multimedia/rubygem-gstreamer/Makefile Wed May 31 14:54:46 2017 (r442198) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gstreamer -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= multimedia rubygems MASTER_SITES= RG Modified: head/multimedia/rubygem-gstreamer/distinfo ============================================================================== --- head/multimedia/rubygem-gstreamer/distinfo Wed May 31 14:54:41 2017 (r442197) +++ head/multimedia/rubygem-gstreamer/distinfo Wed May 31 14:54:46 2017 (r442198) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381445 -SHA256 (rubygem/gstreamer-3.1.3.gem) = 2195ff147885f0f2dec05b58a025cb7d596b639b559bd06d925fabd91382f25f -SIZE (rubygem/gstreamer-3.1.3.gem) = 21504 +TIMESTAMP = 1496171889 +SHA256 (rubygem/gstreamer-3.1.4.gem) = 098c5ff0c3572a20934a248285ad6d24b458fc06d2bdcd37f886fe6a04d2cf2f +SIZE (rubygem/gstreamer-3.1.4.gem) = 21504 From owner-svn-ports-all@freebsd.org Wed May 31 14:54:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E278B7C0CF; Wed, 31 May 2017 14:54: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 mx1.freebsd.org (Postfix) with ESMTPS id 6EDC57DCA4; Wed, 31 May 2017 14:54: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 v4VEsfII082982; Wed, 31 May 2017 14:54:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEsfls082980; Wed, 31 May 2017 14:54:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311454.v4VEsfls082980@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, 31 May 2017 14:54:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442197 - head/devel/rubygem-gio2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:54:42 -0000 Author: sunpoet Date: Wed May 31 14:54:41 2017 New Revision: 442197 URL: https://svnweb.freebsd.org/changeset/ports/442197 Log: Update to 3.1.4 - Fix RUN_DEPENDS: remove rubygem-rake Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/devel/rubygem-gio2/Makefile head/devel/rubygem-gio2/distinfo Modified: head/devel/rubygem-gio2/Makefile ============================================================================== --- head/devel/rubygem-gio2/Makefile Wed May 31 14:54:36 2017 (r442196) +++ head/devel/rubygem-gio2/Makefile Wed May 31 14:54:41 2017 (r442197) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gio2 -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,8 +11,7 @@ COMMENT= Ruby binding for gio 2.x LICENSE= LGPL21+ RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2 \ - rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection \ - rubygem-rake>=0:devel/rubygem-rake + rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection USE_RUBY= yes USES= gem Modified: head/devel/rubygem-gio2/distinfo ============================================================================== --- head/devel/rubygem-gio2/distinfo Wed May 31 14:54:36 2017 (r442196) +++ head/devel/rubygem-gio2/distinfo Wed May 31 14:54:41 2017 (r442197) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381436 -SHA256 (rubygem/gio2-3.1.3.gem) = a4bc72f6ce9eb541052d7f74fd18c7c97efac1d47a6c3d18b4431256bb725116 -SIZE (rubygem/gio2-3.1.3.gem) = 25600 +TIMESTAMP = 1496171882 +SHA256 (rubygem/gio2-3.1.4.gem) = 635b1c53e352c59b456f418ce351941353f0af8efba31f957fe01acf68e82244 +SIZE (rubygem/gio2-3.1.4.gem) = 26112 From owner-svn-ports-all@freebsd.org Wed May 31 14:54:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72032B7C113; Wed, 31 May 2017 14:54: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 mx1.freebsd.org (Postfix) with ESMTPS id 3F13C7DD96; Wed, 31 May 2017 14:54: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 v4VEspMg083223; Wed, 31 May 2017 14:54:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEspDQ083221; Wed, 31 May 2017 14:54:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311454.v4VEspDQ083221@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, 31 May 2017 14:54:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442199 - head/x11-toolkits/rubygem-gtk2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:54:52 -0000 Author: sunpoet Date: Wed May 31 14:54:51 2017 New Revision: 442199 URL: https://svnweb.freebsd.org/changeset/ports/442199 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/x11-toolkits/rubygem-gtk2/Makefile head/x11-toolkits/rubygem-gtk2/distinfo Modified: head/x11-toolkits/rubygem-gtk2/Makefile ============================================================================== --- head/x11-toolkits/rubygem-gtk2/Makefile Wed May 31 14:54:46 2017 (r442198) +++ head/x11-toolkits/rubygem-gtk2/Makefile Wed May 31 14:54:51 2017 (r442199) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gtk2 -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG Modified: head/x11-toolkits/rubygem-gtk2/distinfo ============================================================================== --- head/x11-toolkits/rubygem-gtk2/distinfo Wed May 31 14:54:46 2017 (r442198) +++ head/x11-toolkits/rubygem-gtk2/distinfo Wed May 31 14:54:51 2017 (r442199) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381449 -SHA256 (rubygem/gtk2-3.1.3.gem) = 1677c39c553ee52c60764c2fa429c4a66a8073f267bef62fef7508409b2a3503 -SIZE (rubygem/gtk2-3.1.3.gem) = 466944 +TIMESTAMP = 1496171899 +SHA256 (rubygem/gtk2-3.1.4.gem) = 4f01953266b8a106e5b2eb98f6f3878292dba438bc29f3b2b664be4d2beeb079 +SIZE (rubygem/gtk2-3.1.4.gem) = 466944 From owner-svn-ports-all@freebsd.org Wed May 31 14:55:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1584FB7C17F; Wed, 31 May 2017 14: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 mx1.freebsd.org (Postfix) with ESMTPS id D4F337DE7E; Wed, 31 May 2017 14: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 v4VEt0Z0083500; Wed, 31 May 2017 14:55:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEt0P8083498; Wed, 31 May 2017 14:55:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311455.v4VEt0P8083498@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, 31 May 2017 14:55:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442201 - in head/graphics/rubygem-rsvg2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:55:02 -0000 Author: sunpoet Date: Wed May 31 14:55:00 2017 New Revision: 442201 URL: https://svnweb.freebsd.org/changeset/ports/442201 Log: Update to 3.1.4 - Add BUILD_DEPENDS - Add NO_ARCH Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Deleted: head/graphics/rubygem-rsvg2/files/ Modified: head/graphics/rubygem-rsvg2/Makefile head/graphics/rubygem-rsvg2/distinfo Modified: head/graphics/rubygem-rsvg2/Makefile ============================================================================== --- head/graphics/rubygem-rsvg2/Makefile Wed May 31 14:54:55 2017 (r442200) +++ head/graphics/rubygem-rsvg2/Makefile Wed May 31 14:55:00 2017 (r442201) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rsvg2 -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -10,9 +10,11 @@ COMMENT= Ruby binding for librsvg2 LICENSE= LGPL21+ +BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake RUN_DEPENDS= rubygem-cairo>=1.12.8:graphics/rubygem-cairo \ rubygem-gdk_pixbuf2>=${PORTVERSION}:graphics/rubygem-gdk_pixbuf2 +NO_ARCH= yes USE_GNOME= librsvg2 USE_RUBY= yes USES= gem gnome Modified: head/graphics/rubygem-rsvg2/distinfo ============================================================================== --- head/graphics/rubygem-rsvg2/distinfo Wed May 31 14:54:55 2017 (r442200) +++ head/graphics/rubygem-rsvg2/distinfo Wed May 31 14:55:00 2017 (r442201) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381454 -SHA256 (rubygem/rsvg2-3.1.3.gem) = 13a3364388a182517f3726f34b9ab42ffb1a04a33f96276bc5ad26e7db90cd5f -SIZE (rubygem/rsvg2-3.1.3.gem) = 13824 +TIMESTAMP = 1496171915 +SHA256 (rubygem/rsvg2-3.1.4.gem) = f3091332eb25872fd53648482bf2820f12c0396f008fdfb0e97fc4788f2aba9a +SIZE (rubygem/rsvg2-3.1.4.gem) = 18944 From owner-svn-ports-all@freebsd.org Wed May 31 14:54:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A34AB7C155; Wed, 31 May 2017 14:54: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 mx1.freebsd.org (Postfix) with ESMTPS id DC3EE7DE01; Wed, 31 May 2017 14: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 v4VEsuvr083343; Wed, 31 May 2017 14:54:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEsuIu083340; Wed, 31 May 2017 14:54:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311454.v4VEsuIu083340@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, 31 May 2017 14:54:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442200 - head/x11-toolkits/rubygem-poppler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:54:57 -0000 Author: sunpoet Date: Wed May 31 14:54:55 2017 New Revision: 442200 URL: https://svnweb.freebsd.org/changeset/ports/442200 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/x11-toolkits/rubygem-poppler/Makefile head/x11-toolkits/rubygem-poppler/distinfo Modified: head/x11-toolkits/rubygem-poppler/Makefile ============================================================================== --- head/x11-toolkits/rubygem-poppler/Makefile Wed May 31 14:54:51 2017 (r442199) +++ head/x11-toolkits/rubygem-poppler/Makefile Wed May 31 14:54:55 2017 (r442200) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poppler -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG Modified: head/x11-toolkits/rubygem-poppler/distinfo ============================================================================== --- head/x11-toolkits/rubygem-poppler/distinfo Wed May 31 14:54:51 2017 (r442199) +++ head/x11-toolkits/rubygem-poppler/distinfo Wed May 31 14:54:55 2017 (r442200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381452 -SHA256 (rubygem/poppler-3.1.3.gem) = 0a4201d6f464f3c34e45301f03e1dffada92eb8b33fa6dada0e89faba7b68a30 -SIZE (rubygem/poppler-3.1.3.gem) = 80384 +TIMESTAMP = 1496171905 +SHA256 (rubygem/poppler-3.1.4.gem) = e684da39cbc2e938411bd3fe98a3ba17c85aa5d3ede6f97d17492a5d2b450f91 +SIZE (rubygem/poppler-3.1.4.gem) = 80384 From owner-svn-ports-all@freebsd.org Wed May 31 14:55:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D565B7C1AC; Wed, 31 May 2017 14: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 mx1.freebsd.org (Postfix) with ESMTPS id EF2AD7DEF0; Wed, 31 May 2017 14:55: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 v4VEt6sv083621; Wed, 31 May 2017 14:55:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEt5v1083619; Wed, 31 May 2017 14:55:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311455.v4VEt5v1083619@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, 31 May 2017 14:55:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442202 - head/multimedia/rubygem-clutter-gstreamer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:55:07 -0000 Author: sunpoet Date: Wed May 31 14:55:05 2017 New Revision: 442202 URL: https://svnweb.freebsd.org/changeset/ports/442202 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/multimedia/rubygem-clutter-gstreamer/Makefile head/multimedia/rubygem-clutter-gstreamer/distinfo Modified: head/multimedia/rubygem-clutter-gstreamer/Makefile ============================================================================== --- head/multimedia/rubygem-clutter-gstreamer/Makefile Wed May 31 14:55:00 2017 (r442201) +++ head/multimedia/rubygem-clutter-gstreamer/Makefile Wed May 31 14:55:05 2017 (r442202) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= clutter-gstreamer -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= multimedia rubygems MASTER_SITES= RG Modified: head/multimedia/rubygem-clutter-gstreamer/distinfo ============================================================================== --- head/multimedia/rubygem-clutter-gstreamer/distinfo Wed May 31 14:55:00 2017 (r442201) +++ head/multimedia/rubygem-clutter-gstreamer/distinfo Wed May 31 14:55:05 2017 (r442202) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381456 -SHA256 (rubygem/clutter-gstreamer-3.1.3.gem) = 0d875690e8bd0bee17c12a4cf29ac6860794271f28998e0f01d73fd4bc612249 -SIZE (rubygem/clutter-gstreamer-3.1.3.gem) = 61952 +TIMESTAMP = 1496171922 +SHA256 (rubygem/clutter-gstreamer-3.1.4.gem) = 17b324f02817bf795be602fd4afc2c1ffd13843dddbf8f768800dc2831f7a36b +SIZE (rubygem/clutter-gstreamer-3.1.4.gem) = 61952 From owner-svn-ports-all@freebsd.org Wed May 31 14:55:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D17F7B7C1F8; Wed, 31 May 2017 14:55: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 mx1.freebsd.org (Postfix) with ESMTPS id A12E97DFCE; Wed, 31 May 2017 14:55: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 v4VEtF2P083860; Wed, 31 May 2017 14:55:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEtFlu083858; Wed, 31 May 2017 14:55:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311455.v4VEtFlu083858@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, 31 May 2017 14:55:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442204 - head/graphics/rubygem-clutter-gtk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:55:17 -0000 Author: sunpoet Date: Wed May 31 14:55:15 2017 New Revision: 442204 URL: https://svnweb.freebsd.org/changeset/ports/442204 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/graphics/rubygem-clutter-gtk/Makefile head/graphics/rubygem-clutter-gtk/distinfo Modified: head/graphics/rubygem-clutter-gtk/Makefile ============================================================================== --- head/graphics/rubygem-clutter-gtk/Makefile Wed May 31 14:55:10 2017 (r442203) +++ head/graphics/rubygem-clutter-gtk/Makefile Wed May 31 14:55:15 2017 (r442204) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= clutter-gtk -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-clutter-gtk/distinfo ============================================================================== --- head/graphics/rubygem-clutter-gtk/distinfo Wed May 31 14:55:10 2017 (r442203) +++ head/graphics/rubygem-clutter-gtk/distinfo Wed May 31 14:55:15 2017 (r442204) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381460 -SHA256 (rubygem/clutter-gtk-3.1.3.gem) = df5616d841024dcb4c057dbcd13881d8391ce6ab1bdc8a0f3b750684bee34f59 -SIZE (rubygem/clutter-gtk-3.1.3.gem) = 21504 +TIMESTAMP = 1496171936 +SHA256 (rubygem/clutter-gtk-3.1.4.gem) = 5a347d47070649755b1b886a7fd2685f09b76bf10c129ebae7919277db76aba0 +SIZE (rubygem/clutter-gtk-3.1.4.gem) = 21504 From owner-svn-ports-all@freebsd.org Wed May 31 14:55:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20456B7C1D6; Wed, 31 May 2017 14: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 mx1.freebsd.org (Postfix) with ESMTPS id DB5337DF6C; Wed, 31 May 2017 14:55: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 v4VEtBQN083740; Wed, 31 May 2017 14:55:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEtAsi083738; Wed, 31 May 2017 14:55:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311455.v4VEtAsi083738@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, 31 May 2017 14:55:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442203 - head/graphics/rubygem-clutter-gdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:55:12 -0000 Author: sunpoet Date: Wed May 31 14:55:10 2017 New Revision: 442203 URL: https://svnweb.freebsd.org/changeset/ports/442203 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/graphics/rubygem-clutter-gdk/Makefile head/graphics/rubygem-clutter-gdk/distinfo Modified: head/graphics/rubygem-clutter-gdk/Makefile ============================================================================== --- head/graphics/rubygem-clutter-gdk/Makefile Wed May 31 14:55:05 2017 (r442202) +++ head/graphics/rubygem-clutter-gdk/Makefile Wed May 31 14:55:10 2017 (r442203) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clutter-gdk -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-clutter-gdk/distinfo ============================================================================== --- head/graphics/rubygem-clutter-gdk/distinfo Wed May 31 14:55:05 2017 (r442202) +++ head/graphics/rubygem-clutter-gdk/distinfo Wed May 31 14:55:10 2017 (r442203) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381458 -SHA256 (rubygem/clutter-gdk-3.1.3.gem) = 78a7ee87598c62dbffd72513f6a6bd459c2eae94fa70de3069499ff07e4a486a -SIZE (rubygem/clutter-gdk-3.1.3.gem) = 5632 +TIMESTAMP = 1496171929 +SHA256 (rubygem/clutter-gdk-3.1.4.gem) = 7bf45f909a901f17e91186d335385fbcda360e4402751be017daa8be589c2b5a +SIZE (rubygem/clutter-gdk-3.1.4.gem) = 5632 From owner-svn-ports-all@freebsd.org Wed May 31 14:55:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23281B7C227; Wed, 31 May 2017 14:55: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 mx1.freebsd.org (Postfix) with ESMTPS id E2F927E043; Wed, 31 May 2017 14:55: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 v4VEtKjv083981; Wed, 31 May 2017 14:55:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEtKjQ083979; Wed, 31 May 2017 14:55:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311455.v4VEtKjQ083979@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, 31 May 2017 14:55:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442205 - head/x11-toolkits/rubygem-gtk3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:55:22 -0000 Author: sunpoet Date: Wed May 31 14:55:20 2017 New Revision: 442205 URL: https://svnweb.freebsd.org/changeset/ports/442205 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/x11-toolkits/rubygem-gtk3/Makefile head/x11-toolkits/rubygem-gtk3/distinfo Modified: head/x11-toolkits/rubygem-gtk3/Makefile ============================================================================== --- head/x11-toolkits/rubygem-gtk3/Makefile Wed May 31 14:55:15 2017 (r442204) +++ head/x11-toolkits/rubygem-gtk3/Makefile Wed May 31 14:55:20 2017 (r442205) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gtk3 -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG Modified: head/x11-toolkits/rubygem-gtk3/distinfo ============================================================================== --- head/x11-toolkits/rubygem-gtk3/distinfo Wed May 31 14:55:15 2017 (r442204) +++ head/x11-toolkits/rubygem-gtk3/distinfo Wed May 31 14:55:20 2017 (r442205) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381466 -SHA256 (rubygem/gtk3-3.1.3.gem) = 2b0b1967094ac5f4e24b35a6f35ae0153aaa1fc4401e578977d6addbc9f96cd8 -SIZE (rubygem/gtk3-3.1.3.gem) = 839168 +TIMESTAMP = 1496171949 +SHA256 (rubygem/gtk3-3.1.4.gem) = 03175a224445e985c32b65d1dcb6e6200231eb0606a0a7ea9a385b3920f6e498 +SIZE (rubygem/gtk3-3.1.4.gem) = 839168 From owner-svn-ports-all@freebsd.org Wed May 31 14:55:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 014FFB7C252; Wed, 31 May 2017 14:55: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 mx1.freebsd.org (Postfix) with ESMTPS id BD79C7E0B8; Wed, 31 May 2017 14:55: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 v4VEtPtt084099; Wed, 31 May 2017 14:55:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEtPAN084097; Wed, 31 May 2017 14:55:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311455.v4VEtPAN084097@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, 31 May 2017 14:55:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442206 - head/x11-toolkits/rubygem-gtksourceview2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:55:27 -0000 Author: sunpoet Date: Wed May 31 14:55:25 2017 New Revision: 442206 URL: https://svnweb.freebsd.org/changeset/ports/442206 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/x11-toolkits/rubygem-gtksourceview2/Makefile head/x11-toolkits/rubygem-gtksourceview2/distinfo Modified: head/x11-toolkits/rubygem-gtksourceview2/Makefile ============================================================================== --- head/x11-toolkits/rubygem-gtksourceview2/Makefile Wed May 31 14:55:20 2017 (r442205) +++ head/x11-toolkits/rubygem-gtksourceview2/Makefile Wed May 31 14:55:25 2017 (r442206) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gtksourceview2 -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG Modified: head/x11-toolkits/rubygem-gtksourceview2/distinfo ============================================================================== --- head/x11-toolkits/rubygem-gtksourceview2/distinfo Wed May 31 14:55:20 2017 (r442205) +++ head/x11-toolkits/rubygem-gtksourceview2/distinfo Wed May 31 14:55:25 2017 (r442206) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381469 -SHA256 (rubygem/gtksourceview2-3.1.3.gem) = 285fe1d8403f3d89f2e564915ac678a91dfa98228e596deec3e9a5ee0a9fca75 -SIZE (rubygem/gtksourceview2-3.1.3.gem) = 15360 +TIMESTAMP = 1496171957 +SHA256 (rubygem/gtksourceview2-3.1.4.gem) = a1636c09c56d072efa83a7633d08b2fe462f6965f9225e2e508dce52471b0845 +SIZE (rubygem/gtksourceview2-3.1.4.gem) = 15360 From owner-svn-ports-all@freebsd.org Wed May 31 14:55:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C70B6B7C284; Wed, 31 May 2017 14:55:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92C147E126; Wed, 31 May 2017 14:55:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VEtU3H084220; Wed, 31 May 2017 14:55:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEtURb084218; Wed, 31 May 2017 14:55:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311455.v4VEtURb084218@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, 31 May 2017 14:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442207 - head/x11-toolkits/rubygem-vte X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:55:31 -0000 Author: sunpoet Date: Wed May 31 14:55:30 2017 New Revision: 442207 URL: https://svnweb.freebsd.org/changeset/ports/442207 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/x11-toolkits/rubygem-vte/Makefile head/x11-toolkits/rubygem-vte/distinfo Modified: head/x11-toolkits/rubygem-vte/Makefile ============================================================================== --- head/x11-toolkits/rubygem-vte/Makefile Wed May 31 14:55:25 2017 (r442206) +++ head/x11-toolkits/rubygem-vte/Makefile Wed May 31 14:55:30 2017 (r442207) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vte -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG Modified: head/x11-toolkits/rubygem-vte/distinfo ============================================================================== --- head/x11-toolkits/rubygem-vte/distinfo Wed May 31 14:55:25 2017 (r442206) +++ head/x11-toolkits/rubygem-vte/distinfo Wed May 31 14:55:30 2017 (r442207) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381471 -SHA256 (rubygem/vte-3.1.3.gem) = 4c607e643ef77fbc92477d3d91555eb7822683d0f386d7b7b767c31ce4d7f6a9 -SIZE (rubygem/vte-3.1.3.gem) = 14848 +TIMESTAMP = 1496171966 +SHA256 (rubygem/vte-3.1.4.gem) = f0cfd2d079cfcd770b356b6f82234ab9def0947f3271fae11abeab2fc7e81cb6 +SIZE (rubygem/vte-3.1.4.gem) = 14848 From owner-svn-ports-all@freebsd.org Wed May 31 14:55:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB9CEB7C2B2; Wed, 31 May 2017 14:55:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A7C27E19D; Wed, 31 May 2017 14:55:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VEtZwM084341; Wed, 31 May 2017 14:55:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEtZhe084339; Wed, 31 May 2017 14:55:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311455.v4VEtZhe084339@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, 31 May 2017 14:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442208 - head/www/rubygem-webkit-gtk2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:55:36 -0000 Author: sunpoet Date: Wed May 31 14:55:35 2017 New Revision: 442208 URL: https://svnweb.freebsd.org/changeset/ports/442208 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/www/rubygem-webkit-gtk2/Makefile head/www/rubygem-webkit-gtk2/distinfo Modified: head/www/rubygem-webkit-gtk2/Makefile ============================================================================== --- head/www/rubygem-webkit-gtk2/Makefile Wed May 31 14:55:30 2017 (r442207) +++ head/www/rubygem-webkit-gtk2/Makefile Wed May 31 14:55:35 2017 (r442208) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webkit-gtk2 -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-webkit-gtk2/distinfo ============================================================================== --- head/www/rubygem-webkit-gtk2/distinfo Wed May 31 14:55:30 2017 (r442207) +++ head/www/rubygem-webkit-gtk2/distinfo Wed May 31 14:55:35 2017 (r442208) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381473 -SHA256 (rubygem/webkit-gtk2-3.1.3.gem) = 610967f01753b000a5639168f16658ef4c8ed15f6e46e4cce5dc65c737b19e20 -SIZE (rubygem/webkit-gtk2-3.1.3.gem) = 6656 +TIMESTAMP = 1496171973 +SHA256 (rubygem/webkit-gtk2-3.1.4.gem) = 7dee77a2b56c141975a18d57d13d51c8edfd09cd2b83d0523c1b549d7542786d +SIZE (rubygem/webkit-gtk2-3.1.4.gem) = 6656 From owner-svn-ports-all@freebsd.org Wed May 31 14:55:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25CC9B7C33B; Wed, 31 May 2017 14:55: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 mx1.freebsd.org (Postfix) with ESMTPS id E70C87E302; Wed, 31 May 2017 14:55: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 v4VEtpTH084701; Wed, 31 May 2017 14:55:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEtpne084699; Wed, 31 May 2017 14:55:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311455.v4VEtpne084699@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, 31 May 2017 14:55:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442211 - head/x11-toolkits/rubygem-vte3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:55:52 -0000 Author: sunpoet Date: Wed May 31 14:55:50 2017 New Revision: 442211 URL: https://svnweb.freebsd.org/changeset/ports/442211 Log: Update to 3.1.4 - Add BUILD_DEPENDS Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/x11-toolkits/rubygem-vte3/Makefile head/x11-toolkits/rubygem-vte3/distinfo Modified: head/x11-toolkits/rubygem-vte3/Makefile ============================================================================== --- head/x11-toolkits/rubygem-vte3/Makefile Wed May 31 14:55:45 2017 (r442210) +++ head/x11-toolkits/rubygem-vte3/Makefile Wed May 31 14:55:50 2017 (r442211) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vte3 -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG @@ -11,6 +11,7 @@ COMMENT= Ruby binding for VTE LICENSE= LGPL21+ +BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake RUN_DEPENDS= rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection \ rubygem-gtk3>=${PORTVERSION}:x11-toolkits/rubygem-gtk3 Modified: head/x11-toolkits/rubygem-vte3/distinfo ============================================================================== --- head/x11-toolkits/rubygem-vte3/distinfo Wed May 31 14:55:45 2017 (r442210) +++ head/x11-toolkits/rubygem-vte3/distinfo Wed May 31 14:55:50 2017 (r442211) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381479 -SHA256 (rubygem/vte3-3.1.3.gem) = 8ad85120f42f0c207c3e9dde88078154ae3e1214fb0d23582768976bcc2951b4 -SIZE (rubygem/vte3-3.1.3.gem) = 9216 +TIMESTAMP = 1496171998 +SHA256 (rubygem/vte3-3.1.4.gem) = 0e45c9eb08fa4176f36a797b0946772f2381cc48a0a4283b145ee98a16236eee +SIZE (rubygem/vte3-3.1.4.gem) = 9216 From owner-svn-ports-all@freebsd.org Wed May 31 14:55:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09009B7C308; Wed, 31 May 2017 14:55: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 mx1.freebsd.org (Postfix) with ESMTPS id CA4157E28D; Wed, 31 May 2017 14:55: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 v4VEtjC6084580; Wed, 31 May 2017 14:55:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEtjhl084578; Wed, 31 May 2017 14:55:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311455.v4VEtjhl084578@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, 31 May 2017 14:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442210 - head/x11-toolkits/rubygem-gtksourceview3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:55:47 -0000 Author: sunpoet Date: Wed May 31 14:55:45 2017 New Revision: 442210 URL: https://svnweb.freebsd.org/changeset/ports/442210 Log: Update to 3.1.4 - Add BUILD_DEPENDS Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/x11-toolkits/rubygem-gtksourceview3/Makefile head/x11-toolkits/rubygem-gtksourceview3/distinfo Modified: head/x11-toolkits/rubygem-gtksourceview3/Makefile ============================================================================== --- head/x11-toolkits/rubygem-gtksourceview3/Makefile Wed May 31 14:55:40 2017 (r442209) +++ head/x11-toolkits/rubygem-gtksourceview3/Makefile Wed May 31 14:55:45 2017 (r442210) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gtksourceview3 -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ COMMENT= Ruby/GtkSourceView3 is a Ruby binding of gtks LICENSE= LGPL21+ +BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake RUN_DEPENDS= rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection \ rubygem-gtk3>=${PORTVERSION}:x11-toolkits/rubygem-gtk3 Modified: head/x11-toolkits/rubygem-gtksourceview3/distinfo ============================================================================== --- head/x11-toolkits/rubygem-gtksourceview3/distinfo Wed May 31 14:55:40 2017 (r442209) +++ head/x11-toolkits/rubygem-gtksourceview3/distinfo Wed May 31 14:55:45 2017 (r442210) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381477 -SHA256 (rubygem/gtksourceview3-3.1.3.gem) = baa11bfc9f772f93617dd2e1eee3e73308b252ff0433b99d4530abda1c94991f -SIZE (rubygem/gtksourceview3-3.1.3.gem) = 8192 +TIMESTAMP = 1496171989 +SHA256 (rubygem/gtksourceview3-3.1.4.gem) = 1804be38703d923d7ce2398d7ae8cd6dc2256ec55c6ffc8c7cf39bbdf4960614 +SIZE (rubygem/gtksourceview3-3.1.4.gem) = 8192 From owner-svn-ports-all@freebsd.org Wed May 31 14:55:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 272BAB7C2E3; Wed, 31 May 2017 14:55: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 mx1.freebsd.org (Postfix) with ESMTPS id EAE3D7E211; Wed, 31 May 2017 14:55: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 v4VEtfE2084459; Wed, 31 May 2017 14:55:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEtewE084457; Wed, 31 May 2017 14:55:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311455.v4VEtewE084457@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, 31 May 2017 14:55:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442209 - head/www/rubygem-webkit-gtk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:55:42 -0000 Author: sunpoet Date: Wed May 31 14:55:40 2017 New Revision: 442209 URL: https://svnweb.freebsd.org/changeset/ports/442209 Log: Update to 3.1.4 - Add BUILD_DEPENDS Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/www/rubygem-webkit-gtk/Makefile head/www/rubygem-webkit-gtk/distinfo Modified: head/www/rubygem-webkit-gtk/Makefile ============================================================================== --- head/www/rubygem-webkit-gtk/Makefile Wed May 31 14:55:35 2017 (r442208) +++ head/www/rubygem-webkit-gtk/Makefile Wed May 31 14:55:40 2017 (r442209) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webkit-gtk -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ COMMENT= Ruby/WebKitGTK is a Ruby binding of WebKitGTK LICENSE= LGPL21+ +BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 RUN_DEPENDS= rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection \ rubygem-gtk3>=${PORTVERSION}:x11-toolkits/rubygem-gtk3 Modified: head/www/rubygem-webkit-gtk/distinfo ============================================================================== --- head/www/rubygem-webkit-gtk/distinfo Wed May 31 14:55:35 2017 (r442208) +++ head/www/rubygem-webkit-gtk/distinfo Wed May 31 14:55:40 2017 (r442209) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493381475 -SHA256 (rubygem/webkit-gtk-3.1.3.gem) = 5dc6ebb12c8ac24fc5fed302234651c08b0c39e54347731496c042c4efcde689 -SIZE (rubygem/webkit-gtk-3.1.3.gem) = 7168 +TIMESTAMP = 1496171979 +SHA256 (rubygem/webkit-gtk-3.1.4.gem) = 694f37636e29d53af4e99b52d4c075baa6b3e4f7821cd3eb3c63df5de411aa55 +SIZE (rubygem/webkit-gtk-3.1.4.gem) = 7168 From owner-svn-ports-all@freebsd.org Wed May 31 14:55:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0008AB7C36F; Wed, 31 May 2017 14:55: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 mx1.freebsd.org (Postfix) with ESMTPS id C0F7F7E384; Wed, 31 May 2017 14:55: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 v4VEttZt084805; Wed, 31 May 2017 14:55:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VEttLQ084804; Wed, 31 May 2017 14:55:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311455.v4VEttLQ084804@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, 31 May 2017 14:55:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442212 - head/x11/rubygem-gnome2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 14:55:57 -0000 Author: sunpoet Date: Wed May 31 14:55:55 2017 New Revision: 442212 URL: https://svnweb.freebsd.org/changeset/ports/442212 Log: Update to 3.1.4 Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Modified: head/x11/rubygem-gnome2/Makefile Modified: head/x11/rubygem-gnome2/Makefile ============================================================================== --- head/x11/rubygem-gnome2/Makefile Wed May 31 14:55:50 2017 (r442211) +++ head/x11/rubygem-gnome2/Makefile Wed May 31 14:55:55 2017 (r442212) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnome2 -PORTVERSION= 3.1.3 +PORTVERSION= 3.1.4 CATEGORIES= x11 gnome rubygems PKGNAMEPREFIX= rubygem- From owner-svn-ports-all@freebsd.org Wed May 31 15:03:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD94DB7C6BE; Wed, 31 May 2017 15:03:43 +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 mx1.freebsd.org (Postfix) with ESMTPS id 8C62B7F1F9; Wed, 31 May 2017 15:03:43 +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 v4VF3gM1088967; Wed, 31 May 2017 15:03:42 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VF3gPY088965; Wed, 31 May 2017 15:03:42 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201705311503.v4VF3gPY088965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 31 May 2017 15:03:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442213 - head/german/wordpress X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 15:03:43 -0000 Author: joneum Date: Wed May 31 15:03:42 2017 New Revision: 442213 URL: https://svnweb.freebsd.org/changeset/ports/442213 Log: - Fix checksum because of changes in the language files - Bump PORTREVISION Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10990 Modified: head/german/wordpress/Makefile head/german/wordpress/distinfo Modified: head/german/wordpress/Makefile ============================================================================== --- head/german/wordpress/Makefile Wed May 31 14:55:55 2017 (r442212) +++ head/german/wordpress/Makefile Wed May 31 15:03:42 2017 (r442213) @@ -3,6 +3,7 @@ PORTNAME= wordpress PORTVERSION= 4.7.5 +PORTREVISION= 1 DISTVERSIONSUFFIX= -de_DE CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ Modified: head/german/wordpress/distinfo ============================================================================== --- head/german/wordpress/distinfo Wed May 31 14:55:55 2017 (r442212) +++ head/german/wordpress/distinfo Wed May 31 15:03:42 2017 (r442213) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495394579 -SHA256 (wordpress-4.7.5-de_DE.tar.gz) = d783ccab832886eab80fcf8c1432f1208f3b99d1d61788118e5affb2fb75c8f5 -SIZE (wordpress-4.7.5-de_DE.tar.gz) = 8509552 +TIMESTAMP = 1496136092 +SHA256 (wordpress-4.7.5-de_DE.tar.gz) = 8e4de08dee98158aca07e8264b0fbf967a7a12e763bbd89f972f1da3469e46a1 +SIZE (wordpress-4.7.5-de_DE.tar.gz) = 8508344 From owner-svn-ports-all@freebsd.org Wed May 31 15:08:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E46F7B7C7C1; Wed, 31 May 2017 15:08:03 +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 mx1.freebsd.org (Postfix) with ESMTPS id B4D557F4A5; Wed, 31 May 2017 15:08:03 +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 v4VF82fs089482; Wed, 31 May 2017 15:08:02 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VF829w089480; Wed, 31 May 2017 15:08:02 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201705311508.v4VF829w089480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 31 May 2017 15:08:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442214 - head/net/pear-Net_Sieve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 15:08:04 -0000 Author: joneum Date: Wed May 31 15:08:02 2017 New Revision: 442214 URL: https://svnweb.freebsd.org/changeset/ports/442214 Log: - net/pear-Net_Sievie: Update from 1.4.0 to 1.4.1 - Changelog: * Use 8bit instead of latin1 for string length in bytes calculation * Extend listScripts() so it's possible to get an active script name in one go * Skip redundant CAPABILITY requests Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11002 Modified: head/net/pear-Net_Sieve/Makefile head/net/pear-Net_Sieve/distinfo Modified: head/net/pear-Net_Sieve/Makefile ============================================================================== --- head/net/pear-Net_Sieve/Makefile Wed May 31 15:03:42 2017 (r442213) +++ head/net/pear-Net_Sieve/Makefile Wed May 31 15:08:02 2017 (r442214) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net_Sieve -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= net www pear MAINTAINER= joneum@FreeBSD.org Modified: head/net/pear-Net_Sieve/distinfo ============================================================================== --- head/net/pear-Net_Sieve/distinfo Wed May 31 15:03:42 2017 (r442213) +++ head/net/pear-Net_Sieve/distinfo Wed May 31 15:08:02 2017 (r442214) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495627393 -SHA256 (PEAR/Net_Sieve-1.4.0.tgz) = 27a067ac7f9ac924774016eaa0daf0645b12ee81b4ed3e8f1f47328cdcb468bb -SIZE (PEAR/Net_Sieve-1.4.0.tgz) = 15374 +TIMESTAMP = 1496209603 +SHA256 (PEAR/Net_Sieve-1.4.1.tgz) = cc4a7c198c5b089b65157fceab1facb87abade310a5438cdebe102d74334e532 +SIZE (PEAR/Net_Sieve-1.4.1.tgz) = 15566 From owner-svn-ports-all@freebsd.org Wed May 31 15:10:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94B23B7C819; Wed, 31 May 2017 15:10: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 mx1.freebsd.org (Postfix) with ESMTPS id 654867F5EB; Wed, 31 May 2017 15:10:22 +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 v4VFALCF089742; Wed, 31 May 2017 15:10:21 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VFALh0089740; Wed, 31 May 2017 15:10:21 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201705311510.v4VFALh0089740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 31 May 2017 15:10:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442215 - head/archivers/pecl-lzf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 15:10:22 -0000 Author: joneum Date: Wed May 31 15:10:21 2017 New Revision: 442215 URL: https://svnweb.freebsd.org/changeset/ports/442215 Log: - archivers/pecl-lzf: Update from 1.6.5 to 1.6.6 - Add LICENSE_FILE - Changelog: update bundled liblzf to 3.6 Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11001 Modified: head/archivers/pecl-lzf/Makefile head/archivers/pecl-lzf/distinfo Modified: head/archivers/pecl-lzf/Makefile ============================================================================== --- head/archivers/pecl-lzf/Makefile Wed May 31 15:08:02 2017 (r442214) +++ head/archivers/pecl-lzf/Makefile Wed May 31 15:10:21 2017 (r442215) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzf -PORTVERSION= 1.6.5 +PORTVERSION= 1.6.6 CATEGORIES= archivers pear DISTNAME= ${PORTNAME:tu}-${PORTVERSION} @@ -10,6 +10,7 @@ MAINTAINER= joneum@FreeBSD.org COMMENT= Handles LZF de/compression LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl Modified: head/archivers/pecl-lzf/distinfo ============================================================================== --- head/archivers/pecl-lzf/distinfo Wed May 31 15:08:02 2017 (r442214) +++ head/archivers/pecl-lzf/distinfo Wed May 31 15:10:21 2017 (r442215) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470278689 -SHA256 (PECL/LZF-1.6.5.tgz) = dd116d12a3be985f42256650ce9a033fd3c4e8da4f2280c79fb9fd6a73199a4c -SIZE (PECL/LZF-1.6.5.tgz) = 16968 +TIMESTAMP = 1496208063 +SHA256 (PECL/LZF-1.6.6.tgz) = 2205f167bc423341b8b198592951f72e4f6c294cc10fe11d8504d829bac92063 +SIZE (PECL/LZF-1.6.6.tgz) = 17603 From owner-svn-ports-all@freebsd.org Wed May 31 15:10:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D149B7C82F; Wed, 31 May 2017 15:10: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 mx1.freebsd.org (Postfix) with ESMTPS id 55F657F607; Wed, 31 May 2017 15:10: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 v4VFAQ8f089888; Wed, 31 May 2017 15:10:26 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VFAQnT089884; Wed, 31 May 2017 15:10:26 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201705311510.v4VFAQnT089884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 31 May 2017 15:10:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442216 - head/lang/perl5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 15:10:27 -0000 Author: mat Date: Wed May 31 15:10:25 2017 New Revision: 442216 URL: https://svnweb.freebsd.org/changeset/ports/442216 Log: Update to v5.26.0-11-gf396248. (It already calls itself 5.27.0.) Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) head/lang/perl5-devel/pkg-plist (contents, props changed) head/lang/perl5-devel/version.mk Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Wed May 31 15:10:21 2017 (r442215) +++ head/lang/perl5-devel/Makefile Wed May 31 15:10:25 2017 (r442216) @@ -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.26.0-RC2-12-g433054b +GH_TAGNAME= v5.26.0-11-gf396248 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 Wed May 31 15:10:21 2017 (r442215) +++ head/lang/perl5-devel/distinfo Wed May 31 15:10:25 2017 (r442216) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496060061 -SHA256 (perl/Perl-perl5-v5.26.0-RC2-12-g433054b_GH0.tar.gz) = 400b62a74b6a892d8506218df3513af9643cecd1729ec2906b142a52de71d31d -SIZE (perl/Perl-perl5-v5.26.0-RC2-12-g433054b_GH0.tar.gz) = 18481754 +TIMESTAMP = 1496241580 +SHA256 (perl/Perl-perl5-v5.26.0-11-gf396248_GH0.tar.gz) = 29d46ebc6d5f29638c0ae6805d0d00c355613d53be863b2c43ee3efd9adc25c4 +SIZE (perl/Perl-perl5-v5.26.0-11-gf396248_GH0.tar.gz) = 18484589 Modified: head/lang/perl5-devel/pkg-plist ============================================================================== --- head/lang/perl5-devel/pkg-plist Wed May 31 15:10:21 2017 (r442215) +++ head/lang/perl5-devel/pkg-plist Wed May 31 15:10:25 2017 (r442216) @@ -970,6 +970,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%MAN1%%/perl5240delta.1.gz %%MAN1%%/perl5241delta.1.gz %%MAN1%%/perl5260delta.1.gz +%%MAN1%%/perl5270delta.1.gz %%MAN1%%/perl561delta.1.gz %%MAN1%%/perl56delta.1.gz %%MAN1%%/perl581delta.1.gz @@ -1748,6 +1749,7 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf %%PRIV_LIB%%/pod/perl5240delta.pod %%PRIV_LIB%%/pod/perl5241delta.pod %%PRIV_LIB%%/pod/perl5260delta.pod +%%PRIV_LIB%%/pod/perl5270delta.pod %%PRIV_LIB%%/pod/perl561delta.pod %%PRIV_LIB%%/pod/perl56delta.pod %%PRIV_LIB%%/pod/perl581delta.pod Modified: head/lang/perl5-devel/version.mk ============================================================================== --- head/lang/perl5-devel/version.mk Wed May 31 15:10:21 2017 (r442215) +++ head/lang/perl5-devel/version.mk Wed May 31 15:10:25 2017 (r442216) @@ -1,3 +1,2 @@ -PERL_VERSION= 5.26.0 -PERL_VER= 5.25 -PERL5_DEPEND= perl5>=5.25<5.26 +PERL_VERSION= 5.27.0 +PERL5_DEPEND= perl5>=5.27<5.28 From owner-svn-ports-all@freebsd.org Wed May 31 15:16:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B580B7CA4B; Wed, 31 May 2017 15:16:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11D947FBA4; Wed, 31 May 2017 15:16:50 +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 v4VFGnKG094228; Wed, 31 May 2017 15:16:49 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VFGnPo094226; Wed, 31 May 2017 15:16:49 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705311516.v4VFGnPo094226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 31 May 2017 15:16:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442217 - in branches/2017Q2: devel/git www/mediawiki123 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 15:16:50 -0000 Author: feld Date: Wed May 31 15:16:48 2017 New Revision: 442217 URL: https://svnweb.freebsd.org/changeset/ports/442217 Log: MFH: r439139 - Fix shebangs Approved by: ports-secteam (with hat) Modified: branches/2017Q2/devel/git/Makefile branches/2017Q2/www/mediawiki123/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/devel/git/Makefile ============================================================================== --- branches/2017Q2/devel/git/Makefile Wed May 31 15:10:25 2017 (r442216) +++ branches/2017Q2/devel/git/Makefile Wed May 31 15:16:48 2017 (r442217) @@ -3,6 +3,7 @@ PORTNAME= git DISTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -32,7 +33,15 @@ MAKE_ENV+= V=1 USE_RC_SUBR= git_daemon SHEBANG_FILES= *.perl */*.perl */*/*.perl */*.pl */*/*.pl */*/*/*.pl \ t/*/*/pre t/*/*/post t/Git-SVN/Utils/*.t \ + git-p4.py \ + contrib/hg-to-git/hg-to-git.py \ contrib/hooks/update-paranoid \ + contrib/hooks/multimail/post-receive.example \ + contrib/hooks/multimail/git_multimail.py \ + contrib/hooks/multimail/migrate-mailhook-config \ + contrib/fast-import/import-zips.py \ + contrib/remote-helpers/git-remote-bzr \ + contrib/remote-helpers/git-remote-hg \ contrib/credential/netrc/git-credential-netrc \ contrib/diff-highlight/diff-highlight \ contrib/buildsystems/generate contrib/contacts/git-contacts \ Modified: branches/2017Q2/www/mediawiki123/Makefile ============================================================================== --- branches/2017Q2/www/mediawiki123/Makefile Wed May 31 15:10:25 2017 (r442216) +++ branches/2017Q2/www/mediawiki123/Makefile Wed May 31 15:16:48 2017 (r442217) @@ -3,6 +3,7 @@ PORTNAME= mediawiki PORTVERSION= 1.23.17 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 123 @@ -14,9 +15,10 @@ LICENSE= GPLv2 CONFLICTS= mediawiki12[678]-[0-9]* -USES= shebangfix +USES= python:run shebangfix SHEBANG_FILES= maintenance/dev/*.sh \ - maintenance/hiphop/run-server + maintenance/hiphop/run-server \ + maintenance/language/zhtable/Makefile.py SHEBANG_LANG= hhvm hhvm_OLD_CMD= /usr/bin/hhvm hhvm_CMD= ${LOCALBASE}/bin/hhvm # not installed by anything yet From owner-svn-ports-all@freebsd.org Wed May 31 15:17:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2032FB7CA95; Wed, 31 May 2017 15:17:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF4C47FC95; Wed, 31 May 2017 15:17:44 +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 v4VFHigB094443; Wed, 31 May 2017 15:17:44 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VFHhXQ094439; Wed, 31 May 2017 15:17:43 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705311517.v4VFHhXQ094439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 31 May 2017 15:17:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442218 - branches/2017Q2/devel/git X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 15:17:45 -0000 Author: feld Date: Wed May 31 15:17:43 2017 New Revision: 442218 URL: https://svnweb.freebsd.org/changeset/ports/442218 Log: MFH: r440558 devel/git: Update to 2.13.0 Security: CVE-2017-8386 Sponsored by: Rubicon Communications (Netgate) Approved by: ports-secteam (with hat) Modified: branches/2017Q2/devel/git/Makefile branches/2017Q2/devel/git/distinfo branches/2017Q2/devel/git/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/devel/git/Makefile ============================================================================== --- branches/2017Q2/devel/git/Makefile Wed May 31 15:16:48 2017 (r442217) +++ branches/2017Q2/devel/git/Makefile Wed May 31 15:17:43 2017 (r442218) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= git -DISTVERSION= 2.12.1 -PORTREVISION= 1 +DISTVERSION= 2.13.0 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ Modified: branches/2017Q2/devel/git/distinfo ============================================================================== --- branches/2017Q2/devel/git/distinfo Wed May 31 15:16:48 2017 (r442217) +++ branches/2017Q2/devel/git/distinfo Wed May 31 15:17:43 2017 (r442218) @@ -1,7 +1,7 @@ -TIMESTAMP = 1490090877 -SHA256 (git-2.12.1.tar.xz) = db11674364b764e101966d829a2e271c9b9d2a8bd4d8ecb4221a1dcdc9a3ada2 -SIZE (git-2.12.1.tar.xz) = 4271828 -SHA256 (git-manpages-2.12.1.tar.xz) = fbf5c34dde4385b04a0266444cda6834a97e6a589fc0a510c220da87f3d2a0ce -SIZE (git-manpages-2.12.1.tar.xz) = 402644 -SHA256 (git-htmldocs-2.12.1.tar.xz) = 10598f2f2693e066b58e8d269c3d682595a99340f29e8e7a66dda5e226fd181e -SIZE (git-htmldocs-2.12.1.tar.xz) = 1091792 +TIMESTAMP = 1494416223 +SHA256 (git-2.13.0.tar.xz) = 4bbf2ab6f2341253a38f95306ec7936833eb1c42572da5c1fa61f0abb2191258 +SIZE (git-2.13.0.tar.xz) = 4744388 +SHA256 (git-manpages-2.13.0.tar.xz) = 8414f9c62e2b099cd0ea2ca22c55fb6538b13fc7a3ed1508fb9881aae42a97c9 +SIZE (git-manpages-2.13.0.tar.xz) = 407460 +SHA256 (git-htmldocs-2.13.0.tar.xz) = d5ddfb8eedd5a53c0e46e183ed1513dbdd4f5d5e7ef6624040ba0b7381221e3a +SIZE (git-htmldocs-2.13.0.tar.xz) = 1107480 Modified: branches/2017Q2/devel/git/pkg-plist ============================================================================== --- branches/2017Q2/devel/git/pkg-plist Wed May 31 15:16:48 2017 (r442217) +++ branches/2017Q2/devel/git/pkg-plist Wed May 31 15:17:43 2017 (r442218) @@ -129,6 +129,7 @@ libexec/git-core/git-quiltimport libexec/git-core/git-read-tree libexec/git-core/git-rebase libexec/git-core/git-rebase--am +libexec/git-core/git-rebase--helper libexec/git-core/git-rebase--interactive libexec/git-core/git-rebase--merge libexec/git-core/git-receive-pack @@ -627,8 +628,12 @@ man/man7/gitworkflows.7.gz %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.10.3.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.11.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.11.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.11.2.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.12.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.12.1.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.12.2.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.12.3.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.13.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.2.2.txt @@ -648,6 +653,7 @@ man/man7/gitworkflows.7.gz %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.10.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.11.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.12.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.2.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.3.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.4.4.txt @@ -662,6 +668,7 @@ man/man7/gitworkflows.7.gz %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.5.3.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.5.4.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.5.5.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.5.6.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.2.txt @@ -669,16 +676,19 @@ man/man7/gitworkflows.7.gz %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.4.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.5.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.6.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.6.7.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.2.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.3.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.7.5.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.2.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.3.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.4.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.8.5.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.9.0.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.9.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.9.2.txt @@ -1130,6 +1140,8 @@ man/man7/gitworkflows.7.gz %%HTMLDOCS%%%%DOCSDIR%%/technical/api-merge.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-object-access.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-object-access.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-oid-array.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-oid-array.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-parse-options.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-parse-options.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-quote.html @@ -1144,8 +1156,6 @@ man/man7/gitworkflows.7.gz %%HTMLDOCS%%%%DOCSDIR%%/technical/api-run-command.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-setup.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-setup.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sha1-array.html -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-sha1-array.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-sigchain.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-sigchain.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-string-list.html From owner-svn-ports-all@freebsd.org Wed May 31 15:18:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D346B7CAD8; Wed, 31 May 2017 15:18:39 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D81B7FEF5; Wed, 31 May 2017 15:18:39 +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 v4VFIcQE094643; Wed, 31 May 2017 15:18:38 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VFIc4F094640; Wed, 31 May 2017 15:18:38 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705311518.v4VFIc4F094640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 31 May 2017 15:18:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442219 - branches/2017Q2/devel/git-cinnabar X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 15:18:39 -0000 Author: feld Date: Wed May 31 15:18:38 2017 New Revision: 442219 URL: https://svnweb.freebsd.org/changeset/ports/442219 Log: MFH: r440564 devel/git-cinnabar: update to 0.4.0.13 to unbreak with git 2.13 ../cinnabar-helper.c:859:4: warning: implicit declaration of function 'sha1_array_append' is invalid in C99 [-Wimplicit-function-declaration] sha1_array_append(array, sha1); ^ ../cinnabar-helper.c:866:20: error: variable has incomplete type 'struct sha1_array' struct sha1_array nodes = SHA1_ARRAY_INIT; ^ Changes: https://github.com/glandium/git-cinnabar/compare/cd0e1bb...a93db61 Approved by: ports-secteam (with hat) Modified: branches/2017Q2/devel/git-cinnabar/Makefile branches/2017Q2/devel/git-cinnabar/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/devel/git-cinnabar/Makefile ============================================================================== --- branches/2017Q2/devel/git-cinnabar/Makefile Wed May 31 15:17:43 2017 (r442218) +++ branches/2017Q2/devel/git-cinnabar/Makefile Wed May 31 15:18:38 2017 (r442219) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= git-cinnabar -DISTVERSION= 0.4.0-5 -DISTVERSIONSUFFIX= -gb07881f +DISTVERSION= 0.4.0-13 +DISTVERSIONSUFFIX= -ga93db61 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: branches/2017Q2/devel/git-cinnabar/distinfo ============================================================================== --- branches/2017Q2/devel/git-cinnabar/distinfo Wed May 31 15:17:43 2017 (r442218) +++ branches/2017Q2/devel/git-cinnabar/distinfo Wed May 31 15:18:38 2017 (r442219) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488356456 -SHA256 (glandium-git-cinnabar-0.4.0-5-gb07881f_GH0.tar.gz) = 8e08a6795ca8fe22666c5e5b3fd1410d2d90256a4130e1590f5b2c67d07e5f58 -SIZE (glandium-git-cinnabar-0.4.0-5-gb07881f_GH0.tar.gz) = 90682 +TIMESTAMP = 1494425108 +SHA256 (glandium-git-cinnabar-0.4.0-13-ga93db61_GH0.tar.gz) = b9411b30ce5288d1a91b060c8afd4976668fd999f9b86bbbea9693014c5106b2 +SIZE (glandium-git-cinnabar-0.4.0-13-ga93db61_GH0.tar.gz) = 91138 From owner-svn-ports-all@freebsd.org Wed May 31 15:20:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05523B7CB34; Wed, 31 May 2017 15:20:18 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C685180029; Wed, 31 May 2017 15:20:17 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VFKGHL094887; Wed, 31 May 2017 15:20:16 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VFKGdW094883; Wed, 31 May 2017 15:20:16 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201705311520.v4VFKGdW094883@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Wed, 31 May 2017 15:20:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442220 - in head/sysutils: . py-gmailfs-fuse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 15:20:18 -0000 Author: mmokhi Date: Wed May 31 15:20:16 2017 New Revision: 442220 URL: https://svnweb.freebsd.org/changeset/ports/442220 Log: sysutils/py-gmailfs-fuse: Add port to tree gmailfs-fuse is a FUSE filesystem that mounts your gmail storage like a local filesystem for use. Reviewed by: koobs (python team), mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10929 Added: head/sysutils/py-gmailfs-fuse/ head/sysutils/py-gmailfs-fuse/Makefile (contents, props changed) head/sysutils/py-gmailfs-fuse/distinfo (contents, props changed) head/sysutils/py-gmailfs-fuse/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed May 31 15:18:38 2017 (r442219) +++ head/sysutils/Makefile Wed May 31 15:20:16 2017 (r442220) @@ -866,6 +866,7 @@ SUBDIR += py-filelike SUBDIR += py-freenas.cli SUBDIR += py-glances + SUBDIR += py-gmailfs-fuse SUBDIR += py-halite SUBDIR += py-honcho SUBDIR += py-iocage Added: head/sysutils/py-gmailfs-fuse/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-gmailfs-fuse/Makefile Wed May 31 15:20:16 2017 (r442220) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= gmailfs-fuse +PORTVERSION= 0.8.6 +CATEGORIES= sysutils +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= mmokhi@FreeBSD.org +COMMENT= Use an IMAP server (like gmail) as normal storage + +LICENSE= GPLv2 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fusefs>=0.2:devel/py-fusefs + +USES= fuse python:2.7 +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Added: head/sysutils/py-gmailfs-fuse/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-gmailfs-fuse/distinfo Wed May 31 15:20:16 2017 (r442220) @@ -0,0 +1,3 @@ +TIMESTAMP = 1496242630 +SHA256 (gmailfs-fuse-0.8.6.tar.gz) = 58311a71ae1d60688cd1a0d212c7ad48942321af1261119ffcd31f7995629a06 +SIZE (gmailfs-fuse-0.8.6.tar.gz) = 23906 Added: head/sysutils/py-gmailfs-fuse/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-gmailfs-fuse/pkg-descr Wed May 31 15:20:16 2017 (r442220) @@ -0,0 +1,4 @@ +FUSE-based filesystem for using an IMAP server (like gmail) +as normal storage like a hard disk. + +WWW: http://sr71.net/projects/gmailfs/ From owner-svn-ports-all@freebsd.org Wed May 31 15:30:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 313ACB7CCC4; Wed, 31 May 2017 15:30:04 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E83258043C; Wed, 31 May 2017 15:30:03 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VFU3Pc098892; Wed, 31 May 2017 15:30:03 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VFU2LT098890; Wed, 31 May 2017 15:30:02 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705311530.v4VFU2LT098890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 31 May 2017 15:30:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442221 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 15:30:04 -0000 Author: feld Date: Wed May 31 15:30:02 2017 New Revision: 442221 URL: https://svnweb.freebsd.org/changeset/ports/442221 Log: Document heimdal vulnerability PR: 219657 Security: CVE-2017-6594 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed May 31 15:20:16 2017 (r442220) +++ head/security/vuxml/vuln.xml Wed May 31 15:30:02 2017 (r442221) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + heimdal -- bypass of capath policy + + + heimdal + 7.3.0 + + + + +

    Viktor Dukhovni reports:

    +
    +

    Commit f469fc6 (2010-10-02) inadvertently caused the + previous hop realm to not be added to the transit path of issued + tickets. This may, in some cases, enable bypass of capath policy in + Heimdal versions 1.5 through 7.2. Note, this may break sites that rely + on the bug. With the bug some incomplete [capaths] worked, that should + not have. These may now break authentication in some cross-realm + configurations. (CVE-2017-6594)

    +
    + +
    + + CVE-2017-6594 + ports/219657 + + + 2017-04-13 + 2017-05-31 + +
    + FreeBSD -- ipfilter(4) fragment handling panic From owner-svn-ports-all@freebsd.org Wed May 31 16:38:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35FB3B7E0FF; Wed, 31 May 2017 16:38:23 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0738A8292E; Wed, 31 May 2017 16:38:22 +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 v4VGcM3H027498; Wed, 31 May 2017 16:38:22 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VGcLB7027495; Wed, 31 May 2017 16:38:21 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705311638.v4VGcLB7027495@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, 31 May 2017 16:38:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442222 - in head/devel/bazel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 16:38:23 -0000 Author: cpm Date: Wed May 31 16:38:21 2017 New Revision: 442222 URL: https://svnweb.freebsd.org/changeset/ports/442222 Log: devel/bazel: update to 0.5.0 Changes: https://github.com/bazelbuild/bazel/releases/tag/0.5.0 While there, also set SOURCE_DATE_EPOCH for the build, unless set already, to the timestamp in distinfo, to obtain a reproducible binary with a meaningful timestamp. PR: 219575 Submitted by: Klaus Aehlig (maintainer) Added: head/devel/bazel/files/patch-src_main_java_com_google_devtools_build_lib_bazel_rules_python_stub__template.txt (contents, props changed) Modified: head/devel/bazel/Makefile head/devel/bazel/distinfo Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Wed May 31 15:30:02 2017 (r442221) +++ head/devel/bazel/Makefile Wed May 31 16:38:21 2017 (r442222) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -PORTVERSION= 0.4.5 +PORTVERSION= 0.5.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -11,7 +11,7 @@ MAINTAINER= aehlig@linta.de COMMENT= Fast and correct build system LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash \ zip:archivers/zip @@ -21,7 +21,7 @@ BROKEN_armv6= fails to package: cp: bazel: No such fi # In bazel, a release is always code-wise identical to the final release candidate. # Hence we can also download that one and so have a simple way to also test earlier release # candidates. -FINALRC= 7 +FINALRC= 9 NO_WRKSUBDIR= YES USES= shebangfix zip @@ -43,10 +43,15 @@ post-patch: do-build: @${MKDIR} ${WRKDIR}/bazel_tmp - (cd ${WRKSRC} && \ + (if [ -z "$${SOURCE_DATE_EPOCH}" ] ; \ + then SOURCE_DATE_EPOCH=`grep TIMESTAMP ${DISTINFO_FILE} \ + | ${SED} -e 's/[^0-9]//g'`; \ + fi ; \ + cd ${WRKSRC} && \ ${SETENV} BAZEL_SH=${LOCALBASE}/bin/bash \ TMPDIR=${WRKDIR}/bazel_tmp \ EMBED_LABEL='${PORTVERSION}' \ + SOURCE_DATE_EPOCH=$${SOURCE_DATE_EPOCH} \ ${LOCALBASE}/bin/bash ./compile.sh) do-install: Modified: head/devel/bazel/distinfo ============================================================================== --- head/devel/bazel/distinfo Wed May 31 15:30:02 2017 (r442221) +++ head/devel/bazel/distinfo Wed May 31 16:38:21 2017 (r442222) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489492711 -SHA256 (bazel-0.4.5rc7-dist.zip) = 493ac443013be7355a99ff226344b30723fbf53ef90ff1f34ea5c86f544b8658 -SIZE (bazel-0.4.5rc7-dist.zip) = 101503270 +TIMESTAMP = 1495581096 +SHA256 (bazel-0.5.0rc9-dist.zip) = b2b2f2e399cd341d91d27f3df0f9862ef0c4c51cc256fd2bda6ca93c0f00e27f +SIZE (bazel-0.5.0rc9-dist.zip) = 98166774 Added: head/devel/bazel/files/patch-src_main_java_com_google_devtools_build_lib_bazel_rules_python_stub__template.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bazel/files/patch-src_main_java_com_google_devtools_build_lib_bazel_rules_python_stub__template.txt Wed May 31 16:38:21 2017 (r442222) @@ -0,0 +1,11 @@ +--- src/main/java/com/google/devtools/build/lib/bazel/rules/python/stub_template.txt.orig 2017-03-31 21:28:24 UTC ++++ src/main/java/com/google/devtools/build/lib/bazel/rules/python/stub_template.txt +@@ -32,7 +32,7 @@ if IsWindows() and not PYTHON_BINARY.end + + # Find a file in a given search path. + def SearchPath(name): +- search_path = os.getenv('PATH', os.defpath).split(os.pathsep) ++ search_path = os.getenv('PATH', os.defpath + ":/usr/local/bin").split(os.pathsep) + for directory in search_path: + if directory == '': continue + path = os.path.join(directory, name) From owner-svn-ports-all@freebsd.org Wed May 31 16:38:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E302B7E129; Wed, 31 May 2017 16:38:35 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from edna.lautre.net (edna.lautre.net [80.67.160.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lautre.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E51C829C8; Wed, 31 May 2017 16:38:34 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by edna.lautre.net (Postfix) with ESMTPSA id CE86911CD25; Wed, 31 May 2017 18:32:55 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id A07732A6B31; Wed, 31 May 2017 18:32:55 +0200 (CEST) Date: Wed, 31 May 2017 18:32:55 +0200 From: Thierry Thomas To: Koop Mast Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442154 - in head/misc: . unicode-ucd Message-ID: <20170531163255.GH96830@graf.pompo.net> Mail-Followup-To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705311259.v4VCx8Ci028048@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mrJd9p1Ce66CJMxE" Content-Disposition: inline In-Reply-To: <201705311259.v4VCx8Ci028048@repo.freebsd.org> X-Operating-System: FreeBSD 11.0-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 16:38:35 -0000 --mrJd9p1Ce66CJMxE Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le mer. 31 mai 17 =E0 14:59:08 +0200, Koop Mast =E9crivait=A0: > Author: kwm > Date: Wed May 31 12:59:08 2017 > New Revision: 442154 > URL: https://svnweb.freebsd.org/changeset/ports/442154 >=20 > Log: > Add unicode-ucd. > =20 > The Unicode Character Database (UCD) consists of a number of data files > listing Unicode character properties and related data. It also includes > data files containing test data for conformance to several important > Unicode algorithms. > =20 > Also contains the data files for the Unified Han database of > Hanzi/Kanji/Hanja Chinese characters. >=20 > Added: > head/misc/unicode-ucd/ > head/misc/unicode-ucd/Makefile (contents, props changed) > head/misc/unicode-ucd/distinfo (contents, props changed) > head/misc/unicode-ucd/pkg-descr (contents, props changed) > head/misc/unicode-ucd/pkg-plist (contents, props changed) It looks like a duplicate of textproc/UCD (UCD-9.0.0). --=20 Th. Thomas. --mrJd9p1Ce66CJMxE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJZLvA3XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFNTM2QkU4NTM4NTM5OUQwMEI2RkFBNzZG MUM1MTZCM0M4MzU5NzUzAAoJEPHFFrPINZdTuIwP/jKv4ZCGV7gWw+CxR7bu3112 PtMAuzUrAzm9m+97buLoZh12n82SZGXR1NpG42UnPcCUfNrIiOfD8v9U/TmgB6Y2 fO8a4YMIc6TEL/GeClHnwr33xEk4Eu+uCZQAMmvuYyJEV0Kp3WGl8WOEKnFMy49n XDG3MPeWFfWm8/ebMDtTO2o2gRqHrv+HEJ5ILJQ0Ti+YRbS/leUmZ6d5sard441/ aDGh8WJxPyMyCT6UgTkhGeC0qkLE58WnUZ8OFkKVc7LR3IxAkrKaocJIQHGzMNer DdCgF0qFO/ebh9JV9gPYu5F5dCGKYIvqmVeJnu4tWa4vpWP5p9B5oB9EnmmEXW+K Iz5EwurFVupVFLiUajEhF6NUqlfT5EqwpGf95PC718mNoyw8ZdhJXQ+rsExfEi1x 4HZjqL8BYiOsZlvm2YzfLQ04vqxpjDtCu1tldBnda2H0cdtjJg6leSy8lp+qbsZl jYXXwfgPDab06Apreiu0KQlogvjQZz2hDNtoU891CEBMz442A/xJwHE8eCQJfW85 pDqkZBJi7+3kQN5g+7gkhLxwdBvYAnbefMi38lu3OIM4VYFXE2FibHdZBa/WzGbY aRgFadluTMhLjsDgp6ywngThtduAqVDW0J6PT6nKFOfLBN2uFWVifkknZukO0OuK Ouf57UN3sH22yAvUOIMF =zlMu -----END PGP SIGNATURE----- --mrJd9p1Ce66CJMxE-- From owner-svn-ports-all@freebsd.org Wed May 31 16:53:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BD07B7E57D; Wed, 31 May 2017 16:53:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B11A18321A; Wed, 31 May 2017 16:53:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VGr3hY035518; Wed, 31 May 2017 16:53:03 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VGr3C0035513; Wed, 31 May 2017 16:53:03 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201705311653.v4VGr3C0035513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 31 May 2017 16:53:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442223 - in head/www/grafana4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 16:53:05 -0000 Author: swills Date: Wed May 31 16:53:03 2017 New Revision: 442223 URL: https://svnweb.freebsd.org/changeset/ports/442223 Log: www/grafana4: update and fix bugs * Update to 4.3.2 [1] * Fix paths not to include the major version to fix plugin install and keep things uniform [2] * Correct boot.js seems to be used now [3] PR: 219639 [1] PR: 218010 [2] PR: 219131 [3] Submitted by: farrokhi [1] Reported by: Borja Marcos [2] Reported by: Ari Suutari [3] Added: head/www/grafana4/files/grafana.conf.in - copied unchanged from r442222, head/www/grafana4/files/grafana4.conf.in head/www/grafana4/files/grafana.in - copied, changed from r442222, head/www/grafana4/files/grafana4.in Deleted: head/www/grafana4/files/grafana4.conf.in head/www/grafana4/files/grafana4.in Modified: head/www/grafana4/Makefile head/www/grafana4/distinfo head/www/grafana4/pkg-plist Modified: head/www/grafana4/Makefile ============================================================================== --- head/www/grafana4/Makefile Wed May 31 16:38:21 2017 (r442222) +++ head/www/grafana4/Makefile Wed May 31 16:53:03 2017 (r442223) @@ -1,12 +1,13 @@ # $FreeBSD$ PORTNAME= grafana -PORTVERSION= 4.2.0 +PORTVERSION= 4.3.2 DISTVERSIONPREFIX= v CATEGORIES= www -MASTER_SITES+= https://s3-us-west-2.amazonaws.com/:public +MASTER_SITES+= https://s3-us-west-2.amazonaws.com/grafana-releases/release/:public PKGNAMESUFFIX= ${PORTVERSION:C/([0-9]).*/\1/1} -DISTFILES= grafana-releases/release/grafana-${PORTVERSION}.linux-x64${EXTRACT_SUFX}:public +DISTFILES= grafana-${PORTVERSION}.linux-x64${EXTRACT_SUFX}:public +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= swills@FreeBSD.org COMMENT= Dashboard and graph editor for Graphite, InfluxDB & OpenTSDB @@ -17,13 +18,13 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go ONLY_FOR_ARCHS= i386 amd64 -USE_RC_SUBR= grafana4 +USE_RC_SUBR= grafana USES= compiler -PLIST_SUB= PORTVERSION_MAJOR="${PORTVERSION:C/([0-9]).*/\1/1}" - USE_GITHUB= yes +GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME} +TAG= 349f3eb GRAFANA_USER?= grafana GRAFANA_GROUP?= grafana @@ -32,13 +33,13 @@ USERS= ${GRAFANA_USER} GROUPS= ${GRAFANA_GROUP} GRAFANAHOMEDIR= ${PREFIX}/share/grafana/ -GRAFANADATADIR= /var/db/${PKGBASE}/ -GRAFANALOGDIR= /var/log/${PKGBASE}/ -GRAFANAPIDDIR= /var/run/${PKGBASE}/ -GRAFANAPLUGINDIR= /var/db/${PKGBASE}/plugins -GRAFANADASHBOARDDIR= /var/db/${PKGBASE}/dashboards +GRAFANADATADIR= /var/db/${PORTNAME}/ +GRAFANALOGDIR= /var/log/${PORTNAME}/ +GRAFANAPIDDIR= /var/run/${PORTNAME}/ +GRAFANAPLUGINDIR= /var/db/${PORTNAME}/plugins +GRAFANADASHBOARDDIR= /var/db/${PORTNAME}/dashboards -SUB_FILES= grafana4 grafana4.conf +SUB_FILES= grafana grafana.conf SUB_LIST+= GRAFANA_USER=${GRAFANA_USER} \ GRAFANA_GROUP=${GRAFANA_GROUP} \ GRAFANADATADIR=${GRAFANADATADIR} \ @@ -51,21 +52,12 @@ SUB_LIST+= GRAFANA_USER=${GRAFANA_USER} \ PLIST_SUB+= GRAFANAHOMEDIR=${GRAFANAHOMEDIR} post-extract: - @${MV} ${WRKSRC}/vendor/ ${WRKSRC}/src/ - @${MKDIR} ${WRKSRC}/src/github.com/grafana/grafana -.for src in CHANGELOG.md Gruntfile.js LICENSE.md Makefile NOTICE.md README.md \ - bower.json build.go circle.yml conf docker docs emails examples \ - karma.conf.js latest.json package.json packaging pkg scripts tasks \ - tests tsconfig.json tslint.json yarn.lock - @${MV} ${WRKSRC}/${src} \ - ${WRKSRC}/src/github.com/grafana/grafana -.endfor - ${RM} -r ${WRKSRC}/src/github.com/grafana/grafana/public - ${MV} ${WRKDIR}/grafana-${PORTVERSION}/public ${WRKSRC}/src/github.com/grafana/grafana/public + @${RM} -r ${WRKSRC}/src/github.com/grafana/grafana/public + @(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/grafana-${PORTVERSION}.linux-x64${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS} grafana-${PORTVERSION}/public) do-build: - cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/grafana; \ - ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go run build.go build + @cd ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME} ; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -ldflags "-w -X main.version=${PORTVERSION} -X main.commit=${TAG}" -o ./bin/grafana-server ./pkg/cmd/grafana-server + @cd ${WRKSRC}/src/github.com/${PORTNAME}/${PORTNAME} ; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -ldflags "-w -X main.version=${PORTVERSION} -X main.commit=${TAG}" -o ./bin/grafana-cli ./pkg/cmd/grafana-cli do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/grafana/grafana/bin/grafana-server \ @@ -85,7 +77,7 @@ do-install: ${MKDIR} ${STAGEDIR}${GRAFANAHOMEDIR}/data/log ${INSTALL_DATA} ${WRKSRC}/src/github.com/grafana/grafana/conf/defaults.ini \ ${STAGEDIR}${GRAFANAHOMEDIR}/conf/defaults.ini - ${INSTALL_DATA} ${WRKDIR}/grafana4.conf ${STAGEDIR}${PREFIX}/etc/grafana4.conf.sample + ${INSTALL_DATA} ${WRKDIR}/grafana.conf ${STAGEDIR}${PREFIX}/etc/grafana.conf.sample .include Modified: head/www/grafana4/distinfo ============================================================================== --- head/www/grafana4/distinfo Wed May 31 16:38:21 2017 (r442222) +++ head/www/grafana4/distinfo Wed May 31 16:53:03 2017 (r442223) @@ -1,5 +1,5 @@ -TIMESTAMP = 1491660293 -SHA256 (grafana-releases/release/grafana-4.2.0.linux-x64.tar.gz) = e9927baaaf6cbcab64892dedd11ccf509e4edea54670db4250b9e7568466ec61 -SIZE (grafana-releases/release/grafana-4.2.0.linux-x64.tar.gz) = 45741731 -SHA256 (grafana-grafana-v4.2.0_GH0.tar.gz) = 87c9f123b2511dd57a6ff14c7b67dc3def678eefd9d22fd27e8fbb907a8e076a -SIZE (grafana-grafana-v4.2.0_GH0.tar.gz) = 8463603 +TIMESTAMP = 1496234916 +SHA256 (grafana-4.3.2.linux-x64.tar.gz) = 0c835229d1dcba43cbb79014ef0782edbd7b58d156a6aa2886a07bb52232666e +SIZE (grafana-4.3.2.linux-x64.tar.gz) = 47036583 +SHA256 (grafana-grafana-v4.3.2_GH0.tar.gz) = 02753931d9abb5d94e0695fdb44f5ede0a537cad57a7d60f44125056c04129ab +SIZE (grafana-grafana-v4.3.2_GH0.tar.gz) = 9017723 Copied: head/www/grafana4/files/grafana.conf.in (from r442222, head/www/grafana4/files/grafana4.conf.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/grafana4/files/grafana.conf.in Wed May 31 16:53:03 2017 (r442223, copy of r442222, head/www/grafana4/files/grafana4.conf.in) @@ -0,0 +1,270 @@ +##################### Grafana Configuration Example ##################### +# +# Everything has defaults so you only need to uncomment things you want to +# change + +# possible values : production, development +; app_mode = production + +#################################### Paths #################################### +[paths] +# Path to where grafana can store temp files, sessions, and the sqlite3 db (if that is used) +# +data = %%GRAFANADATADIR%% +# +# Directory where grafana can store logs +# +logs = %%GRAFANALOGDIR%% +# +# Directory where grafana will automatically scan and look for plugins +# +plugins = %%GRAFANAPLUGINDIR%% + +# +#################################### Server #################################### +[server] +# Protocol (http or https) +;protocol = http + +# The ip address to bind to, empty will bind to all interfaces +;http_addr = + +# The http port to use +;http_port = 3000 + +# The public facing domain name used to access grafana from a browser +;domain = localhost + +# Redirect to correct domain if host header does not match domain +# Prevents DNS rebinding attacks +;enforce_domain = false + +# The full public facing url +;root_url = %(protocol)s://%(domain)s:%(http_port)s/ + +# Log web requests +;router_logging = false + +# the path relative working path +static_root_path = public + +# enable gzip +;enable_gzip = false + +# https certs & key file +;cert_file = +;cert_key = + +#################################### Database #################################### +[database] +# Either "mysql", "postgres" or "sqlite3", it's your choice +;type = sqlite3 +;host = 127.0.0.1:3306 +;name = grafana +;user = root +;password = + +# For "postgres" only, either "disable", "require" or "verify-full" +;ssl_mode = disable + +# For "sqlite3" only, path relative to data_path setting +;path = grafana.db + +#################################### Session #################################### +[session] +# Either "memory", "file", "redis", "mysql", "postgres", default is "file" +;provider = file + +# Provider config options +# memory: not have any config yet +# file: session dir path, is relative to grafana data_path +# redis: config like redis server e.g. `addr=127.0.0.1:6379,pool_size=100,db=grafana` +# mysql: go-sql-driver/mysql dsn config string, e.g. `user:password@tcp(127.0.0.1:3306)/database_name` +# postgres: user=a password=b host=localhost port=5432 dbname=c sslmode=disable +;provider_config = sessions + +# Session cookie name +;cookie_name = grafana_sess + +# If you use session in https only, default is false +;cookie_secure = false + +# Session life time, default is 86400 +;session_life_time = 86400 + +#################################### Analytics #################################### +[analytics] +# Server reporting, sends usage counters to stats.grafana.org every 24 hours. +# No ip addresses are being tracked, only simple counters to track +# running instances, dashboard and error counts. It is very helpful to us. +# Change this option to false to disable reporting. +;reporting_enabled = true + +# Set to false to disable all checks to https://grafana.net +# for new vesions (grafana itself and plugins), check is used +# in some UI views to notify that grafana or plugin update exists +# This option does not cause any auto updates, nor send any information +# only a GET request to http://grafana.net to get latest versions +check_for_updates = true + +# Google Analytics universal tracking code, only enabled if you specify an id here +;google_analytics_ua_id = + +#################################### Security #################################### +[security] +# default admin user, created on startup +;admin_user = admin + +# default admin password, can be changed before first start of grafana, or in profile settings +;admin_password = admin + +# used for signing +;secret_key = SW2YcwTIb9zpOOhoPsMm + +# Auto-login remember days +;login_remember_days = 7 +;cookie_username = grafana_user +;cookie_remember_name = grafana_remember + +# disable gravatar profile images +;disable_gravatar = false + +# data source proxy whitelist (ip_or_domain:port seperated by spaces) +;data_source_proxy_whitelist = + +[snapshots] +# snapshot sharing options +;external_enabled = true +;external_snapshot_url = https://snapshots-origin.raintank.io +;external_snapshot_name = Publish to snapshot.raintank.io + +#################################### Users #################################### +[users] +# disable user signup / registration +;allow_sign_up = true + +# Allow non admin users to create organizations +;allow_org_create = true + +# Set to true to automatically assign new users to the default organization (id 1) +;auto_assign_org = true + +# Default role new users will be automatically assigned (if disabled above is set to true) +;auto_assign_org_role = Viewer + +# Background text for the user field on the login page +;login_hint = email or username + +#################################### Anonymous Auth ########################## +[auth.anonymous] +# enable anonymous access +;enabled = false + +# specify organization name that should be used for unauthenticated users +;org_name = Main Org. + +# specify role for unauthenticated users +;org_role = Viewer + +#################################### Github Auth ########################## +[auth.github] +;enabled = false +;allow_sign_up = false +;client_id = some_id +;client_secret = some_secret +;scopes = user:email,read:org +;auth_url = https://github.com/login/oauth/authorize +;token_url = https://github.com/login/oauth/access_token +;api_url = https://api.github.com/user +;team_ids = +;allowed_organizations = + +#################################### Google Auth ########################## +[auth.google] +;enabled = false +;allow_sign_up = false +;client_id = some_client_id +;client_secret = some_client_secret +;scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email +;auth_url = https://accounts.google.com/o/oauth2/auth +;token_url = https://accounts.google.com/o/oauth2/token +;api_url = https://www.googleapis.com/oauth2/v1/userinfo +;allowed_domains = + +#################################### Auth Proxy ########################## +[auth.proxy] +;enabled = false +;header_name = X-WEBAUTH-USER +;header_property = username +;auto_sign_up = true + +#################################### Basic Auth ########################## +[auth.basic] +;enabled = true + +#################################### Auth LDAP ########################## +[auth.ldap] +;enabled = false +;config_file = /etc/grafana/ldap.toml + +#################################### SMTP / Emailing ########################## +[smtp] +;enabled = false +;host = localhost:25 +;user = +;password = +;cert_file = +;key_file = +;skip_verify = false +;from_address = admin@grafana.localhost + +[emails] +;welcome_email_on_sign_up = false + +#################################### Logging ########################## +[log] +# Either "console", "file", "syslog". Default is console and file +# Use comma to separate multiple modes, e.g. "console, file" +;mode = console, file + +# Buffer length of channel, keep it as it is if you don't know what it is. +;buffer_len = 10000 + +# Either "Trace", "Debug", "Info", "Warn", "Error", "Critical", default is "Info" +;level = Info + +# For "console" mode only +[log.console] +;level = + +# For "file" mode only +[log.file] +;level = +# This enables automated log rotate(switch of following options), default is true +;log_rotate = true + +# Max line number of single file, default is 1000000 +;max_lines = 1000000 + +# Max size shift of single file, default is 28 means 1 << 28, 256MB +;max_lines_shift = 28 + +# Segment log daily, default is true +;daily_rotate = true + +# Expired days of log file(delete after max days), default is 7 +;max_days = 7 + +#################################### AMPQ Event Publisher ########################## +[event_publisher] +;enabled = false +;rabbitmq_url = amqp://localhost/ +;exchange = grafana_events + +;#################################### Dashboard JSON files ########################## +[dashboards.json] +;enabled = false +path = %%GRAFANADASHBOARDDIR%% + + + Copied and modified: head/www/grafana4/files/grafana.in (from r442222, head/www/grafana4/files/grafana4.in) ============================================================================== --- head/www/grafana4/files/grafana4.in Wed May 31 16:38:21 2017 (r442222, copy source) +++ head/www/grafana4/files/grafana.in Wed May 31 16:53:03 2017 (r442223) @@ -2,48 +2,48 @@ # $FreeBSD$ # -# PROVIDE: grafana4 +# PROVIDE: grafana # REQUIRE: LOGIN # KEYWORD: shutdown # Add the following lines to /etc/rc.conf to enable grafana # grafana_enable="YES" # -# grafana4_enable (bool): Set to YES to enable grafana +# grafana_enable (bool): Set to YES to enable grafana # Default: NO -# grafana4_conf (str): grafana configration file +# grafana_conf (str): grafana configration file # Default: %%PREFIX%%/etc/grafana.cfg -# grafana4_user (str): grafana daemon user +# grafana_user (str): grafana daemon user # Default: %%GRAFANA_USER%% -# grafana4_group (str): grafana daemon group +# grafana_group (str): grafana daemon group # Default: %%GRAFANA_GROUP%% . /etc/rc.subr -name="grafana4" -rcvar=grafana4_enable +name="grafana" +rcvar=grafana_enable load_rc_config $name -: ${grafana4_enable:="NO"} -: ${grafana4_user:="%%GRAFANA_USER%%"} -: ${grafana4_group:="%%GRAFANA_GROUP%%"} -: ${grafana4_flags:=""} -: ${grafana4_conf:="%%PREFIX%%/etc/${name}.conf"} -: ${grafana4_options:="-config=${grafana4_conf} -homepath=%%GRAFANAHOMEDIR%%"} +: ${grafana_enable:="NO"} +: ${grafana_user:="%%GRAFANA_USER%%"} +: ${grafana_group:="%%GRAFANA_GROUP%%"} +: ${grafana_flags:=""} +: ${grafana_conf:="%%PREFIX%%/etc/${name}.conf"} +: ${grafana_options:="-config=${grafana_conf} -homepath=%%GRAFANAHOMEDIR%%"} pidfile="%%GRAFANAPIDDIR%%${name}.pid" procname="%%PREFIX%%/bin/grafana-server" command=/usr/sbin/daemon -command_args="-f -c -p ${pidfile} ${procname} ${grafana4_options}" +command_args="-f -c -p ${pidfile} ${procname} ${grafana_options}" start_precmd="grafana_precmd" grafana_precmd() { - chown ${grafana4_user}:${grafana4_group} %%GRAFANADATADIR%% - chown ${grafana4_user}:${grafana4_group} %%GRAFANALOGDIR%% - chown ${grafana4_user}:${grafana4_group} %%GRAFANAHOMEDIR%%data/log/ - install -d -o ${grafana4_user} %%GRAFANAPIDDIR%% - install -o ${grafana4_user} /dev/null ${pidfile} + chown ${grafana_user}:${grafana_group} %%GRAFANADATADIR%% + chown ${grafana_user}:${grafana_group} %%GRAFANALOGDIR%% + chown ${grafana_user}:${grafana_group} %%GRAFANAHOMEDIR%%data/log/ + install -d -o ${grafana_user} %%GRAFANAPIDDIR%% + install -o ${grafana_user} /dev/null ${pidfile} } run_rc_command "$1" Modified: head/www/grafana4/pkg-plist ============================================================================== --- head/www/grafana4/pkg-plist Wed May 31 16:38:21 2017 (r442222) +++ head/www/grafana4/pkg-plist Wed May 31 16:53:03 2017 (r442223) @@ -1,13 +1,13 @@ bin/grafana-cli bin/grafana-server -@sample etc/grafana%%PORTVERSION_MAJOR%%.conf.sample +@sample etc/grafana.conf.sample %%DATADIR%%/conf/defaults.ini %%DATADIR%%/public/app/app.d.ts %%DATADIR%%/public/app/app.js %%DATADIR%%/public/app/app.js.map %%DATADIR%%/public/app/app.ts %%DATADIR%%/public/app/app_bundle.js -%%DATADIR%%/public/app/boot.5ee7468a.js +%%DATADIR%%/public/app/boot.d709d8d5.js %%DATADIR%%/public/app/boot.js %%DATADIR%%/public/app/core/app_events.d.ts %%DATADIR%%/public/app/core/app_events.js @@ -98,7 +98,6 @@ bin/grafana-server %%DATADIR%%/public/app/core/core_module.js %%DATADIR%%/public/app/core/core_module.js.map %%DATADIR%%/public/app/core/core_module.ts -%%DATADIR%%/public/app/core/directives/annotation_tooltip.js %%DATADIR%%/public/app/core/directives/array_join.d.ts %%DATADIR%%/public/app/core/directives/array_join.js %%DATADIR%%/public/app/core/directives/array_join.js.map @@ -233,6 +232,10 @@ bin/grafana-server %%DATADIR%%/public/app/core/utils/sort_by_keys.js %%DATADIR%%/public/app/core/utils/sort_by_keys.js.map %%DATADIR%%/public/app/core/utils/sort_by_keys.ts +%%DATADIR%%/public/app/core/utils/ticks.d.ts +%%DATADIR%%/public/app/core/utils/ticks.js +%%DATADIR%%/public/app/core/utils/ticks.js.map +%%DATADIR%%/public/app/core/utils/ticks.ts %%DATADIR%%/public/app/features/admin/admin.d.ts %%DATADIR%%/public/app/features/admin/admin.js %%DATADIR%%/public/app/features/admin/admin.js.map @@ -298,6 +301,14 @@ bin/grafana-server %%DATADIR%%/public/app/features/alerting/threshold_mapper.js.map %%DATADIR%%/public/app/features/alerting/threshold_mapper.ts %%DATADIR%%/public/app/features/all.js +%%DATADIR%%/public/app/features/annotations/all.d.ts +%%DATADIR%%/public/app/features/annotations/all.js +%%DATADIR%%/public/app/features/annotations/all.js.map +%%DATADIR%%/public/app/features/annotations/all.ts +%%DATADIR%%/public/app/features/annotations/annotation_tooltip.d.ts +%%DATADIR%%/public/app/features/annotations/annotation_tooltip.js +%%DATADIR%%/public/app/features/annotations/annotation_tooltip.js.map +%%DATADIR%%/public/app/features/annotations/annotation_tooltip.ts %%DATADIR%%/public/app/features/annotations/annotations_srv.d.ts %%DATADIR%%/public/app/features/annotations/annotations_srv.js %%DATADIR%%/public/app/features/annotations/annotations_srv.js.map @@ -306,7 +317,20 @@ bin/grafana-server %%DATADIR%%/public/app/features/annotations/editor_ctrl.js %%DATADIR%%/public/app/features/annotations/editor_ctrl.js.map %%DATADIR%%/public/app/features/annotations/editor_ctrl.ts +%%DATADIR%%/public/app/features/annotations/event.d.ts +%%DATADIR%%/public/app/features/annotations/event.js +%%DATADIR%%/public/app/features/annotations/event.js.map +%%DATADIR%%/public/app/features/annotations/event.ts +%%DATADIR%%/public/app/features/annotations/event_editor.d.ts +%%DATADIR%%/public/app/features/annotations/event_editor.js +%%DATADIR%%/public/app/features/annotations/event_editor.js.map +%%DATADIR%%/public/app/features/annotations/event_editor.ts +%%DATADIR%%/public/app/features/annotations/event_manager.d.ts +%%DATADIR%%/public/app/features/annotations/event_manager.js +%%DATADIR%%/public/app/features/annotations/event_manager.js.map +%%DATADIR%%/public/app/features/annotations/event_manager.ts %%DATADIR%%/public/app/features/annotations/partials/editor.html +%%DATADIR%%/public/app/features/annotations/partials/event_editor.html %%DATADIR%%/public/app/features/dashboard/ad_hoc_filters.d.ts %%DATADIR%%/public/app/features/dashboard/ad_hoc_filters.js %%DATADIR%%/public/app/features/dashboard/ad_hoc_filters.js.map @@ -361,6 +385,7 @@ bin/grafana-server %%DATADIR%%/public/app/features/dashboard/model.js %%DATADIR%%/public/app/features/dashboard/model.js.map %%DATADIR%%/public/app/features/dashboard/model.ts +%%DATADIR%%/public/app/features/dashboard/partials/addAnnotationModal.html %%DATADIR%%/public/app/features/dashboard/partials/dash_list.html %%DATADIR%%/public/app/features/dashboard/partials/graphiteImport.html %%DATADIR%%/public/app/features/dashboard/partials/inspector.html @@ -923,6 +948,28 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/datasource/mixed/module.js.map %%DATADIR%%/public/app/plugins/datasource/mixed/module.ts %%DATADIR%%/public/app/plugins/datasource/mixed/plugin.json +%%DATADIR%%/public/app/plugins/datasource/mysql/README.md +%%DATADIR%%/public/app/plugins/datasource/mysql/datasource.d.ts +%%DATADIR%%/public/app/plugins/datasource/mysql/datasource.js +%%DATADIR%%/public/app/plugins/datasource/mysql/datasource.js.map +%%DATADIR%%/public/app/plugins/datasource/mysql/datasource.ts +%%DATADIR%%/public/app/plugins/datasource/mysql/img/mysql_logo.svg +%%DATADIR%%/public/app/plugins/datasource/mysql/module.d.ts +%%DATADIR%%/public/app/plugins/datasource/mysql/module.js +%%DATADIR%%/public/app/plugins/datasource/mysql/module.js.map +%%DATADIR%%/public/app/plugins/datasource/mysql/module.ts +%%DATADIR%%/public/app/plugins/datasource/mysql/partials/annotations.editor.html +%%DATADIR%%/public/app/plugins/datasource/mysql/partials/config.html +%%DATADIR%%/public/app/plugins/datasource/mysql/partials/query.editor.html +%%DATADIR%%/public/app/plugins/datasource/mysql/plugin.json +%%DATADIR%%/public/app/plugins/datasource/mysql/query_ctrl.d.ts +%%DATADIR%%/public/app/plugins/datasource/mysql/query_ctrl.js +%%DATADIR%%/public/app/plugins/datasource/mysql/query_ctrl.js.map +%%DATADIR%%/public/app/plugins/datasource/mysql/query_ctrl.ts +%%DATADIR%%/public/app/plugins/datasource/mysql/specs/datasource_specs.d.ts +%%DATADIR%%/public/app/plugins/datasource/mysql/specs/datasource_specs.js +%%DATADIR%%/public/app/plugins/datasource/mysql/specs/datasource_specs.js.map +%%DATADIR%%/public/app/plugins/datasource/mysql/specs/datasource_specs.ts %%DATADIR%%/public/app/plugins/datasource/opentsdb/README.md %%DATADIR%%/public/app/plugins/datasource/opentsdb/config_ctrl.d.ts %%DATADIR%%/public/app/plugins/datasource/opentsdb/config_ctrl.js @@ -1023,6 +1070,10 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/panel/graph/graph.ts %%DATADIR%%/public/app/plugins/panel/graph/graph_tooltip.d.ts %%DATADIR%%/public/app/plugins/panel/graph/graph_tooltip.js +%%DATADIR%%/public/app/plugins/panel/graph/histogram.d.ts +%%DATADIR%%/public/app/plugins/panel/graph/histogram.js +%%DATADIR%%/public/app/plugins/panel/graph/histogram.js.map +%%DATADIR%%/public/app/plugins/panel/graph/histogram.ts %%DATADIR%%/public/app/plugins/panel/graph/img/icn-graph-panel.svg %%DATADIR%%/public/app/plugins/panel/graph/jquery.flot.events.js %%DATADIR%%/public/app/plugins/panel/graph/legend.js @@ -1044,6 +1095,10 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/panel/graph/specs/graph_specs.js %%DATADIR%%/public/app/plugins/panel/graph/specs/graph_specs.js.map %%DATADIR%%/public/app/plugins/panel/graph/specs/graph_specs.ts +%%DATADIR%%/public/app/plugins/panel/graph/specs/histogram_specs.d.ts +%%DATADIR%%/public/app/plugins/panel/graph/specs/histogram_specs.js +%%DATADIR%%/public/app/plugins/panel/graph/specs/histogram_specs.js.map +%%DATADIR%%/public/app/plugins/panel/graph/specs/histogram_specs.ts %%DATADIR%%/public/app/plugins/panel/graph/specs/threshold_manager_specs.d.ts %%DATADIR%%/public/app/plugins/panel/graph/specs/threshold_manager_specs.js %%DATADIR%%/public/app/plugins/panel/graph/specs/threshold_manager_specs.js.map @@ -1066,6 +1121,52 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/panel/graph/thresholds_form.js %%DATADIR%%/public/app/plugins/panel/graph/thresholds_form.js.map %%DATADIR%%/public/app/plugins/panel/graph/thresholds_form.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/README.md +%%DATADIR%%/public/app/plugins/panel/heatmap/axes_editor.d.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/axes_editor.js +%%DATADIR%%/public/app/plugins/panel/heatmap/axes_editor.js.map +%%DATADIR%%/public/app/plugins/panel/heatmap/axes_editor.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/display_editor.d.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/display_editor.js +%%DATADIR%%/public/app/plugins/panel/heatmap/display_editor.js.map +%%DATADIR%%/public/app/plugins/panel/heatmap/display_editor.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_ctrl.d.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_ctrl.js +%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_ctrl.js.map +%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_ctrl.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_data_converter.d.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_data_converter.js +%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_data_converter.js.map +%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_data_converter.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_tooltip.d.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_tooltip.js +%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_tooltip.js.map +%%DATADIR%%/public/app/plugins/panel/heatmap/heatmap_tooltip.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/img/icn-heatmap-panel.svg +%%DATADIR%%/public/app/plugins/panel/heatmap/module.d.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/module.html +%%DATADIR%%/public/app/plugins/panel/heatmap/module.js +%%DATADIR%%/public/app/plugins/panel/heatmap/module.js.map +%%DATADIR%%/public/app/plugins/panel/heatmap/module.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/partials/axes_editor.html +%%DATADIR%%/public/app/plugins/panel/heatmap/partials/display_editor.html +%%DATADIR%%/public/app/plugins/panel/heatmap/plugin.json +%%DATADIR%%/public/app/plugins/panel/heatmap/rendering.d.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/rendering.js +%%DATADIR%%/public/app/plugins/panel/heatmap/rendering.js.map +%%DATADIR%%/public/app/plugins/panel/heatmap/rendering.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/specs/heatmap_ctrl_specs.d.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/specs/heatmap_ctrl_specs.js +%%DATADIR%%/public/app/plugins/panel/heatmap/specs/heatmap_ctrl_specs.js.map +%%DATADIR%%/public/app/plugins/panel/heatmap/specs/heatmap_ctrl_specs.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/specs/heatmap_data_converter_specs.d.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/specs/heatmap_data_converter_specs.js +%%DATADIR%%/public/app/plugins/panel/heatmap/specs/heatmap_data_converter_specs.js.map +%%DATADIR%%/public/app/plugins/panel/heatmap/specs/heatmap_data_converter_specs.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/specs/renderer_specs.d.ts +%%DATADIR%%/public/app/plugins/panel/heatmap/specs/renderer_specs.js +%%DATADIR%%/public/app/plugins/panel/heatmap/specs/renderer_specs.js.map +%%DATADIR%%/public/app/plugins/panel/heatmap/specs/renderer_specs.ts %%DATADIR%%/public/app/plugins/panel/pluginlist/README.md %%DATADIR%%/public/app/plugins/panel/pluginlist/editor.html %%DATADIR%%/public/app/plugins/panel/pluginlist/img/icn-dashlist-panel.svg @@ -1085,15 +1186,20 @@ bin/grafana-server %%DATADIR%%/public/app/plugins/panel/singlestat/module.js.map %%DATADIR%%/public/app/plugins/panel/singlestat/module.ts %%DATADIR%%/public/app/plugins/panel/singlestat/plugin.json -%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat-specs.d.ts -%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat-specs.js -%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat-specs.js.map -%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat-specs.ts %%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat_panel_spec.d.ts %%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat_panel_spec.js %%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat_panel_spec.js.map %%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat_panel_spec.ts +%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat_specs.d.ts +%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat_specs.js +%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat_specs.js.map +%%DATADIR%%/public/app/plugins/panel/singlestat/specs/singlestat_specs.ts %%DATADIR%%/public/app/plugins/panel/table/README.md +%%DATADIR%%/public/app/plugins/panel/table/column_options.d.ts +%%DATADIR%%/public/app/plugins/panel/table/column_options.html +%%DATADIR%%/public/app/plugins/panel/table/column_options.js +%%DATADIR%%/public/app/plugins/panel/table/column_options.js.map +%%DATADIR%%/public/app/plugins/panel/table/column_options.ts %%DATADIR%%/public/app/plugins/panel/table/editor.d.ts %%DATADIR%%/public/app/plugins/panel/table/editor.html %%DATADIR%%/public/app/plugins/panel/table/editor.js @@ -1150,12 +1256,12 @@ bin/grafana-server %%DATADIR%%/public/css/grafana.dark.css.map %%DATADIR%%/public/css/grafana.dark.min.css %%DATADIR%%/public/css/grafana.dark.min.css.map -%%DATADIR%%/public/css/grafana.dark.min.fc104690.css -%%DATADIR%%/public/css/grafana.dark.min.fc104690.css.map +%%DATADIR%%/public/css/grafana.dark.min.d72a4c96.css +%%DATADIR%%/public/css/grafana.dark.min.d72a4c96.css.map %%DATADIR%%/public/css/grafana.light.css %%DATADIR%%/public/css/grafana.light.css.map -%%DATADIR%%/public/css/grafana.light.min.2def29fc.css -%%DATADIR%%/public/css/grafana.light.min.2def29fc.css.map +%%DATADIR%%/public/css/grafana.light.min.5fc70102.css +%%DATADIR%%/public/css/grafana.light.min.5fc70102.css.map %%DATADIR%%/public/css/grafana.light.min.css %%DATADIR%%/public/css/grafana.light.min.css.map %%DATADIR%%/public/dashboards/default.json @@ -1177,6 +1283,7 @@ bin/grafana-server %%DATADIR%%/public/fonts/fontawesome-webfont.svg %%DATADIR%%/public/fonts/fontawesome-webfont.ttf %%DATADIR%%/public/fonts/fontawesome-webfont.woff +%%DATADIR%%/public/fonts/fontawesome-webfont.woff2 %%DATADIR%%/public/fonts/grafana-icons.eot %%DATADIR%%/public/fonts/grafana-icons.svg %%DATADIR%%/public/fonts/grafana-icons.ttf @@ -1261,7 +1368,6 @@ bin/grafana-server %%DATADIR%%/public/img/warn-tiny.svg %%DATADIR%%/public/img/warn.svg %%DATADIR%%/public/robots.txt -%%DATADIR%%/public/sass/.sass-lint.yml %%DATADIR%%/public/sass/_grafana.scss %%DATADIR%%/public/sass/_old_responsive.scss %%DATADIR%%/public/sass/_variables.dark.scss @@ -1276,6 +1382,19 @@ bin/grafana-server %%DATADIR%%/public/sass/base/_normalize.scss %%DATADIR%%/public/sass/base/_reboot.scss %%DATADIR%%/public/sass/base/_type.scss +%%DATADIR%%/public/sass/base/font-awesome/_animated.scss +%%DATADIR%%/public/sass/base/font-awesome/_bordered-pulled.scss +%%DATADIR%%/public/sass/base/font-awesome/_core.scss +%%DATADIR%%/public/sass/base/font-awesome/_fixed-width.scss +%%DATADIR%%/public/sass/base/font-awesome/_icons.scss +%%DATADIR%%/public/sass/base/font-awesome/_larger.scss +%%DATADIR%%/public/sass/base/font-awesome/_list.scss +%%DATADIR%%/public/sass/base/font-awesome/_mixins.scss +%%DATADIR%%/public/sass/base/font-awesome/_path.scss +%%DATADIR%%/public/sass/base/font-awesome/_rotated-flipped.scss +%%DATADIR%%/public/sass/base/font-awesome/_screen-reader.scss +%%DATADIR%%/public/sass/base/font-awesome/_stacked.scss +%%DATADIR%%/public/sass/base/font-awesome/_variables.scss %%DATADIR%%/public/sass/components/_alerts.scss %%DATADIR%%/public/sass/components/_buttons.scss %%DATADIR%%/public/sass/components/_cards.scss @@ -1297,6 +1416,7 @@ bin/grafana-server %%DATADIR%%/public/sass/components/_panel_dashlist.scss %%DATADIR%%/public/sass/components/_panel_gettingstarted.scss %%DATADIR%%/public/sass/components/_panel_graph.scss +%%DATADIR%%/public/sass/components/_panel_heatmap.scss %%DATADIR%%/public/sass/components/_panel_pluginlist.scss %%DATADIR%%/public/sass/components/_panel_singlestat.scss %%DATADIR%%/public/sass/components/_panel_table.scss @@ -1323,6 +1443,7 @@ bin/grafana-server %%DATADIR%%/public/sass/fonts.scss %%DATADIR%%/public/sass/grafana.dark.scss %%DATADIR%%/public/sass/grafana.light.scss +%%DATADIR%%/public/sass/icons.json %%DATADIR%%/public/sass/layout/_lists.scss %%DATADIR%%/public/sass/layout/_page.scss %%DATADIR%%/public/sass/mixins/_animations.scss @@ -1349,19 +1470,36 @@ bin/grafana-server %%DATADIR%%/public/sass/utils/_utils.scss %%DATADIR%%/public/sass/utils/_validation.scss %%DATADIR%%/public/sass/utils/_widths.scss -%%DATADIR%%/public/test/.jshintrc +%%DATADIR%%/public/test/core/table_model_specs.d.ts +%%DATADIR%%/public/test/core/table_model_specs.js +%%DATADIR%%/public/test/core/table_model_specs.js.map %%DATADIR%%/public/test/core/table_model_specs.ts %%DATADIR%%/public/test/core/time_series_specs.js +%%DATADIR%%/public/test/core/utils/datemath_specs.d.ts +%%DATADIR%%/public/test/core/utils/datemath_specs.js +%%DATADIR%%/public/test/core/utils/datemath_specs.js.map %%DATADIR%%/public/test/core/utils/datemath_specs.ts +%%DATADIR%%/public/test/core/utils/emitter_specs.d.ts +%%DATADIR%%/public/test/core/utils/emitter_specs.js +%%DATADIR%%/public/test/core/utils/emitter_specs.js.map %%DATADIR%%/public/test/core/utils/emitter_specs.ts +%%DATADIR%%/public/test/core/utils/flatten_specs.d.ts +%%DATADIR%%/public/test/core/utils/flatten_specs.js +%%DATADIR%%/public/test/core/utils/flatten_specs.js.map %%DATADIR%%/public/test/core/utils/flatten_specs.ts %%DATADIR%%/public/test/core/utils/kbn_specs.js +%%DATADIR%%/public/test/core/utils/rangeutil_specs.d.ts +%%DATADIR%%/public/test/core/utils/rangeutil_specs.js +%%DATADIR%%/public/test/core/utils/rangeutil_specs.js.map %%DATADIR%%/public/test/core/utils/rangeutil_specs.ts %%DATADIR%%/public/test/lib/common.d.ts %%DATADIR%%/public/test/lib/common.js %%DATADIR%%/public/test/lib/common.js.map %%DATADIR%%/public/test/lib/common.ts %%DATADIR%%/public/test/mocks/dashboard-mock.js +%%DATADIR%%/public/test/specs/app_specs.d.ts +%%DATADIR%%/public/test/specs/app_specs.js +%%DATADIR%%/public/test/specs/app_specs.js.map %%DATADIR%%/public/test/specs/app_specs.ts %%DATADIR%%/public/test/specs/dashboardViewStateSrv-specs.js %%DATADIR%%/public/test/specs/datasource_srv_specs.js @@ -1373,14 +1511,12 @@ bin/grafana-server %%DATADIR%%/public/test/specs/unsavedChangesSrv-specs.js %%DATADIR%%/public/test/specs/value_select_dropdown_specs.js %%DATADIR%%/public/test/test-main.js -%%DATADIR%%/public/vendor/angular-bindonce/.bower.json %%DATADIR%%/public/vendor/angular-bindonce/CHANGELOG.md %%DATADIR%%/public/vendor/angular-bindonce/README.md %%DATADIR%%/public/vendor/angular-bindonce/bindonce.js %%DATADIR%%/public/vendor/angular-bindonce/bindonce.min.js %%DATADIR%%/public/vendor/angular-bindonce/bower.json %%DATADIR%%/public/vendor/angular-bindonce/package.json -%%DATADIR%%/public/vendor/angular-mocks/.bower.json %%DATADIR%%/public/vendor/angular-mocks/LICENSE.md %%DATADIR%%/public/vendor/angular-mocks/README.md %%DATADIR%%/public/vendor/angular-mocks/angular-mocks.js @@ -1389,7 +1525,6 @@ bin/grafana-server %%DATADIR%%/public/vendor/angular-mocks/ngMock.js %%DATADIR%%/public/vendor/angular-mocks/ngMockE2E.js %%DATADIR%%/public/vendor/angular-mocks/package.json -%%DATADIR%%/public/vendor/angular-native-dragdrop/.bower.json %%DATADIR%%/public/vendor/angular-native-dragdrop/Gulpfile.js %%DATADIR%%/public/vendor/angular-native-dragdrop/LICENSE %%DATADIR%%/public/vendor/angular-native-dragdrop/README.md @@ -1408,7 +1543,6 @@ bin/grafana-server %%DATADIR%%/public/vendor/angular-other/angular-strap.js %%DATADIR%%/public/vendor/angular-other/datepicker.js %%DATADIR%%/public/vendor/angular-other/timepicker.js -%%DATADIR%%/public/vendor/angular-route/.bower.json %%DATADIR%%/public/vendor/angular-route/LICENSE.md %%DATADIR%%/public/vendor/angular-route/README.md %%DATADIR%%/public/vendor/angular-route/angular-route.js @@ -1417,7 +1551,6 @@ bin/grafana-server %%DATADIR%%/public/vendor/angular-route/bower.json %%DATADIR%%/public/vendor/angular-route/index.js %%DATADIR%%/public/vendor/angular-route/package.json -%%DATADIR%%/public/vendor/angular-sanitize/.bower.json %%DATADIR%%/public/vendor/angular-sanitize/LICENSE.md %%DATADIR%%/public/vendor/angular-sanitize/README.md %%DATADIR%%/public/vendor/angular-sanitize/angular-sanitize.js @@ -1427,7 +1560,6 @@ bin/grafana-server %%DATADIR%%/public/vendor/angular-sanitize/index.js %%DATADIR%%/public/vendor/angular-sanitize/package.json %%DATADIR%%/public/vendor/angular-ui/ui-bootstrap-tpls.js -%%DATADIR%%/public/vendor/angular/.bower.json %%DATADIR%%/public/vendor/angular/LICENSE.md %%DATADIR%%/public/vendor/angular/README.md %%DATADIR%%/public/vendor/angular/angular-csp.css @@ -1439,7 +1571,6 @@ bin/grafana-server %%DATADIR%%/public/vendor/angular/index.js %%DATADIR%%/public/vendor/angular/package.json %%DATADIR%%/public/vendor/bootstrap/bootstrap.js -%%DATADIR%%/public/vendor/clipboard/.bower.json %%DATADIR%%/public/vendor/clipboard/bower.json %%DATADIR%%/public/vendor/clipboard/contributing.md %%DATADIR%%/public/vendor/clipboard/dist/clipboard.js @@ -1450,8 +1581,14 @@ bin/grafana-server %%DATADIR%%/public/vendor/crypto.min.js %%DATADIR%%/public/vendor/css/spectrum.css %%DATADIR%%/public/vendor/css/timepicker.css +%%DATADIR%%/public/vendor/d3/LICENSE +%%DATADIR%%/public/vendor/d3/README.md +%%DATADIR%%/public/vendor/d3/d3-scale-chromatic.min.js +%%DATADIR%%/public/vendor/d3/d3.js +%%DATADIR%%/public/vendor/d3/d3.v4.min.js %%DATADIR%%/public/vendor/filesaver.js %%DATADIR%%/public/vendor/flot/jquery.flot.crosshair.js +%%DATADIR%%/public/vendor/flot/jquery.flot.dashes.js %%DATADIR%%/public/vendor/flot/jquery.flot.fillbelow.js %%DATADIR%%/public/vendor/flot/jquery.flot.fillbetween.js %%DATADIR%%/public/vendor/flot/jquery.flot.gauge.js @@ -1461,7 +1598,6 @@ bin/grafana-server %%DATADIR%%/public/vendor/flot/jquery.flot.stack.js %%DATADIR%%/public/vendor/flot/jquery.flot.stackpercent.js %%DATADIR%%/public/vendor/flot/jquery.flot.time.js -%%DATADIR%%/public/vendor/jquery/.bower.json %%DATADIR%%/public/vendor/jquery/AUTHORS.txt %%DATADIR%%/public/vendor/jquery/LICENSE.txt %%DATADIR%%/public/vendor/jquery/README.md @@ -1477,7 +1613,6 @@ bin/grafana-server %%DATADIR%%/public/vendor/jquery/external/sizzle/dist/sizzle.js %%DATADIR%%/public/vendor/jquery/external/sizzle/dist/sizzle.min.js %%DATADIR%%/public/vendor/jquery/external/sizzle/dist/sizzle.min.map -%%DATADIR%%/public/vendor/jquery/src/.eslintrc %%DATADIR%%/public/vendor/jquery/src/ajax.js %%DATADIR%%/public/vendor/jquery/src/ajax/jsonp.js %%DATADIR%%/public/vendor/jquery/src/ajax/load.js @@ -1579,12 +1714,6 @@ bin/grafana-server %%DATADIR%%/public/vendor/jquery/src/var/toString.js %%DATADIR%%/public/vendor/jquery/src/wrap.js %%DATADIR%%/public/vendor/license.json -%%DATADIR%%/public/vendor/lodash/.bower.json -%%DATADIR%%/public/vendor/lodash/.editorconfig -%%DATADIR%%/public/vendor/lodash/.github/CONTRIBUTING.md -%%DATADIR%%/public/vendor/lodash/.jscsrc -%%DATADIR%%/public/vendor/lodash/.markdown-doctest-setup.js -%%DATADIR%%/public/vendor/lodash/.travis.yml %%DATADIR%%/public/vendor/lodash/LICENSE %%DATADIR%%/public/vendor/lodash/README.md %%DATADIR%%/public/vendor/lodash/dist/lodash.core.js @@ -3328,8 +3457,8 @@ bin/grafana-server %%DATADIR%%/public/views/500.html %%DATADIR%%/public/views/index.html @dir share/grafana/data/log -@dir /var/db/grafana%%PORTVERSION_MAJOR%%/dashboards -@dir /var/db/grafana%%PORTVERSION_MAJOR%%/plugins -@dir /var/db/grafana%%PORTVERSION_MAJOR%% -@dir /var/log/grafana%%PORTVERSION_MAJOR%% -@dir /var/run/grafana%%PORTVERSION_MAJOR%% +@dir /var/db/grafana/dashboards +@dir /var/db/grafana/plugins +@dir /var/db/grafana +@dir /var/log/grafana +@dir /var/run/grafana From owner-svn-ports-all@freebsd.org Wed May 31 17:19:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EA16B7EB0A; Wed, 31 May 2017 17:19: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 mx1.freebsd.org (Postfix) with ESMTPS id 2D52583B13; Wed, 31 May 2017 17:19: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 v4VHJdbK044080; Wed, 31 May 2017 17:19:39 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHJdNr044079; Wed, 31 May 2017 17:19:39 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201705311719.v4VHJdNr044079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 31 May 2017 17:19:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r442224 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:19:40 -0000 Author: swills Date: Wed May 31 17:19:39 2017 New Revision: 442224 URL: https://svnweb.freebsd.org/changeset/ports/442224 Log: Release jrm from mentorship, he's proven himself Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Wed May 31 16:53:03 2017 (r442223) +++ svnadmin/conf/mentors Wed May 31 17:19:39 2017 (r442224) @@ -25,7 +25,6 @@ ian sbruno Co-mentor: mat jmd swills Co-mentor: rene mmokhi feld Co-mentor: mat joneum miwi Co-mentor: rene, tz -jrm swills Co-mentor: amdmi3 kami miwi Co-mentor: adamw krion fjoe Co-mentor: mat misha jpaetzel Co-mentor: wg From owner-svn-ports-all@freebsd.org Wed May 31 17:29:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8404EB7EE31; Wed, 31 May 2017 17:29: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 mx1.freebsd.org (Postfix) with ESMTPS id 53E96840CE; Wed, 31 May 2017 17:29:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VHTT5N048129; Wed, 31 May 2017 17:29:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHTTNk048127; Wed, 31 May 2017 17:29:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311729.v4VHTTNk048127@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, 31 May 2017 17:29:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442225 - head/www/tinymce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:29:30 -0000 Author: sunpoet Date: Wed May 31 17:29:29 2017 New Revision: 442225 URL: https://svnweb.freebsd.org/changeset/ports/442225 Log: Update to 4.6.3 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 Wed May 31 17:19:39 2017 (r442224) +++ head/www/tinymce/Makefile Wed May 31 17:29:29 2017 (r442225) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 4.6.2 +PORTVERSION= 4.6.3 CATEGORIES= www MASTER_SITES= http://download.ephox.com/${PORTNAME}/community/ \ LOCAL/sunpoet Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Wed May 31 17:19:39 2017 (r442224) +++ head/www/tinymce/distinfo Wed May 31 17:29:29 2017 (r442225) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495555110 -SHA256 (tinymce_4.6.2.zip) = 9145fea36066d7bd30dc82ad148e644c65e0cd25b0ba954195a3544d6b400d68 -SIZE (tinymce_4.6.2.zip) = 446047 +TIMESTAMP = 1496250978 +SHA256 (tinymce_4.6.3.zip) = 738f5c73df13b16b6630d67f27320b434bd8c46770feb97af7ec8d335120cacf +SIZE (tinymce_4.6.3.zip) = 446573 From owner-svn-ports-all@freebsd.org Wed May 31 17:29:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFB8CB7EE5D; Wed, 31 May 2017 17:29: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 mx1.freebsd.org (Postfix) with ESMTPS id BDB3D840E6; Wed, 31 May 2017 17:29: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 v4VHTYFT048252; Wed, 31 May 2017 17:29:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHTYwe048250; Wed, 31 May 2017 17:29:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311729.v4VHTYwe048250@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, 31 May 2017 17:29:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442226 - head/devel/p5-Glib-Object-Introspection X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:29:36 -0000 Author: sunpoet Date: Wed May 31 17:29:34 2017 New Revision: 442226 URL: https://svnweb.freebsd.org/changeset/ports/442226 Log: Update to 0.043 Changes: http://search.cpan.org/dist/Glib-Object-Introspection/NEWS Modified: head/devel/p5-Glib-Object-Introspection/Makefile head/devel/p5-Glib-Object-Introspection/distinfo Modified: head/devel/p5-Glib-Object-Introspection/Makefile ============================================================================== --- head/devel/p5-Glib-Object-Introspection/Makefile Wed May 31 17:29:29 2017 (r442225) +++ head/devel/p5-Glib-Object-Introspection/Makefile Wed May 31 17:29:34 2017 (r442226) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Glib-Object-Introspection -PORTVERSION= 0.042 +PORTVERSION= 0.043 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Glib-Object-Introspection/distinfo ============================================================================== --- head/devel/p5-Glib-Object-Introspection/distinfo Wed May 31 17:29:29 2017 (r442225) +++ head/devel/p5-Glib-Object-Introspection/distinfo Wed May 31 17:29:34 2017 (r442226) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482578408 -SHA256 (Glib-Object-Introspection-0.042.tar.gz) = 0101aa45417a80a066fae198e37dc9814abf24afab454d72909070ab5c8293d9 -SIZE (Glib-Object-Introspection-0.042.tar.gz) = 80942 +TIMESTAMP = 1496250989 +SHA256 (Glib-Object-Introspection-0.043.tar.gz) = 5a0b7c69d9c8c2ecfdf7340e414954ea5edc43a7999eff9b3278bd95e3e7df30 +SIZE (Glib-Object-Introspection-0.043.tar.gz) = 80985 From owner-svn-ports-all@freebsd.org Wed May 31 17:29:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AE9DB7EEA8; Wed, 31 May 2017 17:29: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 mx1.freebsd.org (Postfix) with ESMTPS id 67E65841A9; Wed, 31 May 2017 17:29: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 v4VHTif7048612; Wed, 31 May 2017 17:29:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHTiw1048611; Wed, 31 May 2017 17:29:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311729.v4VHTiw1048611@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, 31 May 2017 17:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442229 - head/sysutils/py-psutil/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:29:45 -0000 Author: sunpoet Date: Wed May 31 17:29:44 2017 New Revision: 442229 URL: https://svnweb.freebsd.org/changeset/ports/442229 Log: Add ino64 support Submitted by: kib Differential Revision: https://reviews.freebsd.org/D10801 (based on) Modified: head/sysutils/py-psutil/files/patch-psutil-arch-bsd-freebsd_socks.c Modified: head/sysutils/py-psutil/files/patch-psutil-arch-bsd-freebsd_socks.c ============================================================================== --- head/sysutils/py-psutil/files/patch-psutil-arch-bsd-freebsd_socks.c Wed May 31 17:29:41 2017 (r442228) +++ head/sysutils/py-psutil/files/patch-psutil-arch-bsd-freebsd_socks.c Wed May 31 17:29:44 2017 (r442229) @@ -34,7 +34,44 @@ if (so->so_type != kif->kf_sock_type || so->xso_family != kif->kf_sock_domain || -@@ -208,7 +221,11 @@ int psutil_gather_inet(int proto, PyObje +@@ -135,20 +148,36 @@ psutil_search_tcplist(char *buf, struct + if (kif->kf_sock_domain == AF_INET) { + if (!psutil_sockaddr_matches( + AF_INET, inp->inp_lport, &inp->inp_laddr, ++#if __FreeBSD_version < 1200031 + &kif->kf_sa_local)) ++#else ++ &kif->kf_un.kf_sock.kf_sa_local)) ++#endif + continue; + if (!psutil_sockaddr_matches( + AF_INET, inp->inp_fport, &inp->inp_faddr, ++#if __FreeBSD_version < 1200031 + &kif->kf_sa_peer)) ++#else ++ &kif->kf_un.kf_sock.kf_sa_peer)) ++#endif + continue; + } else { + if (!psutil_sockaddr_matches( + AF_INET6, inp->inp_lport, &inp->in6p_laddr, ++#if __FreeBSD_version < 1200031 + &kif->kf_sa_local)) ++#else ++ &kif->kf_un.kf_sock.kf_sa_local)) ++#endif + continue; + if (!psutil_sockaddr_matches( + AF_INET6, inp->inp_fport, &inp->in6p_faddr, ++#if __FreeBSD_version < 1200031 + &kif->kf_sa_peer)) ++#else ++ &kif->kf_un.kf_sock.kf_sa_peer)) ++#endif + continue; + } + +@@ -208,7 +237,11 @@ int psutil_gather_inet(int proto, PyObje struct xinpgen *xig, *exig; struct xinpcb *xip; struct xtcpcb *xtp; @@ -46,7 +83,7 @@ struct xsocket *so; const char *varname = NULL; size_t len, bufsize; -@@ -273,8 +290,13 @@ int psutil_gather_inet(int proto, PyObje +@@ -273,8 +306,13 @@ int psutil_gather_inet(int proto, PyObje goto error; } inp = &xtp->xt_inp; @@ -60,7 +97,7 @@ break; case IPPROTO_UDP: xip = (struct xinpcb *)xig; -@@ -283,7 +305,11 @@ int psutil_gather_inet(int proto, PyObje +@@ -283,7 +321,11 @@ int psutil_gather_inet(int proto, PyObje "struct xinpcb size mismatch"); goto error; } @@ -72,7 +109,7 @@ so = &xip->xi_socket; status = PSUTIL_CONN_NONE; break; -@@ -477,7 +503,11 @@ psutil_proc_connections(PyObject *self, +@@ -477,7 +519,11 @@ psutil_proc_connections(PyObject *self, struct kinfo_file *freep = NULL; struct kinfo_file *kif; char *tcplist = NULL; @@ -84,3 +121,51 @@ PyObject *py_retlist = PyList_New(0); PyObject *py_tuple = NULL; +@@ -547,19 +593,35 @@ psutil_proc_connections(PyObject *self, + inet_ntop( + kif->kf_sock_domain, + psutil_sockaddr_addr(kif->kf_sock_domain, ++#if __FreeBSD_version < 1200031 + &kif->kf_sa_local), ++#else ++ &kif->kf_un.kf_sock.kf_sa_local), ++#endif + lip, + sizeof(lip)); + inet_ntop( + kif->kf_sock_domain, + psutil_sockaddr_addr(kif->kf_sock_domain, ++#if __FreeBSD_version < 1200031 + &kif->kf_sa_peer), ++#else ++ &kif->kf_un.kf_sock.kf_sa_peer), ++#endif + rip, + sizeof(rip)); + lport = htons(psutil_sockaddr_port(kif->kf_sock_domain, ++#if __FreeBSD_version < 1200031 + &kif->kf_sa_local)); ++#else ++ &kif->kf_un.kf_sock.kf_sa_local)); ++#endif + rport = htons(psutil_sockaddr_port(kif->kf_sock_domain, ++#if __FreeBSD_version < 1200031 + &kif->kf_sa_peer)); ++#else ++ &kif->kf_un.kf_sock.kf_sa_peer)); ++#endif + + // construct python tuple/list + py_laddr = Py_BuildValue("(si)", lip, lport); +@@ -590,7 +652,11 @@ psutil_proc_connections(PyObject *self, + else if (kif->kf_sock_domain == AF_UNIX) { + struct sockaddr_un *sun; + ++#if __FreeBSD_version < 1200031 + sun = (struct sockaddr_un *)&kif->kf_sa_local; ++#else ++ sun = (struct sockaddr_un *)&kif->kf_un.kf_sock.kf_sa_local; ++#endif + snprintf( + path, sizeof(path), "%.*s", + (int)(sun->sun_len - (sizeof(*sun) - sizeof(sun->sun_path))), From owner-svn-ports-all@freebsd.org Wed May 31 17:29:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3E9FB7EE79; Wed, 31 May 2017 17:29: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 mx1.freebsd.org (Postfix) with ESMTPS id 83DC784138; Wed, 31 May 2017 17: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 v4VHTd8f048355; Wed, 31 May 2017 17:29:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHTdbb048354; Wed, 31 May 2017 17:29:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311729.v4VHTdbb048354@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, 31 May 2017 17:29:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442227 - head/databases/py-xapian X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:29:40 -0000 Author: sunpoet Date: Wed May 31 17:29:39 2017 New Revision: 442227 URL: https://svnweb.freebsd.org/changeset/ports/442227 Log: Add python to CATEGORIES Modified: head/databases/py-xapian/Makefile Modified: head/databases/py-xapian/Makefile ============================================================================== --- head/databases/py-xapian/Makefile Wed May 31 17:29:34 2017 (r442226) +++ head/databases/py-xapian/Makefile Wed May 31 17:29:39 2017 (r442227) @@ -4,7 +4,7 @@ PORTNAME= xapian PORTVERSION= 1.4.4 DISTVERSIONPREFIX= bindings- -CATEGORIES= databases +CATEGORIES= databases python MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} From owner-svn-ports-all@freebsd.org Wed May 31 17:29:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5752AB7EE9D; Wed, 31 May 2017 17:29:43 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2735584171; Wed, 31 May 2017 17:29:43 +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 v4VHTgwV048519; Wed, 31 May 2017 17:29:42 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHTf6Y048514; Wed, 31 May 2017 17:29:41 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705311729.v4VHTf6Y048514@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, 31 May 2017 17:29:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442228 - in head/devel: . py-ddt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:29:43 -0000 Author: cpm Date: Wed May 31 17:29:41 2017 New Revision: 442228 URL: https://svnweb.freebsd.org/changeset/ports/442228 Log: Add new port devel/py-ddt DDT (Data-Driven Tests) allows you to multiply one test case by running it with different test data, and make it appear as multiple test cases. WWW: http://readthedocs.org/projects/ddt/ Differential Revision: https://reviews.freebsd.org/D10872 Added: head/devel/py-ddt/ head/devel/py-ddt/Makefile (contents, props changed) head/devel/py-ddt/distinfo (contents, props changed) head/devel/py-ddt/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed May 31 17:29:39 2017 (r442227) +++ head/devel/Makefile Wed May 31 17:29:41 2017 (r442228) @@ -4239,6 +4239,7 @@ SUBDIR += py-darts.util.lru SUBDIR += py-dateutil SUBDIR += py-dbus + SUBDIR += py-ddt SUBDIR += py-debtcollector SUBDIR += py-decorator SUBDIR += py-decoratortools Added: head/devel/py-ddt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ddt/Makefile Wed May 31 17:29:41 2017 (r442228) @@ -0,0 +1,27 @@ +# Created by: Carlos J. Puga Medina +# $FreeBSD$ + +PORTNAME= ddt +PORTVERSION= 1.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= cpm@FreeBSD.org +COMMENT= Data-Driven Tests + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v + +.include Added: head/devel/py-ddt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ddt/distinfo Wed May 31 17:29:41 2017 (r442228) @@ -0,0 +1,3 @@ +TIMESTAMP = 1495480516 +SHA256 (ddt-1.1.1.tar.gz) = d6dc0fc0ec23c369090456ceaaf8baa43df8171a6906c44e52909edce78c00b0 +SIZE (ddt-1.1.1.tar.gz) = 10021 Added: head/devel/py-ddt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ddt/pkg-descr Wed May 31 17:29:41 2017 (r442228) @@ -0,0 +1,5 @@ +DDT (Data-Driven Tests) allows you to multiply one test case by +running it with different test data, and make it appear as multiple +test cases. + +WWW: http://readthedocs.org/projects/ddt/ From owner-svn-ports-all@freebsd.org Wed May 31 17:29:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 872B1B7EED6; Wed, 31 May 2017 17:29: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 mx1.freebsd.org (Postfix) with ESMTPS id 55E318421A; Wed, 31 May 2017 17:29: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 v4VHTnuZ048719; Wed, 31 May 2017 17:29:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHTnib048718; Wed, 31 May 2017 17:29:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311729.v4VHTnib048718@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, 31 May 2017 17:29:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442230 - head/databases/ruby-xapian X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:29:50 -0000 Author: sunpoet Date: Wed May 31 17:29:49 2017 New Revision: 442230 URL: https://svnweb.freebsd.org/changeset/ports/442230 Log: Add ruby to CATEGORIES Modified: head/databases/ruby-xapian/Makefile Modified: head/databases/ruby-xapian/Makefile ============================================================================== --- head/databases/ruby-xapian/Makefile Wed May 31 17:29:44 2017 (r442229) +++ head/databases/ruby-xapian/Makefile Wed May 31 17:29:49 2017 (r442230) @@ -4,7 +4,7 @@ PORTNAME= xapian PORTVERSION= 1.4.4 DISTVERSIONPREFIX= bindings- -CATEGORIES= databases +CATEGORIES= databases ruby MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} From owner-svn-ports-all@freebsd.org Wed May 31 17:30:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F180B7EF25; Wed, 31 May 2017 17:30: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 mx1.freebsd.org (Postfix) with ESMTPS id 4973E842FC; Wed, 31 May 2017 17:30: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 v4VHTxsJ048900; Wed, 31 May 2017 17:29:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHTxFB048899; Wed, 31 May 2017 17:29:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311729.v4VHTxFB048899@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, 31 May 2017 17:29:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442232 - head/security/p5-Authen-NTLM X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:30:00 -0000 Author: sunpoet Date: Wed May 31 17:29:59 2017 New Revision: 442232 URL: https://svnweb.freebsd.org/changeset/ports/442232 Log: Add LICENSE Approved by: portmgr (blanket) Modified: head/security/p5-Authen-NTLM/Makefile Modified: head/security/p5-Authen-NTLM/Makefile ============================================================================== --- head/security/p5-Authen-NTLM/Makefile Wed May 31 17:29:54 2017 (r442231) +++ head/security/p5-Authen-NTLM/Makefile Wed May 31 17:29:59 2017 (r442232) @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME:C/.*-//}-${PORTVERSION} MAINTAINER= james@divide.org COMMENT= Perl5 NTLM authentication module +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC RUN_DEPENDS= p5-Digest-HMAC>=0:security/p5-Digest-HMAC From owner-svn-ports-all@freebsd.org Wed May 31 17:29:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73CD1B7EEEF; Wed, 31 May 2017 17:29: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 mx1.freebsd.org (Postfix) with ESMTPS id 418A284287; Wed, 31 May 2017 17:29: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 v4VHTstn048808; Wed, 31 May 2017 17:29:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHTsTR048807; Wed, 31 May 2017 17:29:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311729.v4VHTsTR048807@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, 31 May 2017 17:29:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442231 - head/converters/p5-Encode-Locale X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:29:55 -0000 Author: sunpoet Date: Wed May 31 17:29:54 2017 New Revision: 442231 URL: https://svnweb.freebsd.org/changeset/ports/442231 Log: Add LICENSE Approved by: portmgr (blanket) Modified: head/converters/p5-Encode-Locale/Makefile Modified: head/converters/p5-Encode-Locale/Makefile ============================================================================== --- head/converters/p5-Encode-Locale/Makefile Wed May 31 17:29:49 2017 (r442230) +++ head/converters/p5-Encode-Locale/Makefile Wed May 31 17:29:54 2017 (r442231) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= amdmi3@FreeBSD.org COMMENT= Determine the locale encoding +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure NO_ARCH= yes From owner-svn-ports-all@freebsd.org Wed May 31 17:30:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D7D4B7EF9A; Wed, 31 May 2017 17:30:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D3FF84443; Wed, 31 May 2017 17:30:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VHUESN049269; Wed, 31 May 2017 17:30:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHUEEh049268; Wed, 31 May 2017 17:30:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311730.v4VHUEEh049268@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, 31 May 2017 17:30:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442235 - head/sysutils/p5-File-Listing X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:30:15 -0000 Author: sunpoet Date: Wed May 31 17:30:14 2017 New Revision: 442235 URL: https://svnweb.freebsd.org/changeset/ports/442235 Log: Remove CONFLICTS: www/p5-libwww has been updated to 6.x for almost 6 years Modified: head/sysutils/p5-File-Listing/Makefile Modified: head/sysutils/p5-File-Listing/Makefile ============================================================================== --- head/sysutils/p5-File-Listing/Makefile Wed May 31 17:30:09 2017 (r442234) +++ head/sysutils/p5-File-Listing/Makefile Wed May 31 17:30:14 2017 (r442235) @@ -17,8 +17,6 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-HTTP-Date>=6:www/p5-HTTP-Date RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFLICTS_INSTALL= p5-libwww-5* - NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Wed May 31 17:30:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E283B7EF45; Wed, 31 May 2017 17:30: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 mx1.freebsd.org (Postfix) with ESMTPS id 387E184361; Wed, 31 May 2017 17:30: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 v4VHU4r3049045; Wed, 31 May 2017 17:30:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHU4Yr049043; Wed, 31 May 2017 17:30:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311730.v4VHU4Yr049043@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, 31 May 2017 17:30:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442233 - head/security/p5-Authen-SASL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:30:05 -0000 Author: sunpoet Date: Wed May 31 17:30:03 2017 New Revision: 442233 URL: https://svnweb.freebsd.org/changeset/ports/442233 Log: Add LICENSE - Add NO_ARCH - Use = instead of += for CONFIGURE_ENV - Sort PLIST Modified: head/security/p5-Authen-SASL/Makefile head/security/p5-Authen-SASL/pkg-plist Modified: head/security/p5-Authen-SASL/Makefile ============================================================================== --- head/security/p5-Authen-SASL/Makefile Wed May 31 17:29:59 2017 (r442232) +++ head/security/p5-Authen-SASL/Makefile Wed May 31 17:30:03 2017 (r442233) @@ -11,15 +11,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 module for SASL authentication -RUN_DEPENDS= p5-Digest-HMAC>0:security/p5-Digest-HMAC -BUILD_DEPENDS:= ${RUN_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= p5-Digest-HMAC>0:security/p5-Digest-HMAC +RUN_DEPENDS:= ${BUILD_DEPENDS} + OPTIONS_DEFINE= KERBEROS OPTIONS_DEFAULT=KERBEROS +NO_ARCH= yes USES= perl5 USE_PERL5= configure -CONFIGURE_ENV+= AUTOMATED_TESTING=yes +CONFIGURE_ENV= AUTOMATED_TESTING=yes KERBEROS_BUILD_DEPENDS= p5-GSSAPI>0:security/p5-GSSAPI KERBEROS_RUN_DEPENDS= p5-GSSAPI>0:security/p5-GSSAPI Modified: head/security/p5-Authen-SASL/pkg-plist ============================================================================== --- head/security/p5-Authen-SASL/pkg-plist Wed May 31 17:29:59 2017 (r442232) +++ head/security/p5-Authen-SASL/pkg-plist Wed May 31 17:30:03 2017 (r442233) @@ -1,12 +1,3 @@ -%%PERL5_MAN3%%/Authen::SASL.3.gz -%%PERL5_MAN3%%/Authen::SASL::Perl.3.gz -%%PERL5_MAN3%%/Authen::SASL::Perl::ANONYMOUS.3.gz -%%PERL5_MAN3%%/Authen::SASL::Perl::CRAM_MD5.3.gz -%%PERL5_MAN3%%/Authen::SASL::Perl::DIGEST_MD5.3.gz -%%PERL5_MAN3%%/Authen::SASL::Perl::EXTERNAL.3.gz -%%PERL5_MAN3%%/Authen::SASL::Perl::GSSAPI.3.gz -%%PERL5_MAN3%%/Authen::SASL::Perl::LOGIN.3.gz -%%PERL5_MAN3%%/Authen::SASL::Perl::PLAIN.3.gz %%SITE_PERL%%/Authen/SASL.pm %%SITE_PERL%%/Authen/SASL.pod %%SITE_PERL%%/Authen/SASL/CRAM_MD5.pm @@ -20,3 +11,12 @@ %%SITE_PERL%%/Authen/SASL/Perl/GSSAPI.pm %%SITE_PERL%%/Authen/SASL/Perl/LOGIN.pm %%SITE_PERL%%/Authen/SASL/Perl/PLAIN.pm +%%PERL5_MAN3%%/Authen::SASL.3.gz +%%PERL5_MAN3%%/Authen::SASL::Perl.3.gz +%%PERL5_MAN3%%/Authen::SASL::Perl::ANONYMOUS.3.gz +%%PERL5_MAN3%%/Authen::SASL::Perl::CRAM_MD5.3.gz +%%PERL5_MAN3%%/Authen::SASL::Perl::DIGEST_MD5.3.gz +%%PERL5_MAN3%%/Authen::SASL::Perl::EXTERNAL.3.gz +%%PERL5_MAN3%%/Authen::SASL::Perl::GSSAPI.3.gz +%%PERL5_MAN3%%/Authen::SASL::Perl::LOGIN.3.gz +%%PERL5_MAN3%%/Authen::SASL::Perl::PLAIN.3.gz From owner-svn-ports-all@freebsd.org Wed May 31 17:30:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 741C7B7EF6E; Wed, 31 May 2017 17:30: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 mx1.freebsd.org (Postfix) with ESMTPS id 41A32843D5; Wed, 31 May 2017 17:30: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 v4VHU9p1049164; Wed, 31 May 2017 17:30:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHU9gc049162; Wed, 31 May 2017 17:30:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311730.v4VHU9gc049162@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, 31 May 2017 17:30:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442234 - head/security/p5-Digest-HMAC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:30:10 -0000 Author: sunpoet Date: Wed May 31 17:30:09 2017 New Revision: 442234 URL: https://svnweb.freebsd.org/changeset/ports/442234 Log: Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/security/p5-Digest-HMAC/Makefile head/security/p5-Digest-HMAC/pkg-plist Modified: head/security/p5-Digest-HMAC/Makefile ============================================================================== --- head/security/p5-Digest-HMAC/Makefile Wed May 31 17:30:03 2017 (r442233) +++ head/security/p5-Digest-HMAC/Makefile Wed May 31 17:30:09 2017 (r442234) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to HMAC Message-Digest Algorithms +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/security/p5-Digest-HMAC/pkg-plist ============================================================================== --- head/security/p5-Digest-HMAC/pkg-plist Wed May 31 17:30:03 2017 (r442233) +++ head/security/p5-Digest-HMAC/pkg-plist Wed May 31 17:30:09 2017 (r442234) @@ -1,6 +1,6 @@ -%%PERL5_MAN3%%/Digest::HMAC.3.gz -%%PERL5_MAN3%%/Digest::HMAC_MD5.3.gz -%%PERL5_MAN3%%/Digest::HMAC_SHA1.3.gz %%SITE_PERL%%/Digest/HMAC.pm %%SITE_PERL%%/Digest/HMAC_MD5.pm %%SITE_PERL%%/Digest/HMAC_SHA1.pm +%%PERL5_MAN3%%/Digest::HMAC.3.gz +%%PERL5_MAN3%%/Digest::HMAC_MD5.3.gz +%%PERL5_MAN3%%/Digest::HMAC_SHA1.3.gz From owner-svn-ports-all@freebsd.org Wed May 31 17:30:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24AFAB7EFC5; Wed, 31 May 2017 17:30:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E8AE1844B3; Wed, 31 May 2017 17:30: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 v4VHUJUK049396; Wed, 31 May 2017 17:30:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHUJNH049393; Wed, 31 May 2017 17:30:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311730.v4VHUJNH049393@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, 31 May 2017 17:30:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442236 - head/www/p5-HTML-Form X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:30:20 -0000 Author: sunpoet Date: Wed May 31 17:30:18 2017 New Revision: 442236 URL: https://svnweb.freebsd.org/changeset/ports/442236 Log: Add LICENSE - Remove CONFLICTS: www/p5-libwww has been updated to 6.x for almost 6 years - Add NO_ARCH - Sort PLIST Modified: head/www/p5-HTML-Form/Makefile head/www/p5-HTML-Form/pkg-plist Modified: head/www/p5-HTML-Form/Makefile ============================================================================== --- head/www/p5-HTML-Form/Makefile Wed May 31 17:30:14 2017 (r442235) +++ head/www/p5-HTML-Form/Makefile Wed May 31 17:30:18 2017 (r442236) @@ -11,13 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Class that represents an HTML form element +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-HTTP-Message>=6.03:www/p5-HTTP-Message \ p5-URI>=1.10:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFLICTS= p5-libwww-5* - +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-HTML-Form/pkg-plist ============================================================================== --- head/www/p5-HTML-Form/pkg-plist Wed May 31 17:30:14 2017 (r442235) +++ head/www/p5-HTML-Form/pkg-plist Wed May 31 17:30:18 2017 (r442236) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/HTML::Form.3.gz %%SITE_PERL%%/HTML/Form.pm +%%PERL5_MAN3%%/HTML::Form.3.gz From owner-svn-ports-all@freebsd.org Wed May 31 17:30:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E3A8B7F02B; Wed, 31 May 2017 17: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 mx1.freebsd.org (Postfix) with ESMTPS id F094A845A9; Wed, 31 May 2017 17: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 v4VHUTJ1049608; Wed, 31 May 2017 17:30:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHUTrA049606; Wed, 31 May 2017 17:30:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311730.v4VHUTrA049606@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, 31 May 2017 17:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442238 - head/www/p5-HTML-Tagset X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:30:30 -0000 Author: sunpoet Date: Wed May 31 17:30:28 2017 New Revision: 442238 URL: https://svnweb.freebsd.org/changeset/ports/442238 Log: Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/www/p5-HTML-Tagset/Makefile head/www/p5-HTML-Tagset/pkg-plist Modified: head/www/p5-HTML-Tagset/Makefile ============================================================================== --- head/www/p5-HTML-Tagset/Makefile Wed May 31 17:30:23 2017 (r442237) +++ head/www/p5-HTML-Tagset/Makefile Wed May 31 17:30:28 2017 (r442238) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Some useful data table in parsing HTML +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-HTML-Tagset/pkg-plist ============================================================================== --- head/www/p5-HTML-Tagset/pkg-plist Wed May 31 17:30:23 2017 (r442237) +++ head/www/p5-HTML-Tagset/pkg-plist Wed May 31 17:30:28 2017 (r442238) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/HTML::Tagset.3.gz %%SITE_PERL%%/HTML/Tagset.pm +%%PERL5_MAN3%%/HTML::Tagset.3.gz From owner-svn-ports-all@freebsd.org Wed May 31 17:30:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0121FB7F05A; Wed, 31 May 2017 17: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 mx1.freebsd.org (Postfix) with ESMTPS id C1A1184627; Wed, 31 May 2017 17:30: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 v4VHUXdQ049711; Wed, 31 May 2017 17:30:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHUXCj049710; Wed, 31 May 2017 17:30:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311730.v4VHUXCj049710@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, 31 May 2017 17:30:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442239 - head/www/p5-HTTP-Daemon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:30:35 -0000 Author: sunpoet Date: Wed May 31 17:30:33 2017 New Revision: 442239 URL: https://svnweb.freebsd.org/changeset/ports/442239 Log: Remove CONFLICTS: www/p5-libwww has been updated to 6.x for almost 6 years - Add NO_ARCH Modified: head/www/p5-HTTP-Daemon/Makefile Modified: head/www/p5-HTTP-Daemon/Makefile ============================================================================== --- head/www/p5-HTTP-Daemon/Makefile Wed May 31 17:30:28 2017 (r442238) +++ head/www/p5-HTTP-Daemon/Makefile Wed May 31 17:30:33 2017 (r442239) @@ -19,8 +19,7 @@ BUILD_DEPENDS= p5-HTTP-Date>=6:www/p5-HTTP-Date \ p5-LWP-MediaTypes>=6:www/p5-LWP-MediaTypes RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFLICTS= p5-libwww-5* - +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Wed May 31 17:30:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AE95B7EFF9; Wed, 31 May 2017 17:30: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 mx1.freebsd.org (Postfix) with ESMTPS id DD0678452B; Wed, 31 May 2017 17: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 v4VHUOiK049487; Wed, 31 May 2017 17:30:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHUNqY049486; Wed, 31 May 2017 17:30:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311730.v4VHUNqY049486@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, 31 May 2017 17:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442237 - head/www/p5-HTML-Parser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:30:25 -0000 Author: sunpoet Date: Wed May 31 17:30:23 2017 New Revision: 442237 URL: https://svnweb.freebsd.org/changeset/ports/442237 Log: Add LICENSE Approved by: portmgr (blanket) Modified: head/www/p5-HTML-Parser/Makefile Modified: head/www/p5-HTML-Parser/Makefile ============================================================================== --- head/www/p5-HTML-Parser/Makefile Wed May 31 17:30:18 2017 (r442236) +++ head/www/p5-HTML-Parser/Makefile Wed May 31 17:30:23 2017 (r442237) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Perl5 module for parsing HTML documents +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-HTML-Tagset>=3:www/p5-HTML-Tagset BUILD_DEPENDS:= ${RUN_DEPENDS} From owner-svn-ports-all@freebsd.org Wed May 31 17:30:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2444CB7F094; Wed, 31 May 2017 17: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 mx1.freebsd.org (Postfix) with ESMTPS id E6571846A6; Wed, 31 May 2017 17:30: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 v4VHUdXY049832; Wed, 31 May 2017 17:30:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHUc7p049830; Wed, 31 May 2017 17:30:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311730.v4VHUc7p049830@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, 31 May 2017 17:30:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442240 - head/www/p5-HTTP-Date X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:30:40 -0000 Author: sunpoet Date: Wed May 31 17:30:38 2017 New Revision: 442240 URL: https://svnweb.freebsd.org/changeset/ports/442240 Log: Remove CONFLICTS: www/p5-libwww has been updated to 6.x for almost 6 years - Add NO_ARCH - Sort PLIST Modified: head/www/p5-HTTP-Date/Makefile head/www/p5-HTTP-Date/pkg-plist Modified: head/www/p5-HTTP-Date/Makefile ============================================================================== --- head/www/p5-HTTP-Date/Makefile Wed May 31 17:30:33 2017 (r442239) +++ head/www/p5-HTTP-Date/Makefile Wed May 31 17:30:38 2017 (r442240) @@ -14,8 +14,7 @@ COMMENT= Conversion routines for the HTTP protocol dat LICENSE= ART10 GPLv1 LICENSE_COMB= dual -CONFLICTS= p5-libwww-5* - +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-HTTP-Date/pkg-plist ============================================================================== --- head/www/p5-HTTP-Date/pkg-plist Wed May 31 17:30:33 2017 (r442239) +++ head/www/p5-HTTP-Date/pkg-plist Wed May 31 17:30:38 2017 (r442240) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/HTTP::Date.3.gz %%SITE_PERL%%/HTTP/Date.pm +%%PERL5_MAN3%%/HTTP::Date.3.gz From owner-svn-ports-all@freebsd.org Wed May 31 17:30:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A4A8B7F0BC; Wed, 31 May 2017 17: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 mx1.freebsd.org (Postfix) with ESMTPS id E7BB384726; Wed, 31 May 2017 17:30:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VHUhie050311; Wed, 31 May 2017 17:30:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHUhCl050302; Wed, 31 May 2017 17:30:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311730.v4VHUhCl050302@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, 31 May 2017 17:30:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442241 - head/www/p5-HTTP-Negotiate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:30:45 -0000 Author: sunpoet Date: Wed May 31 17:30:43 2017 New Revision: 442241 URL: https://svnweb.freebsd.org/changeset/ports/442241 Log: Remove CONFLICTS: www/p5-libwww has been updated to 6.x for almost 6 years Modified: head/www/p5-HTTP-Negotiate/Makefile Modified: head/www/p5-HTTP-Negotiate/Makefile ============================================================================== --- head/www/p5-HTTP-Negotiate/Makefile Wed May 31 17:30:38 2017 (r442240) +++ head/www/p5-HTTP-Negotiate/Makefile Wed May 31 17:30:43 2017 (r442241) @@ -17,8 +17,6 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-HTTP-Message>=6:www/p5-HTTP-Message RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFLICTS_INSTALL= p5-libwww-5* - NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-all@freebsd.org Wed May 31 17:30:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BB03B7F0E4; Wed, 31 May 2017 17: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 mx1.freebsd.org (Postfix) with ESMTPS id CDD1384796; Wed, 31 May 2017 17:30: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 v4VHUmks050787; Wed, 31 May 2017 17:30:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHUmgX050784; Wed, 31 May 2017 17:30:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311730.v4VHUmgX050784@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, 31 May 2017 17:30:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442242 - head/www/p5-LWP-MediaTypes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:30:50 -0000 Author: sunpoet Date: Wed May 31 17:30:48 2017 New Revision: 442242 URL: https://svnweb.freebsd.org/changeset/ports/442242 Log: Add LICENSE - Remove CONFLICTS: www/p5-libwww has been updated to 6.x for almost 6 years - Add NO_ARCH - Sort PLIST Modified: head/www/p5-LWP-MediaTypes/Makefile head/www/p5-LWP-MediaTypes/pkg-plist Modified: head/www/p5-LWP-MediaTypes/Makefile ============================================================================== --- head/www/p5-LWP-MediaTypes/Makefile Wed May 31 17:30:43 2017 (r442241) +++ head/www/p5-LWP-MediaTypes/Makefile Wed May 31 17:30:48 2017 (r442242) @@ -11,8 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Guess media type for a file or a URL -CONFLICTS= p5-libwww-5* +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-LWP-MediaTypes/pkg-plist ============================================================================== --- head/www/p5-LWP-MediaTypes/pkg-plist Wed May 31 17:30:43 2017 (r442241) +++ head/www/p5-LWP-MediaTypes/pkg-plist Wed May 31 17:30:48 2017 (r442242) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/LWP::MediaTypes.3.gz %%SITE_PERL%%/LWP/MediaTypes.pm %%SITE_PERL%%/LWP/media.types +%%PERL5_MAN3%%/LWP::MediaTypes.3.gz From owner-svn-ports-all@freebsd.org Wed May 31 17:30:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 275F9B7F120; Wed, 31 May 2017 17: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 mx1.freebsd.org (Postfix) with ESMTPS id E784A84833; Wed, 31 May 2017 17:30: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 v4VHUsap050908; Wed, 31 May 2017 17:30:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHUrxM050906; Wed, 31 May 2017 17:30:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311730.v4VHUrxM050906@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, 31 May 2017 17:30:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442243 - head/www/p5-WWW-RobotRules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:30:55 -0000 Author: sunpoet Date: Wed May 31 17:30:53 2017 New Revision: 442243 URL: https://svnweb.freebsd.org/changeset/ports/442243 Log: Add LICENSE - Remove CONFLICTS: www/p5-libwww has been updated to 6.x for almost 6 years - Sort PLIST Modified: head/www/p5-WWW-RobotRules/Makefile head/www/p5-WWW-RobotRules/pkg-plist Modified: head/www/p5-WWW-RobotRules/Makefile ============================================================================== --- head/www/p5-WWW-RobotRules/Makefile Wed May 31 17:30:48 2017 (r442242) +++ head/www/p5-WWW-RobotRules/Makefile Wed May 31 17:30:53 2017 (r442243) @@ -14,7 +14,8 @@ COMMENT= Database of robots.txt-derived permissions BUILD_DEPENDS= p5-URI>=1.10:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} -CONFLICTS= p5-libwww-5* +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual NO_ARCH= yes USES= perl5 Modified: head/www/p5-WWW-RobotRules/pkg-plist ============================================================================== --- head/www/p5-WWW-RobotRules/pkg-plist Wed May 31 17:30:48 2017 (r442242) +++ head/www/p5-WWW-RobotRules/pkg-plist Wed May 31 17:30:53 2017 (r442243) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/WWW::RobotRules.3.gz -%%PERL5_MAN3%%/WWW::RobotRules::AnyDBM_File.3.gz %%SITE_PERL%%/WWW/RobotRules.pm %%SITE_PERL%%/WWW/RobotRules/AnyDBM_File.pm +%%PERL5_MAN3%%/WWW::RobotRules.3.gz +%%PERL5_MAN3%%/WWW::RobotRules::AnyDBM_File.3.gz From owner-svn-ports-all@freebsd.org Wed May 31 17:31:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91C37B7F2FA; Wed, 31 May 2017 17:31:54 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B06184DB8; Wed, 31 May 2017 17:31:54 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VHVrNd053433; Wed, 31 May 2017 17:31:53 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHVq5N053427; Wed, 31 May 2017 17:31:52 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201705311731.v4VHVq5N053427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Wed, 31 May 2017 17:31:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442244 - in head/sysutils/graylog: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:31:54 -0000 Author: girgen Date: Wed May 31 17:31:52 2017 New Revision: 442244 URL: https://svnweb.freebsd.org/changeset/ports/442244 Log: Update to 2.2.3 and fix daemon handling PR: 218814 Submitted by: Dave Cottlehuber Approved by: maintainer Added: head/sysutils/graylog/files/log4j2.xml.in (contents, props changed) head/sysutils/graylog/files/server.conf.in - copied unchanged from r442243, head/sysutils/graylog/files/server.conf.sample.in Deleted: head/sysutils/graylog/files/server.conf.sample.in Modified: head/sysutils/graylog/Makefile head/sysutils/graylog/distinfo head/sysutils/graylog/files/graylog.in head/sysutils/graylog/files/pkg-message.in head/sysutils/graylog/pkg-plist Modified: head/sysutils/graylog/Makefile ============================================================================== --- head/sysutils/graylog/Makefile Wed May 31 17:30:53 2017 (r442243) +++ head/sysutils/graylog/Makefile Wed May 31 17:31:52 2017 (r442244) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= graylog -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= sysutils java MASTER_SITES= https://packages.graylog2.org/releases/graylog/ \ http://packages.graylog2.org/releases/graylog/ @@ -14,26 +14,29 @@ LICENSE= GPLv3+ USES= tar:tgz USE_JAVA= yes -JAVA_VERSION= 1.7+ +JAVA_VERSION= 1.8+ JAVA_EXTRACT= yes NO_ARCH= yes JAVA_RUN= yes NO_BUILD= yes USE_RC_SUBR= graylog -SUB_FILES= server.conf.sample pkg-message +SUB_FILES= server.conf log4j2.xml pkg-message GRAYLOGUSER?= graylog GRAYLOGGROUP?= ${GRAYLOGUSER} USERS= ${GRAYLOGUSER} GROUPS= ${GRAYLOGGROUP} GRAYLOG_DATA_DIR= /var/db/graylog +GRAYLOG_LOGS_DIR= /var/log/graylog SUB_LIST= GRAYLOGUSER=${GRAYLOGUSER} \ GRAYLOGGROUP=${GRAYLOGGROUP} \ + GRAYLOG_LOGS_DIR=${GRAYLOG_LOGS_DIR} \ GRAYLOG_DATA_DIR=${GRAYLOG_DATA_DIR} PLIST_SUB= GRAYLOG_DATA_DIR=${GRAYLOG_DATA_DIR} \ + GRAYLOG_LOGS_DIR=${GRAYLOG_LOGS_DIR} \ GRAYLOGUSER=${GRAYLOGUSER} \ GRAYLOGGROUP=${GRAYLOGGROUP} \ PORTVERSION=${PORTVERSION} @@ -42,8 +45,10 @@ do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/plugin ${MKDIR} ${STAGEDIR}${ETCDIR}/server ${MKDIR} ${STAGEDIR}${GRAYLOG_DATA_DIR} + ${MKDIR} ${STAGEDIR}${GRAYLOG_LOGS_DIR} ${INSTALL_DATA} ${WRKSRC}/graylog.jar ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/plugin && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/plugin) - ${INSTALL_DATA} ${WRKDIR}/server.conf.sample ${STAGEDIR}${ETCDIR}/server/server.conf.sample + ${INSTALL_DATA} ${WRKDIR}/server.conf ${STAGEDIR}${ETCDIR}/server/server.conf.sample + ${INSTALL_DATA} ${WRKDIR}/log4j2.xml ${STAGEDIR}${ETCDIR}/server/log4j2.xml.sample .include Modified: head/sysutils/graylog/distinfo ============================================================================== --- head/sysutils/graylog/distinfo Wed May 31 17:30:53 2017 (r442243) +++ head/sysutils/graylog/distinfo Wed May 31 17:31:52 2017 (r442244) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488634660 -SHA256 (graylog-2.2.2.tgz) = 46f419d422f6e5816b29333c8510524f1bbc910d6bf00136adb3899a985fceb4 -SIZE (graylog-2.2.2.tgz) = 99956086 +TIMESTAMP = 1492723318 +SHA256 (graylog-2.2.3.tgz) = 3de01e7cb8ebc02a7f06cec1c88eded3b717762447bf1b56bff8744f7f5ea80b +SIZE (graylog-2.2.3.tgz) = 99971278 Modified: head/sysutils/graylog/files/graylog.in ============================================================================== --- head/sysutils/graylog/files/graylog.in Wed May 31 17:30:53 2017 (r442243) +++ head/sysutils/graylog/files/graylog.in Wed May 31 17:31:52 2017 (r442244) @@ -42,8 +42,8 @@ # Default value: /var/graylog # Path to the graylog run folder. # -# graylog_log_file (string): -# Default value: /var/log/graylog-server.log +# graylog_log_config (string): +# Default value: %%ETCDIR%%/server/log4j2.xml # Path to the Graylog Server logfile . /etc/rc.subr @@ -60,45 +60,58 @@ load_rc_config $name : ${graylog_max_mem:="1g"} : ${graylog_dir:="%%DATADIR%%"} : ${graylog_data_dir:="%%GRAYLOG_DATA_DIR%%"} +: ${graylog_logs_dir:="%%GRAYLOG_LOGS_DIR%%"} : ${graylog_run_dir:="/var/run/graylog"} -: ${graylog_log_file:="/var/log/graylog-server.log"} +: ${graylog_log_config:="%%ETCDIR%%/server/log4j2.xml"} +java_options=" \ + -Djava.awt.headless=true \ + -Djava.net.preferIPv4Stack=true \ + -Dapp=${name} \ + -Dlog4j.configurationFile=${graylog_log_config} \ + -Xms${graylog_min_mem} \ + -Xmx${graylog_max_mem} \ + -XX:-OmitStackTraceInFastThrow \ + -XX:+AggressiveOpts \ + -XX:+CMSClassUnloadingEnabled \ + -XX:+CMSConcurrentMTEnabled \ + -XX:+CMSParallelRemarkEnabled \ + -XX:+DisableExplicitGC \ + -XX:+HeapDumpOnOutOfMemoryError \ + -XX:+ResizeTLAB \ + -XX:+UseCMSInitiatingOccupancyOnly \ + -XX:+UseCompressedOops \ + -XX:+UseConcMarkSweepGC \ + -XX:+UseFastAccessorMethods \ + -XX:+UseParNewGC \ + -XX:CMSInitiatingOccupancyFraction=75 \ + -XX:NewRatio=1 \ + " -java_options=" -Xms${graylog_min_mem} \ - -Xmx${graylog_max_mem} \ - -XX:NewRatio=1 \ - -XX:+ResizeTLAB \ - -XX:+UseConcMarkSweepGC \ - -XX:+CMSConcurrentMTEnabled \ - -XX:+CMSClassUnloadingEnabled \ - -XX:+UseParNewGC \ - -XX:-OmitStackTraceInFastThrow" +app_pidfile="${graylog_run_dir}/${name}.pid" +pidfile="${graylog_run_dir}/daemon.pid" +command="/usr/sbin/daemon" -start_precmd="graylog_precmd" +command_args=" \ + -c \ + -t ${name} \ + -r \ + -p ${app_pidfile} \ + -P ${pidfile} \ + %%LOCALBASE%%/bin/java \ + ${java_options} \ + -jar ${graylog_dir}/graylog.jar server \ + --no-pid-file \ + --configfile ${graylog_config}" -pidfile="${graylog_run_dir}/${name}.pid" -command=/usr/bin/nohup +required_files="%%LOCALBASE%%/bin/java ${graylog_config}" -command_args="%%LOCALBASE%%/bin/java -jar ${graylog_dir}/graylog.jar server \ - --configfile \"${graylog_config}\" \ - --pidfile \"${pidfile}\" \ - >> \"${graylog_log_file}\" \ - 2>> \"${graylog_log_file}\" &" - graylog_precmd() { - if [ ! -f "${graylog_config}" ]; then - echo "Configuration file ${graylog_config} not found" - exit 1 - fi - - if [ ! -f "${graylog_log_file}" ]; then - touch "${graylog_log_file}" - chown "${graylog_user}:${graylog_group}" "${graylog_log_file}" - chmod 640 "${graylog_log_file}" - fi - install -d -o ${graylog_user} -g ${graylog_group} -m 750 "${graylog_data_dir}" + install -d -o ${graylog_user} -g ${graylog_group} -m 750 "${graylog_logs_dir}" install -d -o ${graylog_user} -g ${graylog_group} -m 750 "${graylog_run_dir}" } + +start_precmd="graylog_precmd" run_rc_command "$1" Added: head/sysutils/graylog/files/log4j2.xml.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/graylog/files/log4j2.xml.in Wed May 31 17:31:52 2017 (r442244) @@ -0,0 +1,43 @@ + + + + + + + + + %d %p %c{1.} [%t] %m%n + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: head/sysutils/graylog/files/pkg-message.in ============================================================================== --- head/sysutils/graylog/files/pkg-message.in Wed May 31 17:30:53 2017 (r442243) +++ head/sysutils/graylog/files/pkg-message.in Wed May 31 17:31:52 2017 (r442244) @@ -1,10 +1,16 @@ ====================================================================== -Please see %%ETCDIR%% for sample versions of -server.conf +Please see %%ETCDIR%% for sample versions of server.conf and log4j2.xml For GeoIP support you need to install the net/GeoIP port and -configure the path to the GeoIP databases in the Graylog Web Interface +configure the path to the GeoIP databases in the Graylog Web Interface. When running graylog in a jail, you need to set enforce_statfs for the jail. + +For a single-node installation, install: + +- databases/mongodb +- textproc/elasticsearch2 + +And ensure that the elasticsearch cluster name matches that used by graylog. ====================================================================== Copied: head/sysutils/graylog/files/server.conf.in (from r442243, head/sysutils/graylog/files/server.conf.sample.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/graylog/files/server.conf.in Wed May 31 17:31:52 2017 (r442244, copy of r442243, head/sysutils/graylog/files/server.conf.sample.in) @@ -0,0 +1,376 @@ +# If you are running more than one instances of graylog2-server you have to select one of these +# instances as master. The master will perform some periodical tasks that non-masters won't perform. +is_master = true + +# The auto-generated node ID will be stored in this file and read after restarts. It is a good idea +# to use an absolute file path here if you are starting graylog2-server from init scripts or similar. +node_id_file = /var/graylog/server/node-id + +# You MUST set a secret to secure/pepper the stored user passwords here. Use at least 64 characters. +# Generate one by using for example: pwgen -N 1 -s 96 +password_secret = + +# The default root user is named 'admin' +#root_username = admin + +# You MUST specify a hash password for the root user (which you only need to initially set up the +# system and in case you lose connectivity to your authentication backend) +# This password cannot be changed using the API or via the web interface. If you need to change it, +# modify it in this file. +# Create one by using for example: echo -n yourpassword | shasum -a 256 +# and put the resulting hash value into the following line +root_password_sha2 = + +# The email address of the root user. +# Default is empty +#root_email = "" + +# The time zone setting of the root user. +# Default is UTC +#root_timezone = UTC + +# Set plugin directory here (relative or absolute) +plugin_dir = %%DATADIR%%/plugin + +# REST API listen URI. Must be reachable by other graylog2-server nodes if you run a cluster. +rest_listen_uri = http://127.0.0.1:12900/ + +# REST API transport address. Defaults to the value of rest_listen_uri. Exception: If rest_listen_uri +# is set to a wildcard IP address (0.0.0.0) the first non-loopback IPv4 system address is used. +# If set, his will be promoted in the cluster discovery APIs, so other nodes may try to connect on +# this address and it is used to generate URLs addressing entities in the REST API. (see rest_listen_uri) +# You will need to define this, if your Graylog server is running behind a HTTP proxy that is rewriting +# the scheme, host name or URI. +#rest_transport_uri = http://192.168.1.1:12900/ + +# Enable CORS headers for REST API. This is necessary for JS-clients accessing the server directly. +# If these are disabled, modern browsers will not be able to retrieve resources from the server. +# This is disabled by default. Uncomment the next line to enable it. +#rest_enable_cors = true + +# Enable GZIP support for REST API. This compresses API responses and therefore helps to reduce +# overall round trip times. This is disabled by default. Uncomment the next line to enable it. +#rest_enable_gzip = true + +# Enable HTTPS support for the REST API. This secures the communication with the REST API with +# TLS to prevent request forgery and eavesdropping. This is disabled by default. Uncomment the +# next line to enable it. +#rest_enable_tls = true + +# The X.509 certificate file to use for securing the REST API. +#rest_tls_cert_file = /path/to/graylog2.crt + +# The private key to use for securing the REST API. +#rest_tls_key_file = /path/to/graylog2.key + +# The password to unlock the private key used for securing the REST API. +#rest_tls_key_password = secret + +# The maximum size of a single HTTP chunk in bytes. +#rest_max_chunk_size = 8192 + +# The maximum size of the HTTP request headers in bytes. +#rest_max_header_size = 8192 + +# The maximal length of the initial HTTP/1.1 line in bytes. +#rest_max_initial_line_length = 4096 + +# The size of the execution handler thread pool used exclusively for serving the REST API. +#rest_thread_pool_size = 16 + +# The size of the worker thread pool used exclusively for serving the REST API. +#rest_worker_threads_max_pool_size = 16 + +# Embedded Elasticsearch configuration file +# pay attention to the working directory of the server, maybe use an absolute path here +#elasticsearch_config_file = /usr/local/etc/graylog/server/elasticsearch.yml + +# Graylog will use multiple indices to store documents in. You can configured the strategy it uses to determine +# when to rotate the currently active write index. +# It supports multiple rotation strategies: +# - "count" of messages per index, use elasticsearch_max_docs_per_index below to configure +# - "size" per index, use elasticsearch_max_size_per_index below to configure +# valid values are "count", "size" and "time", default is "count" +rotation_strategy = count + +# (Approximate) maximum number of documents in an Elasticsearch index before a new index +# is being created, also see no_retention and elasticsearch_max_number_of_indices. +# Configure this if you used 'rotation_strategy = count' above. +elasticsearch_max_docs_per_index = 20000000 + +# (Approximate) maximum size in bytes per Elasticsearch index on disk before a new index is being created, also see +# no_retention and elasticsearch_max_number_of_indices. Default is 1GB. +# Configure this if you used 'rotation_strategy = size' above. +#elasticsearch_max_size_per_index = 1073741824 + +# (Approximate) maximum time before a new Elasticsearch index is being created, also see +# no_retention and elasticsearch_max_number_of_indices. Default is 1 day. +# Configure this if you used 'rotation_strategy = time' above. +# Please note that this rotation period does not look at the time specified in the received messages, but is +# using the real clock value to decide when to rotate the index! +# Specify the time using a duration and a suffix indicating which unit you want: +# 1w = 1 week +# 1d = 1 day +# 12h = 12 hours +# Permitted suffixes are: d for day, h for hour, m for minute, s for second. +#elasticsearch_max_time_per_index = 1d + +# Disable checking the version of Elasticsearch for being compatible with this Graylog release. +# WARNING: Using Graylog with unsupported and untested versions of Elasticsearch may lead to data loss! +#elasticsearch_disable_version_check = true + +# Disable message retention on this node, i. e. disable Elasticsearch index rotation. +#no_retention = false + +# How many indices do you want to keep? +elasticsearch_max_number_of_indices = 20 + +# Decide what happens with the oldest indices when the maximum number of indices is reached. +# The following strategies are availble: +# - delete # Deletes the index completely (Default) +# - close # Closes the index and hides it from the system. Can be re-opened later. +retention_strategy = delete + +# How many Elasticsearch shards and replicas should be used per index? Note that this only applies to newly created indices. +elasticsearch_shards = 4 +elasticsearch_replicas = 0 + +# Prefix for all Elasticsearch indices and index aliases managed by Graylog. +elasticsearch_index_prefix = graylog2 + +# Do you want to allow searches with leading wildcards? This can be extremely resource hungry and should only +# be enabled with care. See also: https://www.graylog.org/documentation/general/queries/ +allow_leading_wildcard_searches = false + +# Do you want to allow searches to be highlighted? Depending on the size of your messages this can be memory hungry and +# should only be enabled after making sure your Elasticsearch cluster has enough memory. +allow_highlighting = false + +# settings to be passed to elasticsearch's client (overriding those in the provided elasticsearch_config_file) +# all these +# this must be the same as for your Elasticsearch cluster +#elasticsearch_cluster_name = graylog2 + +# you could also leave this out, but makes it easier to identify the graylog2 client instance +#elasticsearch_node_name = graylog2-server + +# we don't want the graylog2 server to store any data, or be master node +#elasticsearch_node_master = false +#elasticsearch_node_data = false + +# use a different port if you run multiple Elasticsearch nodes on one machine +#elasticsearch_transport_tcp_port = 9350 + +# we don't need to run the embedded HTTP server here +#elasticsearch_http_enabled = false + +#elasticsearch_discovery_zen_ping_multicast_enabled = false +#elasticsearch_discovery_zen_ping_unicast_hosts = 192.168.1.203:9300 + +# Change the following setting if you are running into problems with timeouts during Elasticsearch cluster discovery. +# The setting is specified in milliseconds, the default is 5000ms (5 seconds). +#elasticsearch_cluster_discovery_timeout = 5000 + +# the following settings allow to change the bind addresses for the Elasticsearch client in graylog2 +# these settings are empty by default, letting Elasticsearch choose automatically, +# override them here or in the 'elasticsearch_config_file' if you need to bind to a special address +# refer to http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/modules-network.html +# for special values here +#elasticsearch_network_host = +#elasticsearch_network_bind_host = +#elasticsearch_network_publish_host = + +# The total amount of time discovery will look for other Elasticsearch nodes in the cluster +# before giving up and declaring the current node master. +#elasticsearch_discovery_initial_state_timeout = 3s + +# Analyzer (tokenizer) to use for message and full_message field. The "standard" filter usually is a good idea. +# All supported analyzers are: standard, simple, whitespace, stop, keyword, pattern, language, snowball, custom +# Elasticsearch documentation: http://www.elasticsearch.org/guide/reference/index-modules/analysis/ +# Note that this setting only takes effect on newly created indices. +elasticsearch_analyzer = standard + +# Batch size for the Elasticsearch output. This is the maximum (!) number of messages the Elasticsearch output +# module will get at once and write to Elasticsearch in a batch call. If the configured batch size has not been +# reached within output_flush_interval seconds, everything that is available will be flushed at once. Remember +# that every outputbuffer processor manages its own batch and performs its own batch write calls. +# ("outputbuffer_processors" variable) +output_batch_size = 500 + +# Flush interval (in seconds) for the Elasticsearch output. This is the maximum amount of time between two +# batches of messages written to Elasticsearch. It is only effective at all if your minimum number of messages +# for this time period is less than output_batch_size * outputbuffer_processors. +output_flush_interval = 1 + +# As stream outputs are loaded only on demand, an output which is failing to initialize will be tried over and +# over again. To prevent this, the following configuration options define after how many faults an output will +# not be tried again for an also configurable amount of seconds. +output_fault_count_threshold = 5 +output_fault_penalty_seconds = 30 + +# The number of parallel running processors. +# Raise this number if your buffers are filling up. +processbuffer_processors = 5 +outputbuffer_processors = 3 + +#outputbuffer_processor_keep_alive_time = 5000 +#outputbuffer_processor_threads_core_pool_size = 3 +#outputbuffer_processor_threads_max_pool_size = 30 + +# UDP receive buffer size for all message inputs (e. g. SyslogUDPInput). +#udp_recvbuffer_sizes = 1048576 + +# Wait strategy describing how buffer processors wait on a cursor sequence. (default: sleeping) +# Possible types: +# - yielding +# Compromise between performance and CPU usage. +# - sleeping +# Compromise between performance and CPU usage. Latency spikes can occur after quiet periods. +# - blocking +# High throughput, low latency, higher CPU usage. +# - busy_spinning +# Avoids syscalls which could introduce latency jitter. Best when threads can be bound to specific CPU cores. +processor_wait_strategy = blocking + +# Size of internal ring buffers. Raise this if raising outputbuffer_processors does not help anymore. +# For optimum performance your LogMessage objects in the ring buffer should fit in your CPU L3 cache. +# Start server with --statistics flag to see buffer utilization. +# Must be a power of 2. (512, 1024, 2048, ...) +ring_size = 65536 + +inputbuffer_ring_size = 65536 +inputbuffer_processors = 2 +inputbuffer_wait_strategy = blocking + +# Enable the disk based message journal. +message_journal_enabled = true + +# The directory which will be used to store the message journal. The directory must me exclusively used by Graylog and +# must not contain any other files than the ones created by Graylog itself. +message_journal_dir = %%GRAYLOG_DATA_DIR%%/journal + +# Journal hold messages before they could be written to Elasticsearch. +# For a maximum of 12 hours or 5 GB whichever happens first. +# During normal operation the journal will be smaller. +#message_journal_max_age = 12h +#message_journal_max_size = 5gb + +#message_journal_flush_age = 1m +#message_journal_flush_interval = 1000000 +#message_journal_segment_age = 1h +#message_journal_segment_size = 100mb + +# Number of threads used exclusively for dispatching internal events. Default is 2. +#async_eventbus_processors = 2 + +# EXPERIMENTAL: Dead Letters +# Every failed indexing attempt is logged by default and made visible in the web-interface. You can enable +# the experimental dead letters feature to write every message that was not successfully indexed into the +# MongoDB "dead_letters" collection to make sure that you never lose a message. The actual writing of dead +# letter should work fine already but it is not heavily tested yet and will get more features in future +# releases. +dead_letters_enabled = false + +# How many seconds to wait between marking node as DEAD for possible load balancers and starting the actual +# shutdown process. Set to 0 if you have no status checking load balancers in front. +lb_recognition_period_seconds = 3 + +# Every message is matched against the configured streams and it can happen that a stream contains rules which +# take an unusual amount of time to run, for example if its using regular expressions that perform excessive backtracking. +# This will impact the processing of the entire server. To keep such misbehaving stream rules from impacting other +# streams, Graylog limits the execution time for each stream. +# The default values are noted below, the timeout is in milliseconds. +# If the stream matching for one stream took longer than the timeout value, and this happened more than "max_faults" times +# that stream is disabled and a notification is shown in the web interface. +#stream_processing_timeout = 2000 +#stream_processing_max_faults = 3 + +# Length of the interval in seconds in which the alert conditions for all streams should be checked +# and alarms are being sent. +#alert_check_interval = 60 + +# Since 0.21 the graylog2 server supports pluggable output modules. This means a single message can be written to multiple +# outputs. The next setting defines the timeout for a single output module, including the default output module where all +# messages end up. +# +# Time in milliseconds to wait for all message outputs to finish writing a single message. +#output_module_timeout = 10000 + +# Time in milliseconds after which a detected stale master node is being rechecked on startup. +#stale_master_timeout = 2000 + +# Time in milliseconds which Graylog is waiting for all threads to stop on shutdown. +#shutdown_timeout = 30000 + +# MongoDB Configuration +mongodb_useauth = false +#mongodb_user = grayloguser +#mongodb_password = 123 +mongodb_host = 127.0.0.1 +#mongodb_replica_set = localhost:27017,localhost:27018,localhost:27019 +mongodb_database = graylog2 +mongodb_port = 27017 + +# Raise this according to the maximum connections your MongoDB server can handle if you encounter MongoDB connection problems. +mongodb_max_connections = 100 + +# Number of threads allowed to be blocked by MongoDB connections multiplier. Default: 5 +# If mongodb_max_connections is 100, and mongodb_threads_allowed_to_block_multiplier is 5, then 500 threads can block. More than that and an exception will be thrown. +# http://api.mongodb.org/java/current/com/mongodb/MongoOptions.html#threadsAllowedToBlockForConnectionMultiplier +mongodb_threads_allowed_to_block_multiplier = 5 + +# Drools Rule File (Use to rewrite incoming log messages) +# See: https://www.graylog.org/documentation/general/rewriting/ +#rules_file = /usr/local/etc/graylog/server/rules.drl + +# Email transport +#transport_email_enabled = false +#transport_email_hostname = mail.example.com +#transport_email_port = 587 +#transport_email_use_auth = true +#transport_email_use_tls = true +#transport_email_use_ssl = true +#transport_email_auth_username = you@example.com +#transport_email_auth_password = secret +#transport_email_subject_prefix = [graylog2] +#transport_email_from_email = graylog2@example.com + +# Specify and uncomment this if you want to include links to the stream in your stream alert mails. +# This should define the fully qualified base url to your web interface exactly the same way as it is accessed by your users. +#transport_email_web_interface_url = https://graylog2.example.com + +# HTTP proxy for outgoing HTTP calls +#http_proxy_uri = + +# Disable the optimization of Elasticsearch indices after index cycling. This may take some load from Elasticsearch +# on heavily used systems with large indices, but it will decrease search performance. The default is to optimize +# cycled indices. +#disable_index_optimization = true + +# Optimize the index down to <= index_optimization_max_num_segments. A higher number may take some load from Elasticsearch +# on heavily used systems with large indices, but it will decrease search performance. The default is 1. +#index_optimization_max_num_segments = 1 + +# Disable the index range calculation on all open/available indices and only calculate the range for the latest +# index. This may speed up index cycling on systems with large indices but it might lead to wrong search results +# in regard to the time range of the messages (i. e. messages within a certain range may not be found). The default +# is to calculate the time range on all open/available indices. +#disable_index_range_calculation = true + +# The threshold of the garbage collection runs. If GC runs take longer than this threshold, a system notification +# will be generated to warn the administrator about possible problems with the system. Default is 1 second. +#gc_warning_threshold = 1s + +# Connection timeout for a configured LDAP server (e. g. ActiveDirectory) in milliseconds. +#ldap_connection_timeout = 2000 + +# https://github.com/bazhenov/groovy-shell-server +#groovy_shell_enable = false +#groovy_shell_port = 6789 + +# Enable collection of Graylog-related metrics into MongoDB +#enable_metrics_collection = false + +# Disable the use of SIGAR for collecting system stats +disable_sigar = true + Modified: head/sysutils/graylog/pkg-plist ============================================================================== --- head/sysutils/graylog/pkg-plist Wed May 31 17:30:53 2017 (r442243) +++ head/sysutils/graylog/pkg-plist Wed May 31 17:31:52 2017 (r442244) @@ -1,4 +1,5 @@ @sample(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%ETCDIR%%/server/server.conf.sample +@sample(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%ETCDIR%%/server/log4j2.xml.sample %%DATADIR%%/graylog.jar %%DATADIR%%/plugin/graylog-plugin-anonymous-usage-statistics-%%PORTVERSION%%.jar %%DATADIR%%/plugin/graylog-plugin-beats-%%PORTVERSION%%.jar @@ -7,3 +8,4 @@ %%DATADIR%%/plugin/graylog-plugin-map-widget-%%PORTVERSION%%.jar %%DATADIR%%/plugin/graylog-plugin-pipeline-processor-%%PORTVERSION%%.jar @dir(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%GRAYLOG_DATA_DIR%% +@dir(%%GRAYLOGUSER%%,%%GRAYLOGGROUP%%,440) %%GRAYLOG_LOGS_DIR%% From owner-svn-ports-all@freebsd.org Wed May 31 17:35:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 212C1B7F428; Wed, 31 May 2017 17:35:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4294B03; Wed, 31 May 2017 17:35:56 +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 v4VHZurt054699; Wed, 31 May 2017 17:35:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHZtBb054696; Wed, 31 May 2017 17:35:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705311735.v4VHZtBb054696@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 May 2017 17:35:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442245 - head/devel/sdl2pp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:35:57 -0000 Author: amdmi3 Date: Wed May 31 17:35:55 2017 New Revision: 442245 URL: https://svnweb.freebsd.org/changeset/ports/442245 Log: - Update to 0.14.0 Modified: head/devel/sdl2pp/Makefile head/devel/sdl2pp/distinfo head/devel/sdl2pp/pkg-plist Modified: head/devel/sdl2pp/Makefile ============================================================================== --- head/devel/sdl2pp/Makefile Wed May 31 17:31:52 2017 (r442244) +++ head/devel/sdl2pp/Makefile Wed May 31 17:35:55 2017 (r442245) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sdl2pp -PORTVERSION= 0.13.0 -PORTREVISION= 1 +PORTVERSION= 0.14.0 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org @@ -35,8 +34,8 @@ DOXYGEN_IMPLIES= DOCS CXXFLAGS+= -D_GLIBCXX_USE_C99 # gcc c++11 support is broken on FreeBSD .endif -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ post-install-DOXYGEN-on: Modified: head/devel/sdl2pp/distinfo ============================================================================== --- head/devel/sdl2pp/distinfo Wed May 31 17:31:52 2017 (r442244) +++ head/devel/sdl2pp/distinfo Wed May 31 17:35:55 2017 (r442245) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478625096 -SHA256 (libSDL2pp-libSDL2pp-0.13.0_GH0.tar.gz) = 289ac093d40ff5c185ab7934e0b35274018fd0c1d5dd03bf7b8e116bc61e9ab8 -SIZE (libSDL2pp-libSDL2pp-0.13.0_GH0.tar.gz) = 301762 +TIMESTAMP = 1496173046 +SHA256 (libSDL2pp-libSDL2pp-0.14.0_GH0.tar.gz) = f5d4b61e761991aa70c764eb2d05930eb9a143fe4947005358961a0c01a19bb5 +SIZE (libSDL2pp-libSDL2pp-0.14.0_GH0.tar.gz) = 303594 Modified: head/devel/sdl2pp/pkg-plist ============================================================================== --- head/devel/sdl2pp/pkg-plist Wed May 31 17:31:52 2017 (r442244) +++ head/devel/sdl2pp/pkg-plist Wed May 31 17:35:55 2017 (r442245) @@ -26,6 +26,6 @@ include/SDL2pp/Window.hh include/SDL2pp/external/libcpp_optional.hh lib/libSDL2pp.so lib/libSDL2pp.so.8 -lib/libSDL2pp.so.8.0.0 +lib/libSDL2pp.so.8.1.0 libdata/pkgconfig/sdl2pp.pc share/cmake/Modules/FindSDL2PP.cmake From owner-svn-ports-all@freebsd.org Wed May 31 17:36:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D56A9B7F48D; Wed, 31 May 2017 17:36:19 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0843C84; Wed, 31 May 2017 17:36:19 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VHaIYq054862; Wed, 31 May 2017 17:36:18 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHaIc5054850; Wed, 31 May 2017 17:36:18 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201705311736.v4VHaIc5054850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 31 May 2017 17:36:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442246 - in head/devel: pecl-APCu pecl-APCu4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:36:19 -0000 Author: pawel Date: Wed May 31 17:36:18 2017 New Revision: 442246 URL: https://svnweb.freebsd.org/changeset/ports/442246 Log: Fix CONFLICTS lines Approved by: blanket approval Modified: head/devel/pecl-APCu/Makefile head/devel/pecl-APCu4/Makefile Modified: head/devel/pecl-APCu/Makefile ============================================================================== --- head/devel/pecl-APCu/Makefile Wed May 31 17:35:55 2017 (r442245) +++ head/devel/pecl-APCu/Makefile Wed May 31 17:36:18 2017 (r442246) @@ -11,7 +11,7 @@ COMMENT= APC User Caching LICENSE= PHP301 -CONFLICTS_INSTALL= pecl-APC- +CONFLICTS_INSTALL= pecl-APC IGNORE_WITH_PHP=56 USES= localbase php:pecl Modified: head/devel/pecl-APCu4/Makefile ============================================================================== --- head/devel/pecl-APCu4/Makefile Wed May 31 17:35:55 2017 (r442245) +++ head/devel/pecl-APCu4/Makefile Wed May 31 17:36:18 2017 (r442246) @@ -12,7 +12,7 @@ COMMENT= APC User Caching LICENSE= PHP301 -CONFLICTS_INSTALL= pecl-APC- +CONFLICTS_INSTALL= pecl-APC PORTSCOUT= limit:^4\. From owner-svn-ports-all@freebsd.org Wed May 31 17:36:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BD5DB7F493; Wed, 31 May 2017 17:36:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AF0BC86; Wed, 31 May 2017 17:36:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VHaJKU054982; Wed, 31 May 2017 17:36:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHaJuq054979; Wed, 31 May 2017 17:36:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705311736.v4VHaJuq054979@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 May 2017 17:36:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442247 - head/graphics/tiled X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:36:20 -0000 Author: amdmi3 Date: Wed May 31 17:36:18 2017 New Revision: 442247 URL: https://svnweb.freebsd.org/changeset/ports/442247 Log: - Update to 1.0.0 Modified: head/graphics/tiled/Makefile head/graphics/tiled/distinfo head/graphics/tiled/pkg-plist Modified: head/graphics/tiled/Makefile ============================================================================== --- head/graphics/tiled/Makefile Wed May 31 17:36:18 2017 (r442246) +++ head/graphics/tiled/Makefile Wed May 31 17:36:18 2017 (r442247) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tiled -PORTVERSION= 0.18.2 -PORTREVISION= 2 +PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v CATEGORIES= graphics editors games Modified: head/graphics/tiled/distinfo ============================================================================== --- head/graphics/tiled/distinfo Wed May 31 17:36:18 2017 (r442246) +++ head/graphics/tiled/distinfo Wed May 31 17:36:18 2017 (r442247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487773356 -SHA256 (bjorn-tiled-v0.18.2_GH0.tar.gz) = 575e110dd4904f785222d9a298f63eddf5c5b0b8f1450cb684ef3a9ae91292cd -SIZE (bjorn-tiled-v0.18.2_GH0.tar.gz) = 6409369 +TIMESTAMP = 1495818244 +SHA256 (bjorn-tiled-v1.0.0_GH0.tar.gz) = a5e5f1f3ec9428f124e1fbe65ac3b7ab3c17dc13a3c0d489ff6d356f7f6ad43c +SIZE (bjorn-tiled-v1.0.0_GH0.tar.gz) = 6575292 Modified: head/graphics/tiled/pkg-plist ============================================================================== --- head/graphics/tiled/pkg-plist Wed May 31 17:36:18 2017 (r442246) +++ head/graphics/tiled/pkg-plist Wed May 31 17:36:18 2017 (r442247) @@ -37,7 +37,10 @@ share/thumbnailers/tiled.thumbnailer %%DATADIR%%/translations/tiled_de.qm %%DATADIR%%/translations/tiled_en.qm %%DATADIR%%/translations/tiled_es.qm +%%DATADIR%%/translations/tiled_fi.qm %%DATADIR%%/translations/tiled_fr.qm +%%DATADIR%%/translations/tiled_he.qm +%%DATADIR%%/translations/tiled_hu.qm %%DATADIR%%/translations/tiled_it.qm %%DATADIR%%/translations/tiled_ja.qm %%DATADIR%%/translations/tiled_nb.qm @@ -47,6 +50,6 @@ share/thumbnailers/tiled.thumbnailer %%DATADIR%%/translations/tiled_pt_PT.qm %%DATADIR%%/translations/tiled_ru.qm %%DATADIR%%/translations/tiled_tr.qm +%%DATADIR%%/translations/tiled_uk.qm %%DATADIR%%/translations/tiled_zh.qm %%DATADIR%%/translations/tiled_zh_TW.qm -%%DATADIR%%/translations/tiled_he.qm From owner-svn-ports-all@freebsd.org Wed May 31 17:47:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F489B7F9A0; Wed, 31 May 2017 17:47:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3D3931A5F; Wed, 31 May 2017 17:47:00 +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 v4VHkxn5059353; Wed, 31 May 2017 17:46:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHkx9t059352; Wed, 31 May 2017 17:46:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705311746.v4VHkx9t059352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 May 2017 17:46:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442248 - head/astro/gpsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:47:00 -0000 Author: amdmi3 Date: Wed May 31 17:46:59 2017 New Revision: 442248 URL: https://svnweb.freebsd.org/changeset/ports/442248 Log: - Don't needlessly rebuild bundled manpages, drop unneeded build depends PR: 217147 Submitted by: jau@iki.fi Approved by: z7dr6ut7gs@snkmail.com (maintainer) Modified: head/astro/gpsd/Makefile Modified: head/astro/gpsd/Makefile ============================================================================== --- head/astro/gpsd/Makefile Wed May 31 17:36:18 2017 (r442247) +++ head/astro/gpsd/Makefile Wed May 31 17:46:59 2017 (r442248) @@ -12,16 +12,14 @@ COMMENT= Daemon that monitors one or more GPSes attach LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \ - xsltproc:textproc/libxslt - USES= cpe pathfix pkgconfig python:2 scons shebangfix CPE_VENDOR= gpsd_project USE_RC_SUBR= gpsd SHEBANG_FILES= *.py gps/*.py gegps xgps gpscat xgpsspeed gpsprof \ gpsfake -MAKE_ARGS= prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig" +MAKE_ARGS= prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig" \ + manbuild=no MAKE_ENV= DESTDIR="${STAGEDIR}" PLIST_SUB= PYTHON_EGGINFO=gps-${PORTVERSION}.egg-info From owner-svn-ports-all@freebsd.org Wed May 31 17:47:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC6DEB7F9D8; Wed, 31 May 2017 17:47:29 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAA3A1C85; Wed, 31 May 2017 17:47:29 +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 v4VHlSmN059502; Wed, 31 May 2017 17:47:28 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VHlSFs059500; Wed, 31 May 2017 17:47:28 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201705311747.v4VHlSFs059500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 31 May 2017 17:47:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442249 - head/devel/librelp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 17:47:30 -0000 Author: matthew Date: Wed May 31 17:47:28 2017 New Revision: 442249 URL: https://svnweb.freebsd.org/changeset/ports/442249 Log: Update to 1.2.14 Changes: http://www.librelp.com/2017/05/librelp-1214.html Modified: head/devel/librelp/Makefile head/devel/librelp/distinfo Modified: head/devel/librelp/Makefile ============================================================================== --- head/devel/librelp/Makefile Wed May 31 17:46:59 2017 (r442248) +++ head/devel/librelp/Makefile Wed May 31 17:47:28 2017 (r442249) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= librelp -PORTVERSION= 1.2.13 +PORTVERSION= 1.2.14 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.2.0 \ + lib/${PORTNAME}.so.0.3.0 \ libdata/pkgconfig/relp.pc PORT_VERBS= relp Modified: head/devel/librelp/distinfo ============================================================================== --- head/devel/librelp/distinfo Wed May 31 17:46:59 2017 (r442248) +++ head/devel/librelp/distinfo Wed May 31 17:47:28 2017 (r442249) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487770797 -SHA256 (librelp-1.2.13.tar.gz) = 38df3ca7feba55850602bbefe3ac3c035e7666691d46b8bfbff1f1a4c774c0c7 -SIZE (librelp-1.2.13.tar.gz) = 437877 +TIMESTAMP = 1496252493 +SHA256 (librelp-1.2.14.tar.gz) = 11f6241a4336358a33bfdadd43ef299e8258db0a5243d0c164499c6b85ae5955 +SIZE (librelp-1.2.14.tar.gz) = 437975 From owner-svn-ports-all@freebsd.org Wed May 31 18:04:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A1A1B7FF4F; Wed, 31 May 2017 18:04:26 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07C7B2707; Wed, 31 May 2017 18:04:25 +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 v4VI4OUo067597; Wed, 31 May 2017 18:04:24 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VI4OJ8067594; Wed, 31 May 2017 18:04:24 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705311804.v4VI4OJ8067594@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, 31 May 2017 18:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442250 - in head/devel/py-codecov: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 18:04:26 -0000 Author: cpm Date: Wed May 31 18:04:24 2017 New Revision: 442250 URL: https://svnweb.freebsd.org/changeset/ports/442250 Log: devel/py-codecov: Add test support - Switch to USE_GITHUB - Add TEST_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Add do-test target - Add a comment to explain why some test cases has been removed in patch-tests_test.py - Bump PORTREVISION Reviewed by: koobs Differential Revision: https://reviews.freebsd.org/D10873 Added: head/devel/py-codecov/files/ head/devel/py-codecov/files/patch-tests_test.py (contents, props changed) Modified: head/devel/py-codecov/Makefile head/devel/py-codecov/distinfo Modified: head/devel/py-codecov/Makefile ============================================================================== --- head/devel/py-codecov/Makefile Wed May 31 17:47:28 2017 (r442249) +++ head/devel/py-codecov/Makefile Wed May 31 18:04:24 2017 (r442250) @@ -3,8 +3,9 @@ PORTNAME= codecov PORTVERSION= 2.0.9 +DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cpm@FreeBSD.org @@ -14,10 +15,19 @@ LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7.9:www/py-requests +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ddt>0:devel/py-ddt \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils +USE_GITHUB= yes +GH_PROJECT= ${PORTNAME}-python + NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v tests/test.py .include Modified: head/devel/py-codecov/distinfo ============================================================================== --- head/devel/py-codecov/distinfo Wed May 31 17:47:28 2017 (r442249) +++ head/devel/py-codecov/distinfo Wed May 31 18:04:24 2017 (r442250) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493465689 -SHA256 (codecov-2.0.9.tar.gz) = db1c182ca896244d8644d8410a33f6f6dd1cc24d80209907a65077445923f00c -SIZE (codecov-2.0.9.tar.gz) = 9563 +TIMESTAMP = 1495486257 +SHA256 (codecov-codecov-python-v2.0.9_GH0.tar.gz) = 3ea0fb29746bfe8856c43ce9be893896ad0b8097f139954c6fd17814d14fd282 +SIZE (codecov-codecov-python-v2.0.9_GH0.tar.gz) = 18122 Added: head/devel/py-codecov/files/patch-tests_test.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-codecov/files/patch-tests_test.py Wed May 31 18:04:24 2017 (r442250) @@ -0,0 +1,137 @@ +# The following test cases fails because the .git directory is not included. +# Remove them for now until the reported issue #100 is fixed. +# https://github.com/codecov/codecov-python/issues/100 + +--- tests/test.py.orig 2017-04-28 14:06:12 UTC ++++ tests/test.py +@@ -2,9 +2,9 @@ import os + import sys + import pickle + import itertools ++import unittest + from ddt import ddt, data + from mock import patch, Mock +-import unittest2 as unittest + + import subprocess + +@@ -134,21 +134,6 @@ class TestUploader(unittest.TestCase): + self.assertEqual(codecov.main(), None) + assert post.called and put.called + +- def test_send(self): +- with patch('requests.post') as post: +- with patch('requests.put') as put: +- post.return_value = Mock(status_code=200, text='target\ns3') +- put.return_value = Mock(status_code=200) +- with open(self.filepath, 'w+') as f: +- f.write('coverage data') +- res = self.run_cli(False, commit='a'*40, branch='master', token='') +- self.assertEqual(res['result'].strip(), 'target') +- assert 'https://codecov.io/upload/v4?' in post.call_args[0][0] +- assert 'commit=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' in post.call_args[0][0] +- assert 'token=%3Ctoken%3E' in post.call_args[0][0] +- assert 'branch=master' in post.call_args[0][0] +- assert 'tests/test.py' in put.call_args[1]['data'] +- + def test_send_error(self): + with patch('requests.post') as post: + post.return_value = Mock(status_code=400, text='error') +@@ -181,18 +166,6 @@ class TestUploader(unittest.TestCase): + res = self.run_cli(token='@'+self.token, commit='a', branch='b') + self.assertIn('token=a', res['urlargs']) + +- def test_bowerrc(self): +- with open(self.bowerrc, 'w+') as f: +- f.write('{"directory": "tests"}') +- with open(self.filepath, 'w+') as f: +- f.write('coverage data') +- try: +- self.run_cli(**self.defaults) +- except AssertionError as e: +- self.assertEqual(str(e), "No coverage report found") +- else: +- raise Exception("Did not raise AssertionError") +- + def test_disable_search(self): + self.fake_report() + try: +@@ -246,33 +219,6 @@ class TestUploader(unittest.TestCase): + else: + raise Exception("Did not raise AssertionError") + +- def test_bowerrc_none(self): +- with open(self.bowerrc, 'w+') as f: +- f.write('{"other_key": "tests"}') +- with open(self.filepath, 'w+') as f: +- f.write('coverage data') +- res = self.run_cli(**self.defaults) +- self.assertIn('tests/test.py', res['reports']) +- +- def test_discovers(self): +- with open(self.jacoco, 'w+') as f: +- f.write('') +- with open(self.filepath, 'w+') as f: +- f.write('coverage data') +- res = self.run_cli(**self.defaults) +- self.assertIn('coverage.xml', res['reports']) +- self.assertIn('coverage data', res['reports']) +- self.assertIn('jacoco.xml', res['reports']) +- self.assertIn('', res['reports']) +- +- def test_not_jacoco(self): +- with open(self.filepath, 'w+') as f: +- f.write('') +- res = self.run_cli(file='tests/coverage.xml', **self.defaults) +- res = res['reports'].split('<<<<<< network\n')[1].splitlines() +- self.assertEqual(res[0], '# path=tests/coverage.xml') +- self.assertEqual(res[1], '') +- + def test_run_coverage(self): + self.skipTest('Not sure how to pull off atm') + with open(self.coverage, 'w+') as f: +@@ -339,23 +285,6 @@ class TestUploader(unittest.TestCase): + self.assertEqual(res['query']['branch'], 'master') + self.assertEqual(res['codecov'].token, 'token') + +- def test_ci_jenkins_blue_ocean(self): +- self.set_env(JENKINS_URL='https://....', +- BUILD_URL='https://....', +- BRANCH_NAME='master', +- CHANGE_ID='1', +- BUILD_NUMBER='41', +- CODECOV_TOKEN='token') +- self.fake_report() +- res = self.run_cli() +- self.assertEqual(res['query']['service'], 'jenkins') +- self.assertEqual(res['query']['commit'], codecov.check_output(("git", "rev-parse", "HEAD"))) +- self.assertEqual(res['query']['build'], '41') +- self.assertEqual(res['query']['build_url'], 'https://....') +- self.assertEqual(res['query']['pr'], '1') +- self.assertEqual(res['query']['branch'], 'master') +- self.assertEqual(res['codecov'].token, 'token') +- + def test_ci_travis(self): + self.set_env(TRAVIS="true", + TRAVIS_BRANCH="master", +@@ -459,20 +388,6 @@ class TestUploader(unittest.TestCase): + self.assertEqual(res['query']['build'], '10') + self.assertEqual(res['query']['pr'], '10') + self.assertEqual(res['query']['job'], 'default') +- self.assertEqual(res['codecov'].token, 'token') +- +- def test_ci_drone(self): +- self.set_env(DRONE='true', +- DRONE_BUILD_NUMBER='10', +- DRONE_BRANCH='master', +- DRONE_BUILD_URL='https://drone.io/github/builds/1', +- CODECOV_TOKEN='token') +- self.fake_report() +- res = self.run_cli() +- self.assertEqual(res['query']['service'], 'drone.io') +- self.assertEqual(res['query']['commit'], codecov.check_output(("git", "rev-parse", "HEAD"))) +- self.assertEqual(res['query']['build'], '10') +- self.assertEqual(res['query']['build_url'], 'https://drone.io/github/builds/1') + self.assertEqual(res['codecov'].token, 'token') + + def test_ci_shippable(self): From owner-svn-ports-all@freebsd.org Wed May 31 18:07:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47592B7FF9F; Wed, 31 May 2017 18:07: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 mx1.freebsd.org (Postfix) with ESMTPS id 07F022829; Wed, 31 May 2017 18:07:11 +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 v4VI7BTI067837; Wed, 31 May 2017 18:07:11 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VI7BD7067836; Wed, 31 May 2017 18:07:11 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201705311807.v4VI7BD7067836@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 31 May 2017 18:07:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442251 - in head/net-im/mastodon: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 18:07:12 -0000 Author: jrm Date: Wed May 31 18:07:10 2017 New Revision: 442251 URL: https://svnweb.freebsd.org/changeset/ports/442251 Log: net-im/mastodon: No need to patch ${WRKSRC}/bin/yarn now, because www/yarn now creates a yarnpkg link in ${PREFIX}/bin Deleted: head/net-im/mastodon/files/patch-bin_yarn Modified: head/net-im/mastodon/Makefile Modified: head/net-im/mastodon/Makefile ============================================================================== --- head/net-im/mastodon/Makefile Wed May 31 18:04:24 2017 (r442250) +++ head/net-im/mastodon/Makefile Wed May 31 18:07:10 2017 (r442251) @@ -93,7 +93,6 @@ SUB_FILES= 900.mastodon nginx.conf nginx-include.conf post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ - ${WRKSRC}/bin/yarn \ ${WRKSRC}/config/environments/production.rb do-install: From owner-svn-ports-all@freebsd.org Wed May 31 18:30:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78234B8266B for ; Wed, 31 May 2017 18:30:04 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-qt0-x22a.google.com (mail-qt0-x22a.google.com [IPv6:2607:f8b0:400d:c0d::22a]) (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 2F6E6321F for ; Wed, 31 May 2017 18:30:04 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-qt0-x22a.google.com with SMTP id c13so19124520qtc.1 for ; Wed, 31 May 2017 11:30:04 -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=5S2OE2RQdxvyRxRyLVyiqxvf49HH8U1YsY3uRDyzHLs=; b=VNnYmxDaWaZ6Wx9Gc+1LJdHAOZV1I2P7+B9TBgHJPwH5HRBu172C8F8CwVXk86fBUD Ct/efBiqJ1IcHHwdu6NAuvFTde48xbM/mUnPapWTBk0GNDjeMK8MyEDGBxbROA60nvtg bhiv9yhdUR4UBKOT3yS+39//mAhT2cQV1/U55FMt+SMW3VU4z8fdLZO9JHZ1IdTbcVV0 g5HNcDUIh1IHZsG83/hwne8ZwinlBIF8VVQU47xQQbYPWuDc7EWN+7h+y2zxtCd9HQEM tO44enpIYy0eKLWWPNaMztlxnvO7vY+EtJkO50BjVwjkbqr5aSsGLLxSGCUR7GEWvdZW dOLw== 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=5S2OE2RQdxvyRxRyLVyiqxvf49HH8U1YsY3uRDyzHLs=; b=rWL5ADBvi+/WUch/N64SqeFKsXowi7HeLNz6vIaKfXrtKC6jfP9U2RGpHRh9qhBdO3 d+IbcG+8XkK/PbkvsISePG+S+5iNKbOz3D71G+X4f5tchN3BGL+x+17plGfYLmaMjblj MUkvMF+GaYl+OISQacTfDJ8ZKjBC0iFiFnm3iwNr/dVuNZs1XSWuqOLNfGvQ945Iq+vG 8ghUnCgp4zcdGqN8qjoJFg+Bi1NvRPgZEcN+ojUYy6EJa6Ih2QRbKEinZ4KXo38XHcMM q415gphKThGW9Hb3sNAYf0VRbE0q0fuqBzzX7kQi+Q958rnKSiyjItb5xQfhtTTpBRva x9GA== X-Gm-Message-State: AODbwcCAjn5U+Md70nmA7Cj/a6REI0FtcIe8u9A1tS9FttDlJKCZtvoF AZ7yAmH4eHBbky78p12iLyz5212hdKW0 X-Received: by 10.237.63.39 with SMTP id p36mr32071171qtf.81.1496255403296; Wed, 31 May 2017 11:30:03 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.12.172.134 with HTTP; Wed, 31 May 2017 11:29:22 -0700 (PDT) In-Reply-To: <201705311520.v4VFKGdW094883@repo.freebsd.org> References: <201705311520.v4VFKGdW094883@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Jun 2017 02:29:22 +0800 X-Google-Sender-Auth: ewrs3IBv-J91VpLTkdzVdEUGK5s Message-ID: Subject: Re: svn commit: r442220 - in head/sysutils: . py-gmailfs-fuse To: Mahdi Mokhtari 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.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 18:30:04 -0000 On Wed, May 31, 2017 at 11:20 PM, Mahdi Mokhtari wrote: > Author: mmokhi > Date: Wed May 31 15:20:16 2017 > New Revision: 442220 > URL: https://svnweb.freebsd.org/changeset/ports/442220 > > Log: > sysutils/py-gmailfs-fuse: Add port to tree > gmailfs-fuse is a FUSE filesystem that mounts your gmail storage > like a local filesystem for use. > > Reviewed by: koobs (python team), mat (mentor) > Approved by: mat (mentor) > Differential Revision: https://reviews.freebsd.org/D10929 > > Added: > head/sysutils/py-gmailfs-fuse/ > head/sysutils/py-gmailfs-fuse/Makefile (contents, props changed) > head/sysutils/py-gmailfs-fuse/distinfo (contents, props changed) > head/sysutils/py-gmailfs-fuse/pkg-descr (contents, props changed) > Modified: > head/sysutils/Makefile > > Modified: head/sysutils/Makefile > ============================================================ > ================== > --- head/sysutils/Makefile Wed May 31 15:18:38 2017 (r442219) > +++ head/sysutils/Makefile Wed May 31 15:20:16 2017 (r442220) > @@ -866,6 +866,7 @@ > SUBDIR += py-filelike > SUBDIR += py-freenas.cli > SUBDIR += py-glances > + SUBDIR += py-gmailfs-fuse > SUBDIR += py-halite > SUBDIR += py-honcho > SUBDIR += py-iocage > > Added: head/sysutils/py-gmailfs-fuse/Makefile > ============================================================ > ================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sysutils/py-gmailfs-fuse/Makefile Wed May 31 15:20:16 2017 > (r442220) > @@ -0,0 +1,20 @@ > +# $FreeBSD$ > + > +PORTNAME= gmailfs-fuse > +PORTVERSION= 0.8.6 > +CATEGORIES= sysutils > Please add "python" to CATEGORIES. Thanks! Regards, sunpoet > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER= mmokhi@FreeBSD.org > +COMMENT= Use an IMAP server (like gmail) as normal storage > + > +LICENSE= GPLv2 > + > +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fusefs>=0.2:devel/py-fusefs > + > +USES= fuse python:2.7 > +USE_PYTHON= autoplist distutils > +NO_ARCH= yes > + > +.include > > Added: head/sysutils/py-gmailfs-fuse/distinfo > ============================================================ > ================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sysutils/py-gmailfs-fuse/distinfo Wed May 31 15:20:16 2017 > (r442220) > @@ -0,0 +1,3 @@ > +TIMESTAMP = 1496242630 > +SHA256 (gmailfs-fuse-0.8.6.tar.gz) = 58311a71ae1d60688cd1a0d212c7ad > 48942321af1261119ffcd31f7995629a06 > +SIZE (gmailfs-fuse-0.8.6.tar.gz) = 23906 > > Added: head/sysutils/py-gmailfs-fuse/pkg-descr > ============================================================ > ================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sysutils/py-gmailfs-fuse/pkg-descr Wed May 31 15:20:16 2017 > (r442220) > @@ -0,0 +1,4 @@ > +FUSE-based filesystem for using an IMAP server (like gmail) > +as normal storage like a hard disk. > + > +WWW: http://sr71.net/projects/gmailfs/ > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-svn-ports-all@freebsd.org Wed May 31 18:45:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AB5FB82C60; Wed, 31 May 2017 18:45: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 mx1.freebsd.org (Postfix) with ESMTPS id 4A9183B4A; Wed, 31 May 2017 18:45: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 v4VIj4aN084218; Wed, 31 May 2017 18:45:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VIj4UY084216; Wed, 31 May 2017 18:45:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311845.v4VIj4UY084216@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, 31 May 2017 18:45:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442252 - head/portuguese/hunspell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 18:45:05 -0000 Author: sunpoet Date: Wed May 31 18:45:04 2017 New Revision: 442252 URL: https://svnweb.freebsd.org/changeset/ports/442252 Log: Update to 20170529 Modified: head/portuguese/hunspell/Makefile head/portuguese/hunspell/distinfo Modified: head/portuguese/hunspell/Makefile ============================================================================== --- head/portuguese/hunspell/Makefile Wed May 31 18:07:10 2017 (r442251) +++ head/portuguese/hunspell/Makefile Wed May 31 18:45:04 2017 (r442252) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20170524 +PORTVERSION= 20170529 CATEGORIES= portuguese textproc MASTER_SITES= http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/:PT \ http://www.broffice.org/files/:BR \ Modified: head/portuguese/hunspell/distinfo ============================================================================== --- head/portuguese/hunspell/distinfo Wed May 31 18:07:10 2017 (r442251) +++ head/portuguese/hunspell/distinfo Wed May 31 18:45:04 2017 (r442252) @@ -1,5 +1,5 @@ -TIMESTAMP = 1495974975 -SHA256 (hunspell/hunspell-pt_PT-20170524.tar.gz) = 0a92caa2cdcac71ed28e1330c0b52f23578fd5f9949aa1b5e8bd442f524c22d4 -SIZE (hunspell/hunspell-pt_PT-20170524.tar.gz) = 257505 +TIMESTAMP = 1496255679 +SHA256 (hunspell/hunspell-pt_PT-20170529.tar.gz) = f9158a5026a19cc0d544575c73b5bc2b9c2df310a7a52cf773ab570ab2619d19 +SIZE (hunspell/hunspell-pt_PT-20170529.tar.gz) = 257509 SHA256 (hunspell/pt_BR-2012-06-09AOC.zip) = 883d616f2f302a34802e8a60e17c2d6d292c9d125022c0f79ab4a60870c73f4f SIZE (hunspell/pt_BR-2012-06-09AOC.zip) = 1362087 From owner-svn-ports-all@freebsd.org Wed May 31 18:45:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBC3AB82C81; Wed, 31 May 2017 18:45: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 mx1.freebsd.org (Postfix) with ESMTPS id 8C43C3B6E; Wed, 31 May 2017 18:45: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 v4VIjCb9084339; Wed, 31 May 2017 18:45:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VIjCmq084337; Wed, 31 May 2017 18:45:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705311845.v4VIjCmq084337@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, 31 May 2017 18:45:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442253 - head/print/py-fonttools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 18:45:13 -0000 Author: sunpoet Date: Wed May 31 18:45:12 2017 New Revision: 442253 URL: https://svnweb.freebsd.org/changeset/ports/442253 Log: Update to 3.13.1 Changes: https://github.com/fonttools/fonttools/releases Modified: head/print/py-fonttools/Makefile head/print/py-fonttools/distinfo Modified: head/print/py-fonttools/Makefile ============================================================================== --- head/print/py-fonttools/Makefile Wed May 31 18:45:04 2017 (r442252) +++ head/print/py-fonttools/Makefile Wed May 31 18:45:12 2017 (r442253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fonttools -PORTVERSION= 3.13.0 +PORTVERSION= 3.13.1 CATEGORIES= print python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/print/py-fonttools/distinfo ============================================================================== --- head/print/py-fonttools/distinfo Wed May 31 18:45:04 2017 (r442252) +++ head/print/py-fonttools/distinfo Wed May 31 18:45:12 2017 (r442253) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495728107 -SHA256 (behdad-fonttools-3.13.0_GH0.tar.gz) = af3c2dc521557db8daa052277d425724598fd9281f2e7b09c4ebe9752aa1b7c6 -SIZE (behdad-fonttools-3.13.0_GH0.tar.gz) = 849067 +TIMESTAMP = 1496255736 +SHA256 (behdad-fonttools-3.13.1_GH0.tar.gz) = 369e335c3c6ecbdb6b7635cce325bf853f6ed0a8794823302645ccb01aea164e +SIZE (behdad-fonttools-3.13.1_GH0.tar.gz) = 848887 From owner-svn-ports-all@freebsd.org Wed May 31 18:45:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9D20B82CAF; Wed, 31 May 2017 18:45:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6DED3BF8; Wed, 31 May 2017 18:45:19 +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 v4VIjI5P084528; Wed, 31 May 2017 18:45:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VIjIJU084525; Wed, 31 May 2017 18:45:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705311845.v4VIjIJU084525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 May 2017 18:45:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442254 - in head/audio/audacity: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 18:45:19 -0000 Author: amdmi3 Date: Wed May 31 18:45:18 2017 New Revision: 442254 URL: https://svnweb.freebsd.org/changeset/ports/442254 Log: - Update to 2.1.3 PR: 218104 Submitted by: xxjack12xx@gmail.com (maintainer) Deleted: head/audio/audacity/files/patch-lib-src_libnyquist_nyquist_nyqsrc_sound.h head/audio/audacity/files/patch-src_effects_VST_VSTEffect.cpp head/audio/audacity/files/patch-src_effects_vamp_LoadVamp.cpp head/audio/audacity/files/patch-src_import_ImportFLAC.cpp Modified: head/audio/audacity/Makefile head/audio/audacity/distinfo head/audio/audacity/pkg-plist Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Wed May 31 18:45:12 2017 (r442253) +++ head/audio/audacity/Makefile Wed May 31 18:45:18 2017 (r442254) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= audacity -PORTVERSION= 2.1.2 -PORTREVISION= 5 +PORTVERSION= 2.1.3 CATEGORIES= audio MASTER_SITES= https://github.com/audacity/audacity/archive/ DISTNAME= Audacity-${PORTVERSION} @@ -25,11 +24,12 @@ BROKEN_powerpc64= Does not build WRKSRC= ${WRKDIR}/${PORTNAME}-Audacity-${PORTVERSION} GNU_CONFIGURE= yes -USES= autoreconf compiler:c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix +USES= autoreconf compiler:gcc-c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_WITH= libintl-prefix="${LOCALBASE}" OPTIONS_SUB= yes +USE_GCC= 4.9+ USE_WX= 3.0+ WX_COMPS= wx INSTALLS_ICONS= yes @@ -59,7 +59,8 @@ TWOLAME_DESC= Use libtwolame for MP2 export support VAMP_DESC= Vamp plug-in support VST_DESC= VST plug-in support -CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" +CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" \ + ax_cv_gcc_4_9_0=yes CONFIGURE_ARGS+= --enable-unicode \ ${ICONV_CONFIGURE_ARG} \ @@ -136,10 +137,6 @@ VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis VST_CONFIGURE_ENABLE= vst .include - -.if ${CHOSEN_COMPILER_TYPE} == gcc -CXXFLAGS+= -std=c++11 -.endif post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} Modified: head/audio/audacity/distinfo ============================================================================== --- head/audio/audacity/distinfo Wed May 31 18:45:12 2017 (r442253) +++ head/audio/audacity/distinfo Wed May 31 18:45:18 2017 (r442254) @@ -1,2 +1,3 @@ -SHA256 (Audacity-2.1.2.tar.gz) = 90007b50cdc3885607b1afef2f158777a61c1658e869a88ec4d98c59c133f9bd -SIZE (Audacity-2.1.2.tar.gz) = 24718129 +TIMESTAMP = 1490408781 +SHA256 (Audacity-2.1.3.tar.gz) = cb30870b93c7f6f90b2ec70807ab6dcd9c3a3a29015478ae7b19af46d63bbd86 +SIZE (Audacity-2.1.3.tar.gz) = 24106855 Modified: head/audio/audacity/pkg-plist ============================================================================== --- head/audio/audacity/pkg-plist Wed May 31 18:45:12 2017 (r442253) +++ head/audio/audacity/pkg-plist Wed May 31 18:45:18 2017 (r442254) @@ -62,7 +62,6 @@ share/applications/audacity.desktop %%DATADIR%%/plug-ins/StudioFadeOut.ny %%DATADIR%%/plug-ins/adjustable-fade.ny %%DATADIR%%/plug-ins/beat.ny -%%DATADIR%%/plug-ins/clicktrack.ny %%DATADIR%%/plug-ins/clipfix.ny %%DATADIR%%/plug-ins/crossfadeclips.ny %%DATADIR%%/plug-ins/crossfadetracks.ny @@ -73,8 +72,10 @@ share/applications/audacity.desktop %%DATADIR%%/plug-ins/lowpass.ny %%DATADIR%%/plug-ins/notch.ny %%DATADIR%%/plug-ins/pluck.ny +%%DATADIR%%/plug-ins/rhythmtrack.ny %%DATADIR%%/plug-ins/rissetdrum.ny %%DATADIR%%/plug-ins/sample-data-export.ny +%%DATADIR%%/plug-ins/sample-data-import.ny %%DATADIR%%/plug-ins/tremolo.ny %%DATADIR%%/plug-ins/vocalrediso.ny %%DATADIR%%/plug-ins/vocalremover.ny From owner-svn-ports-all@freebsd.org Wed May 31 18:46:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8424CB82D21; Wed, 31 May 2017 18:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 4F47D3E1B; Wed, 31 May 2017 18:46: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 v4VIk9Ln084669; Wed, 31 May 2017 18:46:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VIk92Q084668; Wed, 31 May 2017 18:46:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705311846.v4VIk92Q084668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 May 2017 18:46:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442255 - head/audio/audacity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 18:46:10 -0000 Author: amdmi3 Date: Wed May 31 18:46:09 2017 New Revision: 442255 URL: https://svnweb.freebsd.org/changeset/ports/442255 Log: Remove bogus CONFIGURE_ENV Modified: head/audio/audacity/Makefile Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Wed May 31 18:45:18 2017 (r442254) +++ head/audio/audacity/Makefile Wed May 31 18:46:09 2017 (r442255) @@ -59,8 +59,7 @@ TWOLAME_DESC= Use libtwolame for MP2 export support VAMP_DESC= Vamp plug-in support VST_DESC= VST plug-in support -CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" \ - ax_cv_gcc_4_9_0=yes +CONFIGURE_ENV+= WX_CONFIG="${WX_CONFIG}" CONFIGURE_ARGS+= --enable-unicode \ ${ICONV_CONFIGURE_ARG} \ From owner-svn-ports-all@freebsd.org Wed May 31 18:46:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA73AB82D78; Wed, 31 May 2017 18:46: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 mx1.freebsd.org (Postfix) with ESMTPS id 9A8AD3F1E; Wed, 31 May 2017 18:46: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 v4VIktqJ084808; Wed, 31 May 2017 18:46:55 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VIkt6T084806; Wed, 31 May 2017 18:46:55 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201705311846.v4VIkt6T084806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 31 May 2017 18:46:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442256 - head/devel/creduce X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 18:46:56 -0000 Author: swills Date: Wed May 31 18:46:55 2017 New Revision: 442256 URL: https://svnweb.freebsd.org/changeset/ports/442256 Log: devel/creduce: Update to 2.7.0 PR: 219415 Submitted by: dim Modified: head/devel/creduce/Makefile head/devel/creduce/distinfo Modified: head/devel/creduce/Makefile ============================================================================== --- head/devel/creduce/Makefile Wed May 31 18:46:09 2017 (r442255) +++ head/devel/creduce/Makefile Wed May 31 18:46:55 2017 (r442256) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= creduce -DISTVERSION= 2.6.0 +DISTVERSION= 2.7.0 CATEGORIES= devel MASTER_SITES= http://embed.cs.utah.edu/creduce/ MAINTAINER= swills@FreeBSD.org COMMENT= Produces small test cases -BUILD_DEPENDS= llvm-config39:devel/llvm39 -RUN_DEPENDS= llvm-config39:devel/llvm39 \ +BUILD_DEPENDS= llvm-config40:devel/llvm40 +RUN_DEPENDS= llvm-config40:devel/llvm40 \ topformflat:devel/delta \ astyle:devel/astyle \ p5-Benchmark-Timer>=0:devel/p5-Benchmark-Timer \ @@ -23,10 +23,10 @@ BROKEN_powerpc64= fails to configure: cannot compile a GNU_CONFIGURE= yes CONFIGURE_FLAGS= --with-llvm=${LOCALBASE} -CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config39 \ - CC=${LOCALBASE}/bin/clang39 \ - CXX=${LOCALBASE}/bin/clang++39 \ - CPP=${LOCALBASE}/bin/clang-cpp39 +CONFIGURE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config40 \ + CC=${LOCALBASE}/bin/clang40 \ + CXX=${LOCALBASE}/bin/clang++40 \ + CPP=${LOCALBASE}/bin/clang-cpp40 USES= autoreconf gmake libtool perl5 Modified: head/devel/creduce/distinfo ============================================================================== --- head/devel/creduce/distinfo Wed May 31 18:46:09 2017 (r442255) +++ head/devel/creduce/distinfo Wed May 31 18:46:55 2017 (r442256) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493926310 -SHA256 (creduce-2.6.0.tar.gz) = cdacc1046ca3ae2b0777b8f235428e7976b0fb97c2f69979c8accd8d2cc0c55d -SIZE (creduce-2.6.0.tar.gz) = 763886 +TIMESTAMP = 1495283860 +SHA256 (creduce-2.7.0.tar.gz) = 36dca859c97a988e71b1a08e0cbd5849e4da051d248c5e483494194c4a231a41 +SIZE (creduce-2.7.0.tar.gz) = 768832 From owner-svn-ports-all@freebsd.org Wed May 31 19:06:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91D3FB87157; Wed, 31 May 2017 19:06:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5770D64696; Wed, 31 May 2017 19:06:06 +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 v4VJ65KS092822; Wed, 31 May 2017 19:06:05 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VJ65fN092820; Wed, 31 May 2017 19:06:05 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705311906.v4VJ65fN092820@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 31 May 2017 19:06:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442257 - head/audio/py-pyacoustid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 19:06:06 -0000 Author: feld Date: Wed May 31 19:06:05 2017 New Revision: 442257 URL: https://svnweb.freebsd.org/changeset/ports/442257 Log: audio/py-pyacoustid: Update to 1.1.5 Modified: head/audio/py-pyacoustid/Makefile head/audio/py-pyacoustid/distinfo Modified: head/audio/py-pyacoustid/Makefile ============================================================================== --- head/audio/py-pyacoustid/Makefile Wed May 31 18:46:55 2017 (r442256) +++ head/audio/py-pyacoustid/Makefile Wed May 31 19:06:05 2017 (r442257) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= pyacoustid -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.1.5 +PORTREVISION= 0 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/audio/py-pyacoustid/distinfo ============================================================================== --- head/audio/py-pyacoustid/distinfo Wed May 31 18:46:55 2017 (r442256) +++ head/audio/py-pyacoustid/distinfo Wed May 31 19:06:05 2017 (r442257) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480280672 -SHA256 (pyacoustid-1.1.3.tar.gz) = 6e303cb34ad10a3a3b50f6b969ef3269a0b6f0fbe713b8e8ead800d47621c06f -SIZE (pyacoustid-1.1.3.tar.gz) = 11654 +TIMESTAMP = 1496245320 +SHA256 (pyacoustid-1.1.5.tar.gz) = efb6337a470c9301a108a539af7b775678ff67aa63944e9e04ce4216676cc777 +SIZE (pyacoustid-1.1.5.tar.gz) = 11846 From owner-svn-ports-all@freebsd.org Wed May 31 19:12:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D6FDCB873F1; Wed, 31 May 2017 19:12:42 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A48E764AB6; Wed, 31 May 2017 19:12:42 +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 v4VJCffc096715; Wed, 31 May 2017 19:12:41 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VJCfYv096713; Wed, 31 May 2017 19:12:41 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705311912.v4VJCfYv096713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 31 May 2017 19:12:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442258 - head/devel/py-invoke X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 19:12:42 -0000 Author: feld Date: Wed May 31 19:12:41 2017 New Revision: 442258 URL: https://svnweb.freebsd.org/changeset/ports/442258 Log: devel/py-invoke: Update to 0.17.0 Modified: head/devel/py-invoke/Makefile head/devel/py-invoke/distinfo Modified: head/devel/py-invoke/Makefile ============================================================================== --- head/devel/py-invoke/Makefile Wed May 31 19:06:05 2017 (r442257) +++ head/devel/py-invoke/Makefile Wed May 31 19:12:41 2017 (r442258) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= invoke -PORTVERSION= 0.13.0 -PORTREVISION= 1 +PORTVERSION= 0.17.0 +PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-invoke/distinfo ============================================================================== --- head/devel/py-invoke/distinfo Wed May 31 19:06:05 2017 (r442257) +++ head/devel/py-invoke/distinfo Wed May 31 19:12:41 2017 (r442258) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478133941 -SHA256 (invoke-0.13.0.tar.gz) = 1a1992fac5292b97448d1c85dc0793e309c4c376acbc39ff067056d71fdc241d -SIZE (invoke-0.13.0.tar.gz) = 230552 +TIMESTAMP = 1496245483 +SHA256 (invoke-0.17.0.tar.gz) = 981103f08e2aa7ada37a415da09be76ec4023a9dceb0475d51a00ad10ff8ea51 +SIZE (invoke-0.17.0.tar.gz) = 274701 From owner-svn-ports-all@freebsd.org Wed May 31 19:25:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59934B8782A; Wed, 31 May 2017 19:25:36 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D0C665205; Wed, 31 May 2017 19:25:36 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VJPZTY001548; Wed, 31 May 2017 19:25:35 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VJPZQJ001547; Wed, 31 May 2017 19:25:35 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201705311925.v4VJPZQJ001547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 31 May 2017 19:25:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442259 - head/x11-themes/gtk-qnxtheme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 19:25:36 -0000 Author: pawel Date: Wed May 31 19:25:35 2017 New Revision: 442259 URL: https://svnweb.freebsd.org/changeset/ports/442259 Log: - Mark port as architecture neutral - Use options helpers - Remove deprecated WANT_GNOME Modified: head/x11-themes/gtk-qnxtheme/Makefile Modified: head/x11-themes/gtk-qnxtheme/Makefile ============================================================================== --- head/x11-themes/gtk-qnxtheme/Makefile Wed May 31 19:12:41 2017 (r442258) +++ head/x11-themes/gtk-qnxtheme/Makefile Wed May 31 19:25:35 2017 (r442259) @@ -11,24 +11,17 @@ DISTNAME= 3414-qnxtheme-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= QNX-inspired theme for GTK1 and GTK2 -OPTIONS_DEFINE= GTK2 -OPTIONS_DEFAULT= GTK2 -GTK2_DESC= Build the GTK2 theme as well - +NO_ARCH= yes NO_WRKSUBDIR= yes NO_BUILD= yes -WANT_GNOME= yes +OPTIONS_DEFINE= GTK2 +OPTIONS_DEFAULT= GTK2 +OPTIONS_SUB= yes -.include +GTK2_DESC= Build the GTK2 theme as well +GTK2_USE= GNOME=gtk20 -.if ${PORT_OPTIONS:MGTK2} -USE_GNOME= gtk20 -PLIST_SUB+= GTK2="" -.else -PLIST_SUB+= GTK2="@comment " -.endif - post-patch: .for file in gtk/gtkrc gtk-2.0/gtkrc @${REINPLACE_CMD} -i "" -e \ @@ -42,10 +35,10 @@ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/qnxtheme/gtk @(cd ${WRKSRC}/QNX/gtk \ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/themes/qnxtheme/gtk) -.if ${PORT_OPTIONS:MGTK2} + +do-install-GTK2-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/qnxtheme/gtk-2.0 @(cd ${WRKSRC}/QNX/gtk-2.0 \ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/themes/qnxtheme/gtk-2.0) -.endif .include From owner-svn-ports-all@freebsd.org Wed May 31 19:25:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04CF0B87878; Wed, 31 May 2017 19:25:57 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D307A652D5; Wed, 31 May 2017 19:25:56 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VJPuC3001763; Wed, 31 May 2017 19:25:56 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VJPtvF001756; Wed, 31 May 2017 19:25:55 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201705311925.v4VJPtvF001756@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 31 May 2017 19:25:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442260 - in head/net-p2p: . torrent-file-editor torrent-file-editor/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 19:25:57 -0000 Author: danfe Date: Wed May 31 19:25:55 2017 New Revision: 442260 URL: https://svnweb.freebsd.org/changeset/ports/442260 Log: Add a port of Qt-based GUI tool designed to create and edit .torrent files. WWW: https://sourceforge.net/projects/torrent-file-editor/ Added: head/net-p2p/torrent-file-editor/ head/net-p2p/torrent-file-editor/Makefile (contents, props changed) head/net-p2p/torrent-file-editor/distinfo (contents, props changed) head/net-p2p/torrent-file-editor/files/ head/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt (contents, props changed) head/net-p2p/torrent-file-editor/pkg-descr (contents, props changed) head/net-p2p/torrent-file-editor/pkg-plist (contents, props changed) Modified: head/net-p2p/Makefile Modified: head/net-p2p/Makefile ============================================================================== --- head/net-p2p/Makefile Wed May 31 19:25:35 2017 (r442259) +++ head/net-p2p/Makefile Wed May 31 19:25:55 2017 (r442260) @@ -80,6 +80,7 @@ SUBDIR += shx SUBDIR += sonarr SUBDIR += squall + SUBDIR += torrent-file-editor SUBDIR += torrentcheck SUBDIR += torrentsniff SUBDIR += transmission Added: head/net-p2p/torrent-file-editor/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/torrent-file-editor/Makefile Wed May 31 19:25:55 2017 (r442260) @@ -0,0 +1,29 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= torrent-file-editor +PORTVERSION= 0.3.4 +CATEGORIES= net-p2p +MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION} + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Qt-based GUI tool for creating and editing .torrent files + +LICENSE= GPLv3 + +USES= cmake + +_QT4_DEPS= linguisttools_build moc_build qmake_build rcc_build \ + uic_build corelib gui +_QT5_DEPS= buildtools_build linguisttools_build qmake_build \ + core gui widgets + +OPTIONS_DEFINE= QT5 +QT5_DESC= Build against Qt 5 instead of Qt 4 + +QT5_USE= QT5=${_QT5_DEPS:ts,} +QT5_USE_OFF= QT4=${_QT4_DEPS:ts,} +QT5_LIB_DEPENDS_OFF= libqjson.so:devel/qjson +QT5_CMAKE_ON= -DQT5_BUILD:BOOL=ON + +.include Added: head/net-p2p/torrent-file-editor/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/torrent-file-editor/distinfo Wed May 31 19:25:55 2017 (r442260) @@ -0,0 +1,3 @@ +TIMESTAMP = 1492441821 +SHA256 (torrent-file-editor-0.3.4.tar.gz) = 6f3dda0fe0dee76bd1e15f62af4d29b11e6f4149d05ed520e5a7c2baa269a08c +SIZE (torrent-file-editor-0.3.4.tar.gz) = 302621 Added: head/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/torrent-file-editor/files/patch-CMakeLists.txt Wed May 31 19:25:55 2017 (r442260) @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2017-04-17 14:19:04 UTC ++++ CMakeLists.txt +@@ -73,6 +73,7 @@ if(QT5_BUILD) + else() + find_package(Qt4 REQUIRED) + find_package(QJSON 0.8.0 REQUIRED) ++ include_directories(${QJSON_INCLUDE_DIR}) + include(${QT_USE_FILE}) + endif() + Added: head/net-p2p/torrent-file-editor/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/torrent-file-editor/pkg-descr Wed May 31 19:25:55 2017 (r442260) @@ -0,0 +1,10 @@ +This is a Qt-based GUI tool designed to create and edit .torrent files. +Some of its features: + + - Create .torrent file from scratch + - Edit .torrent file in user-friendly way + - Edit .torrent file in JSON format + - Add, remove, and interchange files in .torrent file + - Support for different encodings + +WWW: https://sourceforge.net/projects/torrent-file-editor/ Added: head/net-p2p/torrent-file-editor/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/torrent-file-editor/pkg-plist Wed May 31 19:25:55 2017 (r442260) @@ -0,0 +1,9 @@ +bin/torrent-file-editor +share/appdata/torrent-file-editor.appdata.xml +share/applications/torrent-file-editor.desktop +share/icons/hicolor/16x16/apps/torrent-file-editor.png +share/icons/hicolor/32x32/apps/torrent-file-editor.png +share/icons/hicolor/48x48/apps/torrent-file-editor.png +share/icons/hicolor/64x64/apps/torrent-file-editor.png +share/icons/hicolor/128x128/apps/torrent-file-editor.png +share/icons/hicolor/256x256/apps/torrent-file-editor.png From owner-svn-ports-all@freebsd.org Wed May 31 20:07:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AC19B888DF; Wed, 31 May 2017 20:07:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5529B6696C; Wed, 31 May 2017 20:07:17 +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 v4VK7GZd018863; Wed, 31 May 2017 20:07:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VK7FXE018857; Wed, 31 May 2017 20:07:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201705312007.v4VK7FXE018857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 31 May 2017 20:07:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442261 - in head/devel/cppcheck: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 20:07:17 -0000 Author: amdmi3 Date: Wed May 31 20:07:15 2017 New Revision: 442261 URL: https://svnweb.freebsd.org/changeset/ports/442261 Log: - Update to 1.79 - Fix segfault due to conflict between bundled and system tinyxml [1] - Switch to cmake build, simplifying the port - Enable GUI PR: 217881 [1], 218876 [1] Added: head/devel/cppcheck/files/ head/devel/cppcheck/files/patch-CMakeLists.txt (contents, props changed) head/devel/cppcheck/files/patch-gui_CMakeLists.txt (contents, props changed) head/devel/cppcheck/files/patch-tools_matchcompiler.py (contents, props changed) head/devel/cppcheck/pkg-plist (contents, props changed) Modified: head/devel/cppcheck/Makefile head/devel/cppcheck/distinfo Modified: head/devel/cppcheck/Makefile ============================================================================== --- head/devel/cppcheck/Makefile Wed May 31 19:25:55 2017 (r442260) +++ head/devel/cppcheck/Makefile Wed May 31 20:07:15 2017 (r442261) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cppcheck -PORTVERSION= 1.78 -PORTREVISION= 2 +PORTVERSION= 1.79 CATEGORIES= devel MASTER_SITES= SF @@ -13,68 +12,50 @@ COMMENT= Static analysis of C/C++ code LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libtinyxml2.so:textproc/tinyxml2 - BROKEN_powerpc64= fails to compile: analyzerinfo.cpp: 'to_string' is not a member of 'std' -USES= compiler:c++11-lib execinfo gmake python shebangfix tar:bzip2 +USES= compiler:c++11-lib cmake shebangfix tar:bzip2 SHEBANG_FILES= htmlreport/cppcheck-htmlreport -USE_CXXSTD= c++11 -ALL_TARGET= cppcheck -TEST_TARGET= test -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -MAKE_ENV= TINYXML=-ltinyxml2 CFGDIR="${DATADIR}/cfg" +OPTIONS_DEFINE= RULES GUI HTMLREPORT MANPAGES MATCHCOMPILER TEST +OPTIONS_DEFAULT= RULES GUI HTMLREPORT MANPAGES MATCHCOMPILER +OPTIONS_SUB= yes -PLIST_FILES= bin/cppcheck bin/cppcheck-htmlreport -PORTDATA= * +RULES_DESC= User-defined rule support (requires PCRE) +RULES_CMAKE_BOOL= HAVE_RULES +RULES_LIB_DEPENDS= libpcre.so:devel/pcre +RULES_USES= localbase:ldflags -OPTIONS_DEFINE= MATCHCOMPILER RULES MANPAGES -OPTIONS_DEFAULT= MATCHCOMPILER RULES MANPAGES +GUI_CMAKE_BOOL= BUILD_GUI +GUI_USE= QT4=corelib,gui,xml,qmake_build,moc_build,uic_build,rcc_build,linguisttools_build -MATCHCOMPILER_DESC= Build-time optimizations via Python -RULES_DESC= User-defined rule support (requires PCRE) +TEST_CMAKE_BOOL= BUILD_TESTS -MANPAGES_ALL_TARGET= man +HTMLREPORT_DESC= Install cppcheck-htmlreport +HTMLREPORT_USES= python:2,${PYUSE:C/ /,/W} +HTMLREPORT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments +HTMLREPORT_PLIST_FILES= bin/cppcheck-htmlreport +HTMLREPORT_VARS= PYUSE+=run + MANPAGES_BUILD_DEPENDS= xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl -MANPAGES_MAKE_ENV= DB2MAN="${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl" -MANPAGES_PLIST_FILES= man/man1/cppcheck.1.gz -MATCHCOMPILER_MAKE_ENV= SRCDIR=build -MATCHCOMPILER_USES= python:2,build +MATCHCOMPILER_DESC= Build-time optimizations via Python +MATCHCOMPILER_CMAKE_BOOL= USE_MATCHCOMPILER +MATCHCOMPILER_USES= python:2,${PYUSE:C/ /,/W} +MATCHCOMPILER_VARS= PYUSE+=build -RULES_LIB_DEPENDS= libpcre.so:devel/pcre -RULES_MAKE_ENV= HAVE_RULES=yes +post-install-HTMLREPORT-on: + ${INSTALL_SCRIPT} ${WRKSRC}/htmlreport/cppcheck-htmlreport ${STAGEDIR}${PREFIX}/bin -post-patch: - @${REINPLACE_CMD} \ - -e 's|-Iexternals/tinyxml|-I${LOCALBASE}/include|' \ - ${WRKSRC}/Makefile +post-build-MANPAGES-on: + cd ${WRKSRC}/man && ${LOCALBASE}/bin/xsltproc --nonet --param man.charmap.use.subset "0" \ + ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl cppcheck.1.xml -post-patch-MANPAGES-on: - @${REINPLACE_CMD} -e '\|DB2MAN=|d' \ - ${WRKSRC}/Makefile +post-install-MANPAGES-on: + ${INSTALL_MAN} ${WRKSRC}/man/cppcheck.1 ${STAGEDIR}${PREFIX}/man/man1 -post-patch-MATCHCOMPILER-on: - @${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' \ - ${WRKSRC}/Makefile - -post-patch-RULES-on: - @${REINPLACE_CMD} \ - -e '\|CXXFLAGS +=| \ - s| -DTIXML_USE_STL $$(shell pcre-config --cflags)||' \ - -e '\|$$(SRCDIR)/cppcheck.cpp| \ - s|$${INCLUDE_FOR_LIB}|& $$(shell pcre-config --cflags)|' \ - ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cppcheck ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/htmlreport/cppcheck-htmlreport ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DATADIR}/cfg - @cd ${WRKSRC}/cfg; ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/cfg/ - -do-install-MANPAGES-on: - ${INSTALL_MAN} ${WRKSRC}/cppcheck.1 ${STAGEDIR}${PREFIX}/man/man1 +do-test-TEST-on: + cd ${WRKSRC} && ctest .include Modified: head/devel/cppcheck/distinfo ============================================================================== --- head/devel/cppcheck/distinfo Wed May 31 19:25:55 2017 (r442260) +++ head/devel/cppcheck/distinfo Wed May 31 20:07:15 2017 (r442261) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491648981 -SHA256 (cppcheck-1.78.tar.bz2) = e42696f7d6321b98cb479ad9728d051effe543b26aca8102428f60b9850786b1 -SIZE (cppcheck-1.78.tar.bz2) = 1201959 +TIMESTAMP = 1495198335 +SHA256 (cppcheck-1.79.tar.bz2) = 2b85b693de54f15048f1841e7aef74574f99da6270d2182baba78514fa27f06d +SIZE (cppcheck-1.79.tar.bz2) = 1206623 Added: head/devel/cppcheck/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cppcheck/files/patch-CMakeLists.txt Wed May 31 20:07:15 2017 (r442261) @@ -0,0 +1,8 @@ +--- CMakeLists.txt.orig 2017-05-13 09:27:11 UTC ++++ CMakeLists.txt +@@ -1,4 +1,4 @@ +-project(CppCheck) ++project(cppcheck) + cmake_minimum_required(VERSION 2.8) + + include(GNUInstallDirs) Added: head/devel/cppcheck/files/patch-gui_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cppcheck/files/patch-gui_CMakeLists.txt Wed May 31 20:07:15 2017 (r442261) @@ -0,0 +1,11 @@ +--- gui/CMakeLists.txt.orig 2017-05-13 09:27:11 UTC ++++ gui/CMakeLists.txt +@@ -29,7 +29,7 @@ if (BUILD_GUI) + + + install(TARGETS cppcheck-gui RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} COMPONENT applications) +- install(FILES ${qms} DESTINATION ${CMAKE_INSTALL_FULL_BINDIR} COMPONENT applications) ++ install(FILES ${qms} DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/${PROJECT_NAME}/lang COMPONENT applications) + + install(FILES cppcheck-gui.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications) + Added: head/devel/cppcheck/files/patch-tools_matchcompiler.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cppcheck/files/patch-tools_matchcompiler.py Wed May 31 20:07:15 2017 (r442261) @@ -0,0 +1,42 @@ +commit 9d64e9a5577877dd9608823fb42fbef8d13af085 +Author: Dmitry Marakasov +Date: Fri May 19 21:36:54 2017 +0300 + + Fix matchcompiler failure in case of parallel build + + During parallel build, multiple processes will try to create build_dir + in parallel, so the build will fail. Fix that by calling makedirs + unconditionally and ignoring errors from it. If there's actual + problem with directory creation, it'll be caught later by isdir() + check. + +diff --git tools/matchcompiler.py tools/matchcompiler.py +index 71f176d59..2ba36b29f 100755 +--- tools/matchcompiler.py ++++ tools/matchcompiler.py +@@ -22,6 +22,7 @@ import sys + import re + import glob + import argparse ++import errno + + + class MatchCompiler: +@@ -667,8 +668,16 @@ def main(): + sys.exit(-1) + + # Create build directory if needed +- if not os.path.exists(build_dir): ++ try: + os.makedirs(build_dir) ++ except OSError as e: ++ # due to race condition in case of parallel build, ++ # makedirs may fail. Ignore that; if there's actual ++ # problem with directory creation, it'll be caught ++ # by the following isdir check ++ if e.errno != errno.EEXIST: ++ raise ++ + if not os.path.isdir(build_dir): + raise Exception(build_dir + ' is not a directory') + Added: head/devel/cppcheck/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cppcheck/pkg-plist Wed May 31 20:07:15 2017 (r442261) @@ -0,0 +1,29 @@ +%%GUI%%bin/cppcheck-gui +bin/cppcheck +%%DATADIR%%/avr.cfg +%%DATADIR%%/gnu.cfg +%%DATADIR%%/gtk.cfg +%%GUI%%%%DATADIR%%/lang/cppcheck_de.qm +%%GUI%%%%DATADIR%%/lang/cppcheck_es.qm +%%GUI%%%%DATADIR%%/lang/cppcheck_fi.qm +%%GUI%%%%DATADIR%%/lang/cppcheck_fr.qm +%%GUI%%%%DATADIR%%/lang/cppcheck_it.qm +%%GUI%%%%DATADIR%%/lang/cppcheck_ja.qm +%%GUI%%%%DATADIR%%/lang/cppcheck_ko.qm +%%GUI%%%%DATADIR%%/lang/cppcheck_nl.qm +%%GUI%%%%DATADIR%%/lang/cppcheck_ru.qm +%%GUI%%%%DATADIR%%/lang/cppcheck_sr.qm +%%GUI%%%%DATADIR%%/lang/cppcheck_sv.qm +%%GUI%%%%DATADIR%%/lang/cppcheck_zh_CN.qm +%%DATADIR%%/microsoft_sal.cfg +%%DATADIR%%/posix.cfg +%%DATADIR%%/qt.cfg +%%DATADIR%%/sdl.cfg +%%DATADIR%%/sfml.cfg +%%DATADIR%%/std.cfg +%%DATADIR%%/windows.cfg +%%DATADIR%%/wxwidgets.cfg +%%MANPAGES%%man/man1/cppcheck.1.gz +%%GUI%%share/applications/cppcheck-gui.desktop +%%GUI%%share/icons/hicolor/64x64/apps/cppcheck-gui.png +%%GUI%%share/icons/hicolor/scalable/apps/cppcheck-gui.svg From owner-svn-ports-all@freebsd.org Wed May 31 20:19:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 756CEB88B84; Wed, 31 May 2017 20:19:23 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4524B66DBC; Wed, 31 May 2017 20:19:23 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VKJMSu023067; Wed, 31 May 2017 20:19:22 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VKJMo3023066; Wed, 31 May 2017 20:19:22 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705312019.v4VKJMo3023066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 31 May 2017 20:19:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442262 - in head/net: . py-python-swiftclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 20:19:23 -0000 Author: antoine Date: Wed May 31 20:19:22 2017 New Revision: 442262 URL: https://svnweb.freebsd.org/changeset/ports/442262 Log: Revert r442160, net/py-python-swiftclient is a duplicate of databases/py-python-swiftclient With hat: portmgr Deleted: head/net/py-python-swiftclient/ Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed May 31 20:07:15 2017 (r442261) +++ head/net/Makefile Wed May 31 20:19:22 2017 (r442262) @@ -1038,7 +1038,6 @@ SUBDIR += py-python-novaclient SUBDIR += py-python-ntlm SUBDIR += py-python-openstackclient - SUBDIR += py-python-swiftclient SUBDIR += py-python-twitter SUBDIR += py-pyvmomi SUBDIR += py-pyzmq From owner-svn-ports-all@freebsd.org Wed May 31 20:27:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C393B88DD6; Wed, 31 May 2017 20:27:00 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05DCA67166; Wed, 31 May 2017 20:26:59 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VKQx45027346; Wed, 31 May 2017 20:26:59 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VKQwLq027343; Wed, 31 May 2017 20:26:58 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705312026.v4VKQwLq027343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 31 May 2017 20:26:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442263 - in head/www/varnish-modules: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 20:27:00 -0000 Author: feld Date: Wed May 31 20:26:58 2017 New Revision: 442263 URL: https://svnweb.freebsd.org/changeset/ports/442263 Log: www/varnish-modules: Update to 0.12.1 Deleted: head/www/varnish-modules/files/patch-configure.ac head/www/varnish-modules/files/patch-m4_ax__pthread.m4 head/www/varnish-modules/files/patch-src_vmod__softpurge.c head/www/varnish-modules/files/patch-src_vmod__xkey.c Modified: head/www/varnish-modules/Makefile head/www/varnish-modules/distinfo head/www/varnish-modules/files/patch-src_Makefile.am head/www/varnish-modules/pkg-plist Modified: head/www/varnish-modules/Makefile ============================================================================== --- head/www/varnish-modules/Makefile Wed May 31 20:19:22 2017 (r442262) +++ head/www/varnish-modules/Makefile Wed May 31 20:26:58 2017 (r442263) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= varnish-modules -DISTVERSIONPREFIX= varnish-modules- -DISTVERSION= 0.9.1 -PORTREVISION= 2 +DISTVERSION= 0.12.1 +PORTREVISION= 0 CATEGORIES= www MAINTAINER= feld@FreeBSD.org Modified: head/www/varnish-modules/distinfo ============================================================================== --- head/www/varnish-modules/distinfo Wed May 31 20:19:22 2017 (r442262) +++ head/www/varnish-modules/distinfo Wed May 31 20:26:58 2017 (r442263) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472739997 -SHA256 (varnish-varnish-modules-varnish-modules-0.9.1_GH0.tar.gz) = 4fa7d042968a372c0fd0efa7925f94640ad180e3d667697fe521e485134eb728 -SIZE (varnish-varnish-modules-varnish-modules-0.9.1_GH0.tar.gz) = 46364 +TIMESTAMP = 1496245621 +SHA256 (varnish-varnish-modules-0.12.1_GH0.tar.gz) = 84cfff1f585557117d282a502c109020b1cf8ccb82bdcdfdf3cfdf577f6f38d4 +SIZE (varnish-varnish-modules-0.12.1_GH0.tar.gz) = 62518 Modified: head/www/varnish-modules/files/patch-src_Makefile.am ============================================================================== --- head/www/varnish-modules/files/patch-src_Makefile.am Wed May 31 20:19:22 2017 (r442262) +++ head/www/varnish-modules/files/patch-src_Makefile.am Wed May 31 20:26:58 2017 (r442263) @@ -1,6 +1,6 @@ ---- src/Makefile.am.orig 2016-07-07 14:48:43 UTC +--- src/Makefile.am.orig 2017-05-31 20:08:36 UTC +++ src/Makefile.am -@@ -5,7 +5,6 @@ vmod_LTLIBRARIES = libvmod_cookie.la \ +@@ -28,7 +28,6 @@ vmod_LTLIBRARIES = \ libvmod_header.la \ libvmod_saintmode.la \ libvmod_softpurge.la \ @@ -8,15 +8,35 @@ libvmod_var.la \ libvmod_vsthrottle.la \ libvmod_xkey.la -@@ -40,11 +39,6 @@ libvmod_softpurge_la_SOURCES = \ - vcc_softpurge_if.c vcc_softpurge_if.h: @VMODTOOL@ $(top_srcdir)/src/vmod_softpurge.vcc - @VMODTOOL@ -w ../docs/ -o vcc_softpurge_if $(top_srcdir)/src/vmod_softpurge.vcc +@@ -39,7 +38,6 @@ dist_man_MANS = \ + vmod_header.3 \ + vmod_saintmode.3 \ + vmod_softpurge.3 \ +- vmod_tcp.3 \ + vmod_var.3 \ + vmod_vsthrottle.3 \ + vmod_xkey.3 +@@ -52,7 +50,6 @@ libvmod_header_la_SOURCES = vmod_header. + libvmod_vsthrottle_la_SOURCES = vmod_vsthrottle.c + libvmod_saintmode_la_SOURCES = vmod_saintmode.c + libvmod_softpurge_la_SOURCES = vmod_softpurge.c foreign/hash/hash_slinger.h +-libvmod_tcp_la_SOURCES = vmod_tcp.c + libvmod_var_la_SOURCES = vmod_var.c + libvmod_xkey_la_SOURCES = vmod_xkey.c --libvmod_tcp_la_LDFLAGS = $(AM_LDFLAGS) -module -export-dynamic -avoid-version -shared --libvmod_tcp_la_SOURCES = vcc_tcp_if.c vcc_tcp_if.h vmod_tcp.c --vcc_tcp_if.c vcc_tcp_if.h: @VMODTOOL@ $(top_srcdir)/src/vmod_tcp.vcc -- @VMODTOOL@ -w ../docs/ -o vcc_tcp_if $(top_srcdir)/src/vmod_tcp.vcc -- - libvmod_var_la_LDFLAGS = $(AM_LDFLAGS) -module -export-dynamic -avoid-version -shared - libvmod_var_la_SOURCES = vcc_var_if.c vcc_var_if.h vmod_var.c - vcc_var_if.c vcc_var_if.h: @VMODTOOL@ $(top_srcdir)/src/vmod_var.vcc +@@ -62,7 +59,6 @@ nodist_libvmod_header_la_SOURCES = vcc_h + nodist_libvmod_vsthrottle_la_SOURCES = vcc_vsthrottle_if.c vcc_vsthrottle_if.h + nodist_libvmod_saintmode_la_SOURCES = vcc_saintmode_if.c vcc_saintmode_if.h + nodist_libvmod_softpurge_la_SOURCES = vcc_softpurge_if.c vcc_softpurge_if.h +-nodist_libvmod_tcp_la_SOURCES = vcc_tcp_if.c vcc_tcp_if.h + nodist_libvmod_var_la_SOURCES = vcc_var_if.c vcc_var_if.h + nodist_libvmod_xkey_la_SOURCES = vcc_xkey_if.c vcc_xkey_if.h + +@@ -105,7 +101,6 @@ EXTRA_DIST = \ + vmod_header.vcc \ + vmod_saintmode.vcc \ + vmod_softpurge.vcc \ +- vmod_tcp.vcc \ + vmod_var.vcc \ + vmod_vsthrottle.vcc \ + vmod_xkey.vcc Modified: head/www/varnish-modules/pkg-plist ============================================================================== --- head/www/varnish-modules/pkg-plist Wed May 31 20:19:22 2017 (r442262) +++ head/www/varnish-modules/pkg-plist Wed May 31 20:26:58 2017 (r442263) @@ -1,3 +1,4 @@ +lib/varnish/vmods/libvmod_bodyaccess.so lib/varnish/vmods/libvmod_cookie.so lib/varnish/vmods/libvmod_header.so lib/varnish/vmods/libvmod_saintmode.so @@ -5,3 +6,11 @@ lib/varnish/vmods/libvmod_softpurge.so lib/varnish/vmods/libvmod_var.so lib/varnish/vmods/libvmod_vsthrottle.so lib/varnish/vmods/libvmod_xkey.so +man/man3/vmod_bodyaccess.3.gz +man/man3/vmod_cookie.3.gz +man/man3/vmod_header.3.gz +man/man3/vmod_saintmode.3.gz +man/man3/vmod_softpurge.3.gz +man/man3/vmod_var.3.gz +man/man3/vmod_vsthrottle.3.gz +man/man3/vmod_xkey.3.gz From owner-svn-ports-all@freebsd.org Wed May 31 20:43:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3712B942B7; Wed, 31 May 2017 20:43:22 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D8C6679A0; Wed, 31 May 2017 20:43:22 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VKhLxt035506; Wed, 31 May 2017 20:43:21 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VKhLSC035504; Wed, 31 May 2017 20:43:21 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201705312043.v4VKhLSC035504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 31 May 2017 20:43:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442264 - head/polish/gnugadu2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 20:43:22 -0000 Author: pawel Date: Wed May 31 20:43:21 2017 New Revision: 442264 URL: https://svnweb.freebsd.org/changeset/ports/442264 Log: - Add LICENSE information - Convert to USES=localbase - Add missing dependencies found by stage-qa - Fix build when GTKSPELL=on, needs aspell - Remove deprecated WANT_GNOME - Fix typo in pkg-descr Modified: head/polish/gnugadu2/Makefile head/polish/gnugadu2/pkg-descr Modified: head/polish/gnugadu2/Makefile ============================================================================== --- head/polish/gnugadu2/Makefile Wed May 31 20:26:58 2017 (r442263) +++ head/polish/gnugadu2/Makefile Wed May 31 20:43:21 2017 (r442264) @@ -3,7 +3,7 @@ PORTNAME= gnugadu2 PORTVERSION= 2.3.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= polish net-im MASTER_SITES= SF/ggadu/gg2/${PORTVERSION} DISTNAME= gg2-${PORTVERSION} @@ -11,16 +11,20 @@ DISTNAME= gg2-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Gadu-Gadu IM network client -LIB_DEPENDS= libgadu.so:polish/libgadu \ - libaudiofile.so:audio/libaudiofile +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ + libgadu.so:polish/libgadu \ + libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig + GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= gettext gmake pathfix perl5 pkgconfig tar:bzip2 libtool -USE_GNOME= gtk20 +USES= gettext gmake libtool localbase pathfix perl5 pkgconfig tar:bzip2 +USE_GNOME= cairo gtk20 USE_LDCONFIG= yes USE_XORG= x11 xaw ice xscrnsaver -WANT_GNOME= yes INSTALL_TARGET= install-strip # there is a header conflict here, that breaks build CONFLICTS= qhacc-[0-9]* @@ -41,9 +45,6 @@ CONFIGURE_ARGS= --disable-esdtest \ --without-perl \ --without-remote -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= DBUS DOCKAPP DOCKLET ESOUND \ GTKSPELL JABBER TLEN XOSD OPTIONS_DEFAULT=DOCKLET @@ -65,10 +66,13 @@ DOCKLET_CONFIGURE_WITH= docklet-system-tray DOCKAPP_CONFIGURE_WITH= docklet_dockapp +GTKSPELL_BUILD_DEPENDS= pl-aspell>0:polish/aspell GTKSPELL_LIB_DEPENDS= libgtkspell.so:textproc/gtkspell +GTKSPELL_RUN_DEPENDS= pl-aspell>0:polish/aspell GTKSPELL_CONFIGURE_WITH= gtkspell -DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus +DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libdbus-glib-1.so:devel/dbus-glib DBUS_CONFIGURE_WITH= dbus DBUS_CONFIGURE_ON= --with-dbus-dir=${PREFIX}/share/dbus-1/services @@ -76,6 +80,7 @@ ESOUND_USE= GNOME=esound ESOUND_CONFIGURE_WITH= esd XOSD_LIB_DEPENDS= libxosd.so:misc/xosd +XOSD_USE= XORG=xext,xinerama XOSD_CONFIGURE_WITH= xosd post-patch: Modified: head/polish/gnugadu2/pkg-descr ============================================================================== --- head/polish/gnugadu2/pkg-descr Wed May 31 20:26:58 2017 (r442263) +++ head/polish/gnugadu2/pkg-descr Wed May 31 20:43:21 2017 (r442264) @@ -1,5 +1,5 @@ Gnugadu2 is a modular instant messenger written with GTK+ targeted -mainly at Polish users of propietary Gadu-Gadu network. +mainly at Polish users of proprietary Gadu-Gadu network. GnuGadu2 sports a plugin extensible architecture. Beside Gadu-Gadu it also supports Jabber, Tlen.pl, sending smses to Polish mobile From owner-svn-ports-all@freebsd.org Wed May 31 20:48:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3B14B94407; Wed, 31 May 2017 20:48:07 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3C8467B24; Wed, 31 May 2017 20:48:07 +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 v4VKm6xc035898; Wed, 31 May 2017 20:48:06 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VKm669035896; Wed, 31 May 2017 20:48:06 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201705312048.v4VKm669035896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 31 May 2017 20:48:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442265 - in head/science/gnudatalanguage: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 20:48:08 -0000 Author: thierry Date: Wed May 31 20:48:06 2017 New Revision: 442265 URL: https://svnweb.freebsd.org/changeset/ports/442265 Log: Remove a clash due to #include filedlg.h to fix the build with Gcc 6. PR: 219300 Obtained from: Gilles Duvert (upstream) Added: head/science/gnudatalanguage/files/patch-src_dialog.cpp (contents, props changed) Modified: head/science/gnudatalanguage/Makefile Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Wed May 31 20:43:21 2017 (r442264) +++ head/science/gnudatalanguage/Makefile Wed May 31 20:48:06 2017 (r442265) @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${PORTVERSION} .if defined(BUILD_PYTHON_MODULE) Added: head/science/gnudatalanguage/files/patch-src_dialog.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/gnudatalanguage/files/patch-src_dialog.cpp Wed May 31 20:48:06 2017 (r442265) @@ -0,0 +1,14 @@ +--- src/dialog.cpp.orig 2017-05-31 19:49:13 UTC ++++ src/dialog.cpp +@@ -18,8 +18,9 @@ + #include "includefirst.hpp" + + #ifdef HAVE_LIBWXWIDGETS +-#include +-#include ++//following includes are 1) not necessary and 2) create a problem with gcc6 ++//#include ++//#include + #endif + + #include "envt.hpp" From owner-svn-ports-all@freebsd.org Wed May 31 20:49:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 964B6B9446E; Wed, 31 May 2017 20:49:16 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B1B167C17; Wed, 31 May 2017 20:49:16 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VKnFWa036219; Wed, 31 May 2017 20:49:15 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VKnFWY036215; Wed, 31 May 2017 20:49:15 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705312049.v4VKnFWY036215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 31 May 2017 20:49:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442266 - in branches/2017Q2/security/sudo: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 20:49:16 -0000 Author: feld Date: Wed May 31 20:49:14 2017 New Revision: 442266 URL: https://svnweb.freebsd.org/changeset/ports/442266 Log: Update to 1.8.20p1 This release fixes a potential security issue that may allow a user to bypass the "tty_ticket" constraints or overwrite an arbitrary file. The issue is reported to only be present on Linux systems but I don't think it hurts to update the FreeBSD port at this time. Approved by: ports-secteam (with hat) Deleted: branches/2017Q2/security/sudo/files/patch-lib__util__strtoid.c Modified: branches/2017Q2/security/sudo/Makefile branches/2017Q2/security/sudo/distinfo branches/2017Q2/security/sudo/files/patch-install-sh branches/2017Q2/security/sudo/files/patch-plugins__sudoers__sudoers.in branches/2017Q2/security/sudo/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/security/sudo/Makefile ============================================================================== --- branches/2017Q2/security/sudo/Makefile Wed May 31 20:48:06 2017 (r442265) +++ branches/2017Q2/security/sudo/Makefile Wed May 31 20:49:14 2017 (r442266) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -PORTVERSION= 1.8.19p2 +PORTVERSION= 1.8.20p1 CATEGORIES= security MASTER_SITES= SUDO Modified: branches/2017Q2/security/sudo/distinfo ============================================================================== --- branches/2017Q2/security/sudo/distinfo Wed May 31 20:48:06 2017 (r442265) +++ branches/2017Q2/security/sudo/distinfo Wed May 31 20:49:14 2017 (r442266) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484415267 -SHA256 (sudo-1.8.19p2.tar.gz) = 237e18e67c2ad59ecacfa4b7707198b09fcf84914621585a9bc670dcc31a52e0 -SIZE (sudo-1.8.19p2.tar.gz) = 2861855 +TIMESTAMP = 1496171509 +SHA256 (sudo-1.8.20p1.tar.gz) = 9e980eb23a60dd11f0f452e672e705d7a386882bc230c6e8483050e03182db1d +SIZE (sudo-1.8.20p1.tar.gz) = 2930394 Modified: branches/2017Q2/security/sudo/files/patch-install-sh ============================================================================== --- branches/2017Q2/security/sudo/files/patch-install-sh Wed May 31 20:48:06 2017 (r442265) +++ branches/2017Q2/security/sudo/files/patch-install-sh Wed May 31 20:49:14 2017 (r442266) @@ -1,4 +1,4 @@ ---- install-sh.orig 2015-07-15 18:38:05 UTC +--- install-sh.orig 2017-01-14 04:30:15 UTC +++ install-sh @@ -171,12 +171,6 @@ if ${DIRMODE} ; then if [ ! -d "${DEST}" ] ; then @@ -13,16 +13,16 @@ if ${CHMODIT} ; then ${CHMOD} "${MODE}" "${DEST}" || exit 1 fi -@@ -227,12 +221,6 @@ fi +@@ -226,12 +220,6 @@ fi + ## Strip and set the owner/mode. if ${STRIPIT} ; then ${STRIP} "${DEST}" || exit 1 - fi +-fi -if ${CHOWNIT} ; then - ${CHOWN} "${OWNER}" "${DEST}" || exit 1 -fi -if ${CHGROUPIT} ; then - ${CHGRP} "${GROUP}" "${DEST}" || exit 1 --fi + fi if ${CHMODIT} ; then ${CHMOD} "${MODE}" "${DEST}" || exit 1 - fi Modified: branches/2017Q2/security/sudo/files/patch-plugins__sudoers__sudoers.in ============================================================================== --- branches/2017Q2/security/sudo/files/patch-plugins__sudoers__sudoers.in Wed May 31 20:48:06 2017 (r442265) +++ branches/2017Q2/security/sudo/files/patch-plugins__sudoers__sudoers.in Wed May 31 20:49:14 2017 (r442266) @@ -1,4 +1,4 @@ ---- plugins/sudoers/sudoers.in.orig 2015-07-15 18:44:07 UTC +--- plugins/sudoers/sudoers.in.orig 2017-01-14 04:30:15 UTC +++ plugins/sudoers/sudoers.in @@ -32,6 +32,14 @@ ## Modified: branches/2017Q2/security/sudo/pkg-plist ============================================================================== --- branches/2017Q2/security/sudo/pkg-plist Wed May 31 20:48:06 2017 (r442265) +++ branches/2017Q2/security/sudo/pkg-plist Wed May 31 20:49:14 2017 (r442266) @@ -1,6 +1,7 @@ bin/sudo bin/sudoedit bin/sudoreplay +etc/sudoers.dist @sample etc/sudoers.sample @sample etc/pam.d/sudo.default etc/pam.d/sudo include/sudo_plugin.h From owner-svn-ports-all@freebsd.org Wed May 31 22:00:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1525FB95864; Wed, 31 May 2017 22:00:20 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E36976E4C4; Wed, 31 May 2017 22:00:19 +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 v4VM0IUx065223; Wed, 31 May 2017 22:00:18 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VM0Igl065220; Wed, 31 May 2017 22:00:18 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705312200.v4VM0Igl065220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 31 May 2017 22:00:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442267 - head/multimedia/plexmediaserver-plexpass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 22:00:20 -0000 Author: feld Date: Wed May 31 22:00:18 2017 New Revision: 442267 URL: https://svnweb.freebsd.org/changeset/ports/442267 Log: multimedia/plexmediaserver-plexpass: Update to 1.7.2.3878 Changelog: https://forums.plex.tv/discussion/comment/1448363/#Comment_1448363 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo head/multimedia/plexmediaserver-plexpass/pkg-plist Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Wed May 31 20:49:14 2017 (r442266) +++ head/multimedia/plexmediaserver-plexpass/Makefile Wed May 31 22:00:18 2017 (r442267) @@ -1,13 +1,13 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.7.1.3856 +PORTVERSION= 1.7.2.3878 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass MAINTAINER= feld@FreeBSD.org -PLEX_BUILD= 757424396 +PLEX_BUILD= 8088811b8 USE_RC_SUBR= ${PORTNAME}_plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Wed May 31 20:49:14 2017 (r442266) +++ head/multimedia/plexmediaserver-plexpass/distinfo Wed May 31 22:00:18 2017 (r442267) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495557356 -SHA256 (PlexMediaServer-1.7.1.3856-757424396-freebsd-amd64.tar.bz2) = 5ccdc4d8a9b5452bde36be6abf3199b026e95a2650ea2900b3df2b8300d79385 -SIZE (PlexMediaServer-1.7.1.3856-757424396-freebsd-amd64.tar.bz2) = 85099696 +TIMESTAMP = 1496267590 +SHA256 (PlexMediaServer-1.7.2.3878-8088811b8-freebsd-amd64.tar.bz2) = 303360916a4687142c6a304111713b62abefd8e15e2ea04461ee15f03a7341fb +SIZE (PlexMediaServer-1.7.2.3878-8088811b8-freebsd-amd64.tar.bz2) = 85166939 Modified: head/multimedia/plexmediaserver-plexpass/pkg-plist ============================================================================== --- head/multimedia/plexmediaserver-plexpass/pkg-plist Wed May 31 20:49:14 2017 (r442266) +++ head/multimedia/plexmediaserver-plexpass/pkg-plist Wed May 31 22:00:18 2017 (r442267) @@ -1455,10 +1455,10 @@ %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-iphone-portrait@2x.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/img/desktop/ios/startup-iphone5-portrait@2x.png %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/index.html -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main-0-75d5210953a38491c940-plex-3.6.0-f9302af.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors-1-06c64b68fd04d2046668-plex-3.6.0-f9302af.js -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/main.028d83182d0b0f911e06f707b1ca973f.css -%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/main.v3.7e4b1128d98b3fa13fab6e89f15d4b9e.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/main-0-f22f1813595d67873e24-plex-3.7.0-d711f4a.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/js/vendors-1-84bf1def897c44c348de-plex-3.7.0-d711f4a.js +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/main.7fa7e1c78bf0cc859ade37edf21843dd.css +%%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/main.v3.114d26475d01b821d1ee0e516756a191.css %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/setup.html %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/jwplayer.swf %%DATADIR%%/Resources/Plug-ins-%%PLEX_BUILD%%/WebClient.bundle/Contents/Resources/swf/jwplayer/plex.xml From owner-svn-ports-all@freebsd.org Wed May 31 22:10:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC051B95BB0; Wed, 31 May 2017 22:10:41 +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 mx1.freebsd.org (Postfix) with ESMTPS id 7F3A16EA2C; Wed, 31 May 2017 22:10:41 +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 v4VMAel1069186; Wed, 31 May 2017 22:10:40 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VMAe4P069184; Wed, 31 May 2017 22:10:40 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201705312210.v4VMAe4P069184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 31 May 2017 22:10:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442268 - in head/sysutils/acpica-tools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2017 22:10:41 -0000 Author: jkim Date: Wed May 31 22:10:40 2017 New Revision: 442268 URL: https://svnweb.freebsd.org/changeset/ports/442268 Log: Update to 20170531. Deleted: head/sysutils/acpica-tools/files/ Modified: head/sysutils/acpica-tools/Makefile head/sysutils/acpica-tools/distinfo Modified: head/sysutils/acpica-tools/Makefile ============================================================================== --- head/sysutils/acpica-tools/Makefile Wed May 31 22:00:18 2017 (r442267) +++ head/sysutils/acpica-tools/Makefile Wed May 31 22:10:40 2017 (r442268) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20170303 +PORTVERSION= 20170531 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim Modified: head/sysutils/acpica-tools/distinfo ============================================================================== --- head/sysutils/acpica-tools/distinfo Wed May 31 22:00:18 2017 (r442267) +++ head/sysutils/acpica-tools/distinfo Wed May 31 22:10:40 2017 (r442268) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488565126 -SHA256 (acpica-unix-20170303.tar.gz) = c093c9eabd1f8c51d79364d829975c5335c8028c4816a7a80dfb8590f31889b5 -SIZE (acpica-unix-20170303.tar.gz) = 1710577 +TIMESTAMP = 1496267748 +SHA256 (acpica-unix-20170531.tar.gz) = 50155778cd1633dfca3443b8f8fd1ccc30e70e55ddece4d3c4fceafbbf1ab0e8 +SIZE (acpica-unix-20170531.tar.gz) = 1749305 From owner-svn-ports-all@freebsd.org Thu Jun 1 00:51:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 254DBBEE407; Thu, 1 Jun 2017 00:51:22 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x241.google.com (mail-pf0-x241.google.com [IPv6:2607:f8b0:400e:c00::241]) (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 E161773018; Thu, 1 Jun 2017 00:51:21 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x241.google.com with SMTP id n23so5160361pfb.3; Wed, 31 May 2017 17:51:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Fw57HMoDfkG+TvWt5neqZHQK6pE2FeEtOSWFwUVnKW8=; b=la3N+EPXdeHsCYzQN8vpPK6gU7MTfk5JipQVSPGe/+XePPuyKyNQuh0lXy5FyCoT+g 7AdnMc4WQYa0EprVxKYZXXWaNv3UGc0mogbVjPbKunU6HY7X5CEc/vLxHBqqV11i9qu7 gf3UyoaEZPkkmfpE6dCX9oenUnPoVwTZs9ac9iTHSisiK6u6SMSN/UyEWOHEXSaOj0Pw 9rF/DJlrUgSAP4M0GBCsLB5acxoVnfXut2VnPALmc+sBWwmS1WGWPHHyf8fslet+prr3 n9wVG1E5fWaBcH6WhT1WySlKtC7+NsLp18I6jg11rU8FUq9cIgWdZE4Pyal8JAeXCOWF 78JA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:cc:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=Fw57HMoDfkG+TvWt5neqZHQK6pE2FeEtOSWFwUVnKW8=; b=PmufSH+MYXAmrlS2fD+SnsL1Kv2lH7zk9Hc17y9kqkanVGO1W6Mv3IkXNSGMNXCHH4 mvxg8/0YZ5I2ExTZaYOCCgAPVmiESfjL19d/11uENVJ7kINoBTW/EgusMxC3uMx5iSvw fzFFSOt+oa/kBjYmk6Od9beDGrkx0y/SiKnbYoaRAlXP641lH6pgQcD9vUPRVlwBPb1W ZFQV7Dkor5+i/xoJhpwRCziHzNmpWAgmhrg5YQWcvTb6niw2cV1h249C7o2AvM0K638j RZwu1l1SiO/IwK+A7Sf6awZ6XnC13xJ3ZmMVYcamsJNlC1EF4bU3pec9B4h2kPQFUBVf uOAw== X-Gm-Message-State: AODbwcBpImdTy1DKxtEQtizO7jxCJDFRzD/mWXEc/YQwrNo2e+LepKj7 LC9otTm613GtJ81EmRE= X-Received: by 10.99.175.19 with SMTP id w19mr11144087pge.67.1496278281142; Wed, 31 May 2017 17:51:21 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01:2042:3e8:d7ce:9b9c? (2001-44b8-31ae-7b01-2042-03e8-d7ce-9b9c.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:2042:3e8:d7ce:9b9c]) by smtp.gmail.com with ESMTPSA id z7sm14555358pgr.3.2017.05.31.17.51.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 31 May 2017 17:51:20 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r442220 - in head/sysutils: . py-gmailfs-fuse To: Sunpoet Po-Chuan Hsieh , Mahdi Mokhtari Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705311520.v4VFKGdW094883@repo.freebsd.org> From: Kubilay Kocak Message-ID: <706c5d72-1257-0041-26e6-542cd439099e@FreeBSD.org> Date: Thu, 1 Jun 2017 10:46:49 +1000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Thunderbird/54.0a2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 00:51:22 -0000 On 6/1/17 4:29 AM, Sunpoet Po-Chuan Hsieh wrote: > On Wed, May 31, 2017 at 11:20 PM, Mahdi Mokhtari > wrote: > > Author: mmokhi > Date: Wed May 31 15:20:16 2017 > New Revision: 442220 > URL: https://svnweb.freebsd.org/changeset/ports/442220 > > > Log: > sysutils/py-gmailfs-fuse: Add port to tree > gmailfs-fuse is a FUSE filesystem that mounts your gmail storage > like a local filesystem for use. > > Reviewed by: koobs (python team), mat (mentor) > Approved by: mat (mentor) > Differential Revision: https://reviews.freebsd.org/D10929 > > > Added: > head/sysutils/py-gmailfs-fuse/ > head/sysutils/py-gmailfs-fuse/Makefile (contents, props changed) > head/sysutils/py-gmailfs-fuse/distinfo (contents, props changed) > head/sysutils/py-gmailfs-fuse/pkg-descr (contents, props changed) > Modified: > head/sysutils/Makefile > > Modified: head/sysutils/Makefile > ============================================================================== > --- head/sysutils/Makefile Wed May 31 15:18:38 2017 > (r442219) > +++ head/sysutils/Makefile Wed May 31 15:20:16 2017 > (r442220) > @@ -866,6 +866,7 @@ > SUBDIR += py-filelike > SUBDIR += py-freenas.cli > SUBDIR += py-glances > + SUBDIR += py-gmailfs-fuse > SUBDIR += py-halite > SUBDIR += py-honcho > SUBDIR += py-iocage > > Added: head/sysutils/py-gmailfs-fuse/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sysutils/py-gmailfs-fuse/Makefile Wed May 31 15:20:16 > 2017 (r442220) > @@ -0,0 +1,20 @@ > +# $FreeBSD$ > + > +PORTNAME= gmailfs-fuse > +PORTVERSION= 0.8.6 > +CATEGORIES= sysutils > > > Please add "python" to CATEGORIES. > Thanks! Might be a good time to change fusefs from an arbitrary port/pkg name prefix not accurately reflecting upstream names and use a virtual category instead. I'm planning to do this for all Python django ports too, as their names don't match their upstream counterparts as users expect or when they're searching. > Regards, > sunpoet > > > +MASTER_SITES= CHEESESHOP > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > + > +MAINTAINER= mmokhi@FreeBSD.org > +COMMENT= Use an IMAP server (like gmail) as normal storage > + > +LICENSE= GPLv2 > + > +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fusefs>=0.2:devel/py-fusefs > + > +USES= fuse python:2.7 > +USE_PYTHON= autoplist distutils > +NO_ARCH= yes > + > +.include > > > Added: head/sysutils/py-gmailfs-fuse/distinfo > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sysutils/py-gmailfs-fuse/distinfo Wed May 31 15:20:16 > 2017 (r442220) > @@ -0,0 +1,3 @@ > +TIMESTAMP = 1496242630 > +SHA256 (gmailfs-fuse-0.8.6.tar.gz) = > 58311a71ae1d60688cd1a0d212c7ad48942321af1261119ffcd31f7995629a06 > +SIZE (gmailfs-fuse-0.8.6.tar.gz) = 23906 > > Added: head/sysutils/py-gmailfs-fuse/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/sysutils/py-gmailfs-fuse/pkg-descr Wed May 31 15:20:16 > 2017 (r442220) > @@ -0,0 +1,4 @@ > +FUSE-based filesystem for using an IMAP server (like gmail) > +as normal storage like a hard disk. > + > +WWW: http://sr71.net/projects/gmailfs/ > > _______________________________________________ > svn-ports-all@freebsd.org mailing > list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > > To unsubscribe, send any mail to > "svn-ports-all-unsubscribe@freebsd.org > " > From owner-svn-ports-all@freebsd.org Thu Jun 1 02:13:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D487BF0976; Thu, 1 Jun 2017 02:13:01 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AF8C75806; Thu, 1 Jun 2017 02:13:01 +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 v512D09A069940; Thu, 1 Jun 2017 02:13:00 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v512D0a1069938; Thu, 1 Jun 2017 02:13:00 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201706010213.v512D0a1069938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 1 Jun 2017 02:13:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442269 - head/databases/elixir-postgrex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 02:13:01 -0000 Author: olgeni Date: Thu Jun 1 02:13:00 2017 New Revision: 442269 URL: https://svnweb.freebsd.org/changeset/ports/442269 Log: Update databases/elixir-postgrex to version 0.13.3. Modified: head/databases/elixir-postgrex/Makefile head/databases/elixir-postgrex/distinfo Modified: head/databases/elixir-postgrex/Makefile ============================================================================== --- head/databases/elixir-postgrex/Makefile Wed May 31 22:10:40 2017 (r442268) +++ head/databases/elixir-postgrex/Makefile Thu Jun 1 02:13:00 2017 (r442269) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= postgrex -PORTVERSION= 0.13.2 +PORTVERSION= 0.13.3 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= elixir- Modified: head/databases/elixir-postgrex/distinfo ============================================================================== --- head/databases/elixir-postgrex/distinfo Wed May 31 22:10:40 2017 (r442268) +++ head/databases/elixir-postgrex/distinfo Thu Jun 1 02:13:00 2017 (r442269) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488991962 -SHA256 (elixir-ecto-postgrex-v0.13.2_GH0.tar.gz) = b6dd70f0bf2740496f1bca4463b29da2d79de486abcce2e5af221024de9e4925 -SIZE (elixir-ecto-postgrex-v0.13.2_GH0.tar.gz) = 81794 +TIMESTAMP = 1496258893 +SHA256 (elixir-ecto-postgrex-v0.13.3_GH0.tar.gz) = eb44aa1129c1e5ee804c691ce896a70e330dd13fe11fde30f3fb1791ece93dff +SIZE (elixir-ecto-postgrex-v0.13.3_GH0.tar.gz) = 83078 From owner-svn-ports-all@freebsd.org Thu Jun 1 02:26:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C9D9BF1086; Thu, 1 Jun 2017 02:26:55 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18AA675EEC; Thu, 1 Jun 2017 02:26:55 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v512QsNP074047; Thu, 1 Jun 2017 02:26:54 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v512Qr3o074043; Thu, 1 Jun 2017 02:26:53 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201706010226.v512Qr3o074043@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 1 Jun 2017 02:26:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442270 - in head: . Mk Mk/Uses lang lang/perl5.20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 02:26:55 -0000 Author: rene Date: Thu Jun 1 02:26:53 2017 New Revision: 442270 URL: https://svnweb.freebsd.org/changeset/ports/442270 Log: Remove lang/perl5.20 and unregister it, it expired in May 2017. Submitted by: rene Reviewed by: perl (sunpoet), portmgr (mat) Differential Revision: https://reviews.freebsd.org/D10983 Deleted: head/lang/perl5.20/ Modified: head/MOVED head/Mk/Uses/perl5.mk head/Mk/bsd.default-versions.mk head/lang/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Jun 1 02:13:00 2017 (r442269) +++ head/MOVED Thu Jun 1 02:26:53 2017 (r442270) @@ -9396,3 +9396,4 @@ net-mgmt/zabbix24-proxy||2017-05-29|Has expired: Upstr net-mgmt/zabbix24-server||2017-05-29|Has expired: Upstream has declared this version EoL in 2016 (Q1) net/py-cloudfiles|net/py-python-cloudfiles|2017-05-30|Rename to match PyPI naming irc/konversation-kde4|irc/konversation|2017-05-30|Renamed to irc/konversation +lang/perl5.20|lang/perl5.24|2017-06-01|Support ends three years after .0 release, please upgrade to a more recent version of Perl Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Thu Jun 1 02:13:00 2017 (r442269) +++ head/Mk/Uses/perl5.mk Thu Jun 1 02:26:53 2017 (r442270) @@ -42,18 +42,9 @@ IGNORE= Incorrect 'USES+=perl5:${perl5_ARGS}' perl5 ta USE_PERL5?= run build -# remove when 5.20 goes away. -.sinclude "${LOCALBASE}/etc/perl5_version" -. if defined(PERL_VERSION) -PERL5_DEPEND= ${PERL5} -THIS_IS_OLD_PERL= yes -. else -# end of remove # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -. if ${PERL5_DEFAULT} == 5.20 -.include "${PORTSDIR}/lang/perl5.20/version.mk" -. elif ${PERL5_DEFAULT} == 5.22 +. if ${PERL5_DEFAULT} == 5.22 .include "${PORTSDIR}/lang/perl5.22/version.mk" . elif ${PERL5_DEFAULT} == 5.24 .include "${PORTSDIR}/lang/perl5.24/version.mk" @@ -66,7 +57,6 @@ PERL_PORT?= perl5-devel . else IGNORE= Invalid perl5 version ${PERL5_DEFAULT} . endif -. endif PERL_VER?= ${PERL_VERSION:C/\.[0-9]+$//} @@ -97,10 +87,8 @@ PERL_ARCH?= mach PERL_PORT?= perl5.26 . elif ${PERL_LEVEL} >= 502400 PERL_PORT?= perl5.24 -. elif ${PERL_LEVEL} >= 502200 +. else # ${PERL_LEVEL} < 502400 PERL_PORT?= perl5.22 -. else # ${PERL_LEVEL} < 502200 -PERL_PORT?= perl5.20 . endif SITE_PERL_REL?= lib/perl5/site_perl Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Thu Jun 1 02:13:00 2017 (r442269) +++ head/Mk/bsd.default-versions.mk Thu Jun 1 02:26:53 2017 (r442270) @@ -56,7 +56,7 @@ WARNING+= "OVERRIDE_LINUX_BASE_PORT is deprecated, pl LUA_DEFAULT?= 5.2 # Possible values: 5.1, 5.5, 5.6, 5.7, 8.0, 5.5m, 10.0m, 10.1m, 5.5p, 5.6p, 5.7p, 5.6w MYSQL_DEFAULT?= 5.6 -# Possible values: 5.20, 5.22, 5.24, 5.26, devel +# Possible values: 5.22, 5.24, 5.26, devel .if !exists(${LOCALBASE}/bin/perl) || (!defined(_PORTS_ENV_CHECK) && \ defined(PACKAGE_BUILDING)) PERL5_DEFAULT?= 5.24 Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Thu Jun 1 02:13:00 2017 (r442269) +++ head/lang/Makefile Thu Jun 1 02:26:53 2017 (r442270) @@ -244,7 +244,6 @@ SUBDIR += pcc SUBDIR += pecl-perl SUBDIR += perl5-devel - SUBDIR += perl5.20 SUBDIR += perl5.22 SUBDIR += perl5.24 SUBDIR += perl5.26 From owner-svn-ports-all@freebsd.org Thu Jun 1 02:28:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 52FE5BF11AB; Thu, 1 Jun 2017 02:28:41 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23BAC760C5; Thu, 1 Jun 2017 02:28:41 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v512SeID074231; Thu, 1 Jun 2017 02:28:40 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v512Se4x074230; Thu, 1 Jun 2017 02:28:40 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201706010228.v512Se4x074230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 1 Jun 2017 02:28:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r442271 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 02:28:41 -0000 Author: rene Date: Thu Jun 1 02:28:39 2017 New Revision: 442271 URL: https://svnweb.freebsd.org/changeset/ports/442271 Log: Welcome back bapt@ to portmgr Modified: svnadmin/conf/authz Modified: svnadmin/conf/authz ============================================================================== --- svnadmin/conf/authz Thu Jun 1 02:26:53 2017 (r442270) +++ svnadmin/conf/authz Thu Jun 1 02:28:39 2017 (r442271) @@ -22,7 +22,7 @@ [groups] committers = beat -portmgr = bdrewery, antoine, mat, swills, rene, adamw, feld +portmgr = bapt, bdrewery, antoine, mat, swills, rene, adamw, feld [/] * = r From owner-svn-ports-all@freebsd.org Thu Jun 1 03:02:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24A31BF2A0D; Thu, 1 Jun 2017 03:02:42 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E653377C59; Thu, 1 Jun 2017 03:02:41 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5132fDN090940; Thu, 1 Jun 2017 03:02:41 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5132fkc090939; Thu, 1 Jun 2017 03:02:41 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201706010302.v5132fkc090939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 1 Jun 2017 03:02:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r442272 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 03:02:42 -0000 Author: rene Date: Thu Jun 1 03:02:40 2017 New Revision: 442272 URL: https://svnweb.freebsd.org/changeset/ports/442272 Log: Alphabetize members Reported by: ler Modified: svnadmin/conf/authz Modified: svnadmin/conf/authz ============================================================================== --- svnadmin/conf/authz Thu Jun 1 02:28:39 2017 (r442271) +++ svnadmin/conf/authz Thu Jun 1 03:02:40 2017 (r442272) @@ -22,7 +22,7 @@ [groups] committers = beat -portmgr = bapt, bdrewery, antoine, mat, swills, rene, adamw, feld +portmgr = adamw, antoine, bapt, bdrewery, feld, mat, rene, swills [/] * = r From owner-svn-ports-all@freebsd.org Thu Jun 1 03:27:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B41FBF34F1; Thu, 1 Jun 2017 03:27:39 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE1C7786DB; Thu, 1 Jun 2017 03:27:38 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v513Rc1G099459; Thu, 1 Jun 2017 03:27:38 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v513RbvL099457; Thu, 1 Jun 2017 03:27:37 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201706010327.v513RbvL099457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 1 Jun 2017 03:27:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442273 - head/devel/p5-File-Path X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 03:27:39 -0000 Author: pi Date: Thu Jun 1 03:27:37 2017 New Revision: 442273 URL: https://svnweb.freebsd.org/changeset/ports/442273 Log: devel/p5-File-Path: update 2.12 -> 2.13 - See also: https://rt.cpan.org/Ticket/Display.html?id=121951 Reported by: James E Keenan Changes: http://cpansearch.perl.org/src/JKEENAN/File-Path-2.13/Changes MFH: 2017Q2 Security: CVE-2017-6512 Modified: head/devel/p5-File-Path/Makefile head/devel/p5-File-Path/distinfo Modified: head/devel/p5-File-Path/Makefile ============================================================================== --- head/devel/p5-File-Path/Makefile Thu Jun 1 03:02:40 2017 (r442272) +++ head/devel/p5-File-Path/Makefile Thu Jun 1 03:27:37 2017 (r442273) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-Path -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-File-Path/distinfo ============================================================================== --- head/devel/p5-File-Path/distinfo Thu Jun 1 03:02:40 2017 (r442272) +++ head/devel/p5-File-Path/distinfo Thu Jun 1 03:27:37 2017 (r442273) @@ -1,2 +1,3 @@ -SHA256 (File-Path-2.12.tar.gz) = bbf61a0d37c135c694e80f4ea344932bdc5474c213025ae307ea52cb6886d17e -SIZE (File-Path-2.12.tar.gz) = 27469 +TIMESTAMP = 1496287160 +SHA256 (File-Path-2.13.tar.gz) = 926339064554d2adbdbdea56aef8af8df1e97d49a12389688bb52d5622602f0d +SIZE (File-Path-2.13.tar.gz) = 31094 From owner-svn-ports-all@freebsd.org Thu Jun 1 05:56:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E92A0AFFEA0; Thu, 1 Jun 2017 05:56:43 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B813264525; Thu, 1 Jun 2017 05:56:43 +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 v515ug1W060122; Thu, 1 Jun 2017 05:56:42 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v515ugsx060121; Thu, 1 Jun 2017 05:56:42 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706010556.v515ugsx060121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 1 Jun 2017 05:56:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442274 - head/deskutils/gucharmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 05:56:44 -0000 Author: kwm Date: Thu Jun 1 05:56:42 2017 New Revision: 442274 URL: https://svnweb.freebsd.org/changeset/ports/442274 Log: Make this build again in poudriere, add back some missing dependancies. Reported by: pkg-fallout@ Modified: head/deskutils/gucharmap/Makefile Modified: head/deskutils/gucharmap/Makefile ============================================================================== --- head/deskutils/gucharmap/Makefile Thu Jun 1 03:27:37 2017 (r442273) +++ head/deskutils/gucharmap/Makefile Thu Jun 1 05:56:42 2017 (r442274) @@ -18,8 +18,9 @@ BUILD_DEPENDS= itstool:textproc/itstool \ PORTSCOUT= limitw:1,even -USES= gmake gnome libtool localbase pathfix pkgconfig tar:xz -USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build +USES= desktop-file-utils gmake gnome libtool localbase \ + pathfix pkgconfig tar:xz +USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-unicode-data=${LOCALBASE}/share/unicode-ucd/ USE_LDCONFIG= yes From owner-svn-ports-all@freebsd.org Thu Jun 1 06:47:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BA6FB7E055; Thu, 1 Jun 2017 06:47:38 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from smtpq5.tb.mail.iss.as9143.net (smtpq5.tb.mail.iss.as9143.net [212.54.42.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DFDA66CF4; Thu, 1 Jun 2017 06:47:37 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from [212.54.42.118] (helo=lsmtp4.tb.mail.iss.as9143.net) by smtpq5.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dGJZf-0005Qq-J6; Thu, 01 Jun 2017 08:27:11 +0200 Received: from d34030.upc-d.chello.nl ([213.46.34.30] helo=[192.168.0.36]) by lsmtp4.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dGJZf-0007wJ-F4; Thu, 01 Jun 2017 08:27:11 +0200 Message-ID: <1496298431.4396.0.camel@rainbow-runner.nl> Subject: Re: svn commit: r442275 - head/devel/anjuta-extras From: Koop Mast To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Thu, 01 Jun 2017 08:27:11 +0200 In-Reply-To: <201706010625.v516PKOv072600@repo.freebsd.org> References: <201706010625.v516PKOv072600@repo.freebsd.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SourceIP: 213.46.34.30 X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.2 cv=C/qZ8UH+ c=1 sm=1 tr=0 a=A4srH7kgSix8FTkTlriEHg==:17 a=IkcTkHD0fZMA:10 a=LWSFodeU3zMA:10 a=6I5d2MoRAAAA:8 a=zDyMdKrjWKWSjrZ-jpQA:9 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 none X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 06:47:38 -0000 On Thu, 2017-06-01 at 06:25 +0000, Koop Mast wrote: > Author: kwm > Date: Thu Jun  1 06:25:20 2017 > New Revision: 442275 > URL: https://svnweb.freebsd.org/changeset/ports/442275 > > Log: >   Mark broken, deprecated and expire in 1 month. I forgot to mention: no release in almost 4 years. -Koop From owner-svn-ports-all@freebsd.org Thu Jun 1 06:25:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B642EB7B8AE; Thu, 1 Jun 2017 06:25:21 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 815AA6548F; Thu, 1 Jun 2017 06:25:21 +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 v516PKr2072601; Thu, 1 Jun 2017 06:25:20 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v516PKOv072600; Thu, 1 Jun 2017 06:25:20 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706010625.v516PKOv072600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 1 Jun 2017 06:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442275 - head/devel/anjuta-extras X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 06:25:21 -0000 Author: kwm Date: Thu Jun 1 06:25:20 2017 New Revision: 442275 URL: https://svnweb.freebsd.org/changeset/ports/442275 Log: Mark broken, deprecated and expire in 1 month. Modified: head/devel/anjuta-extras/Makefile Modified: head/devel/anjuta-extras/Makefile ============================================================================== --- head/devel/anjuta-extras/Makefile Thu Jun 1 05:56:42 2017 (r442274) +++ head/devel/anjuta-extras/Makefile Thu Jun 1 06:25:20 2017 (r442275) @@ -12,6 +12,10 @@ COMMENT= Extra anjuta 3 plugins BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libanjuta-3.so:devel/anjuta +BROKEN= Does not build with GTK+ 3.22 +DEPRECATED= Last release in 2013 and doesn't build with recent GTK+ +EXPIRATION_DATE=2017-07-01 + USES= gettext gmake libtool pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes From owner-svn-ports-all@freebsd.org Thu Jun 1 06:34:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 214A4B7C516; Thu, 1 Jun 2017 06:34:37 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from smtpq1.tb.mail.iss.as9143.net (smtpq1.tb.mail.iss.as9143.net [212.54.42.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4FE365CC6; Thu, 1 Jun 2017 06:34:36 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from [212.54.42.118] (helo=lsmtp4.tb.mail.iss.as9143.net) by smtpq1.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dGJgi-0001E6-Kx; Thu, 01 Jun 2017 08:34:28 +0200 Received: from d34030.upc-d.chello.nl ([213.46.34.30] helo=[192.168.0.36]) by lsmtp4.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dGJgi-0000au-H5; Thu, 01 Jun 2017 08:34:28 +0200 Message-ID: <1496298868.4396.2.camel@FreeBSD.org> Subject: Re: svn commit: r442154 - in head/misc: . unicode-ucd From: Koop Mast To: Thierry Thomas Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Thu, 01 Jun 2017 08:34:28 +0200 In-Reply-To: <20170531163255.GH96830@graf.pompo.net> References: <201705311259.v4VCx8Ci028048@repo.freebsd.org> <20170531163255.GH96830@graf.pompo.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SourceIP: 213.46.34.30 X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.2 cv=C/qZ8UH+ c=1 sm=1 tr=0 a=A4srH7kgSix8FTkTlriEHg==:17 a=IkcTkHD0fZMA:10 a=LWSFodeU3zMA:10 a=6I5d2MoRAAAA:8 a=feya74Jr3j1bFHTrBgAA:9 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 none X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 06:34:37 -0000 On Wed, 2017-05-31 at 18:32 +0200, Thierry Thomas wrote: > Le mer. 31 mai 17 à 14:59:08 +0200, Koop Mast >  écrivait : > > > Author: kwm > > Date: Wed May 31 12:59:08 2017 > > New Revision: 442154 > > URL: https://svnweb.freebsd.org/changeset/ports/442154 > > > > Log: > >   Add unicode-ucd. > >    > >   The Unicode Character Database (UCD) consists of a number of data > > files > >   listing Unicode character properties and related data. It also > > includes > >   data files containing test data for conformance to several > > important > >   Unicode algorithms. > >    > >   Also contains the data files for the Unified Han database of > >   Hanzi/Kanji/Hanja Chinese characters. > > > > Added: > >   head/misc/unicode-ucd/ > >   head/misc/unicode-ucd/Makefile   (contents, props changed) > >   head/misc/unicode-ucd/distinfo   (contents, props changed) > >   head/misc/unicode-ucd/pkg-descr   (contents, props changed) > >   head/misc/unicode-ucd/pkg-plist   (contents, props changed) > > It looks like a duplicate of textproc/UCD (UCD-9.0.0). Close, unicode-ucd also has Unihan.zip file and the extracted content.  Gucharmap's build it wierd that it needs the extracted content of UCD.zip but also the Unihan.zip file. Can you add it or shall I make a patch for textproc/UCD? I don't think it really warrants a new port. -Koop From owner-svn-ports-all@freebsd.org Thu Jun 1 07:26:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03474B9524A; Thu, 1 Jun 2017 07:26:38 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2F3268646; Thu, 1 Jun 2017 07:26:37 +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 v517QbYW098089; Thu, 1 Jun 2017 07:26:37 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v517QafV098086; Thu, 1 Jun 2017 07:26:36 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706010726.v517QafV098086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 1 Jun 2017 07:26:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442277 - head/graphics/eog-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 07:26:38 -0000 Author: kwm Date: Thu Jun 1 07:26:36 2017 New Revision: 442277 URL: https://svnweb.freebsd.org/changeset/ports/442277 Log: Update eog-plugins to 3.16.6. * Add license * Review/add missing dependancies * Don't put the PYTHON option GLIB_SCHEMAS files in one big line Obtained from: gnome devel repo Modified: head/graphics/eog-plugins/Makefile head/graphics/eog-plugins/distinfo head/graphics/eog-plugins/pkg-plist Modified: head/graphics/eog-plugins/Makefile ============================================================================== --- head/graphics/eog-plugins/Makefile Thu Jun 1 07:25:44 2017 (r442276) +++ head/graphics/eog-plugins/Makefile Thu Jun 1 07:26:36 2017 (r442277) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= eog-plugins -PORTVERSION= 3.16.3 -PORTREVISION= 1 +PORTVERSION= 3.16.6 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,19 +10,22 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Plug-ins for the Eye of GNOME image viewer application +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= eog:graphics/eog LIB_DEPENDS= libgdata.so:devel/libgdata \ + libjson-glib-1.0.so:devel/json-glib \ + libsoup-2.4.so:devel/libsoup \ libexif.so:graphics/libexif \ libpeas-1.0.so:devel/libpeas RUN_DEPENDS= eog:graphics/eog PORTSCOUT= limitw:1,even -USE_GNOME= intltool gtk30 -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection libxml2 +USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.eog.plugins.exif-display.gschema.xml @@ -33,12 +35,18 @@ OPTIONS_DEFAULT=CHAMPLAIN PYTHON OPTIONS_SUB= yes CHAMPLAIN_DESC= Champlain map plugin -CHAMPLAIN_LIB_DEPENDS= libchamplain-0.12.so:graphics/libchamplain -CHAMPLAIN_USE= GL=gl +CHAMPLAIN_LIB_DEPENDS= libcogl.so:graphics/cogl \ + libclutter-1.0.so:graphics/clutter \ + libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ + libchamplain-0.12.so:graphics/libchamplain +CHAMPLAIN_USE= GL=egl XORG=x11,xcomposite,xdamage,xext,xfixes,xi,xrandr + PYTHON_CONFIGURE_ENABLE=python PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py3-libpeas PYTHON_USES= python:3 -PYTHON_VARS= GLIB_SCHEMAS+="org.gnome.eog.plugins.export-to-folder.gschema.xml org.gnome.eog.plugins.fullscreenbg.gschema.xml org.gnome.eog.plugins.pythonconsole.gschema.xml" +PYTHON_VARS= GLIB_SCHEMAS+="org.gnome.eog.plugins.export-to-folder.gschema.xml \ + org.gnome.eog.plugins.fullscreenbg.gschema.xml \ + org.gnome.eog.plugins.pythonconsole.gschema.xml" post-patch-CHAMPLAIN-off: @${REINPLACE_CMD} -e 's|champlain-gtk|disabled-champlain-gtk|g' \ Modified: head/graphics/eog-plugins/distinfo ============================================================================== --- head/graphics/eog-plugins/distinfo Thu Jun 1 07:25:44 2017 (r442276) +++ head/graphics/eog-plugins/distinfo Thu Jun 1 07:26:36 2017 (r442277) @@ -1,2 +1,3 @@ -SHA256 (gnome3/eog-plugins-3.16.3.tar.xz) = 2d2198ed026b1c28329ac3d353b3031c2024277d81d60f3c1e626f4701a73bd2 -SIZE (gnome3/eog-plugins-3.16.3.tar.xz) = 370528 +TIMESTAMP = 1496239084 +SHA256 (gnome3/eog-plugins-3.16.6.tar.xz) = 51ca356a29bbedfc48ce3fd1de1efe9339af38020c301df79dae6b67cd34ed96 +SIZE (gnome3/eog-plugins-3.16.6.tar.xz) = 398836 Modified: head/graphics/eog-plugins/pkg-plist ============================================================================== --- head/graphics/eog-plugins/pkg-plist Thu Jun 1 07:25:44 2017 (r442276) +++ head/graphics/eog-plugins/pkg-plist Thu Jun 1 07:26:36 2017 (r442277) @@ -73,6 +73,7 @@ share/locale/fr/LC_MESSAGES/eog-plugins.mo share/locale/gl/LC_MESSAGES/eog-plugins.mo share/locale/gu/LC_MESSAGES/eog-plugins.mo share/locale/he/LC_MESSAGES/eog-plugins.mo +share/locale/hr/LC_MESSAGES/eog-plugins.mo share/locale/hu/LC_MESSAGES/eog-plugins.mo share/locale/id/LC_MESSAGES/eog-plugins.mo share/locale/it/LC_MESSAGES/eog-plugins.mo @@ -85,6 +86,7 @@ share/locale/mk/LC_MESSAGES/eog-plugins.mo share/locale/ml/LC_MESSAGES/eog-plugins.mo share/locale/mr/LC_MESSAGES/eog-plugins.mo share/locale/nb/LC_MESSAGES/eog-plugins.mo +share/locale/oc/LC_MESSAGES/eog-plugins.mo share/locale/or/LC_MESSAGES/eog-plugins.mo share/locale/pa/LC_MESSAGES/eog-plugins.mo share/locale/pl/LC_MESSAGES/eog-plugins.mo From owner-svn-ports-all@freebsd.org Thu Jun 1 07:25:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0ED41B9516F; Thu, 1 Jun 2017 07:25: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 mx1.freebsd.org (Postfix) with ESMTPS id DF1E26857E; Thu, 1 Jun 2017 07:25: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 v517Pj1a097926; Thu, 1 Jun 2017 07:25:45 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v517Pikv097923; Thu, 1 Jun 2017 07:25:44 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706010725.v517Pikv097923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 1 Jun 2017 07:25:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442276 - head/graphics/eog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 07:25:46 -0000 Author: kwm Date: Thu Jun 1 07:25:44 2017 New Revision: 442276 URL: https://svnweb.freebsd.org/changeset/ports/442276 Log: Update eog to 3.24.1. * Add license * Review dependancies * Use USES=localbase * Convert to Option helpers * Eog is a GNOME 3 application not GNOME 2. Obtained from: gnome devel repo Modified: head/graphics/eog/Makefile head/graphics/eog/distinfo head/graphics/eog/pkg-descr Modified: head/graphics/eog/Makefile ============================================================================== --- head/graphics/eog/Makefile Thu Jun 1 06:25:20 2017 (r442275) +++ head/graphics/eog/Makefile Thu Jun 1 07:25:44 2017 (r442276) @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= eog -PORTVERSION= 3.18.3 +PORTVERSION= 3.24.1 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org -COMMENT= The Eye Of Gnome image viewer +COMMENT= Eye Of Gnome image viewer +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= itstool:textproc/itstool \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas LIB_DEPENDS= libpeas-gtk-1.0.so:devel/libpeas \ @@ -18,14 +21,12 @@ RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsetti PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gmake gnome jpeg libtool pathfix \ - pkgconfig tar:xz +USES= desktop-file-utils gettext gmake gnome jpeg libtool localbase \ + pathfix pkgconfig tar:xz USE_GNOME= cairo intltool librsvg2 gtk30 gnomedesktop3 introspection USE_XORG= x11 INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.eog.enums.xml \ @@ -33,35 +34,21 @@ GLIB_SCHEMAS= org.gnome.eog.enums.xml \ PLIST_SUB+= VERSION=3.0 +OPTIONS_SUB= yes OPTIONS_DEFINE= EXIF EXEMPI OPTIONS_DEFAULT=EXIF EXEMPI + EXIF_DESC= Digital camera file meta-data support +EXIF_CONFIGURE_WITH= libexif +EXIF_LIB_DEPENDS= libexif.so:graphics/libexif + EXEMPI_DESC= XMP support +EXEMPI_CONFIGURE_WITH= xmp +EXEMPI_LIB_DEPENDS= libexempi.so:textproc/exempi .include -_WITH_EXIF= no -_WITH_EXEMPI= no - -.if ${PORT_OPTIONS:MEXIF} -CONFIGURE_ARGS+=--with-libexif -LIB_DEPENDS+= libexif.so:graphics/libexif -PLIST_SUB+= EXIF="" -_WITH_EXIF= yes -.else -CONFIGURE_ARGS+=--without-libexif -PLIST_SUB+= EXIF="@comment " -.endif - -.if ${PORT_OPTIONS:MEXEMPI} -CONFIGURE_ARGS+=--with-xmp -LIB_DEPENDS+= libexempi.so:textproc/exempi -_WITH_EXEMPI= yes -.else -CONFIGURE_ARGS+=--without-xmp -.endif - -.if ${_WITH_EXIF}=="yes" || ${_WITH_EXEMPI}=="yes" +.if ${PORT_OPTIONS:MEXIF} != "" || ${PORT_OPTIONS:MEXEMPI} != "" PLIST_SUB+= EXIFEXEMPI="" .else PLIST_SUB+= EXIFEXEMPI="@comment " Modified: head/graphics/eog/distinfo ============================================================================== --- head/graphics/eog/distinfo Thu Jun 1 06:25:20 2017 (r442275) +++ head/graphics/eog/distinfo Thu Jun 1 07:25:44 2017 (r442276) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471883741 -SHA256 (gnome3/eog-3.18.3.tar.xz) = fb534bab125f28445fe7d17ea04817ba17e2a9a0d94ba6bc6408a3aadab43563 -SIZE (gnome3/eog-3.18.3.tar.xz) = 4334460 +TIMESTAMP = 1496238448 +SHA256 (gnome3/eog-3.24.1.tar.xz) = f51ee116e2c159fac1719e003a32e1cb6cbff51914fd1f6409f461a790ff27e7 +SIZE (gnome3/eog-3.24.1.tar.xz) = 4632496 Modified: head/graphics/eog/pkg-descr ============================================================================== --- head/graphics/eog/pkg-descr Thu Jun 1 06:25:20 2017 (r442275) +++ head/graphics/eog/pkg-descr Thu Jun 1 07:25:44 2017 (r442276) @@ -1,4 +1,4 @@ -This is the Eye of Gnome, a GNOME 2 image viewer and cataloging +This is the Eye of Gnome, a GNOME 3 image viewer and cataloging application. It provides inline image viewing support for nautilus. From owner-svn-ports-all@freebsd.org Thu Jun 1 08:50:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39246BF368C; Thu, 1 Jun 2017 08:50:28 +0000 (UTC) (envelope-from mmokhi.fbsd@gmail.com) Received: from mail-ua0-f176.google.com (mail-ua0-f176.google.com [209.85.217.176]) (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 EA2486F8CE; Thu, 1 Jun 2017 08:50:27 +0000 (UTC) (envelope-from mmokhi.fbsd@gmail.com) Received: by mail-ua0-f176.google.com with SMTP id j17so23636018uag.3; Thu, 01 Jun 2017 01:50:27 -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:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=mCRMXBbY7zSPUW0HChw/Kt2/PCM+/GYZIr7b8QQr3hA=; b=i2irSP0ly5h4jSe8dIsN1dseQJsw/FNYWqSyqz9fMW39pf3A2mxmY4Edt9q0ns5hYY QmgLM2WcXSVWAr4sT8ctJCr2wP92SSy4sO2KrLb1ohmE0eRV1eOTKC4/nZ0y5sqL8KkL 9f7IQqK1FJP9rOHLcMauD50/kkhYtgqP4jxPzv7+3fhpGQQLDciOFlGk1i0Ea3Fc9xsH 9PYbTW+itoQSC2Q/qVD+ircvyR9WjuyjRQtfB7tIWDIgSsb0VMjFRMT/CPZG7fAOK6zI 7Ful7nGSNQIWG/SoMJg3d1Dj6K1MrhfPQZFT81JNNLUlZ5sNPINKX7X510sFvQz+d1Hv eTvg== X-Gm-Message-State: AODbwcDbtDoVrJCvjCxLFHt8b9vpGOys1pG9n7D7LQ6awNzOLRPzTmPf HhDXTVGoJwX6MY6zQEA= X-Received: by 10.176.80.53 with SMTP id b50mr150479uaa.139.1496306531861; Thu, 01 Jun 2017 01:42:11 -0700 (PDT) Received: from mail-vk0-f53.google.com (mail-vk0-f53.google.com. [209.85.213.53]) by smtp.gmail.com with ESMTPSA id h13sm4661100vkc.10.2017.06.01.01.42.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Jun 2017 01:42:11 -0700 (PDT) Received: by mail-vk0-f53.google.com with SMTP id x71so21070445vkd.0; Thu, 01 Jun 2017 01:42:11 -0700 (PDT) X-Received: by 10.31.72.2 with SMTP id v2mr158203vka.72.1496306531505; Thu, 01 Jun 2017 01:42:11 -0700 (PDT) MIME-Version: 1.0 Reply-To: mmokhi@freebsd.org Received: by 10.103.51.16 with HTTP; Thu, 1 Jun 2017 01:42:11 -0700 (PDT) In-Reply-To: <706c5d72-1257-0041-26e6-542cd439099e@FreeBSD.org> References: <201705311520.v4VFKGdW094883@repo.freebsd.org> <706c5d72-1257-0041-26e6-542cd439099e@FreeBSD.org> From: Mahdi Mokhtari Date: Thu, 1 Jun 2017 13:12:11 +0430 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r442220 - in head/sysutils: . py-gmailfs-fuse To: koobs@freebsd.org Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 08:50:28 -0000 > Might be a good time to change fusefs from an arbitrary port/pkg name > prefix not accurately reflecting upstream names and use a virtual > category instead. > I'm planning to do this for all Python django ports too, as their names > don't match their upstream counterparts as users expect or when they're > searching. Ok, it seems good idea to me :-) Should we start adding it ("fusefs" or "fuse") to Mk/* then adding it to CATEGORIES of fuse ports? -- Best regards, MMokhi. From owner-svn-ports-all@freebsd.org Thu Jun 1 09:01:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 515EBBF4710; Thu, 1 Jun 2017 09:01:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FB1A702E2; Thu, 1 Jun 2017 09:01:22 +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 v5191LNg038255; Thu, 1 Jun 2017 09:01:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5191LKu038252; Thu, 1 Jun 2017 09:01:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201706010901.v5191LKu038252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Jun 2017 09:01:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442278 - head/x11/xscreensaver-gnome-hacks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 09:01:22 -0000 Author: amdmi3 Date: Thu Jun 1 09:01:21 2017 New Revision: 442278 URL: https://svnweb.freebsd.org/changeset/ports/442278 Log: - Update WWW Modified: head/x11/xscreensaver-gnome-hacks/Makefile head/x11/xscreensaver-gnome-hacks/pkg-descr Modified: head/x11/xscreensaver-gnome-hacks/Makefile ============================================================================== --- head/x11/xscreensaver-gnome-hacks/Makefile Thu Jun 1 07:26:36 2017 (r442277) +++ head/x11/xscreensaver-gnome-hacks/Makefile Thu Jun 1 09:01:21 2017 (r442278) @@ -30,7 +30,7 @@ post-build: Makefile ${MAKE_ARGS} xscreensaver-getimage post-install-slave: - ${MKDIR} ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${PREFIX}/bin .for sf in ${SS_SCRIPTS} ${INSTALL_SCRIPT} ${WRKSRC}/driver/${sf} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/driver/${sf}.man \ Modified: head/x11/xscreensaver-gnome-hacks/pkg-descr ============================================================================== --- head/x11/xscreensaver-gnome-hacks/pkg-descr Thu Jun 1 07:26:36 2017 (r442277) +++ head/x11/xscreensaver-gnome-hacks/pkg-descr Thu Jun 1 09:01:21 2017 (r442278) @@ -1,4 +1,4 @@ Xscreesaver-gnome-hacks is a collection of screensaver modules that can be used with xscreensaver or gnome-screensaver. -WWW: http://www.jwz.org/xscreensaver/ +WWW: https://www.jwz.org/xscreensaver/ From owner-svn-ports-all@freebsd.org Thu Jun 1 10:45:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FA24AF9BCC; Thu, 1 Jun 2017 10:45:25 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D274274F59; Thu, 1 Jun 2017 10:45:24 +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 v51AjORE079814; Thu, 1 Jun 2017 10:45:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51AjN0V079812; Thu, 1 Jun 2017 10:45:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201706011045.v51AjN0V079812@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 1 Jun 2017 10:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442279 - branches/2017Q2/devel/p5-File-Path X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 10:45:25 -0000 Author: pi Date: Thu Jun 1 10:45:23 2017 New Revision: 442279 URL: https://svnweb.freebsd.org/changeset/ports/442279 Log: devel/p5-File-Path: update 2.12 -> 2.13 - See also: https://rt.cpan.org/Ticket/Display.html?id=121951 MFH: r442273 Reported by: James E Keenan Changes: http://cpansearch.perl.org/src/JKEENAN/File-Path-2.13/Changes Security: CVE-2017-6512 Approved by: portmgr (miwi) Modified: branches/2017Q2/devel/p5-File-Path/Makefile branches/2017Q2/devel/p5-File-Path/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/devel/p5-File-Path/Makefile ============================================================================== --- branches/2017Q2/devel/p5-File-Path/Makefile Thu Jun 1 09:01:21 2017 (r442278) +++ branches/2017Q2/devel/p5-File-Path/Makefile Thu Jun 1 10:45:23 2017 (r442279) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-Path -PORTVERSION= 2.12 +PORTVERSION= 2.13 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: branches/2017Q2/devel/p5-File-Path/distinfo ============================================================================== --- branches/2017Q2/devel/p5-File-Path/distinfo Thu Jun 1 09:01:21 2017 (r442278) +++ branches/2017Q2/devel/p5-File-Path/distinfo Thu Jun 1 10:45:23 2017 (r442279) @@ -1,2 +1,3 @@ -SHA256 (File-Path-2.12.tar.gz) = bbf61a0d37c135c694e80f4ea344932bdc5474c213025ae307ea52cb6886d17e -SIZE (File-Path-2.12.tar.gz) = 27469 +TIMESTAMP = 1496287160 +SHA256 (File-Path-2.13.tar.gz) = 926339064554d2adbdbdea56aef8af8df1e97d49a12389688bb52d5622602f0d +SIZE (File-Path-2.13.tar.gz) = 31094 From owner-svn-ports-all@freebsd.org Thu Jun 1 10:53:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C02DAAF9E21; Thu, 1 Jun 2017 10:53:22 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9042F753D4; Thu, 1 Jun 2017 10:53:22 +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 v51ArLit083859; Thu, 1 Jun 2017 10:53:21 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51ArLKq083857; Thu, 1 Jun 2017 10:53:21 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201706011053.v51ArLKq083857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Thu, 1 Jun 2017 10:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442280 - head/devel/erlang-gen_smtp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 10:53:22 -0000 Author: olgeni Date: Thu Jun 1 10:53:21 2017 New Revision: 442280 URL: https://svnweb.freebsd.org/changeset/ports/442280 Log: Update devel/erlang-gen_smtp to version 0.12.0. Modified: head/devel/erlang-gen_smtp/Makefile head/devel/erlang-gen_smtp/distinfo Modified: head/devel/erlang-gen_smtp/Makefile ============================================================================== --- head/devel/erlang-gen_smtp/Makefile Thu Jun 1 10:45:23 2017 (r442279) +++ head/devel/erlang-gen_smtp/Makefile Thu Jun 1 10:53:21 2017 (r442280) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gen_smtp -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 CATEGORIES= devel PKGNAMEPREFIX= erlang- Modified: head/devel/erlang-gen_smtp/distinfo ============================================================================== --- head/devel/erlang-gen_smtp/distinfo Thu Jun 1 10:45:23 2017 (r442279) +++ head/devel/erlang-gen_smtp/distinfo Thu Jun 1 10:53:21 2017 (r442280) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466855880 -SHA256 (Vagabond-gen_smtp-0.11.0_GH0.tar.gz) = 1b5bb6f15ea4693a1d2c73d66177e686fa38e0ca268f90508f7cf7d7e9e04e39 -SIZE (Vagabond-gen_smtp-0.11.0_GH0.tar.gz) = 990523 +TIMESTAMP = 1496314361 +SHA256 (Vagabond-gen_smtp-0.12.0_GH0.tar.gz) = 40aca74c89f82744acff713cff2608b08a1044af16cbe32be28ad23ede18a933 +SIZE (Vagabond-gen_smtp-0.12.0_GH0.tar.gz) = 992183 From owner-svn-ports-all@freebsd.org Thu Jun 1 11:28:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A5F1AFA91B; Thu, 1 Jun 2017 11:28:47 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32DED762F7; Thu, 1 Jun 2017 11:28:47 +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 v51BSkLe096180; Thu, 1 Jun 2017 11:28:46 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51BSkgY096177; Thu, 1 Jun 2017 11:28:46 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201706011128.v51BSkgY096177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 1 Jun 2017 11:28:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442281 - head/x11/xterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 11:28:47 -0000 Author: ehaupt Date: Thu Jun 1 11:28:45 2017 New Revision: 442281 URL: https://svnweb.freebsd.org/changeset/ports/442281 Log: Update to 328 Changelog: http://invisible-island.net/xterm/xterm.log.html#xterm_328 Modified: head/x11/xterm/Makefile head/x11/xterm/distinfo Modified: head/x11/xterm/Makefile ============================================================================== --- head/x11/xterm/Makefile Thu Jun 1 10:53:21 2017 (r442280) +++ head/x11/xterm/Makefile Thu Jun 1 11:28:45 2017 (r442281) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xterm -PORTVERSION= 327 +PORTVERSION= 328 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/:src1 \ LOCAL/ehaupt:src1 LOCAL/ehaupt:src2 Modified: head/x11/xterm/distinfo ============================================================================== --- head/x11/xterm/distinfo Thu Jun 1 10:53:21 2017 (r442280) +++ head/x11/xterm/distinfo Thu Jun 1 11:28:45 2017 (r442281) @@ -1,5 +1,5 @@ -TIMESTAMP = 1475910685 -SHA256 (xterm-327.tgz) = 66fb2f6c35b342148f549c276b12a3aa3fb408e27ab6360ddec513e14376150b -SIZE (xterm-327.tgz) = 1240131 +TIMESTAMP = 1496315772 +SHA256 (xterm-328.tgz) = b38a7ab2e9f6ab51784ab82a312ca9950e0039da846d37715db4c1ddd47b1d52 +SIZE (xterm-328.tgz) = 1264517 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c SIZE (bsd-xterm-icons-1.tgz) = 22718 From owner-svn-ports-all@freebsd.org Thu Jun 1 12:02:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69566AFB713; Thu, 1 Jun 2017 12:02:43 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 454AB775DC; Thu, 1 Jun 2017 12:02:43 +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 v51C2gbN012373; Thu, 1 Jun 2017 12:02:42 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51C2glg012369; Thu, 1 Jun 2017 12:02:42 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201706011202.v51C2glg012369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 1 Jun 2017 12:02:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442282 - in head/www/chromium: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 12:02:43 -0000 Author: cpm Date: Thu Jun 1 12:02:41 2017 New Revision: 442282 URL: https://svnweb.freebsd.org/changeset/ports/442282 Log: - Fix runtime.getPlatformInfo on FreeBSD [1] - Don't use the PDFium bundle freetype [2] - Bump PORTREVISION PR: 212925 [1], 219448 [2] Submitted by: Jan Kokemueller [2] Reported by: Yuri Konotopov [1] Added: head/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc (contents, props changed) head/www/chromium/files/patch-extensions_common_api_runtime.json (contents, props changed) head/www/chromium/files/patch-third__party_pdfium_pdfium.gni (contents, props changed) Modified: head/www/chromium/Makefile Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Thu Jun 1 11:28:45 2017 (r442281) +++ head/www/chromium/Makefile Thu Jun 1 12:02:41 2017 (r442282) @@ -3,7 +3,7 @@ PORTNAME= chromium PORTVERSION= 58.0.3029.110 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on Added: head/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc Thu Jun 1 12:02:41 2017 (r442282) @@ -0,0 +1,11 @@ +--- chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc.orig 2017-05-09 19:02:41 UTC ++++ chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc +@@ -277,6 +277,8 @@ bool ChromeRuntimeAPIDelegate::GetPlatfo + info->os = extensions::api::runtime::PLATFORM_OS_CROS; + } else if (strcmp(os, "linux") == 0) { + info->os = extensions::api::runtime::PLATFORM_OS_LINUX; ++ } else if (strcmp(os, "freebsd") == 0) { ++ info->os = extensions::api::runtime::PLATFORM_OS_FREEBSD; + } else if (strcmp(os, "openbsd") == 0) { + info->os = extensions::api::runtime::PLATFORM_OS_OPENBSD; + } else { Added: head/www/chromium/files/patch-extensions_common_api_runtime.json ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-extensions_common_api_runtime.json Thu Jun 1 12:02:41 2017 (r442282) @@ -0,0 +1,11 @@ +--- extensions/common/api/runtime.json.orig 2017-05-09 19:02:47 UTC ++++ extensions/common/api/runtime.json +@@ -66,7 +66,7 @@ + "id": "PlatformOs", + "type": "string", + "description": "The operating system chrome is running on.", +- "enum": ["mac", "win", "android", "cros", "linux", "openbsd"] ++ "enum": ["mac", "win", "android", "cros", "linux", "freebsd", "openbsd"] + }, + { + "id": "PlatformArch", Added: head/www/chromium/files/patch-third__party_pdfium_pdfium.gni ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/chromium/files/patch-third__party_pdfium_pdfium.gni Thu Jun 1 12:02:41 2017 (r442282) @@ -0,0 +1,11 @@ +--- third_party/pdfium/pdfium.gni.orig 2017-05-09 19:03:55 UTC ++++ third_party/pdfium/pdfium.gni +@@ -9,7 +9,7 @@ import("//build_overrides/pdfium.gni") + declare_args() { + # On Android there's no system FreeType. On Windows and Mac, only a few + # methods are used from it. +- pdfium_bundle_freetype = !is_linux ++ pdfium_bundle_freetype = false + + # Build PDFium either with or without v8 support. + pdf_enable_v8 = pdf_enable_v8_override From owner-svn-ports-all@freebsd.org Thu Jun 1 12:11:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34244AFB9D9; Thu, 1 Jun 2017 12:11:19 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DD62778A7; Thu, 1 Jun 2017 12:11:18 +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 v51CBI27014949; Thu, 1 Jun 2017 12:11:18 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51CBHds014929; Thu, 1 Jun 2017 12:11:17 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201706011211.v51CBHds014929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 1 Jun 2017 12:11:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442283 - in head/www/iridium: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 12:11:19 -0000 Author: cpm Date: Thu Jun 1 12:11:17 2017 New Revision: 442283 URL: https://svnweb.freebsd.org/changeset/ports/442283 Log: - Apply r442282 to iridium Added: head/www/iridium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc - copied unchanged from r442282, head/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc head/www/iridium/files/patch-extensions_common_api_runtime.json - copied unchanged from r442282, head/www/chromium/files/patch-extensions_common_api_runtime.json head/www/iridium/files/patch-third__party_pdfium_pdfium.gni - copied unchanged from r442282, head/www/chromium/files/patch-third__party_pdfium_pdfium.gni Modified: head/www/iridium/Makefile Modified: head/www/iridium/Makefile ============================================================================== --- head/www/iridium/Makefile Thu Jun 1 12:02:41 2017 (r442282) +++ head/www/iridium/Makefile Thu Jun 1 12:11:17 2017 (r442283) @@ -3,7 +3,7 @@ PORTNAME= iridium PORTVERSION= 58.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= https://downloads.iridiumbrowser.de/source/ PKGNAMESUFFIX= -browser Copied: head/www/iridium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc (from r442282, head/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iridium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc Thu Jun 1 12:11:17 2017 (r442283, copy of r442282, head/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc) @@ -0,0 +1,11 @@ +--- chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc.orig 2017-05-09 19:02:41 UTC ++++ chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc +@@ -277,6 +277,8 @@ bool ChromeRuntimeAPIDelegate::GetPlatfo + info->os = extensions::api::runtime::PLATFORM_OS_CROS; + } else if (strcmp(os, "linux") == 0) { + info->os = extensions::api::runtime::PLATFORM_OS_LINUX; ++ } else if (strcmp(os, "freebsd") == 0) { ++ info->os = extensions::api::runtime::PLATFORM_OS_FREEBSD; + } else if (strcmp(os, "openbsd") == 0) { + info->os = extensions::api::runtime::PLATFORM_OS_OPENBSD; + } else { Copied: head/www/iridium/files/patch-extensions_common_api_runtime.json (from r442282, head/www/chromium/files/patch-extensions_common_api_runtime.json) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iridium/files/patch-extensions_common_api_runtime.json Thu Jun 1 12:11:17 2017 (r442283, copy of r442282, head/www/chromium/files/patch-extensions_common_api_runtime.json) @@ -0,0 +1,11 @@ +--- extensions/common/api/runtime.json.orig 2017-05-09 19:02:47 UTC ++++ extensions/common/api/runtime.json +@@ -66,7 +66,7 @@ + "id": "PlatformOs", + "type": "string", + "description": "The operating system chrome is running on.", +- "enum": ["mac", "win", "android", "cros", "linux", "openbsd"] ++ "enum": ["mac", "win", "android", "cros", "linux", "freebsd", "openbsd"] + }, + { + "id": "PlatformArch", Copied: head/www/iridium/files/patch-third__party_pdfium_pdfium.gni (from r442282, head/www/chromium/files/patch-third__party_pdfium_pdfium.gni) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iridium/files/patch-third__party_pdfium_pdfium.gni Thu Jun 1 12:11:17 2017 (r442283, copy of r442282, head/www/chromium/files/patch-third__party_pdfium_pdfium.gni) @@ -0,0 +1,11 @@ +--- third_party/pdfium/pdfium.gni.orig 2017-05-09 19:03:55 UTC ++++ third_party/pdfium/pdfium.gni +@@ -9,7 +9,7 @@ import("//build_overrides/pdfium.gni") + declare_args() { + # On Android there's no system FreeType. On Windows and Mac, only a few + # methods are used from it. +- pdfium_bundle_freetype = !is_linux ++ pdfium_bundle_freetype = false + + # Build PDFium either with or without v8 support. + pdf_enable_v8 = pdf_enable_v8_override From owner-svn-ports-all@freebsd.org Thu Jun 1 13:24:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59F4EAFCCD6; Thu, 1 Jun 2017 13:24:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0CEBA797E8; Thu, 1 Jun 2017 13:24:03 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id EC5F2BDC91; Thu, 1 Jun 2017 15:23:59 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id B0207BDC85; Thu, 1 Jun 2017 15:23:59 +0200 (CEST) Subject: Re: svn commit: r442220 - in head/sysutils: . py-gmailfs-fuse To: mmokhi@freebsd.org, koobs@freebsd.org Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705311520.v4VFKGdW094883@repo.freebsd.org> <706c5d72-1257-0041-26e6-542cd439099e@FreeBSD.org> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <0cc4b2f8-808c-fdd8-2658-51a5f9ed68fe@FreeBSD.org> Date: Thu, 1 Jun 2017 15:23:57 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="aIn3fNNp16AH0LLGwavw3xnCSBuce4ISb" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 13:24:03 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --aIn3fNNp16AH0LLGwavw3xnCSBuce4ISb Content-Type: multipart/mixed; boundary="MMKHQxcweLxkvkKjqA9LE0qpGE4h5UuOx"; protected-headers="v1" From: Mathieu Arnold To: mmokhi@freebsd.org, koobs@freebsd.org Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <0cc4b2f8-808c-fdd8-2658-51a5f9ed68fe@FreeBSD.org> Subject: Re: svn commit: r442220 - in head/sysutils: . py-gmailfs-fuse References: <201705311520.v4VFKGdW094883@repo.freebsd.org> <706c5d72-1257-0041-26e6-542cd439099e@FreeBSD.org> In-Reply-To: --MMKHQxcweLxkvkKjqA9LE0qpGE4h5UuOx Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Language: fr Le 01/06/2017 =C3=A0 10:42, Mahdi Mokhtari a =C3=A9crit : > > Might be a good time to change fusefs from an arbitrary port/pkg name= > > prefix not accurately reflecting upstream names and use a virtual > > category instead. > > > I'm planning to do this for all Python django ports too, as their nam= es > > don't match their upstream counterparts as users expect or when they'= re > > searching. > > Ok, it seems good idea to me :-) > Should we start adding it ("fusefs" or "fuse") to Mk/* then adding it > to CATEGORIES of fuse ports? You should start by reading the documentation. It is always a good place to start. https://www.freebsd.org/doc/en/articles/committers-guide/article.html#por= ts-qa-new-category --=20 Mathieu Arnold --MMKHQxcweLxkvkKjqA9LE0qpGE4h5UuOx-- --aIn3fNNp16AH0LLGwavw3xnCSBuce4ISb 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 iQJ8BAEBCgBmBQJZMBVvXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Iw84P/3u07pDnZPT0nuvv3+TMQp2i PyGfQEu/aIKEdBecjmQ2lb+41d9CduzJd1tyz2El8VGYpjkNzNuucJugMiAiTpBL EPihD7qEp5Q882fVRwzQITwYkI1BwGQbOcaZgL6TekC47MM7FlcKxpgtwW5pqd2g GuR6lW9q13XXh/AJVOD+wnO4IPm/fND/Cqznv5oDwt732ZttXTqOdcbai35MTPlN O/g6f0AP9lQGJlSEf11GesLbdNgHLbvsOKDU31QLmLWWCSZC8mYGjWVuKset5pTd cUFH2tnnqRkKkoj/KssRAOtFiQ16lX+4sG1hm4E3g26ZDreF7VTSGmet77w/MBzb h7ehZy2e9rHMTjSJ3gWsOFt5/hEIcMMVEkvhbYjU5CQxiRC+ESs2Gg2R5baReVJr tMYQfGMmrbjOWqonPFICZoIUxYk5CRVQyxqQac3zi3Om+6vDReVWlBIzyYidC84J f4j/NrzHGrAQafTYr6GxEJADvfstgo8w3PNdlvid4K6R3a6ZWCNlhFz49j5FP7L3 xkYVGSdGHEfWBBx6WVxT0J4ZicYsde/J54gEaSxT3KtXR2gnAiJC+5zAXLBIHkPj h4y6Izw2VJzmDsM2Kjp+LxqUA339fhLkEL8T3pKFKzRjsG+EfcVFGcQHmdQpKwFm MZF2gfD7At5WBVF9oIWZ =Iztb -----END PGP SIGNATURE----- --aIn3fNNp16AH0LLGwavw3xnCSBuce4ISb-- From owner-svn-ports-all@freebsd.org Thu Jun 1 13:38:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42464AFD172; Thu, 1 Jun 2017 13:38:14 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A53979D55; Thu, 1 Jun 2017 13:38:14 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51DcDV7049134; Thu, 1 Jun 2017 13:38:13 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51DcD7N049132; Thu, 1 Jun 2017 13:38:13 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201706011338.v51DcD7N049132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 1 Jun 2017 13:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442284 - head/multimedia/emby-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 13:38:14 -0000 Author: woodsb02 Date: Thu Jun 1 13:38:12 2017 New Revision: 442284 URL: https://svnweb.freebsd.org/changeset/ports/442284 Log: multimedia/emby-server: Update to 3.2.19.0 - Change xbuild solution file for this update as instructed by upstream Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.2.17.0 https://github.com/MediaBrowser/Emby/releases/tag/3.2.18.0 https://github.com/MediaBrowser/Emby/releases/tag/3.2.19.0 Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Thu Jun 1 12:11:17 2017 (r442283) +++ head/multimedia/emby-server/Makefile Thu Jun 1 13:38:12 2017 (r442284) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.2.16.0 -PORTREVISION= 1 +PORTVERSION= 3.2.19.0 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org @@ -38,11 +37,11 @@ X11_LIB_DEPENDS_OFF= libMagickWand-6.so:graphics/Image do-build: (cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/xbuild /t:build /p:Configuration="Release Mono" \ - /p:Platform="Any CPU" MediaBrowser.Mono.sln) + /p:Platform="Any CPU" MediaBrowser.sln) do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/emby-server - (cd ${WRKSRC}/MediaBrowser.Server.Mono/bin/Release\ Mono && \ + (cd ${WRKSRC}/MediaBrowser.Server.Mono/bin/Release && \ ${ECHO_MSG} "Deleting the following non-FreeBSD library files:" && \ ${FIND} -E . -iregex '(.*\.dylib)' -print -delete && \ ${FIND} . -type d -empty -print -delete && \ Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Thu Jun 1 12:11:17 2017 (r442283) +++ head/multimedia/emby-server/distinfo Thu Jun 1 13:38:12 2017 (r442284) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494850446 -SHA256 (MediaBrowser-Emby-3.2.16.0_GH0.tar.gz) = 793b9de55bf16e8ef2f428d4ffb3685fc8a4af40ab5c73800f081a003964b639 -SIZE (MediaBrowser-Emby-3.2.16.0_GH0.tar.gz) = 137513225 +TIMESTAMP = 1496310902 +SHA256 (MediaBrowser-Emby-3.2.19.0_GH0.tar.gz) = 11972fd3a3d1d1a8e3061520a2debc967756dadcc043a3b85e49c9c90e507158 +SIZE (MediaBrowser-Emby-3.2.19.0_GH0.tar.gz) = 95566253 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Thu Jun 1 12:11:17 2017 (r442283) +++ head/multimedia/emby-server/pkg-plist Thu Jun 1 13:38:12 2017 (r442284) @@ -3,12 +3,11 @@ lib/emby-server/BDInfo.dll.mdb lib/emby-server/DvdLib.dll lib/emby-server/DvdLib.dll.mdb lib/emby-server/Emby.Common.Implementations.dll +lib/emby-server/Emby.Common.Implementations.dll.mdb lib/emby-server/Emby.Dlna.dll lib/emby-server/Emby.Dlna.dll.mdb lib/emby-server/Emby.Drawing.ImageMagick.dll lib/emby-server/Emby.Drawing.ImageMagick.dll.mdb -lib/emby-server/Emby.Drawing.Net.dll -lib/emby-server/Emby.Drawing.Net.dll.mdb lib/emby-server/Emby.Drawing.dll lib/emby-server/Emby.Drawing.dll.mdb lib/emby-server/Emby.Photos.dll @@ -16,6 +15,7 @@ lib/emby-server/Emby.Photos.dll.mdb lib/emby-server/Emby.Server.CinemaMode.dll lib/emby-server/Emby.Server.Connect.dll lib/emby-server/Emby.Server.Core.dll +lib/emby-server/Emby.Server.Core.dll.mdb lib/emby-server/Emby.Server.Implementations.dll lib/emby-server/Emby.Server.Implementations.dll.mdb lib/emby-server/Emby.Server.Sync.dll @@ -35,11 +35,11 @@ lib/emby-server/MediaBrowser.Providers.dll lib/emby-server/MediaBrowser.Server.Implementations.dll lib/emby-server/MediaBrowser.Server.Mono.exe lib/emby-server/MediaBrowser.Server.Mono.exe.config -lib/emby-server/MediaBrowser.Server.Startup.Common.dll lib/emby-server/MediaBrowser.WebDashboard.dll lib/emby-server/MediaBrowser.XbmcMetadata.dll lib/emby-server/Microsoft.IO.RecyclableMemoryStream.dll lib/emby-server/Mono.Nat.dll +lib/emby-server/Mono.Nat.dll.mdb lib/emby-server/Mono.Posix.dll lib/emby-server/NLog.dll lib/emby-server/OpenSubtitlesHandler.dll @@ -52,8 +52,8 @@ lib/emby-server/SQLitePCLRaw.provider.sqlite3.dll.conf lib/emby-server/ServiceStack.Text.dll lib/emby-server/SharpCompress.dll lib/emby-server/SimpleInjector.dll -lib/emby-server/SocketHttpListener.Portable.dll -lib/emby-server/SocketHttpListener.Portable.dll.mdb +lib/emby-server/SocketHttpListener.dll +lib/emby-server/SocketHttpListener.dll.mdb lib/emby-server/TagLib.Portable.dll lib/emby-server/dashboard-ui/addplugin.html lib/emby-server/dashboard-ui/appservices.html @@ -182,6 +182,7 @@ lib/emby-server/dashboard-ui/bower_components/emby-web lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/homesections.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/htmlaudioplayer/blank.mp3 lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/htmlaudioplayer/plugin.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/htmlvideoplayer/htmlmediahelper.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/htmlvideoplayer/plugin.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/htmlvideoplayer/style.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/idb.js @@ -231,6 +232,7 @@ lib/emby-server/dashboard-ui/bower_components/emby-web lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/notifications/notifications.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/packagemanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/pagejs/page.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/photoplayer/plugin.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playback/autoplaydetect.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playback/brightnessosd.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playback/iconosd.css @@ -241,6 +243,7 @@ lib/emby-server/dashboard-ui/bower_components/emby-web lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playback/playbackvalidation.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playback/playerselection.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playback/playersettingsmenu.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playback/playqueuemanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playback/remotecontrolautoplay.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playback/volumeosd.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/playlisteditor/playlisteditor.js @@ -413,6 +416,8 @@ lib/emby-server/dashboard-ui/bower_components/query-st lib/emby-server/dashboard-ui/bower_components/query-string/test.js lib/emby-server/dashboard-ui/bower_components/requirejs/LICENSE lib/emby-server/dashboard-ui/bower_components/requirejs/require.js +lib/emby-server/dashboard-ui/bower_components/resize-observer-polyfill/LICENSE +lib/emby-server/dashboard-ui/bower_components/resize-observer-polyfill/resizeobserver.js lib/emby-server/dashboard-ui/bower_components/vibrant/dist/vibrant.js lib/emby-server/dashboard-ui/bower_components/vibrant/dist/vibrant.min.js lib/emby-server/dashboard-ui/bower_components/vibrant/gulpfile.coffee @@ -681,6 +686,7 @@ lib/emby-server/dashboard-ui/scripts/dlnasettings.js lib/emby-server/dashboard-ui/scripts/edititemmetadata.js lib/emby-server/dashboard-ui/scripts/editorsidebar.js lib/emby-server/dashboard-ui/scripts/encodingsettings.js +lib/emby-server/dashboard-ui/scripts/episodes.js lib/emby-server/dashboard-ui/scripts/forgotpassword.js lib/emby-server/dashboard-ui/scripts/forgotpasswordpin.js lib/emby-server/dashboard-ui/scripts/homefavorites.js From owner-svn-ports-all@freebsd.org Thu Jun 1 13:50:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 505BAAFD64A; Thu, 1 Jun 2017 13:50:47 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ED937A4F7; Thu, 1 Jun 2017 13:50:47 +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 v51Doknt054134; Thu, 1 Jun 2017 13:50:46 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51DokBi054132; Thu, 1 Jun 2017 13:50:46 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201706011350.v51DokBi054132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 1 Jun 2017 13:50:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442285 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 13:50:47 -0000 Author: zi Date: Thu Jun 1 13:50:45 2017 New Revision: 442285 URL: https://svnweb.freebsd.org/changeset/ports/442285 Log: - Document vulnerability in net/freeradius3 (CVE-2017-9148) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jun 1 13:38:12 2017 (r442284) +++ head/security/vuxml/vuln.xml Thu Jun 1 13:50:45 2017 (r442285) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeRADIUS -- TLS resumption authentication bypass + + + freeradius + freeradius2 + freeradius3 + 3.0.14 + + + + +

    Stefan Winter reports:

    +
    +

    The TLS session cache in FreeRADIUS before 3.0.14 fails to + reliably prevent resumption of an unauthenticated session, which + allows remote attackers (such as malicious 802.1X supplicants) to + bypass authentication via PEAP or TTLS.

    +
    + +
    + + CVE-2017-9148 + http://freeradius.org/security.html + http://seclists.org/oss-sec/2017/q2/342 + http://www.securityfocus.com/bid/98734 + + + 2017-02-03 + 2017-06-01 + +
    + heimdal -- bypass of capath policy From owner-svn-ports-all@freebsd.org Thu Jun 1 13:53:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC81CAFD7C9; Thu, 1 Jun 2017 13:53:38 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B58D7A836; Thu, 1 Jun 2017 13:53:38 +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 v51DrbHb057291; Thu, 1 Jun 2017 13:53:37 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51DrbkS057290; Thu, 1 Jun 2017 13:53:37 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201706011353.v51DrbkS057290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 1 Jun 2017 13:53:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442286 - head/net/freeradius2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 13:53:38 -0000 Author: zi Date: Thu Jun 1 13:53:37 2017 New Revision: 442286 URL: https://svnweb.freebsd.org/changeset/ports/442286 Log: - Mark as deprecated and add an expiration date. No longer supported by upstream Modified: head/net/freeradius2/Makefile Modified: head/net/freeradius2/Makefile ============================================================================== --- head/net/freeradius2/Makefile Thu Jun 1 13:50:45 2017 (r442285) +++ head/net/freeradius2/Makefile Thu Jun 1 13:53:37 2017 (r442286) @@ -28,6 +28,9 @@ CONFLICTS_INSTALL= gnu-radius-[0-9].* openradius-[0-9] USE_RC_SUBR= radiusd +DEPRECATED= EoL, use net/freeradius3 instead +EXPIRATION_DATE=2017-06-30 + GNU_CONFIGURE= yes USES= autoreconf gmake libtool shebangfix ssl tar:bzip2 SHEBANG_FILES= scripts/radsqlrelay src/modules/rlm_counter/rad_counter From owner-svn-ports-all@freebsd.org Thu Jun 1 14:02:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 592F9AFDAA4; Thu, 1 Jun 2017 14:02:32 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 359447AD86; Thu, 1 Jun 2017 14:02:32 +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 v51E2Vm4061504; Thu, 1 Jun 2017 14:02:31 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51E2VJF061501; Thu, 1 Jun 2017 14:02:31 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201706011402.v51E2VJF061501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 1 Jun 2017 14:02:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442287 - head/net/freeradius3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 14:02:32 -0000 Author: zi Date: Thu Jun 1 14:02:30 2017 New Revision: 442287 URL: https://svnweb.freebsd.org/changeset/ports/442287 Log: - Update to 3.0.14 PR: 219662 Requested by: ohartmann@walstatt.org Security: 673dce46-46d0-11e7-a539-0050569f7e80 Modified: head/net/freeradius3/Makefile head/net/freeradius3/distinfo head/net/freeradius3/pkg-plist Modified: head/net/freeradius3/Makefile ============================================================================== --- head/net/freeradius3/Makefile Thu Jun 1 13:53:37 2017 (r442286) +++ head/net/freeradius3/Makefile Thu Jun 1 14:02:30 2017 (r442287) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freeradius -DISTVERSION= 3.0.13 +DISTVERSION= 3.0.14 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ Modified: head/net/freeradius3/distinfo ============================================================================== --- head/net/freeradius3/distinfo Thu Jun 1 13:53:37 2017 (r442286) +++ head/net/freeradius3/distinfo Thu Jun 1 14:02:30 2017 (r442287) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490100918 -SHA256 (freeradius-server-3.0.13.tar.bz2) = b3be0d8849878c31af0a5375d20b7b20c9d1c1572e89dc3f22992824cefffb84 -SIZE (freeradius-server-3.0.13.tar.bz2) = 3031744 +TIMESTAMP = 1496324608 +SHA256 (freeradius-server-3.0.14.tar.bz2) = 2771f6ecd6c816ac4d52b66bb8ae6781ca20e1e4984c5804fc4e67de3a807c59 +SIZE (freeradius-server-3.0.14.tar.bz2) = 3037721 Modified: head/net/freeradius3/pkg-plist ============================================================================== --- head/net/freeradius3/pkg-plist Thu Jun 1 13:53:37 2017 (r442286) +++ head/net/freeradius3/pkg-plist Thu Jun 1 14:02:30 2017 (r442287) @@ -551,6 +551,7 @@ sbin/radmin %%EXAMPLESDIR%%/raddb/mods-available/mac2ip %%EXAMPLESDIR%%/raddb/mods-available/mac2vlan %%EXAMPLESDIR%%/raddb/mods-available/mschap +%%EXAMPLESDIR%%/raddb/mods-available/moonshot-targeted-ids %%EXAMPLESDIR%%/raddb/mods-available/ntlm_auth %%EXAMPLESDIR%%/raddb/mods-available/opendirectory %%EXAMPLESDIR%%/raddb/mods-available/otp @@ -647,6 +648,12 @@ sbin/radmin %%EXAMPLESDIR%%/raddb/mods-config/sql/main/postgresql/setup.sql %%EXAMPLESDIR%%/raddb/mods-config/sql/main/sqlite/queries.conf %%EXAMPLESDIR%%/raddb/mods-config/sql/main/sqlite/schema.sql +%%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/mysql/queries.conf +%%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/mysql/schema.sql +%%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/postgresql/queries.conf +%%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/postgresql/schema.sql +%%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/sqlite/queries.conf +%%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/sqlite/schema.sql %%EXAMPLESDIR%%/raddb/mods-config/unbound/default.conf %%EXAMPLESDIR%%/raddb/mods-enabled/always %%EXAMPLESDIR%%/raddb/mods-enabled/attr_filter @@ -781,6 +788,7 @@ sbin/radmin %%DATADIR%%/dictionary.compatible %%DATADIR%%/dictionary.cosine %%DATADIR%%/dictionary.dante +%%DATADIR%%/dictionary.dellemc %%DATADIR%%/dictionary.dhcp %%DATADIR%%/dictionary.digium %%DATADIR%%/dictionary.dlink From owner-svn-ports-all@freebsd.org Thu Jun 1 14:03:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25F33AFDAED; Thu, 1 Jun 2017 14:03:41 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F410B7AE9D; Thu, 1 Jun 2017 14:03:40 +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 v51E3eM6061730; Thu, 1 Jun 2017 14:03:40 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51E3dw5061727; Thu, 1 Jun 2017 14:03:39 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201706011403.v51E3dw5061727@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 1 Jun 2017 14:03:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442288 - branches/2017Q2/net/freeradius3 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 14:03:41 -0000 Author: zi Date: Thu Jun 1 14:03:39 2017 New Revision: 442288 URL: https://svnweb.freebsd.org/changeset/ports/442288 Log: MFH: r442287 - Update to 3.0.14 PR: 219662 Requested by: ohartmann@walstatt.org Security: 673dce46-46d0-11e7-a539-0050569f7e80 Approved by: ports-secteam (with hat) Modified: branches/2017Q2/net/freeradius3/Makefile branches/2017Q2/net/freeradius3/distinfo branches/2017Q2/net/freeradius3/pkg-plist Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/net/freeradius3/Makefile ============================================================================== --- branches/2017Q2/net/freeradius3/Makefile Thu Jun 1 14:02:30 2017 (r442287) +++ branches/2017Q2/net/freeradius3/Makefile Thu Jun 1 14:03:39 2017 (r442288) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freeradius -DISTVERSION= 3.0.13 +DISTVERSION= 3.0.14 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ Modified: branches/2017Q2/net/freeradius3/distinfo ============================================================================== --- branches/2017Q2/net/freeradius3/distinfo Thu Jun 1 14:02:30 2017 (r442287) +++ branches/2017Q2/net/freeradius3/distinfo Thu Jun 1 14:03:39 2017 (r442288) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490100918 -SHA256 (freeradius-server-3.0.13.tar.bz2) = b3be0d8849878c31af0a5375d20b7b20c9d1c1572e89dc3f22992824cefffb84 -SIZE (freeradius-server-3.0.13.tar.bz2) = 3031744 +TIMESTAMP = 1496324608 +SHA256 (freeradius-server-3.0.14.tar.bz2) = 2771f6ecd6c816ac4d52b66bb8ae6781ca20e1e4984c5804fc4e67de3a807c59 +SIZE (freeradius-server-3.0.14.tar.bz2) = 3037721 Modified: branches/2017Q2/net/freeradius3/pkg-plist ============================================================================== --- branches/2017Q2/net/freeradius3/pkg-plist Thu Jun 1 14:02:30 2017 (r442287) +++ branches/2017Q2/net/freeradius3/pkg-plist Thu Jun 1 14:03:39 2017 (r442288) @@ -551,6 +551,7 @@ sbin/radmin %%EXAMPLESDIR%%/raddb/mods-available/mac2ip %%EXAMPLESDIR%%/raddb/mods-available/mac2vlan %%EXAMPLESDIR%%/raddb/mods-available/mschap +%%EXAMPLESDIR%%/raddb/mods-available/moonshot-targeted-ids %%EXAMPLESDIR%%/raddb/mods-available/ntlm_auth %%EXAMPLESDIR%%/raddb/mods-available/opendirectory %%EXAMPLESDIR%%/raddb/mods-available/otp @@ -647,6 +648,12 @@ sbin/radmin %%EXAMPLESDIR%%/raddb/mods-config/sql/main/postgresql/setup.sql %%EXAMPLESDIR%%/raddb/mods-config/sql/main/sqlite/queries.conf %%EXAMPLESDIR%%/raddb/mods-config/sql/main/sqlite/schema.sql +%%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/mysql/queries.conf +%%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/mysql/schema.sql +%%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/postgresql/queries.conf +%%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/postgresql/schema.sql +%%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/sqlite/queries.conf +%%EXAMPLESDIR%%/raddb/mods-config/sql/moonshot-targeted-ids/sqlite/schema.sql %%EXAMPLESDIR%%/raddb/mods-config/unbound/default.conf %%EXAMPLESDIR%%/raddb/mods-enabled/always %%EXAMPLESDIR%%/raddb/mods-enabled/attr_filter @@ -781,6 +788,7 @@ sbin/radmin %%DATADIR%%/dictionary.compatible %%DATADIR%%/dictionary.cosine %%DATADIR%%/dictionary.dante +%%DATADIR%%/dictionary.dellemc %%DATADIR%%/dictionary.dhcp %%DATADIR%%/dictionary.digium %%DATADIR%%/dictionary.dlink From owner-svn-ports-all@freebsd.org Thu Jun 1 14:21:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF479AFE165; Thu, 1 Jun 2017 14:21:27 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BD937BBA9; Thu, 1 Jun 2017 14:21:27 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51ELQ3M069357; Thu, 1 Jun 2017 14:21:26 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51ELQgR069352; Thu, 1 Jun 2017 14:21:26 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201706011421.v51ELQgR069352@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 1 Jun 2017 14:21:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442289 - in head/net: remmina remmina-plugin-vnc remmina-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 14:21:27 -0000 Author: woodsb02 Date: Thu Jun 1 14:21:26 2017 New Revision: 442289 URL: https://svnweb.freebsd.org/changeset/ports/442289 Log: net/remmina: Update to v1.2.0-rcgit.18 (Valentine Edition) Changes this release: https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.18 Modified: head/net/remmina-plugin-vnc/Makefile head/net/remmina-plugins/Makefile head/net/remmina-plugins/distinfo head/net/remmina/Makefile head/net/remmina/distinfo Modified: head/net/remmina-plugin-vnc/Makefile ============================================================================== --- head/net/remmina-plugin-vnc/Makefile Thu Jun 1 14:03:39 2017 (r442288) +++ head/net/remmina-plugin-vnc/Makefile Thu Jun 1 14:21:26 2017 (r442289) @@ -2,7 +2,6 @@ # $FreeBSD$ PKGNAMESUFFIX= -vnc -PORTREVISION= 1 COMMENT= Remmina plugin for VNC protocol Modified: head/net/remmina-plugins/Makefile ============================================================================== --- head/net/remmina-plugins/Makefile Thu Jun 1 14:03:39 2017 (r442288) +++ head/net/remmina-plugins/Makefile Thu Jun 1 14:21:26 2017 (r442289) @@ -3,7 +3,7 @@ PORTNAME?= remmina-plugins DISTVERSIONPREFIX=v -DISTVERSION= 1.2.0-rcgit.17 +DISTVERSION= 1.2.0-rcgit.18 CATEGORIES= net gnome MAINTAINER?= woodsb02@FreeBSD.org Modified: head/net/remmina-plugins/distinfo ============================================================================== --- head/net/remmina-plugins/distinfo Thu Jun 1 14:03:39 2017 (r442288) +++ head/net/remmina-plugins/distinfo Thu Jun 1 14:21:26 2017 (r442289) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483114066 -SHA256 (FreeRDP-Remmina-v1.2.0-rcgit.17_GH0.tar.gz) = b4c7a8ee46b6ed323a2d70f6e8a3b6e2a9c9025eced85b57aacc00f484cadcb1 -SIZE (FreeRDP-Remmina-v1.2.0-rcgit.17_GH0.tar.gz) = 988237 +TIMESTAMP = 1496325723 +SHA256 (FreeRDP-Remmina-v1.2.0-rcgit.18_GH0.tar.gz) = 78b237e1178cc808f47ec6ca20f371894cd2b4c77f06ae560ede976eb3808faa +SIZE (FreeRDP-Remmina-v1.2.0-rcgit.18_GH0.tar.gz) = 998248 Modified: head/net/remmina/Makefile ============================================================================== --- head/net/remmina/Makefile Thu Jun 1 14:03:39 2017 (r442288) +++ head/net/remmina/Makefile Thu Jun 1 14:21:26 2017 (r442289) @@ -3,7 +3,7 @@ PORTNAME= remmina DISTVERSIONPREFIX=v -DISTVERSION= 1.2.0-rcgit.17 +DISTVERSION= 1.2.0-rcgit.18 CATEGORIES= net gnome MAINTAINER= woodsb02@FreeBSD.org Modified: head/net/remmina/distinfo ============================================================================== --- head/net/remmina/distinfo Thu Jun 1 14:03:39 2017 (r442288) +++ head/net/remmina/distinfo Thu Jun 1 14:21:26 2017 (r442289) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483113768 -SHA256 (FreeRDP-Remmina-v1.2.0-rcgit.17_GH0.tar.gz) = b4c7a8ee46b6ed323a2d70f6e8a3b6e2a9c9025eced85b57aacc00f484cadcb1 -SIZE (FreeRDP-Remmina-v1.2.0-rcgit.17_GH0.tar.gz) = 988237 +TIMESTAMP = 1496325718 +SHA256 (FreeRDP-Remmina-v1.2.0-rcgit.18_GH0.tar.gz) = 78b237e1178cc808f47ec6ca20f371894cd2b4c77f06ae560ede976eb3808faa +SIZE (FreeRDP-Remmina-v1.2.0-rcgit.18_GH0.tar.gz) = 998248 From owner-svn-ports-all@freebsd.org Thu Jun 1 14:49:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3887AFE93D; Thu, 1 Jun 2017 14:49:04 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 81BB97CC94; Thu, 1 Jun 2017 14:49:04 +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 v51En3l0078807; Thu, 1 Jun 2017 14:49:03 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51En3GT078805; Thu, 1 Jun 2017 14:49:03 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201706011449.v51En3GT078805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 1 Jun 2017 14:49:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442290 - head/lang/gcc5-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 14:49:04 -0000 Author: gerald Date: Thu Jun 1 14:49:03 2017 New Revision: 442290 URL: https://svnweb.freebsd.org/changeset/ports/442290 Log: Update to the 20170530 snapshot of GCC 5.4.1. Modified: head/lang/gcc5-devel/Makefile head/lang/gcc5-devel/distinfo Modified: head/lang/gcc5-devel/Makefile ============================================================================== --- head/lang/gcc5-devel/Makefile Thu Jun 1 14:21:26 2017 (r442289) +++ head/lang/gcc5-devel/Makefile Thu Jun 1 14:49:03 2017 (r442290) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 5.4.1.s20170523 +PORTVERSION= 5.4.1.s20170530 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc5-devel/distinfo ============================================================================== --- head/lang/gcc5-devel/distinfo Thu Jun 1 14:21:26 2017 (r442289) +++ head/lang/gcc5-devel/distinfo Thu Jun 1 14:49:03 2017 (r442290) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495653090 -SHA256 (gcc-5-20170523.tar.xz) = 9669c25daaa7228faac0b7cdf8f34c6ac7d8dbdc8346e3c50e454d05eb843faa -SIZE (gcc-5-20170523.tar.xz) = 73496176 +TIMESTAMP = 1496240115 +SHA256 (gcc-5-20170530.tar.xz) = fdbd8b683b1b6f0875e084aa041e87819b9b4385a8d7899e7c1e4b86b49831b0 +SIZE (gcc-5-20170530.tar.xz) = 73513828 From owner-svn-ports-all@freebsd.org Thu Jun 1 15:04:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E96EDAFEE5F; Thu, 1 Jun 2017 15:04:33 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C386D7D7C2; Thu, 1 Jun 2017 15:04:33 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51F4Wad086931; Thu, 1 Jun 2017 15:04:32 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51F4W8G086927; Thu, 1 Jun 2017 15:04:32 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201706011504.v51F4W8G086927@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 1 Jun 2017 15:04:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442291 - in head/net: dropbox-api-command p5-WebService-Dropbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 15:04:34 -0000 Author: woodsb02 Date: Thu Jun 1 15:04:32 2017 New Revision: 442291 URL: https://svnweb.freebsd.org/changeset/ports/442291 Log: net/dropbox-api-command: Update to 2.13 net/p5-WebService-Dropbox: Update to 2.07 Changes this release: https://metacpan.org/changes/distribution/App-dropboxapi https://metacpan.org/changes/distribution/WebService-Dropbox Modified: head/net/dropbox-api-command/Makefile head/net/dropbox-api-command/distinfo head/net/p5-WebService-Dropbox/Makefile head/net/p5-WebService-Dropbox/distinfo Modified: head/net/dropbox-api-command/Makefile ============================================================================== --- head/net/dropbox-api-command/Makefile Thu Jun 1 14:49:03 2017 (r442290) +++ head/net/dropbox-api-command/Makefile Thu Jun 1 15:04:32 2017 (r442291) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dropbox-api-command -PORTVERSION= 2.12 -PORTEPOCH= 1 +PORTVERSION= 2.13 CATEGORIES= net perl5 MAINTAINER= woodsb02@FreeBSD.org Modified: head/net/dropbox-api-command/distinfo ============================================================================== --- head/net/dropbox-api-command/distinfo Thu Jun 1 14:49:03 2017 (r442290) +++ head/net/dropbox-api-command/distinfo Thu Jun 1 15:04:32 2017 (r442291) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486511327 -SHA256 (s-aska-dropbox-api-command-2.12_GH0.tar.gz) = 0a47f8e105a58a17553b816edcc50650472f82c8bdcc568f38712dbccb37f567 -SIZE (s-aska-dropbox-api-command-2.12_GH0.tar.gz) = 15355 +TIMESTAMP = 1496329171 +SHA256 (s-aska-dropbox-api-command-2.13_GH0.tar.gz) = 9a4257a807b3f5803e3afc89c52c5a6372727dd1b1bb63c08e334d841177729b +SIZE (s-aska-dropbox-api-command-2.13_GH0.tar.gz) = 15416 Modified: head/net/p5-WebService-Dropbox/Makefile ============================================================================== --- head/net/p5-WebService-Dropbox/Makefile Thu Jun 1 14:49:03 2017 (r442290) +++ head/net/p5-WebService-Dropbox/Makefile Thu Jun 1 15:04:32 2017 (r442291) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WebService-Dropbox -PORTVERSION= 2.05 +PORTVERSION= 2.07 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-WebService-Dropbox/distinfo ============================================================================== --- head/net/p5-WebService-Dropbox/distinfo Thu Jun 1 14:49:03 2017 (r442290) +++ head/net/p5-WebService-Dropbox/distinfo Thu Jun 1 15:04:32 2017 (r442291) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468267938 -SHA256 (WebService-Dropbox-2.05.tar.gz) = 2383ab9030e238bc3bfdf3765c817819cb2efc0f261a3d8f1473d06e529a8afc -SIZE (WebService-Dropbox-2.05.tar.gz) = 92109 +TIMESTAMP = 1496329123 +SHA256 (WebService-Dropbox-2.07.tar.gz) = 0207eb6912061c2aa54c3c40d0d917561c4794e88857a09fc7ecb5878a261980 +SIZE (WebService-Dropbox-2.07.tar.gz) = 92641 From owner-svn-ports-all@freebsd.org Thu Jun 1 15:06:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79022AFEEA8; Thu, 1 Jun 2017 15:06:49 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 496337D8F2; Thu, 1 Jun 2017 15:06:49 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51F6mtr087109; Thu, 1 Jun 2017 15:06:48 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51F6mZJ087108; Thu, 1 Jun 2017 15:06:48 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201706011506.v51F6mZJ087108@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 1 Jun 2017 15:06:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442292 - head/net/dropbox-api-command X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 15:06:49 -0000 Author: woodsb02 Date: Thu Jun 1 15:06:48 2017 New Revision: 442292 URL: https://svnweb.freebsd.org/changeset/ports/442292 Log: net/dropbox-api-command: Fix PORTEPOCH after 442291 Modified: head/net/dropbox-api-command/Makefile Modified: head/net/dropbox-api-command/Makefile ============================================================================== --- head/net/dropbox-api-command/Makefile Thu Jun 1 15:04:32 2017 (r442291) +++ head/net/dropbox-api-command/Makefile Thu Jun 1 15:06:48 2017 (r442292) @@ -3,6 +3,7 @@ PORTNAME= dropbox-api-command PORTVERSION= 2.13 +PORTEPOCH= 1 CATEGORIES= net perl5 MAINTAINER= woodsb02@FreeBSD.org From owner-svn-ports-all@freebsd.org Thu Jun 1 15:07:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E07ADAFEEF4; Thu, 1 Jun 2017 15:07: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 mx1.freebsd.org (Postfix) with ESMTPS id AECA97D9FB; Thu, 1 Jun 2017 15:07: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 v51F7rx4087261; Thu, 1 Jun 2017 15:07:53 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51F7rMZ087259; Thu, 1 Jun 2017 15:07:53 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201706011507.v51F7rMZ087259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 1 Jun 2017 15:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442293 - head/multimedia/plexmediaserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 15:07:55 -0000 Author: feld Date: Thu Jun 1 15:07:53 2017 New Revision: 442293 URL: https://svnweb.freebsd.org/changeset/ports/442293 Log: multimedia/plexmediaserver: Update to 1.5.6 Changelog: http://forums.plex.tv/discussion/comment/1435996/#Comment_1435996 Modified: head/multimedia/plexmediaserver/Makefile head/multimedia/plexmediaserver/distinfo Modified: head/multimedia/plexmediaserver/Makefile ============================================================================== --- head/multimedia/plexmediaserver/Makefile Thu Jun 1 15:06:48 2017 (r442292) +++ head/multimedia/plexmediaserver/Makefile Thu Jun 1 15:07:53 2017 (r442293) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= plexmediaserver -PORTVERSION?= 1.5.5.3634 +PORTVERSION?= 1.5.6.3790 PORTREVISION?= 0 CATEGORIES= multimedia MASTER_SITES= https://downloads.plex.tv/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/ @@ -12,7 +12,7 @@ MAINTAINER?= feld@FreeBSD.org COMMENT= Plex Media Server component USES= cpe tar:bzip2 -PLEX_BUILD?= 995f1dead +PLEX_BUILD?= 4613ce077 NO_BUILD= yes WRKSRC= ${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD} Modified: head/multimedia/plexmediaserver/distinfo ============================================================================== --- head/multimedia/plexmediaserver/distinfo Thu Jun 1 15:06:48 2017 (r442292) +++ head/multimedia/plexmediaserver/distinfo Thu Jun 1 15:07:53 2017 (r442293) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492867719 -SHA256 (PlexMediaServer-1.5.5.3634-995f1dead-freebsd-amd64.tar.bz2) = 3491de1a08303aa0673d35b1401736d715b89dd701eb2168a4b1f908b36b426a -SIZE (PlexMediaServer-1.5.5.3634-995f1dead-freebsd-amd64.tar.bz2) = 84716860 +TIMESTAMP = 1496328607 +SHA256 (PlexMediaServer-1.5.6.3790-4613ce077-freebsd-amd64.tar.bz2) = 4a24041ae688c7414a3b45e67551d8c2dd62a3d959421f9f8f43dfaa353a97c7 +SIZE (PlexMediaServer-1.5.6.3790-4613ce077-freebsd-amd64.tar.bz2) = 84716056 From owner-svn-ports-all@freebsd.org Thu Jun 1 15:21:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F185FAFF338; Thu, 1 Jun 2017 15:21: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 mx1.freebsd.org (Postfix) with ESMTPS id BF0757E3D3; Thu, 1 Jun 2017 15:21: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 v51FLUdD094731; Thu, 1 Jun 2017 15:21:30 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51FLUfP094729; Thu, 1 Jun 2017 15:21:30 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201706011521.v51FLUfP094729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 1 Jun 2017 15:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442294 - head/multimedia/plexpy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 15:21:32 -0000 Author: feld Date: Thu Jun 1 15:21:30 2017 New Revision: 442294 URL: https://svnweb.freebsd.org/changeset/ports/442294 Log: multimedia/plexpy: Update to 1.4.19 Changelog: https://github.com/JonnyWong16/plexpy/releases/tag/v1.4.19 Modified: head/multimedia/plexpy/Makefile head/multimedia/plexpy/distinfo Modified: head/multimedia/plexpy/Makefile ============================================================================== --- head/multimedia/plexpy/Makefile Thu Jun 1 15:07:53 2017 (r442293) +++ head/multimedia/plexpy/Makefile Thu Jun 1 15:21:30 2017 (r442294) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= plexpy -PORTVERSION= 1.4.18 -PORTREVISION= 1 +PORTVERSION= 1.4.19 +PORTREVISION= 0 CATEGORIES= multimedia python DISTVERSIONPREFIX=v Modified: head/multimedia/plexpy/distinfo ============================================================================== --- head/multimedia/plexpy/distinfo Thu Jun 1 15:07:53 2017 (r442293) +++ head/multimedia/plexpy/distinfo Thu Jun 1 15:21:30 2017 (r442294) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494802627 -SHA256 (drzoidberg33-plexpy-v1.4.18_GH0.tar.gz) = f65a4d7d5fc1f1a8f7674e6931944d55c186c631f6ea9ad96d5060971b5a333c -SIZE (drzoidberg33-plexpy-v1.4.18_GH0.tar.gz) = 35611614 +TIMESTAMP = 1496330273 +SHA256 (drzoidberg33-plexpy-v1.4.19_GH0.tar.gz) = f6c9e4e32109c73bd44b4448fd7a0ec62ae819626ed265b937fef2ff8197f3a7 +SIZE (drzoidberg33-plexpy-v1.4.19_GH0.tar.gz) = 35611579 From owner-svn-ports-all@freebsd.org Thu Jun 1 15:27:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2ACFBAFF65D; Thu, 1 Jun 2017 15:27:45 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E75697E7C2; Thu, 1 Jun 2017 15:27:44 +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 v51FRi4T095688; Thu, 1 Jun 2017 15:27:44 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51FRhOc095686; Thu, 1 Jun 2017 15:27:43 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201706011527.v51FRhOc095686@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 1 Jun 2017 15:27:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442295 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 15:27:45 -0000 Author: zi Date: Thu Jun 1 15:27:43 2017 New Revision: 442295 URL: https://svnweb.freebsd.org/changeset/ports/442295 Log: - Document authentication bypass in security/duo Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jun 1 15:21:30 2017 (r442294) +++ head/security/vuxml/vuln.xml Thu Jun 1 15:27:43 2017 (r442295) @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + duo -- Two-factor authentication bypass + + + duo + 1.9.21 + + + + +

    The duo security team reports:

    +
    +

    An untrusted user may be able to set the http_proxy variable to + an invalid address. If this happens, this will trigger the + configured 'failmode' behavior, which defaults to safe. Safe + mode causes the authentication to report a success.

    +
    + +
    + + https://duo.com/labs/psa/duo-psa-2017-002 + + + 2017-05-19 + 2017-06-01 + +
    + FreeRADIUS -- TLS resumption authentication bypass From owner-svn-ports-all@freebsd.org Thu Jun 1 15:28:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C1ECAFF68F; Thu, 1 Jun 2017 15:28:05 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF1FE7E897; Thu, 1 Jun 2017 15:28:04 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51FS4lu095816; Thu, 1 Jun 2017 15:28:04 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51FS30b095814; Thu, 1 Jun 2017 15:28:03 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201706011528.v51FS30b095814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 1 Jun 2017 15:28:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442296 - head/security/duo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 15:28:05 -0000 Author: zi Date: Thu Jun 1 15:28:03 2017 New Revision: 442296 URL: https://svnweb.freebsd.org/changeset/ports/442296 Log: - Update to 1.9.21 Security: 738e8ae1-46dd-11e7-a539-0050569f7e80 Modified: head/security/duo/Makefile head/security/duo/distinfo Modified: head/security/duo/Makefile ============================================================================== --- head/security/duo/Makefile Thu Jun 1 15:27:43 2017 (r442295) +++ head/security/duo/Makefile Thu Jun 1 15:28:03 2017 (r442296) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= duo -PORTVERSION= 1.9.20 +PORTVERSION= 1.9.21 CATEGORIES= security MASTER_SITES= https://dl.duosecurity.com/ \ http://mirrors.rit.edu/zi/ Modified: head/security/duo/distinfo ============================================================================== --- head/security/duo/distinfo Thu Jun 1 15:27:43 2017 (r442295) +++ head/security/duo/distinfo Thu Jun 1 15:28:03 2017 (r442296) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493852286 -SHA256 (duo_unix-1.9.20.tar.gz) = 1297ddfa62fa6f8ae9589cbe9bd0bc337d0ad6d8b2fbf2f09268a2f856bbb97f -SIZE (duo_unix-1.9.20.tar.gz) = 470354 +TIMESTAMP = 1496330220 +SHA256 (duo_unix-1.9.21.tar.gz) = 582ea3b533dea7b95c9be24c2be2e879288e2f315f956228d504b9a9315c8b50 +SIZE (duo_unix-1.9.21.tar.gz) = 470168 From owner-svn-ports-all@freebsd.org Thu Jun 1 15:28:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1EC4AFF6C7; Thu, 1 Jun 2017 15:28:49 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 921447E972; Thu, 1 Jun 2017 15:28:49 +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 v51FSmcJ095998; Thu, 1 Jun 2017 15:28:48 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51FSmKL095996; Thu, 1 Jun 2017 15:28:48 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201706011528.v51FSmKL095996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Thu, 1 Jun 2017 15:28:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442297 - branches/2017Q2/security/duo X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 15:28:49 -0000 Author: zi Date: Thu Jun 1 15:28:48 2017 New Revision: 442297 URL: https://svnweb.freebsd.org/changeset/ports/442297 Log: MFH: r442296 - Update to 1.9.21 Security: 738e8ae1-46dd-11e7-a539-0050569f7e80 Approved by: ports-secteam (with hat) Modified: branches/2017Q2/security/duo/Makefile branches/2017Q2/security/duo/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/security/duo/Makefile ============================================================================== --- branches/2017Q2/security/duo/Makefile Thu Jun 1 15:28:03 2017 (r442296) +++ branches/2017Q2/security/duo/Makefile Thu Jun 1 15:28:48 2017 (r442297) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= duo -PORTVERSION= 1.9.20 +PORTVERSION= 1.9.21 CATEGORIES= security MASTER_SITES= https://dl.duosecurity.com/ \ http://mirrors.rit.edu/zi/ Modified: branches/2017Q2/security/duo/distinfo ============================================================================== --- branches/2017Q2/security/duo/distinfo Thu Jun 1 15:28:03 2017 (r442296) +++ branches/2017Q2/security/duo/distinfo Thu Jun 1 15:28:48 2017 (r442297) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493852286 -SHA256 (duo_unix-1.9.20.tar.gz) = 1297ddfa62fa6f8ae9589cbe9bd0bc337d0ad6d8b2fbf2f09268a2f856bbb97f -SIZE (duo_unix-1.9.20.tar.gz) = 470354 +TIMESTAMP = 1496330220 +SHA256 (duo_unix-1.9.21.tar.gz) = 582ea3b533dea7b95c9be24c2be2e879288e2f315f956228d504b9a9315c8b50 +SIZE (duo_unix-1.9.21.tar.gz) = 470168 From owner-svn-ports-all@freebsd.org Thu Jun 1 15:29:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA76AAFF799; Thu, 1 Jun 2017 15:29:49 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9905B7EBA9; Thu, 1 Jun 2017 15:29:49 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51FTmWC096157; Thu, 1 Jun 2017 15:29:48 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51FTmgP096155; Thu, 1 Jun 2017 15:29:48 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201706011529.v51FTmgP096155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 1 Jun 2017 15:29:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442298 - in head/science/InsightToolkit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 15:29:49 -0000 Author: woodsb02 Date: Thu Jun 1 15:29:48 2017 New Revision: 442298 URL: https://svnweb.freebsd.org/changeset/ports/442298 Log: science/InsightToolkit: Update to 4.11.1 Changes this release: http://public.kitware.com/pipermail/insight-users/2017-May/054519.html Deleted: head/science/InsightToolkit/files/ Modified: head/science/InsightToolkit/Makefile head/science/InsightToolkit/distinfo Modified: head/science/InsightToolkit/Makefile ============================================================================== --- head/science/InsightToolkit/Makefile Thu Jun 1 15:28:48 2017 (r442297) +++ head/science/InsightToolkit/Makefile Thu Jun 1 15:29:48 2017 (r442298) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= InsightToolkit -PORTVERSION= 4.11.0 -PORTREVISION= 1 +PORTVERSION= 4.11.1 CATEGORIES= science biology MASTER_SITES= SF/itk/itk/${ITK_VER} Modified: head/science/InsightToolkit/distinfo ============================================================================== --- head/science/InsightToolkit/distinfo Thu Jun 1 15:28:48 2017 (r442297) +++ head/science/InsightToolkit/distinfo Thu Jun 1 15:29:48 2017 (r442298) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486184449 -SHA256 (InsightToolkit-4.11.0.tar.gz) = 26f63efa290a86f10a3686cf3fa2aa3ef7420f3dc33112e2900b7dc8f9a50afe -SIZE (InsightToolkit-4.11.0.tar.gz) = 18851129 +TIMESTAMP = 1496329796 +SHA256 (InsightToolkit-4.11.1.tar.gz) = ac7cf8f1cc98fb65b563dae66548b620a5a2d97f898ec03125cc0c92c714b8a5 +SIZE (InsightToolkit-4.11.1.tar.gz) = 18862243 From owner-svn-ports-all@freebsd.org Thu Jun 1 15:54:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1307AB7909D; Thu, 1 Jun 2017 15:54:39 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D21D57FC3F; Thu, 1 Jun 2017 15:54:38 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51Fsb3O008462; Thu, 1 Jun 2017 15:54:37 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51FsbSM008460; Thu, 1 Jun 2017 15:54:37 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201706011554.v51FsbSM008460@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 1 Jun 2017 15:54:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442299 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 15:54:39 -0000 Author: bdrewery Date: Thu Jun 1 15:54:37 2017 New Revision: 442299 URL: https://svnweb.freebsd.org/changeset/ports/442299 Log: Update to 3.0-2143-gaae9d351 - testport -v: Show dependencies like bulk does - ATOMIC_PACKAGE_REPOSITORY: Fix .jailversion not being symlinked - Show Poudriere's PKGENV/PORT_FLAGS in build log separately from environment. - pkgclean: Fix zfs_getfs cache error on exit Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Thu Jun 1 15:29:48 2017 (r442298) +++ head/ports-mgmt/poudriere-devel/Makefile Thu Jun 1 15:54:37 2017 (r442299) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.99.20170530 +DISTVERSION= 3.1.99.20170601 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.0-2135-g2ba1a471 +GH_TAGNAME= 3.0-2143-gaae9d351 #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Thu Jun 1 15:29:48 2017 (r442298) +++ head/ports-mgmt/poudriere-devel/distinfo Thu Jun 1 15:54:37 2017 (r442299) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496161131 -SHA256 (freebsd-poudriere-3.1.99.20170530-3.0-2135-g2ba1a471_GH0.tar.gz) = 09953c28b39fd502ec30b5ecdfc04695237a87d8b99432b2933487e27dc4c6e9 -SIZE (freebsd-poudriere-3.1.99.20170530-3.0-2135-g2ba1a471_GH0.tar.gz) = 2986033 +TIMESTAMP = 1496332410 +SHA256 (freebsd-poudriere-3.1.99.20170601-3.0-2143-gaae9d351_GH0.tar.gz) = 01cef12dd1d34e441c36580d5dbc4f617677459f26a0468d6b6c4f5867f8da4c +SIZE (freebsd-poudriere-3.1.99.20170601-3.0-2143-gaae9d351_GH0.tar.gz) = 2986177 From owner-svn-ports-all@freebsd.org Thu Jun 1 16:05:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94B8BB79742; Thu, 1 Jun 2017 16:05:21 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56E2380A48; Thu, 1 Jun 2017 16:05:21 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51G5KW8013223; Thu, 1 Jun 2017 16:05:20 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51G5IKj013204; Thu, 1 Jun 2017 16:05:18 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201706011605.v51G5IKj013204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 1 Jun 2017 16:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442300 - in head: devel/gvfs graphics/camera graphics/camerakit graphics/darktable graphics/digikam-kde4 graphics/entangle graphics/eos-movrec graphics/flphoto graphics/fusefs-gphotofs... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 16:05:21 -0000 Author: woodsb02 Date: Thu Jun 1 16:05:18 2017 New Revision: 442300 URL: https://svnweb.freebsd.org/changeset/ports/442300 Log: graphics/libgphoto2: Update to 2.5.13 graphics/py-gphoto2: Update to 1.6.0 - Bump dependent ports Changes this release: https://github.com/gphoto/libgphoto2/releases/tag/libgphoto2-2_5_13-release Modified: head/devel/gvfs/Makefile head/graphics/camera/Makefile head/graphics/camerakit/Makefile head/graphics/darktable/Makefile head/graphics/digikam-kde4/Makefile head/graphics/entangle/Makefile head/graphics/eos-movrec/Makefile head/graphics/flphoto/Makefile head/graphics/fusefs-gphotofs/Makefile head/graphics/gphoto2/Makefile head/graphics/gtimelapse/Makefile head/graphics/gtkam/Makefile head/graphics/kamera-kde4/Makefile head/graphics/libgphoto2/Makefile head/graphics/libgphoto2/distinfo head/graphics/py-gphoto2/Makefile head/graphics/py-gphoto2/distinfo head/graphics/rawstudio/Makefile head/graphics/shotwell/Makefile Modified: head/devel/gvfs/Makefile ============================================================================== --- head/devel/gvfs/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/devel/gvfs/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= gvfs PORTVERSION= 1.26.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/graphics/camera/Makefile ============================================================================== --- head/graphics/camera/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/camera/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= camera PORTVERSION= 0.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= Camera-${PORTVERSION} Modified: head/graphics/camerakit/Makefile ============================================================================== --- head/graphics/camerakit/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/camerakit/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -2,7 +2,7 @@ PORTNAME= camerakit PORTVERSION= 0.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= CameraKit-20041011 Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/darktable/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= darktable PORTVERSION= 2.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ Modified: head/graphics/digikam-kde4/Makefile ============================================================================== --- head/graphics/digikam-kde4/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/digikam-kde4/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= digikam PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= graphics kde Modified: head/graphics/entangle/Makefile ============================================================================== --- head/graphics/entangle/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/entangle/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= entangle PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://entangle-photo.org/download/sources/ Modified: head/graphics/eos-movrec/Makefile ============================================================================== --- head/graphics/eos-movrec/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/eos-movrec/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= eos-movrec DISTVERSION= 0.3.2_beta -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ Modified: head/graphics/flphoto/Makefile ============================================================================== --- head/graphics/flphoto/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/flphoto/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= flphoto PORTVERSION= 1.3.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= SF/fltk/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/graphics/fusefs-gphotofs/Makefile ============================================================================== --- head/graphics/fusefs-gphotofs/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/fusefs-gphotofs/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= gphotofs PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics sysutils MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION}.0 PKGNAMEPREFIX= fusefs- Modified: head/graphics/gphoto2/Makefile ============================================================================== --- head/graphics/gphoto2/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/gphoto2/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,6 +3,7 @@ PORTNAME= gphoto2 PORTVERSION= 2.5.11 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION} Modified: head/graphics/gtimelapse/Makefile ============================================================================== --- head/graphics/gtimelapse/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/gtimelapse/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= gtimelapse DISTVERSION= 0.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) Modified: head/graphics/gtkam/Makefile ============================================================================== --- head/graphics/gtkam/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/gtkam/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,6 +3,7 @@ PORTNAME= gtkam PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} Modified: head/graphics/kamera-kde4/Makefile ============================================================================== --- head/graphics/kamera-kde4/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/kamera-kde4/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -2,7 +2,7 @@ PORTNAME= kamera PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde kde-kde4 MAINTAINER= kde@FreeBSD.org Modified: head/graphics/libgphoto2/Makefile ============================================================================== --- head/graphics/libgphoto2/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/libgphoto2/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgphoto2 -PORTVERSION= 2.5.12 +PORTVERSION= 2.5.13 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} Modified: head/graphics/libgphoto2/distinfo ============================================================================== --- head/graphics/libgphoto2/distinfo Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/libgphoto2/distinfo Thu Jun 1 16:05:18 2017 (r442300) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483856903 -SHA256 (libgphoto2-2.5.12.tar.bz2) = b9bb28990fde45ac385e4851a07dbad2e1250404b535b0a3a3b898bb431e4e2e -SIZE (libgphoto2-2.5.12.tar.bz2) = 6974928 +TIMESTAMP = 1496331597 +SHA256 (libgphoto2-2.5.13.tar.bz2) = ceaacbdf187d1cd1aed5336991f46b0100f6960b6c8383f9aeab98f1f64780ef +SIZE (libgphoto2-2.5.13.tar.bz2) = 6963625 Modified: head/graphics/py-gphoto2/Makefile ============================================================================== --- head/graphics/py-gphoto2/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/py-gphoto2/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gphoto2 -PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/graphics/py-gphoto2/distinfo ============================================================================== --- head/graphics/py-gphoto2/distinfo Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/py-gphoto2/distinfo Thu Jun 1 16:05:18 2017 (r442300) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482898655 -SHA256 (python-gphoto2/gphoto2-1.5.1.tar.gz) = 3e99530c5e4d560c6ef0675040b295f356346d87e96dbb65e9f220ac96670a84 -SIZE (python-gphoto2/gphoto2-1.5.1.tar.gz) = 3523726 +TIMESTAMP = 1496332349 +SHA256 (python-gphoto2/gphoto2-1.6.0.tar.gz) = 9c194418ad4a2d3b9c3128a4c5ee12328e7fcd77a47a2bc7ec20dc36870cc559 +SIZE (python-gphoto2/gphoto2-1.6.0.tar.gz) = 7024252 Modified: head/graphics/rawstudio/Makefile ============================================================================== --- head/graphics/rawstudio/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/rawstudio/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,7 +3,7 @@ PORTNAME= rawstudio PORTVERSION= 2.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= http://rawstudio.org/files/release/ Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Thu Jun 1 15:54:37 2017 (r442299) +++ head/graphics/shotwell/Makefile Thu Jun 1 16:05:18 2017 (r442300) @@ -3,6 +3,7 @@ PORTNAME= shotwell PORTVERSION= 0.26.1 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} From owner-svn-ports-all@freebsd.org Thu Jun 1 16:07:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F5C3B79794; Thu, 1 Jun 2017 16:07:18 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from edna.lautre.net (edna.lautre.net [80.67.160.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lautre.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4D7F80B3C; Thu, 1 Jun 2017 16:07:17 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by edna.lautre.net (Postfix) with ESMTPSA id 017F411D187; Thu, 1 Jun 2017 18:07:12 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id B40783469; Thu, 1 Jun 2017 18:07:12 +0200 (CEST) Date: Thu, 1 Jun 2017 18:07:12 +0200 From: Thierry Thomas To: Koop Mast Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442154 - in head/misc: . unicode-ucd Message-ID: <20170601160712.GK10586@graf.pompo.net> Mail-Followup-To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705311259.v4VCx8Ci028048@repo.freebsd.org> <20170531163255.GH96830@graf.pompo.net> <1496298868.4396.2.camel@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1496298868.4396.2.camel@FreeBSD.org> X-Operating-System: FreeBSD 11.0-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 16:07:18 -0000 Le jeu. 1 juin 17 à 8:34:28 +0200, Koop Mast écrivait : > > It looks like a duplicate of textproc/UCD (UCD-9.0.0). > > Close, unicode-ucd also has Unihan.zip file and the extracted content.  > > Gucharmap's build it wierd that it needs the extracted content of > UCD.zip but also the Unihan.zip file. Can you add it or shall I make a > patch for textproc/UCD? I don't think it really warrants a new port. OK, I'm going to add Unihan.zip ASAP, as a default option. Regards, -- Th. Thomas. From owner-svn-ports-all@freebsd.org Thu Jun 1 17:21:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6183BB7AD56; Thu, 1 Jun 2017 17:21:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27395836CF; Thu, 1 Jun 2017 17:21:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51HLkDT045693; Thu, 1 Jun 2017 17:21:46 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51HLkZN045691; Thu, 1 Jun 2017 17:21:46 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201706011721.v51HLkZN045691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 1 Jun 2017 17:21:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442301 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 17:21:47 -0000 Author: bdrewery Date: Thu Jun 1 17:21:46 2017 New Revision: 442301 URL: https://svnweb.freebsd.org/changeset/ports/442301 Log: Update to 3.0-2145-gdc462a9d - pkgclean: -a now again keeps all known ports and -A removes all packages - pkgclean: No need to boost priorities, and fix overwriting PACKAGES/.jailversion Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Thu Jun 1 16:05:18 2017 (r442300) +++ head/ports-mgmt/poudriere-devel/Makefile Thu Jun 1 17:21:46 2017 (r442301) @@ -2,7 +2,7 @@ PORTNAME= poudriere DISTVERSION= 3.1.99.20170601 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -18,7 +18,7 @@ CONFLICTS_INSTALL= poudriere-[0-9]* USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.0-2143-gaae9d351 +GH_TAGNAME= 3.0-2145-gdc462a9d #DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${GH_TAGNAME} GNU_CONFIGURE= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Thu Jun 1 16:05:18 2017 (r442300) +++ head/ports-mgmt/poudriere-devel/distinfo Thu Jun 1 17:21:46 2017 (r442301) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496332410 -SHA256 (freebsd-poudriere-3.1.99.20170601-3.0-2143-gaae9d351_GH0.tar.gz) = 01cef12dd1d34e441c36580d5dbc4f617677459f26a0468d6b6c4f5867f8da4c -SIZE (freebsd-poudriere-3.1.99.20170601-3.0-2143-gaae9d351_GH0.tar.gz) = 2986177 +TIMESTAMP = 1496337650 +SHA256 (freebsd-poudriere-3.1.99.20170601-3.0-2145-gdc462a9d_GH0.tar.gz) = 294e3379661aa8b6879794e4e01c4eb8c962a2060bae412bea4c61ea4127f8c6 +SIZE (freebsd-poudriere-3.1.99.20170601-3.0-2145-gdc462a9d_GH0.tar.gz) = 2986209 From owner-svn-ports-all@freebsd.org Thu Jun 1 17:25:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C4E5B7AEFD; Thu, 1 Jun 2017 17:25:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C0C583873; Thu, 1 Jun 2017 17:25:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51HPKec045939; Thu, 1 Jun 2017 17:25:20 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51HPKCM045937; Thu, 1 Jun 2017 17:25:20 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201706011725.v51HPKCM045937@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 1 Jun 2017 17:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442302 - head/ports-mgmt/poudriere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 17:25:21 -0000 Author: bdrewery Date: Thu Jun 1 17:25:19 2017 New Revision: 442302 URL: https://svnweb.freebsd.org/changeset/ports/442302 Log: Update to 3.1.19 This release is mostly to restore 'pkgclean -a' behavior broken in 3.1.18. Changes: https://github.com/freebsd/poudriere/wiki/release_notes_3119 Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Thu Jun 1 17:21:46 2017 (r442301) +++ head/ports-mgmt/poudriere/Makefile Thu Jun 1 17:25:19 2017 (r442302) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -DISTVERSION= 3.1.18 +DISTVERSION= 3.1.19 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Thu Jun 1 17:21:46 2017 (r442301) +++ head/ports-mgmt/poudriere/distinfo Thu Jun 1 17:25:19 2017 (r442302) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496161776 -SHA256 (freebsd-poudriere-3.1.18_GH0.tar.gz) = 95687aa92b1c3716b6cfd73d109c21b175db98167cab5af8fe83507beb3fd99a -SIZE (freebsd-poudriere-3.1.18_GH0.tar.gz) = 2860326 +TIMESTAMP = 1496337832 +SHA256 (freebsd-poudriere-3.1.19_GH0.tar.gz) = 8f48f8f6a5874c85e4bc158e433e33c11bcafa8f348fc9c6cf533612a21445e2 +SIZE (freebsd-poudriere-3.1.19_GH0.tar.gz) = 2860431 From owner-svn-ports-all@freebsd.org Thu Jun 1 17:55:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EC2CB7B503; Thu, 1 Jun 2017 17:55:28 +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 mx1.freebsd.org (Postfix) with ESMTPS id 3904584385; Thu, 1 Jun 2017 17:55:28 +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 v51HtR4F058259; Thu, 1 Jun 2017 17:55:27 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51HtRLO058257; Thu, 1 Jun 2017 17:55:27 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201706011755.v51HtRLO058257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Thu, 1 Jun 2017 17:55:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442303 - in head/dns/dnsmasq: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 17:55:28 -0000 Author: mandree Date: Thu Jun 1 17:55:27 2017 New Revision: 442303 URL: https://svnweb.freebsd.org/changeset/ports/442303 Log: Update to new release 2.77. Changelog: Deleted: head/dns/dnsmasq/files/patch-dnsmasq.conf.example Modified: head/dns/dnsmasq/Makefile head/dns/dnsmasq/distinfo Modified: head/dns/dnsmasq/Makefile ============================================================================== --- head/dns/dnsmasq/Makefile Thu Jun 1 17:25:19 2017 (r442302) +++ head/dns/dnsmasq/Makefile Thu Jun 1 17:55:27 2017 (r442303) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.76 +DISTVERSION= 2.77 PORTREVISION= 0 # leave this in even if 0 to avoid PORTEPOCH bumps PORTEPOCH= 1 CATEGORIES= dns ipv6 @@ -20,7 +20,7 @@ PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html set SUB_FILES= pkg-message -CFLAGS+= -Wall -Wno-unused-value -Wno-unused-parameter +CFLAGS+= -Wall -Wno-unused-value -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function CPPFLAGS+= -I${LOCALBASE}/include MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" COPTS="${CFLAGS}" LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" @@ -47,18 +47,19 @@ IPSET_CFLAGS_OFF=-DNO_IPSET .if ${PORT_OPTIONS:MNLS} USES+= gettext gmake iconv pkgconfig -LIB_DEPENDS+= libidn.so:dns/libidn +CFLAGS+= -DHAVE_LIBIDN2 +LIB_DEPENDS+= libidn2.so:dns/libidn2 PLIST_SUB+= NLS="" ALL_TARGET= all-i18n -_intllibs= -lintl +_intllibs= -lidn2 -lintl .else _intllibs= PLIST_SUB+= NLS="@comment " .if ${PORT_OPTIONS:MIDN} USES+= iconv -CFLAGS+= -DHAVE_IDN -LIB_DEPENDS+= libidn.so:dns/libidn -_intllibs+= -lidn +CFLAGS+= -DHAVE_LIBIDN2 +LIB_DEPENDS+= libidn2.so:dns/libidn2 +_intllibs+= -lidn2 .endif .endif @@ -96,10 +97,10 @@ post-patch: pre-configure: pretty-print-config .if ${PORT_OPTIONS:MIDN} .if empty(PORT_OPTIONS:MNLS) - @if ${READELF} -d ${LOCALBASE}/lib/libidn.so \ + @if ${READELF} -d ${LOCALBASE}/lib/libidn2.so \ | ${EGREP} -q '\.*\[libintl\.so' ; \ - then ${ECHO} ; ${ECHO} 'WARNING: dns/libidn was compiled with NLS support!' ; \ - ${ECHO} 'Recompile libidn WITHOUT_NLS to get rid of NLS dependencies.' ; ${ECHO} ; \ + then ${ECHO} ; ${ECHO} 'WARNING: dns/libidn2 was compiled with NLS support!' ; \ + ${ECHO} 'Recompile libidn2 WITHOUT_NLS to get rid of NLS dependencies.' ; ${ECHO} ; \ fi .else @${ECHO} 'WARNING: IDN and NLS enabled, building IDN WITH NLS.' Modified: head/dns/dnsmasq/distinfo ============================================================================== --- head/dns/dnsmasq/distinfo Thu Jun 1 17:25:19 2017 (r442302) +++ head/dns/dnsmasq/distinfo Thu Jun 1 17:55:27 2017 (r442303) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463608856 -SHA256 (dnsmasq-2.76.tar.xz) = 4b92698dee19ca0cb2a8f2e48f1d2dffd01a21eb15d1fbed4cf085630c8c9f96 -SIZE (dnsmasq-2.76.tar.xz) = 480796 +TIMESTAMP = 1496338430 +SHA256 (dnsmasq-2.77.tar.xz) = 6eac3b1c50ae25170e3ff8c96ddb55236cf45007633fdb8a35b1f3e02f5f8b8a +SIZE (dnsmasq-2.77.tar.xz) = 487244 From owner-svn-ports-all@freebsd.org Thu Jun 1 18:29:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4E6DB7BD6E; Thu, 1 Jun 2017 18:29:20 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 939AA392; Thu, 1 Jun 2017 18:29:20 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51ITJNI070669; Thu, 1 Jun 2017 18:29:19 GMT (envelope-from skreuzer@FreeBSD.org) Received: (from skreuzer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51ITJkv070667; Thu, 1 Jun 2017 18:29:19 GMT (envelope-from skreuzer@FreeBSD.org) Message-Id: <201706011829.v51ITJkv070667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skreuzer set sender to skreuzer@FreeBSD.org using -f From: Steven Kreuzer Date: Thu, 1 Jun 2017 18:29:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442304 - in head/math/moo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 18:29:20 -0000 Author: skreuzer Date: Thu Jun 1 18:29:19 2017 New Revision: 442304 URL: https://svnweb.freebsd.org/changeset/ports/442304 Log: Define LICENSE Change COPTS to CFLAGS in Makefile Fix 'Inconsistent operator' error for regress target Added: head/math/moo/files/patch-Makefile (contents, props changed) Modified: head/math/moo/Makefile Modified: head/math/moo/Makefile ============================================================================== --- head/math/moo/Makefile Thu Jun 1 17:55:27 2017 (r442303) +++ head/math/moo/Makefile Thu Jun 1 18:29:19 2017 (r442304) @@ -8,6 +8,8 @@ CATEGORIES= math MAINTAINER= skreuzer@FreeBSD.org COMMENT= Calculator that accepts C-like syntax as input +LICENSE= PD + USE_GITHUB= yes GH_ACCOUNT= raylai GH_TAGNAME= ${PORTVERSION} Added: head/math/moo/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/moo/files/patch-Makefile Thu Jun 1 18:29:19 2017 (r442304) @@ -0,0 +1,19 @@ +--- Makefile.orig 2017-06-01 18:24:01 UTC ++++ Makefile +@@ -1,14 +1,14 @@ + PROG= moo + SRCS= moo.c scan.c + CPPFLAGS+= -I${.CURDIR} +-COPTS+= -Wall -W -Wno-unused -Wshadow -pedantic -std=c99 ++CFLAGS+= -Wall -W -Wno-unused -Wshadow -pedantic -std=c99 + CLEANFILES+= moo.c y.tab.h scan.c lex.yy.c + + LOCALBASE?=/usr/local + BINDIR=${LOCALBASE}/bin + MANDIR=${LOCALBASE}/man/cat + +-regress:: ++regress: + cd ${.CURDIR}/regress && ${MAKE} MOO=${.OBJDIR}/moo + + .include From owner-svn-ports-all@freebsd.org Thu Jun 1 19:06:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0767B7C8B3; Thu, 1 Jun 2017 19:06:33 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0D201F67; Thu, 1 Jun 2017 19:06:33 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51J6WgP086930; Thu, 1 Jun 2017 19:06:32 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51J6WES086928; Thu, 1 Jun 2017 19:06:32 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201706011906.v51J6WES086928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 1 Jun 2017 19:06:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442305 - head/devel/mdds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:06:33 -0000 Author: jkim Date: Thu Jun 1 19:06:32 2017 New Revision: 442305 URL: https://svnweb.freebsd.org/changeset/ports/442305 Log: Update to 1.2.3. Modified: head/devel/mdds/Makefile head/devel/mdds/distinfo Modified: head/devel/mdds/Makefile ============================================================================== --- head/devel/mdds/Makefile Thu Jun 1 18:29:19 2017 (r442304) +++ head/devel/mdds/Makefile Thu Jun 1 19:06:32 2017 (r442305) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mdds -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= devel MASTER_SITES= http://kohei.us/files/mdds/src/ Modified: head/devel/mdds/distinfo ============================================================================== --- head/devel/mdds/distinfo Thu Jun 1 18:29:19 2017 (r442304) +++ head/devel/mdds/distinfo Thu Jun 1 19:06:32 2017 (r442305) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473972518 -SHA256 (mdds-1.2.2.tar.bz2) = 141e730b39110434b02cd844c5ad3442103f7c35f7e9a4d6a9f8af813594cc9d -SIZE (mdds-1.2.2.tar.bz2) = 286185 +TIMESTAMP = 1496343280 +SHA256 (mdds-1.2.3.tar.bz2) = 402fec18256f95b89517d54d85f00bce1faa6e517cb3d7c98a720fddd063354f +SIZE (mdds-1.2.3.tar.bz2) = 287079 From owner-svn-ports-all@freebsd.org Thu Jun 1 19:14:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DABECB7CB45; Thu, 1 Jun 2017 19:14:47 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0AC725AE; Thu, 1 Jun 2017 19:14:47 +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 v51JEkWw090906; Thu, 1 Jun 2017 19:14:46 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JEkoZ090902; Thu, 1 Jun 2017 19:14:46 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706011914.v51JEkoZ090902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 1 Jun 2017 19:14:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442306 - in head/net: grilo-plugins2 grilo2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:14:48 -0000 Author: kwm Date: Thu Jun 1 19:14:46 2017 New Revision: 442306 URL: https://svnweb.freebsd.org/changeset/ports/442306 Log: Don't install unversioned translations and grilo-plugins2 help files. This allows the grilo 2 and 3 versions to be parallel installable. Modified: head/net/grilo-plugins2/Makefile head/net/grilo-plugins2/pkg-plist head/net/grilo2/Makefile head/net/grilo2/pkg-plist Modified: head/net/grilo-plugins2/Makefile ============================================================================== --- head/net/grilo-plugins2/Makefile Thu Jun 1 19:06:32 2017 (r442305) +++ head/net/grilo-plugins2/Makefile Thu Jun 1 19:14:46 2017 (r442306) @@ -3,6 +3,7 @@ PORTNAME= grilo-plugins PORTVERSION= 0.2.17 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME PKGNAMESUFFIX= 2 @@ -20,6 +21,7 @@ USE_LDCONFIG= yes USE_GNOME= glib20 intlhack libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-youtube \ + --disable-nls \ --enable-vimeo \ --enable-freebox \ --enable-tmdb @@ -43,5 +45,8 @@ DLEYNA_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup METADATA_DESC= Enable Local-metadata plugin METADATA_CONFIGURE_ENABLE= localmetadata METADATA_LIB_DEPENDS= libmediaart-2.0.so:multimedia/libmediaart + +post-install: + @${RM} -rf ${STAGEDIR}${PREFIX}/share/help .include Modified: head/net/grilo-plugins2/pkg-plist ============================================================================== --- head/net/grilo-plugins2/pkg-plist Thu Jun 1 19:06:32 2017 (r442305) +++ head/net/grilo-plugins2/pkg-plist Thu Jun 1 19:14:46 2017 (r442306) @@ -38,43 +38,3 @@ lib/grilo-0.2/libgrltmdb.so %%TRACKER%%lib/grilo-0.2/libgrltracker.so lib/grilo-0.2/libgrlvimeo.so lib/grilo-0.2/libgrlyoutube.so -share/help/C/examples/example-tmdb.c -share/help/C/grilo-plugins/grilo-plugins.xml -share/help/C/grilo-plugins/legal.xml -share/locale/as/LC_MESSAGES/grilo-plugins.mo -share/locale/bs/LC_MESSAGES/grilo-plugins.mo -share/locale/ca/LC_MESSAGES/grilo-plugins.mo -share/locale/ca@valencia/LC_MESSAGES/grilo-plugins.mo -share/locale/cs/LC_MESSAGES/grilo-plugins.mo -share/locale/da/LC_MESSAGES/grilo-plugins.mo -share/locale/de/LC_MESSAGES/grilo-plugins.mo -share/locale/el/LC_MESSAGES/grilo-plugins.mo -share/locale/eo/LC_MESSAGES/grilo-plugins.mo -share/locale/es/LC_MESSAGES/grilo-plugins.mo -share/locale/eu/LC_MESSAGES/grilo-plugins.mo -share/locale/fr/LC_MESSAGES/grilo-plugins.mo -share/locale/gl/LC_MESSAGES/grilo-plugins.mo -share/locale/he/LC_MESSAGES/grilo-plugins.mo -share/locale/hu/LC_MESSAGES/grilo-plugins.mo -share/locale/id/LC_MESSAGES/grilo-plugins.mo -share/locale/it/LC_MESSAGES/grilo-plugins.mo -share/locale/ja/LC_MESSAGES/grilo-plugins.mo -share/locale/ko/LC_MESSAGES/grilo-plugins.mo -share/locale/lt/LC_MESSAGES/grilo-plugins.mo -share/locale/lv/LC_MESSAGES/grilo-plugins.mo -share/locale/ml/LC_MESSAGES/grilo-plugins.mo -share/locale/nb/LC_MESSAGES/grilo-plugins.mo -share/locale/pl/LC_MESSAGES/grilo-plugins.mo -share/locale/pt/LC_MESSAGES/grilo-plugins.mo -share/locale/pt_BR/LC_MESSAGES/grilo-plugins.mo -share/locale/ru/LC_MESSAGES/grilo-plugins.mo -share/locale/sk/LC_MESSAGES/grilo-plugins.mo -share/locale/sl/LC_MESSAGES/grilo-plugins.mo -share/locale/sr/LC_MESSAGES/grilo-plugins.mo -share/locale/sr@latin/LC_MESSAGES/grilo-plugins.mo -share/locale/sv/LC_MESSAGES/grilo-plugins.mo -share/locale/tr/LC_MESSAGES/grilo-plugins.mo -share/locale/uk/LC_MESSAGES/grilo-plugins.mo -share/locale/zh_CN/LC_MESSAGES/grilo-plugins.mo -share/locale/zh_HK/LC_MESSAGES/grilo-plugins.mo -share/locale/zh_TW/LC_MESSAGES/grilo-plugins.mo Modified: head/net/grilo2/Makefile ============================================================================== --- head/net/grilo2/Makefile Thu Jun 1 19:06:32 2017 (r442305) +++ head/net/grilo2/Makefile Thu Jun 1 19:14:46 2017 (r442306) @@ -3,6 +3,7 @@ PORTNAME= grilo PORTVERSION= 0.2.15 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME PKGNAMESUFFIX= 2 @@ -19,7 +20,7 @@ USES= gettext gmake gnome libtool pathfix pkgconfig t USE_LDCONFIG= yes USE_GNOME= glib20 intlhack introspection:build libxml2 GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-vala -disable-debug +CONFIGURE_ARGS+=--enable-vala -disable-debug --disable-nls CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip Modified: head/net/grilo2/pkg-plist ============================================================================== --- head/net/grilo2/pkg-plist Thu Jun 1 19:06:32 2017 (r442305) +++ head/net/grilo2/pkg-plist Thu Jun 1 19:14:46 2017 (r442306) @@ -51,46 +51,6 @@ man/man1/grl-launch-0.2.1.gz share/gir-1.0/Grl-0.2.gir share/gir-1.0/GrlNet-0.2.gir share/gir-1.0/GrlPls-0.2.gir -share/locale/as/LC_MESSAGES/grilo.mo -share/locale/bs/LC_MESSAGES/grilo.mo -share/locale/ca/LC_MESSAGES/grilo.mo -share/locale/ca@valencia/LC_MESSAGES/grilo.mo -share/locale/cs/LC_MESSAGES/grilo.mo -share/locale/da/LC_MESSAGES/grilo.mo -share/locale/de/LC_MESSAGES/grilo.mo -share/locale/el/LC_MESSAGES/grilo.mo -share/locale/eo/LC_MESSAGES/grilo.mo -share/locale/es/LC_MESSAGES/grilo.mo -share/locale/eu/LC_MESSAGES/grilo.mo -share/locale/fr/LC_MESSAGES/grilo.mo -share/locale/gl/LC_MESSAGES/grilo.mo -share/locale/he/LC_MESSAGES/grilo.mo -share/locale/hu/LC_MESSAGES/grilo.mo -share/locale/id/LC_MESSAGES/grilo.mo -share/locale/it/LC_MESSAGES/grilo.mo -share/locale/ja/LC_MESSAGES/grilo.mo -share/locale/ko/LC_MESSAGES/grilo.mo -share/locale/lt/LC_MESSAGES/grilo.mo -share/locale/lv/LC_MESSAGES/grilo.mo -share/locale/ml/LC_MESSAGES/grilo.mo -share/locale/nb/LC_MESSAGES/grilo.mo -share/locale/oc/LC_MESSAGES/grilo.mo -share/locale/pa/LC_MESSAGES/grilo.mo -share/locale/pl/LC_MESSAGES/grilo.mo -share/locale/pt/LC_MESSAGES/grilo.mo -share/locale/pt_BR/LC_MESSAGES/grilo.mo -share/locale/ru/LC_MESSAGES/grilo.mo -share/locale/sk/LC_MESSAGES/grilo.mo -share/locale/sl/LC_MESSAGES/grilo.mo -share/locale/sr/LC_MESSAGES/grilo.mo -share/locale/sr@latin/LC_MESSAGES/grilo.mo -share/locale/sv/LC_MESSAGES/grilo.mo -share/locale/tg/LC_MESSAGES/grilo.mo -share/locale/tr/LC_MESSAGES/grilo.mo -share/locale/uk/LC_MESSAGES/grilo.mo -share/locale/zh_CN/LC_MESSAGES/grilo.mo -share/locale/zh_HK/LC_MESSAGES/grilo.mo -share/locale/zh_TW/LC_MESSAGES/grilo.mo share/vala/vapi/grilo-0.2.deps share/vala/vapi/grilo-0.2.vapi share/vala/vapi/grilo-net-0.2.deps From owner-svn-ports-all@freebsd.org Thu Jun 1 19:57:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 697B0B7D6FC; Thu, 1 Jun 2017 19:57: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 mx1.freebsd.org (Postfix) with ESMTPS id F19506493F; Thu, 1 Jun 2017 19:57:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51JvVKv007806; Thu, 1 Jun 2017 19:57:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JvUu7007804; Thu, 1 Jun 2017 19:57:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011957.v51JvUu7007804@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, 1 Jun 2017 19:57:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442307 - head/www/npm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:57:32 -0000 Author: sunpoet Date: Thu Jun 1 19:57:30 2017 New Revision: 442307 URL: https://svnweb.freebsd.org/changeset/ports/442307 Log: Update to 4.6.1 Changes: https://github.com/npm/npm/releases https://github.com/npm/npm/blob/v4.6.1/CHANGELOG.md Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Thu Jun 1 19:14:46 2017 (r442306) +++ head/www/npm/Makefile Thu Jun 1 19:57:30 2017 (r442307) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 4.5.0 +PORTVERSION= 4.6.1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Thu Jun 1 19:14:46 2017 (r442306) +++ head/www/npm/distinfo Thu Jun 1 19:57:30 2017 (r442307) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493554828 -SHA256 (npm-4.5.0.tar.xz) = f00fea2a4711a4dd5f79b779b5320a22b04c92fe15805ca3aa14f8a9d4da8a1f -SIZE (npm-4.5.0.tar.xz) = 2700256 +TIMESTAMP = 1496253354 +SHA256 (npm-4.6.1.tar.xz) = 3cd977ab97e99b550b79a0923f8692256a53550d278768250c53eed9c15d6735 +SIZE (npm-4.6.1.tar.xz) = 2741108 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Thu Jun 1 19:14:46 2017 (r442306) +++ head/www/npm/pkg-plist Thu Jun 1 19:57:30 2017 (r442307) @@ -328,6 +328,7 @@ lib/node_modules/npm/lib/utils/no-progress-while-runni lib/node_modules/npm/lib/utils/output.js lib/node_modules/npm/lib/utils/package-id.js lib/node_modules/npm/lib/utils/parse-json.js +lib/node_modules/npm/lib/utils/perf.js lib/node_modules/npm/lib/utils/pick-manifest-from-registry-metadata.js lib/node_modules/npm/lib/utils/pulse-till-done.js lib/node_modules/npm/lib/utils/read-local-package.js @@ -820,15 +821,9 @@ lib/node_modules/npm/node_modules/ini/LICENSE lib/node_modules/npm/node_modules/ini/README.md lib/node_modules/npm/node_modules/ini/ini.js lib/node_modules/npm/node_modules/ini/package.json -lib/node_modules/npm/node_modules/init-package-json/.npmignore -lib/node_modules/npm/node_modules/init-package-json/.travis.yml lib/node_modules/npm/node_modules/init-package-json/LICENSE lib/node_modules/npm/node_modules/init-package-json/README.md lib/node_modules/npm/node_modules/init-package-json/default-input.js -lib/node_modules/npm/node_modules/init-package-json/example/example-basic.js -lib/node_modules/npm/node_modules/init-package-json/example/example-default.js -lib/node_modules/npm/node_modules/init-package-json/example/example-npm.js -lib/node_modules/npm/node_modules/init-package-json/example/init/basic-init.js lib/node_modules/npm/node_modules/init-package-json/init-package-json.js lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/.npmignore lib/node_modules/npm/node_modules/init-package-json/node_modules/promzard/LICENSE @@ -853,19 +848,6 @@ 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/init-package-json/test/basic.input -lib/node_modules/npm/node_modules/init-package-json/test/basic.js -lib/node_modules/npm/node_modules/init-package-json/test/dependencies.js -lib/node_modules/npm/node_modules/init-package-json/test/lib/common.js -lib/node_modules/npm/node_modules/init-package-json/test/license.js -lib/node_modules/npm/node_modules/init-package-json/test/name-spaces.js -lib/node_modules/npm/node_modules/init-package-json/test/name-uppercase.js -lib/node_modules/npm/node_modules/init-package-json/test/npm-defaults.js -lib/node_modules/npm/node_modules/init-package-json/test/scope-in-config-existing-name.js -lib/node_modules/npm/node_modules/init-package-json/test/scope-in-config.js -lib/node_modules/npm/node_modules/init-package-json/test/scope.js -lib/node_modules/npm/node_modules/init-package-json/test/silent.js -lib/node_modules/npm/node_modules/init-package-json/test/yes-defaults.js lib/node_modules/npm/node_modules/lazy-property/.npmignore lib/node_modules/npm/node_modules/lazy-property/LICENSE lib/node_modules/npm/node_modules/lazy-property/README.md @@ -1282,8 +1264,6 @@ lib/node_modules/npm/node_modules/normalize-git-url/no lib/node_modules/npm/node_modules/normalize-git-url/package.json lib/node_modules/npm/node_modules/normalize-git-url/test/basic.js lib/node_modules/npm/node_modules/normalize-git-url/test/basic.js~ -lib/node_modules/npm/node_modules/normalize-package-data/.npmignore -lib/node_modules/npm/node_modules/normalize-package-data/.travis.yml lib/node_modules/npm/node_modules/normalize-package-data/AUTHORS lib/node_modules/npm/node_modules/normalize-package-data/LICENSE lib/node_modules/npm/node_modules/normalize-package-data/README.md @@ -1305,28 +1285,6 @@ lib/node_modules/npm/node_modules/normalize-package-da lib/node_modules/npm/node_modules/normalize-package-data/node_modules/is-builtin-module/package.json lib/node_modules/npm/node_modules/normalize-package-data/node_modules/is-builtin-module/readme.md lib/node_modules/npm/node_modules/normalize-package-data/package.json -lib/node_modules/npm/node_modules/normalize-package-data/test/basic.js -lib/node_modules/npm/node_modules/normalize-package-data/test/consistency.js -lib/node_modules/npm/node_modules/normalize-package-data/test/dependencies.js -lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/async.json -lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/badscripts.json -lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/bcrypt.json -lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/coffee-script.json -lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/http-server.json -lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/movefile.json -lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/no-description.json -lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/node-module_exist.json -lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/npm.json -lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/read-package-json.json -lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/request.json -lib/node_modules/npm/node_modules/normalize-package-data/test/fixtures/underscore.json -lib/node_modules/npm/node_modules/normalize-package-data/test/github-urls.js -lib/node_modules/npm/node_modules/normalize-package-data/test/mixedcase-names.js -lib/node_modules/npm/node_modules/normalize-package-data/test/normalize.js -lib/node_modules/npm/node_modules/normalize-package-data/test/scoped.js -lib/node_modules/npm/node_modules/normalize-package-data/test/scripts.js -lib/node_modules/npm/node_modules/normalize-package-data/test/strict.js -lib/node_modules/npm/node_modules/normalize-package-data/test/typo.js lib/node_modules/npm/node_modules/npm-cache-filename/LICENSE lib/node_modules/npm/node_modules/npm-cache-filename/README.md lib/node_modules/npm/node_modules/npm-cache-filename/index.js @@ -1397,7 +1355,6 @@ lib/node_modules/npm/node_modules/npmlog/CHANGELOG.md lib/node_modules/npm/node_modules/npmlog/LICENSE lib/node_modules/npm/node_modules/npmlog/README.md lib/node_modules/npm/node_modules/npmlog/log.js -lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/.npmignore lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/CHANGES.md lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/LICENSE lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/README.md @@ -1411,10 +1368,6 @@ lib/node_modules/npm/node_modules/npmlog/node_modules/ lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/node_modules/delegates/test/index.js lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/test/lib/test-event.js -lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/test/tracker.js -lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/test/trackergroup.js -lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/test/trackerstream.js lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-base.js lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-group.js lib/node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet/tracker-stream.js @@ -1430,7 +1383,6 @@ lib/node_modules/npm/node_modules/npmlog/node_modules/ lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/error.js lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/has-color.js lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/.bin/supports-color lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/index.js lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/license lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/object-assign/package.json @@ -1457,10 +1409,6 @@ lib/node_modules/npm/node_modules/npmlog/node_modules/ lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/readme.md lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/package.json lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/readme.md -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/supports-color/cli.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/supports-color/index.js -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/supports-color/package.json -lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/supports-color/readme.md lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/.npmignore lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/LICENSE lib/node_modules/npm/node_modules/npmlog/node_modules/gauge/node_modules/wide-align/README.md @@ -1611,6 +1559,7 @@ lib/node_modules/npm/node_modules/readable-stream/GOVE lib/node_modules/npm/node_modules/readable-stream/LICENSE lib/node_modules/npm/node_modules/readable-stream/README.md lib/node_modules/npm/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +lib/node_modules/npm/node_modules/readable-stream/duplex-browser.js lib/node_modules/npm/node_modules/readable-stream/duplex.js lib/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js lib/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js @@ -1618,6 +1567,8 @@ lib/node_modules/npm/node_modules/readable-stream/lib/ lib/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/BufferList.js +lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/stream-browser.js +lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/stream.js lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/index.js lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/license.md lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/package.json @@ -1645,7 +1596,7 @@ lib/node_modules/npm/node_modules/readable-stream/node lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/.npmignore lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/LICENSE lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/README.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/index.js +lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/lib/string_decoder.js lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/package.json lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/History.md lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/LICENSE @@ -1655,8 +1606,10 @@ lib/node_modules/npm/node_modules/readable-stream/node lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/package.json lib/node_modules/npm/node_modules/readable-stream/package.json lib/node_modules/npm/node_modules/readable-stream/passthrough.js +lib/node_modules/npm/node_modules/readable-stream/readable-browser.js lib/node_modules/npm/node_modules/readable-stream/readable.js lib/node_modules/npm/node_modules/readable-stream/transform.js +lib/node_modules/npm/node_modules/readable-stream/writable-browser.js lib/node_modules/npm/node_modules/readable-stream/writable.js lib/node_modules/npm/node_modules/readdir-scoped-modules/.travis.yml lib/node_modules/npm/node_modules/readdir-scoped-modules/LICENSE @@ -3210,6 +3163,7 @@ lib/node_modules/npm/test/tap/update-symlink.js lib/node_modules/npm/test/tap/upgrade-lifecycles.js lib/node_modules/npm/test/tap/url-dependencies.js lib/node_modules/npm/test/tap/verify-no-lifecycle-on-repo.js +lib/node_modules/npm/test/tap/version-allow-same-version.js lib/node_modules/npm/test/tap/version-from-git.js lib/node_modules/npm/test/tap/version-git-not-clean.js lib/node_modules/npm/test/tap/version-lifecycle.js From owner-svn-ports-all@freebsd.org Thu Jun 1 19:57:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B1D3B7D71C; Thu, 1 Jun 2017 19:57: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 mx1.freebsd.org (Postfix) with ESMTPS id 5833664947; Thu, 1 Jun 2017 19:57: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 v51JvaUl007957; Thu, 1 Jun 2017 19:57:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Jvapn007954; Thu, 1 Jun 2017 19:57:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011957.v51Jvapn007954@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, 1 Jun 2017 19:57:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442308 - in head/devel/libdap: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:57:37 -0000 Author: sunpoet Date: Thu Jun 1 19:57:36 2017 New Revision: 442308 URL: https://svnweb.freebsd.org/changeset/ports/442308 Log: Update to 3.19.0 Changes: https://github.com/OPENDAP/libdap4/blob/master/NEWS Deleted: head/devel/libdap/files/patch-configure Modified: head/devel/libdap/Makefile head/devel/libdap/distinfo head/devel/libdap/pkg-plist Modified: head/devel/libdap/Makefile ============================================================================== --- head/devel/libdap/Makefile Thu Jun 1 19:57:30 2017 (r442307) +++ head/devel/libdap/Makefile Thu Jun 1 19:57:36 2017 (r442308) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdap -PORTVERSION= 3.18.3 +PORTVERSION= 3.19.0 CATEGORIES= devel MASTER_SITES= http://www.opendap.org/pub/source/ \ LOCAL/sunpoet Modified: head/devel/libdap/distinfo ============================================================================== --- head/devel/libdap/distinfo Thu Jun 1 19:57:30 2017 (r442307) +++ head/devel/libdap/distinfo Thu Jun 1 19:57:36 2017 (r442308) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484226370 -SHA256 (libdap-3.18.3.tar.gz) = 0ced6aa36bb445f51e4d72d480e326de7d513a4a7a2c1e5c73e16e2c1f71f22b -SIZE (libdap-3.18.3.tar.gz) = 2442458 +TIMESTAMP = 1496327979 +SHA256 (libdap-3.19.0.tar.gz) = 59c384c2da01104a4ef37f010f3bcf5d46e85e30fcfc942c9181e17128f168a5 +SIZE (libdap-3.19.0.tar.gz) = 2412047 Modified: head/devel/libdap/pkg-plist ============================================================================== --- head/devel/libdap/pkg-plist Thu Jun 1 19:57:30 2017 (r442307) +++ head/devel/libdap/pkg-plist Thu Jun 1 19:57:36 2017 (r442308) @@ -140,8 +140,8 @@ include/libdap/util_mit.h include/libdap/xdr-datatypes.h lib/libdap.a lib/libdap.so -lib/libdap.so.23 -lib/libdap.so.23.1.1 +lib/libdap.so.25 +lib/libdap.so.25.0.0 lib/libdapclient.a lib/libdapclient.so lib/libdapclient.so.6 From owner-svn-ports-all@freebsd.org Thu Jun 1 19:57:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69D08B7D73D; Thu, 1 Jun 2017 19:57: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 mx1.freebsd.org (Postfix) with ESMTPS id 39DA464999; Thu, 1 Jun 2017 19:57: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 v51Jvfit008078; Thu, 1 Jun 2017 19:57:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JvfIQ008076; Thu, 1 Jun 2017 19:57:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011957.v51JvfIQ008076@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, 1 Jun 2017 19:57:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442309 - head/converters/p5-Encode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:57:42 -0000 Author: sunpoet Date: Thu Jun 1 19:57:41 2017 New Revision: 442309 URL: https://svnweb.freebsd.org/changeset/ports/442309 Log: Remove outdated PERL_LEVEL check Modified: head/converters/p5-Encode/Makefile head/converters/p5-Encode/pkg-plist Modified: head/converters/p5-Encode/Makefile ============================================================================== --- head/converters/p5-Encode/Makefile Thu Jun 1 19:57:36 2017 (r442308) +++ head/converters/p5-Encode/Makefile Thu Jun 1 19:57:41 2017 (r442309) @@ -17,21 +17,11 @@ LICENSE_COMB= dual USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -PLIST_SUB+= OLD_PERL="" -.else -PLIST_SUB+= OLD_PERL="@comment " -.endif - post-patch: @${REINPLACE_CMD} -e 's|bin/enc2xs||; s|bin/piconv||' ${WRKSRC}/Makefile.PL -.if ${PERL_LEVEL} >= 502200 @${REINPLACE_CMD} -e 's|bin/encguess||' ${WRKSRC}/Makefile.PL -.endif post-install: ${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/ -name '*.so' -exec ${STRIP_CMD} {} + -.include +.include Modified: head/converters/p5-Encode/pkg-plist ============================================================================== --- head/converters/p5-Encode/pkg-plist Thu Jun 1 19:57:36 2017 (r442308) +++ head/converters/p5-Encode/pkg-plist Thu Jun 1 19:57:41 2017 (r442309) @@ -1,4 +1,3 @@ -%%OLD_PERL%%bin/encguess %%SITE_ARCH%%/Encode.pm %%SITE_ARCH%%/Encode/Alias.pm %%SITE_ARCH%%/Encode/Byte.pm @@ -42,7 +41,6 @@ %%SITE_ARCH%%/auto/Encode/TW/TW.so %%SITE_ARCH%%/auto/Encode/Unicode/Unicode.so %%SITE_ARCH%%/encoding.pm -%%OLD_PERL%%%%PERL5_MAN1%%/encguess.1.gz %%PERL5_MAN3%%/Encode.3.gz %%PERL5_MAN3%%/Encode::Alias.3.gz %%PERL5_MAN3%%/Encode::CJKConstants.3.gz From owner-svn-ports-all@freebsd.org Thu Jun 1 19:57:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C59DB7D75C; Thu, 1 Jun 2017 19:57: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 mx1.freebsd.org (Postfix) with ESMTPS id EC18864A01; Thu, 1 Jun 2017 19:57: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 v51Jvk1Z008181; Thu, 1 Jun 2017 19:57:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JvkiM008180; Thu, 1 Jun 2017 19:57:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011957.v51JvkiM008180@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, 1 Jun 2017 19:57:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442310 - head/converters/p5-JSON-MaybeXS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:57:47 -0000 Author: sunpoet Date: Thu Jun 1 19:57:45 2017 New Revision: 442310 URL: https://svnweb.freebsd.org/changeset/ports/442310 Log: Remove outdated PERL_LEVEL check Modified: head/converters/p5-JSON-MaybeXS/Makefile Modified: head/converters/p5-JSON-MaybeXS/Makefile ============================================================================== --- head/converters/p5-JSON-MaybeXS/Makefile Thu Jun 1 19:57:41 2017 (r442309) +++ head/converters/p5-JSON-MaybeXS/Makefile Thu Jun 1 19:57:45 2017 (r442310) @@ -22,11 +22,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP -RUN_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 19:57:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5A52B7D797; Thu, 1 Jun 2017 19:57: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 mx1.freebsd.org (Postfix) with ESMTPS id 8457B64A8A; Thu, 1 Jun 2017 19:57: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 v51Jvp9b008285; Thu, 1 Jun 2017 19:57:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JvpE4008284; Thu, 1 Jun 2017 19:57:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011957.v51JvpE4008284@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, 1 Jun 2017 19:57:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442311 - head/devel/p5-App-perlbrew X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:57:52 -0000 Author: sunpoet Date: Thu Jun 1 19:57:51 2017 New Revision: 442311 URL: https://svnweb.freebsd.org/changeset/ports/442311 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-App-perlbrew/Makefile Modified: head/devel/p5-App-perlbrew/Makefile ============================================================================== --- head/devel/p5-App-perlbrew/Makefile Thu Jun 1 19:57:45 2017 (r442310) +++ head/devel/p5-App-perlbrew/Makefile Thu Jun 1 19:57:51 2017 (r442311) @@ -32,11 +32,6 @@ USES= perl5 .include -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Pod-Parser>=1.63:textproc/p5-Pod-Parser -RUN_DEPENDS+= p5-Pod-Parser>=1.63:textproc/p5-Pod-Parser -.endif - .if ${PERL_LEVEL} < 502400 BUILD_DEPENDS+= p5-Pod-Usage>=1.68:devel/p5-Pod-Usage RUN_DEPENDS+= p5-Pod-Usage>=1.68:devel/p5-Pod-Usage From owner-svn-ports-all@freebsd.org Thu Jun 1 19:57:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9850B7D7C1; Thu, 1 Jun 2017 19:57: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 mx1.freebsd.org (Postfix) with ESMTPS id 882A964AFC; Thu, 1 Jun 2017 19:57: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 v51JvuGT008408; Thu, 1 Jun 2017 19:57:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JvuKP008406; Thu, 1 Jun 2017 19:57:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011957.v51JvuKP008406@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, 1 Jun 2017 19:57:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442312 - head/devel/p5-Config-Model-Tester X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:57:57 -0000 Author: sunpoet Date: Thu Jun 1 19:57:56 2017 New Revision: 442312 URL: https://svnweb.freebsd.org/changeset/ports/442312 Log: Update to 2.061 Changes: http://search.cpan.org/dist/Config-Model-Tester/Changes Modified: head/devel/p5-Config-Model-Tester/Makefile head/devel/p5-Config-Model-Tester/distinfo Modified: head/devel/p5-Config-Model-Tester/Makefile ============================================================================== --- head/devel/p5-Config-Model-Tester/Makefile Thu Jun 1 19:57:51 2017 (r442311) +++ head/devel/p5-Config-Model-Tester/Makefile Thu Jun 1 19:57:56 2017 (r442312) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model-Tester -PORTVERSION= 2.060 +PORTVERSION= 2.061 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Model-Tester/distinfo ============================================================================== --- head/devel/p5-Config-Model-Tester/distinfo Thu Jun 1 19:57:51 2017 (r442311) +++ head/devel/p5-Config-Model-Tester/distinfo Thu Jun 1 19:57:56 2017 (r442312) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488809750 -SHA256 (Config-Model-Tester-2.060.tar.gz) = a0640a8d36a7b2ce0e19d9d85ff41c3ef2b1bf7b1980c8a5a581aae26ffcb5e4 -SIZE (Config-Model-Tester-2.060.tar.gz) = 23830 +TIMESTAMP = 1496327991 +SHA256 (Config-Model-Tester-2.061.tar.gz) = 69d376a5cc0a4f1a5de80f15196733aa3ebf8700ee06a0d5d78457a6213f3c2a +SIZE (Config-Model-Tester-2.061.tar.gz) = 24293 From owner-svn-ports-all@freebsd.org Thu Jun 1 19:58:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3A22B7D7E9; Thu, 1 Jun 2017 19:58: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 mx1.freebsd.org (Postfix) with ESMTPS id 9E31564B6F; Thu, 1 Jun 2017 19:58: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 v51Jw1pJ008515; Thu, 1 Jun 2017 19:58:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Jw1kk008514; Thu, 1 Jun 2017 19:58:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011958.v51Jw1kk008514@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, 1 Jun 2017 19:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442313 - head/devel/p5-CPAN-Meta X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:58:02 -0000 Author: sunpoet Date: Thu Jun 1 19:58:01 2017 New Revision: 442313 URL: https://svnweb.freebsd.org/changeset/ports/442313 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-CPAN-Meta/Makefile Modified: head/devel/p5-CPAN-Meta/Makefile ============================================================================== --- head/devel/p5-CPAN-Meta/Makefile Thu Jun 1 19:57:56 2017 (r442312) +++ head/devel/p5-CPAN-Meta/Makefile Thu Jun 1 19:58:01 2017 (r442313) @@ -18,11 +18,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP -RUN_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 19:58:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0CC5DB7D816; Thu, 1 Jun 2017 19:58: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 mx1.freebsd.org (Postfix) with ESMTPS id D00EA64BE7; Thu, 1 Jun 2017 19:58: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 v51Jw6xi008619; Thu, 1 Jun 2017 19:58:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Jw67u008618; Thu, 1 Jun 2017 19:58:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011958.v51Jw67u008618@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, 1 Jun 2017 19:58:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442314 - head/devel/p5-Inline-C X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:58:08 -0000 Author: sunpoet Date: Thu Jun 1 19:58:06 2017 New Revision: 442314 URL: https://svnweb.freebsd.org/changeset/ports/442314 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Inline-C/Makefile Modified: head/devel/p5-Inline-C/Makefile ============================================================================== --- head/devel/p5-Inline-C/Makefile Thu Jun 1 19:58:01 2017 (r442313) +++ head/devel/p5-Inline-C/Makefile Thu Jun 1 19:58:06 2017 (r442314) @@ -28,11 +28,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.00:devel/p5-ExtUtils-MakeMaker -RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=7.00:devel/p5-ExtUtils-MakeMaker -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 19:58:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9402AB7D842; Thu, 1 Jun 2017 19:58: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 mx1.freebsd.org (Postfix) with ESMTPS id 62F0C64C56; Thu, 1 Jun 2017 19:58: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 v51JwBiX008724; Thu, 1 Jun 2017 19:58:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JwBsR008723; Thu, 1 Jun 2017 19:58:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011958.v51JwBsR008723@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, 1 Jun 2017 19:58:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442315 - head/devel/p5-MooseX-Runnable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:58:12 -0000 Author: sunpoet Date: Thu Jun 1 19:58:11 2017 New Revision: 442315 URL: https://svnweb.freebsd.org/changeset/ports/442315 Log: Add LICENSE_FILE - Remove outdated PERL_LEVEL check Modified: head/devel/p5-MooseX-Runnable/Makefile Modified: head/devel/p5-MooseX-Runnable/Makefile ============================================================================== --- head/devel/p5-MooseX-Runnable/Makefile Thu Jun 1 19:58:06 2017 (r442314) +++ head/devel/p5-MooseX-Runnable/Makefile Thu Jun 1 19:58:11 2017 (r442315) @@ -12,6 +12,7 @@ COMMENT= Tag a class as a runnable application LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ p5-List-SomeUtils>=0:devel/p5-List-SomeUtils \ @@ -30,10 +31,4 @@ NO_ARCH= yes USE_PERL5= modbuildtiny USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 19:58:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0549B7D872; Thu, 1 Jun 2017 19:58: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 mx1.freebsd.org (Postfix) with ESMTPS id B953B64CD4; Thu, 1 Jun 2017 19:58: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 v51JwGnf008827; Thu, 1 Jun 2017 19:58:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JwG6w008826; Thu, 1 Jun 2017 19:58:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011958.v51JwG6w008826@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, 1 Jun 2017 19:58:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442316 - head/devel/p5-MooseX-Types-DateTime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:58:18 -0000 Author: sunpoet Date: Thu Jun 1 19:58:16 2017 New Revision: 442316 URL: https://svnweb.freebsd.org/changeset/ports/442316 Log: Add LICENSE_FILE - Remove outdated PERL_LEVEL check Modified: head/devel/p5-MooseX-Types-DateTime/Makefile Modified: head/devel/p5-MooseX-Types-DateTime/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-DateTime/Makefile Thu Jun 1 19:58:11 2017 (r442315) +++ head/devel/p5-MooseX-Types-DateTime/Makefile Thu Jun 1 19:58:16 2017 (r442316) @@ -13,6 +13,7 @@ COMMENT= DateTime related constraints and coercions fo LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DateTime>=0.43.02:devel/p5-DateTime \ p5-DateTime-Locale>=0.40.01:devel/p5-DateTime-Locale \ @@ -27,10 +28,4 @@ NO_ARCH= yes USE_PERL5= modbuildtiny USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 19:58:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4646B7D89D; Thu, 1 Jun 2017 19:58: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 mx1.freebsd.org (Postfix) with ESMTPS id 71F3664D41; Thu, 1 Jun 2017 19:58: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 v51JwLIe008931; Thu, 1 Jun 2017 19:58:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JwLWJ008930; Thu, 1 Jun 2017 19:58:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011958.v51JwLWJ008930@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, 1 Jun 2017 19:58:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442317 - head/devel/p5-MooseX-Types-DateTime-MoreCoercions X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:58:22 -0000 Author: sunpoet Date: Thu Jun 1 19:58:21 2017 New Revision: 442317 URL: https://svnweb.freebsd.org/changeset/ports/442317 Log: Add LICENSE_FILE - Remove outdated PERL_LEVEL check Modified: head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile Modified: head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile Thu Jun 1 19:58:16 2017 (r442316) +++ head/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile Thu Jun 1 19:58:21 2017 (r442317) @@ -12,6 +12,7 @@ COMMENT= Extensions to MooseX::Types::DateTime LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DateTime>=0.43.02:devel/p5-DateTime \ p5-DateTimeX-Easy>=0.085:devel/p5-DateTimeX-Easy \ @@ -27,10 +28,4 @@ NO_ARCH= yes USE_PERL5= modbuildtiny USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 19:58:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9D76B7D8CB; Thu, 1 Jun 2017 19: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 mx1.freebsd.org (Postfix) with ESMTPS id 87B6A64DBB; Thu, 1 Jun 2017 19: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 v51JwQlk009036; Thu, 1 Jun 2017 19:58:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JwQ76009035; Thu, 1 Jun 2017 19:58:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011958.v51JwQ76009035@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, 1 Jun 2017 19:58:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442318 - head/devel/p5-MooseX-Types-Set-Object X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:58:27 -0000 Author: sunpoet Date: Thu Jun 1 19:58:26 2017 New Revision: 442318 URL: https://svnweb.freebsd.org/changeset/ports/442318 Log: Add LICENSE_FILE - Remove outdated PERL_LEVEL check Modified: head/devel/p5-MooseX-Types-Set-Object/Makefile Modified: head/devel/p5-MooseX-Types-Set-Object/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-Set-Object/Makefile Thu Jun 1 19:58:21 2017 (r442317) +++ head/devel/p5-MooseX-Types-Set-Object/Makefile Thu Jun 1 19:58:26 2017 (r442318) @@ -12,6 +12,7 @@ COMMENT= Set::Object type with coercions and stuff LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Moose>=0.50:devel/p5-Moose \ p5-MooseX-Types>=0:devel/p5-MooseX-Types \ @@ -23,10 +24,4 @@ NO_ARCH= yes USE_PERL5= modbuildtiny USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 19:58:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 650D2B7D8F6; Thu, 1 Jun 2017 19:58: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 mx1.freebsd.org (Postfix) with ESMTPS id 339D164E2A; Thu, 1 Jun 2017 19:58: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 v51JwVCx009138; Thu, 1 Jun 2017 19:58:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JwVEb009137; Thu, 1 Jun 2017 19:58:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011958.v51JwVEb009137@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, 1 Jun 2017 19:58:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442319 - head/devel/p5-MooseX-Types-URI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:58:32 -0000 Author: sunpoet Date: Thu Jun 1 19:58:31 2017 New Revision: 442319 URL: https://svnweb.freebsd.org/changeset/ports/442319 Log: Add LICENSE_FILE - Remove outdated PERL_LEVEL check Modified: head/devel/p5-MooseX-Types-URI/Makefile Modified: head/devel/p5-MooseX-Types-URI/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-URI/Makefile Thu Jun 1 19:58:26 2017 (r442318) +++ head/devel/p5-MooseX-Types-URI/Makefile Thu Jun 1 19:58:31 2017 (r442319) @@ -12,6 +12,7 @@ COMMENT= URI related types and coercions for Moose LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Moose>=0:devel/p5-Moose \ p5-MooseX-Types>=0.40:devel/p5-MooseX-Types \ @@ -25,10 +26,4 @@ NO_ARCH= yes USE_PERL5= modbuildtiny USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 19:58:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 555D5B7D91F; Thu, 1 Jun 2017 19:58: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 mx1.freebsd.org (Postfix) with ESMTPS id 23A5A64E9E; Thu, 1 Jun 2017 19:58: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 v51Jwawo009243; Thu, 1 Jun 2017 19:58:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JwasL009242; Thu, 1 Jun 2017 19:58:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011958.v51JwasL009242@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, 1 Jun 2017 19:58:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442320 - head/devel/p5-Type-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:58:37 -0000 Author: sunpoet Date: Thu Jun 1 19:58:36 2017 New Revision: 442320 URL: https://svnweb.freebsd.org/changeset/ports/442320 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Type-Tiny/Makefile Modified: head/devel/p5-Type-Tiny/Makefile ============================================================================== --- head/devel/p5-Type-Tiny/Makefile Thu Jun 1 19:58:31 2017 (r442319) +++ head/devel/p5-Type-Tiny/Makefile Thu Jun 1 19:58:36 2017 (r442320) @@ -48,10 +48,4 @@ USES= perl5 XS_BUILD_DEPENDS= p5-Type-Tiny-XS>=0.010:devel/p5-Type-Tiny-XS XS_RUN_DEPENDS= p5-Type-Tiny-XS>=0.010:devel/p5-Type-Tiny-XS -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 19:58:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21BADB7D950; Thu, 1 Jun 2017 19:58: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 mx1.freebsd.org (Postfix) with ESMTPS id E58C064F0E; Thu, 1 Jun 2017 19:58: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 v51Jwfuc009409; Thu, 1 Jun 2017 19:58:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Jwfol009407; Thu, 1 Jun 2017 19:58:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011958.v51Jwfol009407@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, 1 Jun 2017 19:58:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442321 - head/net/rubygem-fog-openstack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:58:42 -0000 Author: sunpoet Date: Thu Jun 1 19:58:40 2017 New Revision: 442321 URL: https://svnweb.freebsd.org/changeset/ports/442321 Log: Update to 0.1.21 Changes: https://github.com/fog/fog-openstack/commits/master Modified: head/net/rubygem-fog-openstack/Makefile head/net/rubygem-fog-openstack/distinfo Modified: head/net/rubygem-fog-openstack/Makefile ============================================================================== --- head/net/rubygem-fog-openstack/Makefile Thu Jun 1 19:58:36 2017 (r442320) +++ head/net/rubygem-fog-openstack/Makefile Thu Jun 1 19:58:40 2017 (r442321) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-openstack -PORTVERSION= 0.1.20 +PORTVERSION= 0.1.21 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-openstack/distinfo ============================================================================== --- head/net/rubygem-fog-openstack/distinfo Thu Jun 1 19:58:36 2017 (r442320) +++ head/net/rubygem-fog-openstack/distinfo Thu Jun 1 19:58:40 2017 (r442321) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487947999 -SHA256 (rubygem/fog-openstack-0.1.20.gem) = 54bf4d850915ac5050f36633c28aa1bf6952de3d541ecc7be8da0f9ae841e5b4 -SIZE (rubygem/fog-openstack-0.1.20.gem) = 214528 +TIMESTAMP = 1496328000 +SHA256 (rubygem/fog-openstack-0.1.21.gem) = da57191594f01307bbda04b56fddb1191078a94cf300b08e0327ecb684c02046 +SIZE (rubygem/fog-openstack-0.1.21.gem) = 221184 From owner-svn-ports-all@freebsd.org Thu Jun 1 19:58:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78B25B7D9A1; Thu, 1 Jun 2017 19:58: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 mx1.freebsd.org (Postfix) with ESMTPS id 555C864F9C; Thu, 1 Jun 2017 19:58: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 v51JwkA1009545; Thu, 1 Jun 2017 19:58:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JwkUJ009542; Thu, 1 Jun 2017 19:58:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011958.v51JwkUJ009542@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, 1 Jun 2017 19:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442322 - head/devel/p5-MooseX-AttributeShortcuts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:58:47 -0000 Author: sunpoet Date: Thu Jun 1 19:58:46 2017 New Revision: 442322 URL: https://svnweb.freebsd.org/changeset/ports/442322 Log: Update to 0.031 Changes: http://search.cpan.org/dist/MooseX-AttributeShortcuts/Changes Modified: head/devel/p5-MooseX-AttributeShortcuts/Makefile head/devel/p5-MooseX-AttributeShortcuts/distinfo head/devel/p5-MooseX-AttributeShortcuts/pkg-plist Modified: head/devel/p5-MooseX-AttributeShortcuts/Makefile ============================================================================== --- head/devel/p5-MooseX-AttributeShortcuts/Makefile Thu Jun 1 19:58:40 2017 (r442321) +++ head/devel/p5-MooseX-AttributeShortcuts/Makefile Thu Jun 1 19:58:46 2017 (r442322) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= MooseX-AttributeShortcuts -PORTVERSION= 0.029 +PORTVERSION= 0.031 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +12,7 @@ COMMENT= Shorthand for common attribute options LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Moose>=0:devel/p5-Moose \ +BUILD_DEPENDS= p5-Moose>=1.14:devel/p5-Moose \ p5-MooseX-Meta-TypeConstraint-Mooish>=0:devel/p5-MooseX-Meta-TypeConstraint-Mooish \ p5-MooseX-Role-Parameterized>=0:devel/p5-MooseX-Role-Parameterized \ p5-MooseX-Types-Common>=0:devel/p5-MooseX-Types-Common \ Modified: head/devel/p5-MooseX-AttributeShortcuts/distinfo ============================================================================== --- head/devel/p5-MooseX-AttributeShortcuts/distinfo Thu Jun 1 19:58:40 2017 (r442321) +++ head/devel/p5-MooseX-AttributeShortcuts/distinfo Thu Jun 1 19:58:46 2017 (r442322) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494331082 -SHA256 (MooseX-AttributeShortcuts-0.029.tar.gz) = 291005811810bf74e2641073e63edf48989e33e559b815aacee7ba7231aa2d16 -SIZE (MooseX-AttributeShortcuts-0.029.tar.gz) = 47102 +TIMESTAMP = 1496328013 +SHA256 (MooseX-AttributeShortcuts-0.031.tar.gz) = 5a6333d0fdb4f00391c144d23db79ea3c4926ddf55461664270c01f1276202c8 +SIZE (MooseX-AttributeShortcuts-0.031.tar.gz) = 50873 Modified: head/devel/p5-MooseX-AttributeShortcuts/pkg-plist ============================================================================== --- head/devel/p5-MooseX-AttributeShortcuts/pkg-plist Thu Jun 1 19:58:40 2017 (r442321) +++ head/devel/p5-MooseX-AttributeShortcuts/pkg-plist Thu Jun 1 19:58:46 2017 (r442322) @@ -1,2 +1,8 @@ %%SITE_PERL%%/MooseX/AttributeShortcuts.pm +%%SITE_PERL%%/MooseX/AttributeShortcuts/Trait/Attribute.pm +%%SITE_PERL%%/MooseX/AttributeShortcuts/Trait/Attribute/HasAnonBuilder.pm +%%SITE_PERL%%/MooseX/AttributeShortcuts/Trait/Role/Attribute.pm %%PERL5_MAN3%%/MooseX::AttributeShortcuts.3.gz +%%PERL5_MAN3%%/MooseX::AttributeShortcuts::Trait::Attribute.3.gz +%%PERL5_MAN3%%/MooseX::AttributeShortcuts::Trait::Attribute::HasAnonBuilder.3.gz +%%PERL5_MAN3%%/MooseX::AttributeShortcuts::Trait::Role::Attribute.3.gz From owner-svn-ports-all@freebsd.org Thu Jun 1 19:58:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65538B7D9DB; Thu, 1 Jun 2017 19:58: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 mx1.freebsd.org (Postfix) with ESMTPS id 2CBF865028; Thu, 1 Jun 2017 19:58: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 v51Jwpl0009666; Thu, 1 Jun 2017 19:58:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JwppD009664; Thu, 1 Jun 2017 19:58:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011958.v51JwppD009664@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, 1 Jun 2017 19:58:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442323 - head/security/p5-Crypt-OpenSSL-EC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:58:52 -0000 Author: sunpoet Date: Thu Jun 1 19:58:50 2017 New Revision: 442323 URL: https://svnweb.freebsd.org/changeset/ports/442323 Log: Update to 1.3 - Add LICENSE - Strip shared library Changes: http://search.cpan.org/dist/Crypt-OpenSSL-EC/Changes Modified: head/security/p5-Crypt-OpenSSL-EC/Makefile head/security/p5-Crypt-OpenSSL-EC/distinfo Modified: head/security/p5-Crypt-OpenSSL-EC/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-EC/Makefile Thu Jun 1 19:58:46 2017 (r442322) +++ head/security/p5-Crypt-OpenSSL-EC/Makefile Thu Jun 1 19:58:50 2017 (r442323) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-OpenSSL-EC -PORTVERSION= 1.01 +PORTVERSION= 1.3 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MIKEM @@ -11,11 +11,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for OpenSSL EC (Elliptic Curves) library +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0.04:security/p5-Crypt-OpenSSL-Bignum RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 ssl USE_PERL5= configure CFLAGS+= -I${OPENSSLINC} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/EC/EC.so .include Modified: head/security/p5-Crypt-OpenSSL-EC/distinfo ============================================================================== --- head/security/p5-Crypt-OpenSSL-EC/distinfo Thu Jun 1 19:58:46 2017 (r442322) +++ head/security/p5-Crypt-OpenSSL-EC/distinfo Thu Jun 1 19:58:50 2017 (r442323) @@ -1,2 +1,3 @@ -SHA256 (Crypt-OpenSSL-EC-1.01.tar.gz) = 79dc1949879346715246a39f77f8809e9f9e74c023f140a7d9478b2b7479450e -SIZE (Crypt-OpenSSL-EC-1.01.tar.gz) = 68850 +TIMESTAMP = 1496331243 +SHA256 (Crypt-OpenSSL-EC-1.3.tar.gz) = 7c770ff6fb413dcd1b64df770d7e3b050db876d4b42f732f5e87d45c034935bd +SIZE (Crypt-OpenSSL-EC-1.3.tar.gz) = 69193 From owner-svn-ports-all@freebsd.org Thu Jun 1 19:58:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63F32B7DA10; Thu, 1 Jun 2017 19:58: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 mx1.freebsd.org (Postfix) with ESMTPS id 3316B650A2; Thu, 1 Jun 2017 19:58: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 v51JwuKe009784; Thu, 1 Jun 2017 19:58:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Jwunu009782; Thu, 1 Jun 2017 19:58:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011958.v51Jwunu009782@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, 1 Jun 2017 19:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442324 - head/devel/py-pytest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:58:57 -0000 Author: sunpoet Date: Thu Jun 1 19:58:56 2017 New Revision: 442324 URL: https://svnweb.freebsd.org/changeset/ports/442324 Log: Update to 3.1.1 Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst Modified: head/devel/py-pytest/Makefile head/devel/py-pytest/distinfo Modified: head/devel/py-pytest/Makefile ============================================================================== --- head/devel/py-pytest/Makefile Thu Jun 1 19:58:50 2017 (r442323) +++ head/devel/py-pytest/Makefile Thu Jun 1 19:58:56 2017 (r442324) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pytest/distinfo ============================================================================== --- head/devel/py-pytest/distinfo Thu Jun 1 19:58:50 2017 (r442323) +++ head/devel/py-pytest/distinfo Thu Jun 1 19:58:56 2017 (r442324) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495550519 -SHA256 (pytest-3.1.0.tar.gz) = 239c71f1804b57b07806f315752b42f675ddf3109a11ebe8d40eef043db12a83 -SIZE (pytest-3.1.0.tar.gz) = 760912 +TIMESTAMP = 1496328027 +SHA256 (pytest-3.1.1.tar.gz) = 0173a366a259e1d23b0f433b1f06e1b753110bb33e77a79bd8ea54cbd0b5df15 +SIZE (pytest-3.1.1.tar.gz) = 763519 From owner-svn-ports-all@freebsd.org Thu Jun 1 19:59:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB44AB7DA43; Thu, 1 Jun 2017 19: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 mx1.freebsd.org (Postfix) with ESMTPS id 95EB165123; Thu, 1 Jun 2017 19:59: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 v51Jx1rK009909; Thu, 1 Jun 2017 19:59:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Jx1Ia009907; Thu, 1 Jun 2017 19:59:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011959.v51Jx1Ia009907@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, 1 Jun 2017 19:59:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442325 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:59:02 -0000 Author: sunpoet Date: Thu Jun 1 19:59:01 2017 New Revision: 442325 URL: https://svnweb.freebsd.org/changeset/ports/442325 Log: Update to 2.9.26 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md 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 Jun 1 19:58:56 2017 (r442324) +++ head/devel/rubygem-aws-sdk-core/Makefile Thu Jun 1 19:59:01 2017 (r442325) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.9.25 +PORTVERSION= 2.9.26 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Thu Jun 1 19:58:56 2017 (r442324) +++ head/devel/rubygem-aws-sdk-core/distinfo Thu Jun 1 19:59:01 2017 (r442325) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495808599 -SHA256 (rubygem/aws-sdk-core-2.9.25.gem) = 3a20b8707518f3dd170368605ecf0aa9aaf4228e3520db7f0dabb64a180b2968 -SIZE (rubygem/aws-sdk-core-2.9.25.gem) = 1009152 +TIMESTAMP = 1496328036 +SHA256 (rubygem/aws-sdk-core-2.9.26.gem) = 832ff442be41b44612df6afda2ea0c48f512aa4b6d699cf5337b796797d1cde9 +SIZE (rubygem/aws-sdk-core-2.9.26.gem) = 1018880 From owner-svn-ports-all@freebsd.org Thu Jun 1 19:59:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97A8DB7DA7D; Thu, 1 Jun 2017 19: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 mx1.freebsd.org (Postfix) with ESMTPS id 6833765197; Thu, 1 Jun 2017 19:59: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 v51Jx6Pg010032; Thu, 1 Jun 2017 19:59:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Jx65D010030; Thu, 1 Jun 2017 19:59:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011959.v51Jx65D010030@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, 1 Jun 2017 19:59:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442326 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:59:07 -0000 Author: sunpoet Date: Thu Jun 1 19:59:06 2017 New Revision: 442326 URL: https://svnweb.freebsd.org/changeset/ports/442326 Log: Update to 2.9.26 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md 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 Jun 1 19:59:01 2017 (r442325) +++ head/devel/rubygem-aws-sdk-resources/Makefile Thu Jun 1 19:59:06 2017 (r442326) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.9.25 +PORTVERSION= 2.9.26 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Thu Jun 1 19:59:01 2017 (r442325) +++ head/devel/rubygem-aws-sdk-resources/distinfo Thu Jun 1 19:59:06 2017 (r442326) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495808604 -SHA256 (rubygem/aws-sdk-resources-2.9.25.gem) = fbe01f846aab594c4b2b51bad29c2953cd87e0e79efda47a7c3c2fe933f62a75 -SIZE (rubygem/aws-sdk-resources-2.9.25.gem) = 48640 +TIMESTAMP = 1496328041 +SHA256 (rubygem/aws-sdk-resources-2.9.26.gem) = 96393fb2a213ccba5bbe425a315c6af352df4c9d21371905f39de0ba416f5030 +SIZE (rubygem/aws-sdk-resources-2.9.26.gem) = 48640 From owner-svn-ports-all@freebsd.org Thu Jun 1 19:59:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE556B7DAAC; Thu, 1 Jun 2017 19:59:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D42865212; Thu, 1 Jun 2017 19:59:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51JxBmv010150; Thu, 1 Jun 2017 19:59:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JxBil010148; Thu, 1 Jun 2017 19:59:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011959.v51JxBil010148@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, 1 Jun 2017 19:59:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442327 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:59:12 -0000 Author: sunpoet Date: Thu Jun 1 19:59:11 2017 New Revision: 442327 URL: https://svnweb.freebsd.org/changeset/ports/442327 Log: Update to 2.9.26 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md 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 Jun 1 19:59:06 2017 (r442326) +++ head/devel/rubygem-aws-sdk/Makefile Thu Jun 1 19:59:11 2017 (r442327) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.9.25 +PORTVERSION= 2.9.26 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Thu Jun 1 19:59:06 2017 (r442326) +++ head/devel/rubygem-aws-sdk/distinfo Thu Jun 1 19:59:11 2017 (r442327) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495808609 -SHA256 (rubygem/aws-sdk-2.9.25.gem) = caef6612010152e05a3a50ed4829df5b88928de9ff270aececfc61d207790107 -SIZE (rubygem/aws-sdk-2.9.25.gem) = 4608 +TIMESTAMP = 1496328047 +SHA256 (rubygem/aws-sdk-2.9.26.gem) = 3d35aff7430ce8034a5ec3872ffec54afed048e9f2586042a85fde05fa41a217 +SIZE (rubygem/aws-sdk-2.9.26.gem) = 4608 From owner-svn-ports-all@freebsd.org Thu Jun 1 19:59:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1DD5B7DACF; Thu, 1 Jun 2017 19: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 mx1.freebsd.org (Postfix) with ESMTPS id BFA3E65283; Thu, 1 Jun 2017 19: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 v51JxGWO010271; Thu, 1 Jun 2017 19:59:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JxGNE010269; Thu, 1 Jun 2017 19:59:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011959.v51JxGNE010269@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, 1 Jun 2017 19:59:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442328 - head/devel/rubygem-excon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:59:18 -0000 Author: sunpoet Date: Thu Jun 1 19:59:16 2017 New Revision: 442328 URL: https://svnweb.freebsd.org/changeset/ports/442328 Log: Update to 0.56.0 Changes: https://github.com/excon/excon/blob/master/changelog.txt Modified: head/devel/rubygem-excon/Makefile head/devel/rubygem-excon/distinfo Modified: head/devel/rubygem-excon/Makefile ============================================================================== --- head/devel/rubygem-excon/Makefile Thu Jun 1 19:59:11 2017 (r442327) +++ head/devel/rubygem-excon/Makefile Thu Jun 1 19:59:16 2017 (r442328) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= excon -PORTVERSION= 0.55.0 +PORTVERSION= 0.56.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-excon/distinfo ============================================================================== --- head/devel/rubygem-excon/distinfo Thu Jun 1 19:59:11 2017 (r442327) +++ head/devel/rubygem-excon/distinfo Thu Jun 1 19:59:16 2017 (r442328) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486591879 -SHA256 (rubygem/excon-0.55.0.gem) = bd4e00c4cf85e73173e723ac182bc3a3162ec9e96bcd1edc8850149f19cf2f91 -SIZE (rubygem/excon-0.55.0.gem) = 238592 +TIMESTAMP = 1496328053 +SHA256 (rubygem/excon-0.56.0.gem) = 638caa30ad99a2c0c7b7e046b26c0da7bab8150956c2f505c8dc89190bf41716 +SIZE (rubygem/excon-0.56.0.gem) = 238592 From owner-svn-ports-all@freebsd.org Thu Jun 1 19:59:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B240FB7DAFC; Thu, 1 Jun 2017 19:59: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 mx1.freebsd.org (Postfix) with ESMTPS id 7B820652F7; Thu, 1 Jun 2017 19:59: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 v51JxLiW010376; Thu, 1 Jun 2017 19:59:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51JxLxs010375; Thu, 1 Jun 2017 19:59:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706011959.v51JxLxs010375@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, 1 Jun 2017 19:59:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442329 - head/net/py-python-cloudfiles X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 19:59:22 -0000 Author: sunpoet Date: Thu Jun 1 19:59:21 2017 New Revision: 442329 URL: https://svnweb.freebsd.org/changeset/ports/442329 Log: Update DEPRECATED Modified: head/net/py-python-cloudfiles/Makefile Modified: head/net/py-python-cloudfiles/Makefile ============================================================================== --- head/net/py-python-cloudfiles/Makefile Thu Jun 1 19:59:16 2017 (r442328) +++ head/net/py-python-cloudfiles/Makefile Thu Jun 1 19:59:21 2017 (r442329) @@ -13,7 +13,7 @@ COMMENT= Python language bindings for Cloud Files API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Deprecated by usptream since August 1, 2013. Use net/py-python-swiftclient instead +DEPRECATED= Deprecated by usptream since August 1, 2013. Use databases/py-python-swiftclient instead EXPIRATION_DATE=2017-08-31 USES= python From owner-svn-ports-all@freebsd.org Thu Jun 1 20:22:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC0F2B7E14C; Thu, 1 Jun 2017 20:22:19 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CB2966A29; Thu, 1 Jun 2017 20:22:19 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51KMItX021384; Thu, 1 Jun 2017 20:22:18 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51KMIBa021383; Thu, 1 Jun 2017 20:22:18 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201706012022.v51KMIBa021383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 1 Jun 2017 20:22:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442330 - head/net-p2p/torrent-file-editor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 20:22:19 -0000 Author: danfe Date: Thu Jun 1 20:22:18 2017 New Revision: 442330 URL: https://svnweb.freebsd.org/changeset/ports/442330 Log: - Add missing `desktop-file-utils' to USES as reported by `stage-qa' - Allow to optionally inhibit donation text in the About dialog Modified: head/net-p2p/torrent-file-editor/Makefile Modified: head/net-p2p/torrent-file-editor/Makefile ============================================================================== --- head/net-p2p/torrent-file-editor/Makefile Thu Jun 1 19:59:21 2017 (r442329) +++ head/net-p2p/torrent-file-editor/Makefile Thu Jun 1 20:22:18 2017 (r442330) @@ -11,15 +11,20 @@ COMMENT= Qt-based GUI tool for creating and editing .t LICENSE= GPLv3 -USES= cmake +USES= cmake desktop-file-utils _QT4_DEPS= linguisttools_build moc_build qmake_build rcc_build \ uic_build corelib gui _QT5_DEPS= buildtools_build linguisttools_build qmake_build \ core gui widgets -OPTIONS_DEFINE= QT5 +OPTIONS_DEFINE= DONATION QT5 +OPTIONS_DEFAULT= DONATION + +DONATION_DESC= Show donation text in the About dialog QT5_DESC= Build against Qt 5 instead of Qt 4 + +DONATION_CMAKE_OFF= -DDISABLE_DONATION:BOOL=ON QT5_USE= QT5=${_QT5_DEPS:ts,} QT5_USE_OFF= QT4=${_QT4_DEPS:ts,} From owner-svn-ports-all@freebsd.org Thu Jun 1 20:36:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75CEFB7E494; Thu, 1 Jun 2017 20:36:39 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50B0F6712D; Thu, 1 Jun 2017 20:36:39 +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 v51KacQK026681; Thu, 1 Jun 2017 20:36:38 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Kacoq026678; Thu, 1 Jun 2017 20:36:38 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201706012036.v51Kacoq026678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 1 Jun 2017 20:36:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442331 - head/textproc/UCD X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 20:36:39 -0000 Author: thierry Date: Thu Jun 1 20:36:38 2017 New Revision: 442331 URL: https://svnweb.freebsd.org/changeset/ports/442331 Log: Adding Unihan.zip to satisfy Gucharmap and replace misc/unicode-ucd. It can be optionally disabled. Modified: head/textproc/UCD/Makefile head/textproc/UCD/distinfo head/textproc/UCD/pkg-plist (contents, props changed) Modified: head/textproc/UCD/Makefile ============================================================================== --- head/textproc/UCD/Makefile Thu Jun 1 20:22:18 2017 (r442330) +++ head/textproc/UCD/Makefile Thu Jun 1 20:36:38 2017 (r442331) @@ -3,6 +3,7 @@ PORTNAME= UCD PORTVERSION= 9.0.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www.unicode.org/Public/zipped/${PORTVERSION}/:src\ ftp://www.unicode.org/Public/zipped/${PORTVERSION}/:src \ @@ -20,14 +21,29 @@ LICENSE_NAME= Unicode License Agreement LICENSE_FILE= ${_DISTDIR}/copyright.html LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +OPTIONS_DEFINE= HAN +OPTIONS_DEFAULT=HAN +OPTIONS_SUB= yes +HAN_DESC= Unified Han database of Hanzi/Kanji/Hanja Chinese characters + NO_ARCH= yes NO_BUILD= yes +.include + +.if ${PORT_OPTIONS:MHAN} +DISTFILES+= Unihan.zip:src +.endif + DATADIR= ${PREFIX}/share/unicode/ucd do-install: ${MKDIR} ${STAGEDIR}${DATADIR} (cd ${STAGEDIR}${DATADIR} && \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${PORTNAME}.zip ${EXTRACT_AFTER_ARGS}) +.if ${PORT_OPTIONS:MHAN} + (cd ${STAGEDIR}${DATADIR} && \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/Unihan.zip ${EXTRACT_AFTER_ARGS}) +.endif .include Modified: head/textproc/UCD/distinfo ============================================================================== --- head/textproc/UCD/distinfo Thu Jun 1 20:22:18 2017 (r442330) +++ head/textproc/UCD/distinfo Thu Jun 1 20:36:38 2017 (r442331) @@ -1,5 +1,7 @@ -TIMESTAMP = 1488121877 +TIMESTAMP = 1496348753 SHA256 (UCD-9.0.0/UCD.zip) = df9e028425816fd5117eaea7173704056f88f7cd030681e457c6f3827f9390ec SIZE (UCD-9.0.0/UCD.zip) = 5655592 SHA256 (UCD-9.0.0/copyright.html) = 6e1ac9056574635b40b6d198f09ec063e4cece2c7295593f10194cac9b23f8a5 SIZE (UCD-9.0.0/copyright.html) = 16571 +SHA256 (UCD-9.0.0/Unihan.zip) = 6afdd48fb3c5d79a527ed27ce2582b2f684c09e16f5d0837fe7e5b0204f46362 +SIZE (UCD-9.0.0/Unihan.zip) = 6558824 Modified: head/textproc/UCD/pkg-plist ============================================================================== --- head/textproc/UCD/pkg-plist Thu Jun 1 20:22:18 2017 (r442330) +++ head/textproc/UCD/pkg-plist Thu Jun 1 20:36:38 2017 (r442331) @@ -38,6 +38,14 @@ %%DATADIR%%/USourceData.txt %%DATADIR%%/USourceGlyphs.pdf %%DATADIR%%/UnicodeData.txt +%%HAN%%%%DATADIR%%/Unihan_DictionaryIndices.txt +%%HAN%%%%DATADIR%%/Unihan_DictionaryLikeData.txt +%%HAN%%%%DATADIR%%/Unihan_IRGSources.txt +%%HAN%%%%DATADIR%%/Unihan_NumericValues.txt +%%HAN%%%%DATADIR%%/Unihan_OtherMappings.txt +%%HAN%%%%DATADIR%%/Unihan_RadicalStrokeCounts.txt +%%HAN%%%%DATADIR%%/Unihan_Readings.txt +%%HAN%%%%DATADIR%%/Unihan_Variants.txt %%DATADIR%%/auxiliary/GraphemeBreakProperty.txt %%DATADIR%%/auxiliary/GraphemeBreakTest.html %%DATADIR%%/auxiliary/GraphemeBreakTest.txt From owner-svn-ports-all@freebsd.org Thu Jun 1 20:44:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86975B7E762; Thu, 1 Jun 2017 20:44:05 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from erza.lautre.net (erza.lautre.net [80.67.160.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lautre.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AE44675E3; Thu, 1 Jun 2017 20:44:04 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by erza.lautre.net (Postfix) with ESMTPSA id 00955FDD06; Thu, 1 Jun 2017 22:35:59 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id B98C23DA4; Thu, 1 Jun 2017 22:38:00 +0200 (CEST) Date: Thu, 1 Jun 2017 22:38:00 +0200 From: Thierry Thomas To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442154 - in head/misc: . unicode-ucd Message-ID: <20170601203800.GM10586@graf.pompo.net> Mail-Followup-To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705311259.v4VCx8Ci028048@repo.freebsd.org> <20170531163255.GH96830@graf.pompo.net> <1496298868.4396.2.camel@FreeBSD.org> <20170601160712.GK10586@graf.pompo.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LpQ9ahxlCli8rRTG" Content-Disposition: inline In-Reply-To: <20170601160712.GK10586@graf.pompo.net> X-Operating-System: FreeBSD 11.0-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 20:44:05 -0000 --LpQ9ahxlCli8rRTG Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le jeu. 1 juin 17 =E0 18:07:12 +0200, Thierry Thomas =E9crivait=A0: > > Gucharmap's build it wierd that it needs the extracted content of > > UCD.zip but also the Unihan.zip file. Can you add it or shall I make a > > patch for textproc/UCD? I don't think it really warrants a new port. >=20 > OK, I'm going to add Unihan.zip ASAP, as a default option. Done, in r442331. --=20 Th. Thomas. --LpQ9ahxlCli8rRTG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJZMHsoXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFNTM2QkU4NTM4NTM5OUQwMEI2RkFBNzZG MUM1MTZCM0M4MzU5NzUzAAoJEPHFFrPINZdT7JMP/iGlwH3t4KjcBJRsXP8/HCGk EAjlNSJz7/WnwwEOxRpc8mBTxIPj4vfz8LRmXBZeSOX7iLu7ozGjKDkpOt/zTG9U cER3Ruvee1DoctzA4PaUWlhql2pzxNiGy67GsJTGPKkfdpFW5jiyI654N2qkalcp wlK2jO2wY2WyFOfBCmYI/p9W1ByXZCuDcZIbnW1xR2+fpVfSZ9cWxCxf390mxPxI xkHgTNQ55p3IsC91b4lM+WXSA+4mRTICoivx5TZZhYdQm3lOUjnpZo4TPCQ0ABdZ C0Sq43wy0zpQHWbsISrjnLMC8F/PBOu/y5fc4yCHm+g9PyB1Pl2tJiZXPw5PuSu/ o2euEram2EqoC3jpQspgpnlR0XDiPmHio5T4P5kR7Co/XC/KS4jUOz7jvhA534N8 pVXX2PzkAgfD9DILuBBdx4HPcQRqUST3CDzh5kzKfECjkedhkbyT+bhNG0QOzYP9 7qXhIGeyaHxOjqR0/wcRsy8+3u6pEYT8wBsGULVhfT6J5b8jVe9FP6itgALhDEpw L0C4Lk7yGLP/D/xFqeoUpMCxXO3ll+4+BkfBJLngNLc4l3jTcA/970VXRwmlHBpg cI+xioYtq9K9nIsLTMbk+3nTATfSK2EvqznG0is5cnzRn2i/g6lRlDVCWtSvVGBM JaNOGxJrTTCJ2sSVQSHq =cozQ -----END PGP SIGNATURE----- --LpQ9ahxlCli8rRTG-- From owner-svn-ports-all@freebsd.org Thu Jun 1 21:32:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F622B7F65F; Thu, 1 Jun 2017 21:32:40 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F3716AE87; Thu, 1 Jun 2017 21:32:40 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51LWdII051735; Thu, 1 Jun 2017 21:32:39 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51LWd2f051733; Thu, 1 Jun 2017 21:32:39 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201706012132.v51LWd2f051733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Thu, 1 Jun 2017 21:32:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442332 - in head/mail/rspamd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 21:32:40 -0000 Author: vsevolod Date: Thu Jun 1 21:32:39 2017 New Revision: 442332 URL: https://svnweb.freebsd.org/changeset/ports/442332 Log: - Update to 1.5.9 Deleted: head/mail/rspamd/files/patch-ipv6-support Modified: head/mail/rspamd/Makefile head/mail/rspamd/distinfo Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Thu Jun 1 20:36:38 2017 (r442331) +++ head/mail/rspamd/Makefile Thu Jun 1 21:32:39 2017 (r442332) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.5.8 +PORTVERSION= 1.5.9 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Thu Jun 1 20:36:38 2017 (r442331) +++ head/mail/rspamd/distinfo Thu Jun 1 21:32:39 2017 (r442332) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495707999 -SHA256 (vstakhov-rspamd-1.5.8_GH0.tar.gz) = 1c414396e02df52b3a31914cad51a4ca8f9947af619db7221b98c9aa04907668 -SIZE (vstakhov-rspamd-1.5.8_GH0.tar.gz) = 2385290 +TIMESTAMP = 1496352567 +SHA256 (vstakhov-rspamd-1.5.9_GH0.tar.gz) = 864705c09733257449ffc52740f380c1edeb56bb4be6e0ad0a8ab8c0cdf6cbe6 +SIZE (vstakhov-rspamd-1.5.9_GH0.tar.gz) = 2386813 From owner-svn-ports-all@freebsd.org Thu Jun 1 22:08:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B159B7FD54; Thu, 1 Jun 2017 22:08:44 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from smtpq2.tb.mail.iss.as9143.net (smtpq2.tb.mail.iss.as9143.net [212.54.42.165]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF4E86EB69; Thu, 1 Jun 2017 22:08:43 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from [212.54.42.118] (helo=lsmtp4.tb.mail.iss.as9143.net) by smtpq2.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dGYGg-0002qz-QG; Fri, 02 Jun 2017 00:08:34 +0200 Received: from f49083.upc-f.chello.nl ([80.56.49.83] helo=[192.168.1.74]) by lsmtp4.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dGYGg-0000kC-Ng; Fri, 02 Jun 2017 00:08:34 +0200 Message-ID: <1496354914.30459.1.camel@FreeBSD.org> Subject: Re: svn commit: r442154 - in head/misc: . unicode-ucd From: Koop Mast To: Thierry Thomas , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Fri, 02 Jun 2017 00:08:34 +0200 In-Reply-To: <20170601203800.GM10586@graf.pompo.net> References: <201705311259.v4VCx8Ci028048@repo.freebsd.org> <20170531163255.GH96830@graf.pompo.net> <1496298868.4396.2.camel@FreeBSD.org> <20170601160712.GK10586@graf.pompo.net> <20170601203800.GM10586@graf.pompo.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SourceIP: 80.56.49.83 X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.2 cv=C/qZ8UH+ c=1 sm=1 tr=0 a=06UDlCbfTTtHZh+D0N39nQ==:17 a=IkcTkHD0fZMA:10 a=LWSFodeU3zMA:10 a=nKQcaXds3q3jZY579NUA:9 a=QEXdDO2ut3YA:10 none X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 22:08:44 -0000 On Thu, 2017-06-01 at 22:38 +0200, Thierry Thomas wrote: > Le jeu.  1 juin 17 à 18:07:12 +0200, Thierry Thomas org> >  écrivait : > > > > Gucharmap's build it wierd that it needs the extracted content of > > > UCD.zip but also the Unihan.zip file. Can you add it or shall I > > > make a > > > patch for textproc/UCD? I don't think it really warrants a new > > > port. > > > > OK, I'm going to add Unihan.zip ASAP, as a default option. > > Done, in r442331. Thanks, but this is not enough. I need the actual Unihan.zip to be install. Like I did in the misc/unicode-ucd port, blame gucharmap for that... -Koop From owner-svn-ports-all@freebsd.org Thu Jun 1 22:52:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 743C4B828AD; Thu, 1 Jun 2017 22:52:55 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41FF270025; Thu, 1 Jun 2017 22:52:55 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51MqsiV084297; Thu, 1 Jun 2017 22:52:54 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51MqsP9084295; Thu, 1 Jun 2017 22:52:54 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201706012252.v51MqsP9084295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 1 Jun 2017 22:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442333 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 22:52:55 -0000 Author: gerald Date: Thu Jun 1 22:52:54 2017 New Revision: 442333 URL: https://svnweb.freebsd.org/changeset/ports/442333 Log: Update to the 20170531 snapshot of GCC 6.3.1. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Thu Jun 1 21:32:39 2017 (r442332) +++ head/lang/gcc6-devel/Makefile Thu Jun 1 22:52:54 2017 (r442333) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.3.1.s20170524 +PORTVERSION= 6.3.1.s20170531 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Thu Jun 1 21:32:39 2017 (r442332) +++ head/lang/gcc6-devel/distinfo Thu Jun 1 22:52:54 2017 (r442333) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495785459 -SHA256 (gcc-6-20170524.tar.xz) = 4aab1f1b6b24816be6b740fa8689741b762e695686bd7f63e61fcce2561fe15a -SIZE (gcc-6-20170524.tar.xz) = 76869020 +TIMESTAMP = 1496329266 +SHA256 (gcc-6-20170531.tar.xz) = 08bd665e6da481c4f1aad6ae79df80a7887a0cfaeab237d8a551a755d455ca12 +SIZE (gcc-6-20170531.tar.xz) = 72561868 From owner-svn-ports-all@freebsd.org Thu Jun 1 23:50:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03449B946EC; Thu, 1 Jun 2017 23:50: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 mx1.freebsd.org (Postfix) with ESMTPS id C4ED37166E; Thu, 1 Jun 2017 23:50: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 v51NoSKb004785; Thu, 1 Jun 2017 23:50:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NoSeC004784; Thu, 1 Jun 2017 23:50:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012350.v51NoSeC004784@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, 1 Jun 2017 23:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442334 - head/biology/p5-Bio-Graphics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:50:30 -0000 Author: sunpoet Date: Thu Jun 1 23:50:28 2017 New Revision: 442334 URL: https://svnweb.freebsd.org/changeset/ports/442334 Log: Remove outdated PERL_LEVEL check Modified: head/biology/p5-Bio-Graphics/Makefile Modified: head/biology/p5-Bio-Graphics/Makefile ============================================================================== --- head/biology/p5-Bio-Graphics/Makefile Thu Jun 1 22:52:54 2017 (r442333) +++ head/biology/p5-Bio-Graphics/Makefile Thu Jun 1 23:50:28 2017 (r442334) @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Bio-Coordinate>=1.007000:biology/p5-Bio-Coordinate \ p5-Bio-SCF>=1.01:biology/p5-Bio-SCF \ p5-BioPerl>=1.007000:biology/p5-BioPerl \ + p5-CGI>=0:www/p5-CGI \ p5-GD>=2.30:graphics/p5-GD \ p5-GD-SVG>=0.32:graphics/p5-GD-SVG \ p5-Statistics-Descriptive>=2.6:math/p5-Statistics-Descriptive @@ -26,11 +27,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= modbuild -.include - -.if ${PERL_LEVEL} >= 502200 -BUILD_DEPENDS+= p5-CGI>=0:www/p5-CGI -RUN_DEPENDS+= p5-CGI>=0:www/p5-CGI -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:50:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8EAAB94711; Thu, 1 Jun 2017 23:50: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 mx1.freebsd.org (Postfix) with ESMTPS id 97BB67167D; Thu, 1 Jun 2017 23:50: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 v51NoXTK004887; Thu, 1 Jun 2017 23:50:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NoXKs004886; Thu, 1 Jun 2017 23:50:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012350.v51NoXKs004886@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, 1 Jun 2017 23:50:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442335 - head/biology/p5-BioPerl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:50:34 -0000 Author: sunpoet Date: Thu Jun 1 23:50:33 2017 New Revision: 442335 URL: https://svnweb.freebsd.org/changeset/ports/442335 Log: Remove outdated PERL_LEVEL check Modified: head/biology/p5-BioPerl/Makefile Modified: head/biology/p5-BioPerl/Makefile ============================================================================== --- head/biology/p5-BioPerl/Makefile Thu Jun 1 23:50:28 2017 (r442334) +++ head/biology/p5-BioPerl/Makefile Thu Jun 1 23:50:33 2017 (r442335) @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Algorithm-Munkres>=0:math/p5-Algorithm-Munkres \ p5-Array-Compare>=0:misc/p5-Array-Compare \ + p5-CGI>=0:www/p5-CGI \ p5-Clone>=0:devel/p5-Clone \ p5-Convert-Binary-C>=0:converters/p5-Convert-Binary-C \ p5-DBD-mysql>=0:databases/p5-DBD-mysql \ @@ -92,11 +93,4 @@ post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} -.include - -.if ${PERL_LEVEL} >= 502200 -BUILD_DEPENDS+= p5-CGI>=0:www/p5-CGI -RUN_DEPENDS+= p5-CGI>=0:www/p5-CGI -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:50:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91698B94750; Thu, 1 Jun 2017 23:50: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 mx1.freebsd.org (Postfix) with ESMTPS id 5B395716DA; Thu, 1 Jun 2017 23:50: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 v51NocLK004992; Thu, 1 Jun 2017 23:50:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NocAV004991; Thu, 1 Jun 2017 23:50:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012350.v51NocAV004991@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, 1 Jun 2017 23:50:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442336 - head/databases/p5-DBICx-MapMaker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:50:39 -0000 Author: sunpoet Date: Thu Jun 1 23:50:38 2017 New Revision: 442336 URL: https://svnweb.freebsd.org/changeset/ports/442336 Log: Add LICENSE - Add NO_ARCH - Remove outdated PERL_LEVEL check Modified: head/databases/p5-DBICx-MapMaker/Makefile Modified: head/databases/p5-DBICx-MapMaker/Makefile ============================================================================== --- head/databases/p5-DBICx-MapMaker/Makefile Thu Jun 1 23:50:33 2017 (r442335) +++ head/databases/p5-DBICx-MapMaker/Makefile Thu Jun 1 23:50:38 2017 (r442336) @@ -12,18 +12,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl 5 module to automatically create a DBIx::Class mapping table +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= p5-Moose>=0.39:devel/p5-Moose BUILD_DEPENDS= p5-DBIx-Class>=0.07003:databases/p5-DBIx-Class \ p5-DBICx-TestDatabase>=0.02:databases/p5-DBICx-TestDatabase \ p5-Moose>=0.39:devel/p5-Moose +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:50:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40C74B94799; Thu, 1 Jun 2017 23:50: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 mx1.freebsd.org (Postfix) with ESMTPS id 100C07175C; Thu, 1 Jun 2017 23:50: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 v51NohHX005097; Thu, 1 Jun 2017 23:50:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Noh5J005096; Thu, 1 Jun 2017 23:50:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012350.v51Noh5J005096@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, 1 Jun 2017 23:50:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442337 - head/databases/p5-DBICx-TestDatabase X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:50:44 -0000 Author: sunpoet Date: Thu Jun 1 23:50:43 2017 New Revision: 442337 URL: https://svnweb.freebsd.org/changeset/ports/442337 Log: Remove outdated PERL_LEVEL check Modified: head/databases/p5-DBICx-TestDatabase/Makefile Modified: head/databases/p5-DBICx-TestDatabase/Makefile ============================================================================== --- head/databases/p5-DBICx-TestDatabase/Makefile Thu Jun 1 23:50:38 2017 (r442336) +++ head/databases/p5-DBICx-TestDatabase/Makefile Thu Jun 1 23:50:43 2017 (r442337) @@ -24,10 +24,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:50:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27BC7B947CB; Thu, 1 Jun 2017 23:50: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 mx1.freebsd.org (Postfix) with ESMTPS id E780B717D2; Thu, 1 Jun 2017 23:50:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51NomIj005199; Thu, 1 Jun 2017 23:50:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NomJi005198; Thu, 1 Jun 2017 23:50:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012350.v51NomJi005198@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, 1 Jun 2017 23:50:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442338 - head/databases/p5-MongoDB X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:50:49 -0000 Author: sunpoet Date: Thu Jun 1 23:50:47 2017 New Revision: 442338 URL: https://svnweb.freebsd.org/changeset/ports/442338 Log: Remove outdated PERL_LEVEL check Modified: head/databases/p5-MongoDB/Makefile Modified: head/databases/p5-MongoDB/Makefile ============================================================================== --- head/databases/p5-MongoDB/Makefile Thu Jun 1 23:50:43 2017 (r442337) +++ head/databases/p5-MongoDB/Makefile Thu Jun 1 23:50:47 2017 (r442338) @@ -44,11 +44,4 @@ USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/MongoDB/MongoDB.so -.include - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP -RUN_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:50:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F458B947F8; Thu, 1 Jun 2017 23:50: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 mx1.freebsd.org (Postfix) with ESMTPS id D1EA271844; Thu, 1 Jun 2017 23:50:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51NoqZU005304; Thu, 1 Jun 2017 23:50:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NoqQA005303; Thu, 1 Jun 2017 23:50:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012350.v51NoqQA005303@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, 1 Jun 2017 23:50:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442339 - head/devel/p5-Check-ISA X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:50:54 -0000 Author: sunpoet Date: Thu Jun 1 23:50:52 2017 New Revision: 442339 URL: https://svnweb.freebsd.org/changeset/ports/442339 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Check-ISA/Makefile Modified: head/devel/p5-Check-ISA/Makefile ============================================================================== --- head/devel/p5-Check-ISA/Makefile Thu Jun 1 23:50:47 2017 (r442338) +++ head/devel/p5-Check-ISA/Makefile Thu Jun 1 23:50:52 2017 (r442339) @@ -22,10 +22,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:50:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0034B94827; Thu, 1 Jun 2017 23:50: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 mx1.freebsd.org (Postfix) with ESMTPS id 7F90C718C2; Thu, 1 Jun 2017 23:50: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 v51NovQ3005407; Thu, 1 Jun 2017 23:50:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Nov3h005406; Thu, 1 Jun 2017 23:50:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012350.v51Nov3h005406@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, 1 Jun 2017 23:50:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442340 - head/devel/p5-Context-Preserve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:50:58 -0000 Author: sunpoet Date: Thu Jun 1 23:50:57 2017 New Revision: 442340 URL: https://svnweb.freebsd.org/changeset/ports/442340 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Context-Preserve/Makefile Modified: head/devel/p5-Context-Preserve/Makefile ============================================================================== --- head/devel/p5-Context-Preserve/Makefile Thu Jun 1 23:50:52 2017 (r442339) +++ head/devel/p5-Context-Preserve/Makefile Thu Jun 1 23:50:57 2017 (r442340) @@ -21,10 +21,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:51:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD1B4B94859; Thu, 1 Jun 2017 23:51: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 mx1.freebsd.org (Postfix) with ESMTPS id ADC687194C; Thu, 1 Jun 2017 23:51: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 v51Np2v8005531; Thu, 1 Jun 2017 23:51:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Np2Cc005529; Thu, 1 Jun 2017 23:51:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012351.v51Np2Cc005529@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, 1 Jun 2017 23:51:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442341 - head/devel/p5-Devel-ArgNames X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:51:04 -0000 Author: sunpoet Date: Thu Jun 1 23:51:02 2017 New Revision: 442341 URL: https://svnweb.freebsd.org/changeset/ports/442341 Log: Add LICENSE - Remove outdated PERL_LEVEL check - Sort PLIST Modified: head/devel/p5-Devel-ArgNames/Makefile head/devel/p5-Devel-ArgNames/pkg-plist Modified: head/devel/p5-Devel-ArgNames/Makefile ============================================================================== --- head/devel/p5-Devel-ArgNames/Makefile Thu Jun 1 23:50:57 2017 (r442340) +++ head/devel/p5-Devel-ArgNames/Makefile Thu Jun 1 23:51:02 2017 (r442341) @@ -11,16 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Figure out the names of variables passed into subroutines +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-PadWalker>=0:devel/p5-PadWalker -RUN_DEPENDS= p5-PadWalker>=0:devel/p5-PadWalker +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/devel/p5-Devel-ArgNames/pkg-plist ============================================================================== --- head/devel/p5-Devel-ArgNames/pkg-plist Thu Jun 1 23:50:57 2017 (r442340) +++ head/devel/p5-Devel-ArgNames/pkg-plist Thu Jun 1 23:51:02 2017 (r442341) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Devel::ArgNames.3.gz %%SITE_PERL%%/Devel/ArgNames.pm +%%PERL5_MAN3%%/Devel::ArgNames.3.gz From owner-svn-ports-all@freebsd.org Thu Jun 1 23:51:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4B7FB94888; Thu, 1 Jun 2017 23:51: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 mx1.freebsd.org (Postfix) with ESMTPS id B319A719D1; Thu, 1 Jun 2017 23:51: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 v51Np7M4005636; Thu, 1 Jun 2017 23:51:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Np7MM005635; Thu, 1 Jun 2017 23:51:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012351.v51Np7MM005635@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, 1 Jun 2017 23:51:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442342 - head/devel/p5-Devel-Events X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:51:09 -0000 Author: sunpoet Date: Thu Jun 1 23:51:07 2017 New Revision: 442342 URL: https://svnweb.freebsd.org/changeset/ports/442342 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Devel-Events/Makefile Modified: head/devel/p5-Devel-Events/Makefile ============================================================================== --- head/devel/p5-Devel-Events/Makefile Thu Jun 1 23:51:02 2017 (r442341) +++ head/devel/p5-Devel-Events/Makefile Thu Jun 1 23:51:07 2017 (r442342) @@ -25,10 +25,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:51:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2C50B948B5; Thu, 1 Jun 2017 23:51: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 mx1.freebsd.org (Postfix) with ESMTPS id B11B171B44; Thu, 1 Jun 2017 23:51: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 v51NpC4v006469; Thu, 1 Jun 2017 23:51:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NpCd9006468; Thu, 1 Jun 2017 23:51:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012351.v51NpCd9006468@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, 1 Jun 2017 23:51:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442343 - head/devel/p5-Devel-Events-Objects X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:51:14 -0000 Author: sunpoet Date: Thu Jun 1 23:51:12 2017 New Revision: 442343 URL: https://svnweb.freebsd.org/changeset/ports/442343 Log: Remove outdated PERL_LEVEL check - Add NO_ARCH Modified: head/devel/p5-Devel-Events-Objects/Makefile Modified: head/devel/p5-Devel-Events-Objects/Makefile ============================================================================== --- head/devel/p5-Devel-Events-Objects/Makefile Thu Jun 1 23:51:07 2017 (r442342) +++ head/devel/p5-Devel-Events-Objects/Makefile Thu Jun 1 23:51:12 2017 (r442343) @@ -17,13 +17,8 @@ BUILD_DEPENDS= p5-Devel-Events>=0:devel/p5-Devel-Event p5-Variable-Magic>=0:devel/p5-Variable-Magic RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:51:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF819B948E7; Thu, 1 Jun 2017 23:51: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 mx1.freebsd.org (Postfix) with ESMTPS id 8DD3371BCC; Thu, 1 Jun 2017 23:51: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 v51NpHYP006573; Thu, 1 Jun 2017 23:51:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NpHa6006572; Thu, 1 Jun 2017 23:51:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012351.v51NpHa6006572@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, 1 Jun 2017 23:51:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442344 - head/devel/p5-Devel-PartialDump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:51:18 -0000 Author: sunpoet Date: Thu Jun 1 23:51:17 2017 New Revision: 442344 URL: https://svnweb.freebsd.org/changeset/ports/442344 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Devel-PartialDump/Makefile Modified: head/devel/p5-Devel-PartialDump/Makefile ============================================================================== --- head/devel/p5-Devel-PartialDump/Makefile Thu Jun 1 23:51:12 2017 (r442343) +++ head/devel/p5-Devel-PartialDump/Makefile Thu Jun 1 23:51:17 2017 (r442344) @@ -23,10 +23,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:51:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73971B9490E; Thu, 1 Jun 2017 23:51: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 mx1.freebsd.org (Postfix) with ESMTPS id 4183571C3F; Thu, 1 Jun 2017 23:51: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 v51NpM6c006678; Thu, 1 Jun 2017 23:51:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NpMQp006677; Thu, 1 Jun 2017 23:51:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012351.v51NpMQp006677@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, 1 Jun 2017 23:51:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442345 - head/devel/p5-ExtUtils-MakeMaker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:51:23 -0000 Author: sunpoet Date: Thu Jun 1 23:51:22 2017 New Revision: 442345 URL: https://svnweb.freebsd.org/changeset/ports/442345 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/Makefile Thu Jun 1 23:51:17 2017 (r442344) +++ head/devel/p5-ExtUtils-MakeMaker/Makefile Thu Jun 1 23:51:22 2017 (r442345) @@ -18,17 +18,9 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-ExtUtils-Manifest>=1.70:devel/p5-ExtUtils-Manifest -RUN_DEPENDS+= p5-ExtUtils-Manifest>=1.70:devel/p5-ExtUtils-Manifest -TEST_DEPENDS+= p5-CPAN-Meta>=2.143240:devel/p5-CPAN-Meta -.endif - post-patch: @${REINPLACE_CMD} -e '/EXE_FILES/d; /my::bundles/d' ${WRKSRC}/Makefile.PL @${REINPLACE_CMD} -e '/^bundled\//d' ${WRKSRC}/MANIFEST @${RM} -r ${WRKSRC}/bundled/ -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:51:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7ACDEB9492B; Thu, 1 Jun 2017 23:51: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 mx1.freebsd.org (Postfix) with ESMTPS id 4636671CB9; Thu, 1 Jun 2017 23:51: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 v51NpR97006780; Thu, 1 Jun 2017 23:51:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NpRDI006779; Thu, 1 Jun 2017 23:51:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012351.v51NpRDI006779@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, 1 Jun 2017 23:51:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442346 - head/devel/p5-Hash-Util-FieldHash-Compat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:51:28 -0000 Author: sunpoet Date: Thu Jun 1 23:51:27 2017 New Revision: 442346 URL: https://svnweb.freebsd.org/changeset/ports/442346 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Hash-Util-FieldHash-Compat/Makefile Modified: head/devel/p5-Hash-Util-FieldHash-Compat/Makefile ============================================================================== --- head/devel/p5-Hash-Util-FieldHash-Compat/Makefile Thu Jun 1 23:51:22 2017 (r442345) +++ head/devel/p5-Hash-Util-FieldHash-Compat/Makefile Thu Jun 1 23:51:27 2017 (r442346) @@ -21,10 +21,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS= p5-Test-Simple>=0:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:51:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FFD4B9495C; Thu, 1 Jun 2017 23:51: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 mx1.freebsd.org (Postfix) with ESMTPS id 4A79A71D42; Thu, 1 Jun 2017 23:51: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 v51NpWIs006901; Thu, 1 Jun 2017 23:51:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NpWD9006899; Thu, 1 Jun 2017 23:51:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012351.v51NpWD9006899@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, 1 Jun 2017 23:51:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442347 - head/devel/p5-JSON-RPC-Common X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:51:33 -0000 Author: sunpoet Date: Thu Jun 1 23:51:32 2017 New Revision: 442347 URL: https://svnweb.freebsd.org/changeset/ports/442347 Log: Add LICENSE - Add NO_ARCH - Remove outdated PERL_LEVEL check - Sort PLIST Modified: head/devel/p5-JSON-RPC-Common/Makefile head/devel/p5-JSON-RPC-Common/pkg-plist Modified: head/devel/p5-JSON-RPC-Common/Makefile ============================================================================== --- head/devel/p5-JSON-RPC-Common/Makefile Thu Jun 1 23:51:27 2017 (r442346) +++ head/devel/p5-JSON-RPC-Common/Makefile Thu Jun 1 23:51:32 2017 (r442347) @@ -11,6 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Transport agnostic JSON RPC helper objects +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-libwww>=5:www/p5-libwww \ p5-Moose>=0.81:devel/p5-Moose \ p5-JSON>=2.11:converters/p5-JSON \ @@ -21,13 +25,8 @@ BUILD_DEPENDS= p5-libwww>=5:www/p5-libwww \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/devel/p5-JSON-RPC-Common/pkg-plist ============================================================================== --- head/devel/p5-JSON-RPC-Common/pkg-plist Thu Jun 1 23:51:27 2017 (r442346) +++ head/devel/p5-JSON-RPC-Common/pkg-plist Thu Jun 1 23:51:32 2017 (r442347) @@ -1,20 +1,3 @@ -%%PERL5_MAN3%%/JSON::RPC::Common.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Marshal::HTTP.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Marshal::Text.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Message.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call::Version_1_0.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call::Version_1_1.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call::Version_2_0.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Error.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_0.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_0::Error.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_1.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_1::Error.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_2_0.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_2_0::Error.3.gz -%%PERL5_MAN3%%/JSON::RPC::Common::TypeConstraints.3.gz %%SITE_PERL%%/JSON/RPC/Common.pm %%SITE_PERL%%/JSON/RPC/Common/Marshal/HTTP.pm %%SITE_PERL%%/JSON/RPC/Common/Marshal/Text.pm @@ -32,3 +15,20 @@ %%SITE_PERL%%/JSON/RPC/Common/Procedure/Return/Version_2_0.pm %%SITE_PERL%%/JSON/RPC/Common/Procedure/Return/Version_2_0/Error.pm %%SITE_PERL%%/JSON/RPC/Common/TypeConstraints.pm +%%PERL5_MAN3%%/JSON::RPC::Common.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Marshal::HTTP.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Marshal::Text.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Message.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call::Version_1_0.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call::Version_1_1.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Call::Version_2_0.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Error.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_0.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_0::Error.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_1.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_1_1::Error.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_2_0.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::Procedure::Return::Version_2_0::Error.3.gz +%%PERL5_MAN3%%/JSON::RPC::Common::TypeConstraints.3.gz From owner-svn-ports-all@freebsd.org Thu Jun 1 23:51:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 735FBB9498D; Thu, 1 Jun 2017 23:51: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 mx1.freebsd.org (Postfix) with ESMTPS id 3AD8571DC4; Thu, 1 Jun 2017 23:51: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 v51NpbHR007872; Thu, 1 Jun 2017 23:51:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NpbCP007871; Thu, 1 Jun 2017 23:51:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012351.v51NpbCP007871@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, 1 Jun 2017 23:51:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442348 - head/devel/p5-Module-Build X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:51:38 -0000 Author: sunpoet Date: Thu Jun 1 23:51:37 2017 New Revision: 442348 URL: https://svnweb.freebsd.org/changeset/ports/442348 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Module-Build/Makefile Modified: head/devel/p5-Module-Build/Makefile ============================================================================== --- head/devel/p5-Module-Build/Makefile Thu Jun 1 23:51:32 2017 (r442347) +++ head/devel/p5-Module-Build/Makefile Thu Jun 1 23:51:37 2017 (r442348) @@ -27,16 +27,9 @@ NO_ARCH= yes USES= perl5 USE_PERL5= modbuild -.include - -.if ${PERL_LEVEL} < 502105 -BUILD_DEPENDS+= p5-CPAN-Meta>=2.142060:devel/p5-CPAN-Meta -RUN_DEPENDS+= p5-CPAN-Meta>=2.142060:devel/p5-CPAN-Meta -.endif - post-patch: @${RM} ${WRKSRC}/bin/config_data @${REINPLACE_CMD} -e '/script_files/d' ${WRKSRC}/Build.PL @${REINPLACE_CMD} -e '/^bin\/config_data/d' ${WRKSRC}/MANIFEST -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:51:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD6F0B949B6; Thu, 1 Jun 2017 23:51:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8FF471E4D; Thu, 1 Jun 2017 23:51: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 v51Npg8o007975; Thu, 1 Jun 2017 23:51:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NpghB007974; Thu, 1 Jun 2017 23:51:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012351.v51NpghB007974@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, 1 Jun 2017 23:51:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442349 - head/devel/p5-Moo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:51:44 -0000 Author: sunpoet Date: Thu Jun 1 23:51:42 2017 New Revision: 442349 URL: https://svnweb.freebsd.org/changeset/ports/442349 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Moo/Makefile Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Thu Jun 1 23:51:37 2017 (r442348) +++ head/devel/p5-Moo/Makefile Thu Jun 1 23:51:42 2017 (r442349) @@ -32,11 +32,4 @@ USE_PERL5= configure XS_BUILD_DEPENDS= p5-Class-XSAccessor>=1.18:devel/p5-Class-XSAccessor XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS} -.include - -.if ${PERL_LEVEL} < 502200 && ${PORT_OPTIONS:MXS} -BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:51:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0653B949DD; Thu, 1 Jun 2017 23:51:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FF5E71ED2; Thu, 1 Jun 2017 23:51:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51NplRs008080; Thu, 1 Jun 2017 23:51:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Nplbc008079; Thu, 1 Jun 2017 23:51:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012351.v51Nplbc008079@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, 1 Jun 2017 23:51:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442350 - head/devel/p5-MooseX-Traits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:51:48 -0000 Author: sunpoet Date: Thu Jun 1 23:51:47 2017 New Revision: 442350 URL: https://svnweb.freebsd.org/changeset/ports/442350 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-MooseX-Traits/Makefile Modified: head/devel/p5-MooseX-Traits/Makefile ============================================================================== --- head/devel/p5-MooseX-Traits/Makefile Thu Jun 1 23:51:42 2017 (r442349) +++ head/devel/p5-MooseX-Traits/Makefile Thu Jun 1 23:51:47 2017 (r442350) @@ -26,10 +26,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= modbuildtiny -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:51:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC205B94A07; Thu, 1 Jun 2017 23:51:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAAC371F52; Thu, 1 Jun 2017 23:51:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51NpqFS008184; Thu, 1 Jun 2017 23:51:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NpqmI008183; Thu, 1 Jun 2017 23:51:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012351.v51NpqmI008183@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, 1 Jun 2017 23:51:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442351 - head/devel/p5-Number-Tolerant X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:51:54 -0000 Author: sunpoet Date: Thu Jun 1 23:51:52 2017 New Revision: 442351 URL: https://svnweb.freebsd.org/changeset/ports/442351 Log: Add LICENSE_FILE - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Number-Tolerant/Makefile Modified: head/devel/p5-Number-Tolerant/Makefile ============================================================================== --- head/devel/p5-Number-Tolerant/Makefile Thu Jun 1 23:51:47 2017 (r442350) +++ head/devel/p5-Number-Tolerant/Makefile Thu Jun 1 23:51:52 2017 (r442351) @@ -12,6 +12,7 @@ COMMENT= Provides inexact number comparisons with tole LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Sub-Exporter>=0.950:devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -20,10 +21,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:51:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6FE3B94A37; Thu, 1 Jun 2017 23:51: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 mx1.freebsd.org (Postfix) with ESMTPS id B604071FD7; Thu, 1 Jun 2017 23:51: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 v51NpvKj008287; Thu, 1 Jun 2017 23:51:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Npvg5008286; Thu, 1 Jun 2017 23:51:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012351.v51Npvg5008286@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, 1 Jun 2017 23:51:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442352 - head/devel/p5-Object-Declare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:51:59 -0000 Author: sunpoet Date: Thu Jun 1 23:51:57 2017 New Revision: 442352 URL: https://svnweb.freebsd.org/changeset/ports/442352 Log: Add LICENSE - Add NO_ARCH - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Object-Declare/Makefile Modified: head/devel/p5-Object-Declare/Makefile ============================================================================== --- head/devel/p5-Object-Declare/Makefile Thu Jun 1 23:51:52 2017 (r442351) +++ head/devel/p5-Object-Declare/Makefile Thu Jun 1 23:51:57 2017 (r442352) @@ -10,13 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Declarative object constructor +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502106 -TEST_DEPENDS+= p5-Test-Simple>=0:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:52:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92D60B94A63; Thu, 1 Jun 2017 23:52:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61B6172065; Thu, 1 Jun 2017 23:52:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51Nq3WC008412; Thu, 1 Jun 2017 23:52:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Nq3tU008410; Thu, 1 Jun 2017 23:52:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012352.v51Nq3tU008410@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, 1 Jun 2017 23:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442353 - head/devel/p5-Term-VT102-Boundless X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:52:04 -0000 Author: sunpoet Date: Thu Jun 1 23:52:03 2017 New Revision: 442353 URL: https://svnweb.freebsd.org/changeset/ports/442353 Log: Add LICENSE - Add NO_ARCH - Remove outdated PERL_LEVEL check - Sort PLIST Modified: head/devel/p5-Term-VT102-Boundless/Makefile head/devel/p5-Term-VT102-Boundless/pkg-plist Modified: head/devel/p5-Term-VT102-Boundless/Makefile ============================================================================== --- head/devel/p5-Term-VT102-Boundless/Makefile Thu Jun 1 23:51:57 2017 (r442352) +++ head/devel/p5-Term-VT102-Boundless/Makefile Thu Jun 1 23:52:03 2017 (r442353) @@ -11,16 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Subclass to emulate boundless DEC VT102 terminal +LICENSE= ART10 GPLv1 MIT +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Term-VT102>=0:devel/p5-Term-VT102 RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/devel/p5-Term-VT102-Boundless/pkg-plist ============================================================================== --- head/devel/p5-Term-VT102-Boundless/pkg-plist Thu Jun 1 23:51:57 2017 (r442352) +++ head/devel/p5-Term-VT102-Boundless/pkg-plist Thu Jun 1 23:52:03 2017 (r442353) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Term::VT102::Boundless.3.gz %%SITE_PERL%%/Term/VT102/Boundless.pm +%%PERL5_MAN3%%/Term::VT102::Boundless.3.gz From owner-svn-ports-all@freebsd.org Thu Jun 1 23:52:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0CB1B94A93; Thu, 1 Jun 2017 23:52: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 mx1.freebsd.org (Postfix) with ESMTPS id 9F934720E8; Thu, 1 Jun 2017 23:52:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51Nq8m9008517; Thu, 1 Jun 2017 23:52:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51Nq8F2008516; Thu, 1 Jun 2017 23:52:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012352.v51Nq8F2008516@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, 1 Jun 2017 23:52:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442354 - head/devel/p5-Test-Deep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:52:09 -0000 Author: sunpoet Date: Thu Jun 1 23:52:08 2017 New Revision: 442354 URL: https://svnweb.freebsd.org/changeset/ports/442354 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Test-Deep/Makefile Modified: head/devel/p5-Test-Deep/Makefile ============================================================================== --- head/devel/p5-Test-Deep/Makefile Thu Jun 1 23:52:03 2017 (r442353) +++ head/devel/p5-Test-Deep/Makefile Thu Jun 1 23:52:08 2017 (r442354) @@ -21,11 +21,4 @@ USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e '/return (/s/;/);/' ${WRKSRC}/lib/Test/Deep/RegexpOnly.pm -.include - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:52:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4F67B94AC3; Thu, 1 Jun 2017 23:52: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 mx1.freebsd.org (Postfix) with ESMTPS id B03EA7216B; Thu, 1 Jun 2017 23:52:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51NqDGY010906; Thu, 1 Jun 2017 23:52:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NqDTM010905; Thu, 1 Jun 2017 23:52:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012352.v51NqDTM010905@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, 1 Jun 2017 23:52:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442355 - head/devel/p5-Test-File X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:52:15 -0000 Author: sunpoet Date: Thu Jun 1 23:52:13 2017 New Revision: 442355 URL: https://svnweb.freebsd.org/changeset/ports/442355 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Test-File/Makefile Modified: head/devel/p5-Test-File/Makefile ============================================================================== --- head/devel/p5-Test-File/Makefile Thu Jun 1 23:52:08 2017 (r442354) +++ head/devel/p5-Test-File/Makefile Thu Jun 1 23:52:13 2017 (r442355) @@ -20,11 +20,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502104 -BUILD_DEPENDS+= p5-Test-Simple>=1.001006:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=1.001006:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:52:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EC32B94AF3; Thu, 1 Jun 2017 23:52:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DBD4721F5; Thu, 1 Jun 2017 23:52: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 v51NqJIW011011; Thu, 1 Jun 2017 23:52:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NqJiM011010; Thu, 1 Jun 2017 23:52:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012352.v51NqJiM011010@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, 1 Jun 2017 23:52:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442356 - head/devel/p5-Test-JSON X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:52:20 -0000 Author: sunpoet Date: Thu Jun 1 23:52:18 2017 New Revision: 442356 URL: https://svnweb.freebsd.org/changeset/ports/442356 Log: Add LICENSE - Remove DISTNAME - Add NO_ARCH - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Test-JSON/Makefile Modified: head/devel/p5-Test-JSON/Makefile ============================================================================== --- head/devel/p5-Test-JSON/Makefile Thu Jun 1 23:52:13 2017 (r442355) +++ head/devel/p5-Test-JSON/Makefile Thu Jun 1 23:52:18 2017 (r442356) @@ -7,23 +7,19 @@ PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${DISTVERSION:C/0$//} MAINTAINER= perl@FreeBSD.org COMMENT= Test JSON data -RUN_DEPENDS= p5-Test-Differences>=0.47:devel/p5-Test-Differences \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Test-Differences>=0.47:devel/p5-Test-Differences \ p5-JSON-Any>=1.20:converters/p5-JSON-Any -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:52:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B335B94C25; Thu, 1 Jun 2017 23:52: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 mx1.freebsd.org (Postfix) with ESMTPS id 3971872286; Thu, 1 Jun 2017 23:52:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51NqOnn011132; Thu, 1 Jun 2017 23:52:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NqOev011130; Thu, 1 Jun 2017 23:52:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012352.v51NqOev011130@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, 1 Jun 2017 23:52:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442357 - head/devel/p5-Test-WWW-Declare X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:52:25 -0000 Author: sunpoet Date: Thu Jun 1 23:52:24 2017 New Revision: 442357 URL: https://svnweb.freebsd.org/changeset/ports/442357 Log: Add LICENSE - Add NO_ARCH - Remove outdated PERL_LEVEL check - Sort PLIST Modified: head/devel/p5-Test-WWW-Declare/Makefile head/devel/p5-Test-WWW-Declare/pkg-plist Modified: head/devel/p5-Test-WWW-Declare/Makefile ============================================================================== --- head/devel/p5-Test-WWW-Declare/Makefile Thu Jun 1 23:52:18 2017 (r442356) +++ head/devel/p5-Test-WWW-Declare/Makefile Thu Jun 1 23:52:24 2017 (r442357) @@ -11,16 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Declarative testing for your web app +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Test-WWW-Mechanize>=0:devel/p5-Test-WWW-Mechanize RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/devel/p5-Test-WWW-Declare/pkg-plist ============================================================================== --- head/devel/p5-Test-WWW-Declare/pkg-plist Thu Jun 1 23:52:18 2017 (r442356) +++ head/devel/p5-Test-WWW-Declare/pkg-plist Thu Jun 1 23:52:24 2017 (r442357) @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Test::WWW::Declare.3.gz %%SITE_PERL%%/Test/WWW/Declare.pm %%SITE_PERL%%/Test/WWW/Declare/Tester.pm +%%PERL5_MAN3%%/Test::WWW::Declare.3.gz From owner-svn-ports-all@freebsd.org Thu Jun 1 23:52:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5E4BB94C4E; Thu, 1 Jun 2017 23:52: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 mx1.freebsd.org (Postfix) with ESMTPS id 84B497230F; Thu, 1 Jun 2017 23:52:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v51NqTT0011234; Thu, 1 Jun 2017 23:52:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NqTVH011233; Thu, 1 Jun 2017 23:52:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012352.v51NqTVH011233@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, 1 Jun 2017 23:52:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442358 - head/devel/p5-Tree-DAG_Node X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:52:30 -0000 Author: sunpoet Date: Thu Jun 1 23:52:29 2017 New Revision: 442358 URL: https://svnweb.freebsd.org/changeset/ports/442358 Log: Add LICENSE_FILE - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Tree-DAG_Node/Makefile Modified: head/devel/p5-Tree-DAG_Node/Makefile ============================================================================== --- head/devel/p5-Tree-DAG_Node/Makefile Thu Jun 1 23:52:24 2017 (r442357) +++ head/devel/p5-Tree-DAG_Node/Makefile Thu Jun 1 23:52:29 2017 (r442358) @@ -11,6 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Super class for representing nodes in a tree LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-File-Slurp-Tiny>=0.003:devel/p5-File-Slurp-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -19,10 +20,4 @@ NO_ARCH= yes USES= perl5 tar:tgz USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Thu Jun 1 23:52:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDE04B94C79; Thu, 1 Jun 2017 23:52: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 mx1.freebsd.org (Postfix) with ESMTPS id BE5617239A; Thu, 1 Jun 2017 23:52: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 v51NqY4a011357; Thu, 1 Jun 2017 23:52:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v51NqYxw011355; Thu, 1 Jun 2017 23:52:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706012352.v51NqYxw011355@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, 1 Jun 2017 23:52:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442359 - head/devel/p5-constant-lexical X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2017 23:52:36 -0000 Author: sunpoet Date: Thu Jun 1 23:52:34 2017 New Revision: 442359 URL: https://svnweb.freebsd.org/changeset/ports/442359 Log: Add LICENSE - Sort *_DEPENDS - Remove outdated PERL_LEVEL check - Sort PLIST Modified: head/devel/p5-constant-lexical/Makefile head/devel/p5-constant-lexical/pkg-plist Modified: head/devel/p5-constant-lexical/Makefile ============================================================================== --- head/devel/p5-constant-lexical/Makefile Thu Jun 1 23:52:29 2017 (r442358) +++ head/devel/p5-constant-lexical/Makefile Thu Jun 1 23:52:34 2017 (r442359) @@ -11,19 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl pragma to declare lexical compile-time constants -BUILD_DEPENDS= p5-Sub-Delete>=0:devel/p5-Sub-Delete \ - p5-Lexical-Var>=0:devel/p5-Lexical-Var +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Lexical-Var>=0:devel/p5-Lexical-Var \ + p5-Sub-Delete>=0:devel/p5-Sub-Delete RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} >= 502200 -PLIST_SUB+= USEXS= NOXS="@comment " -.else -PLIST_SUB+= USEXS="@comment " NOXS= -.endif - -.include +.include Modified: head/devel/p5-constant-lexical/pkg-plist ============================================================================== --- head/devel/p5-constant-lexical/pkg-plist Thu Jun 1 23:52:29 2017 (r442358) +++ head/devel/p5-constant-lexical/pkg-plist Thu Jun 1 23:52:34 2017 (r442359) @@ -1,4 +1,3 @@ -%%USEXS%%%%SITE_ARCH%%/auto/constant/lexical/lexical.so -%%USEXS%%%%SITE_ARCH%%/constant/lexical.pm +%%SITE_ARCH%%/auto/constant/lexical/lexical.so +%%SITE_ARCH%%/constant/lexical.pm %%PERL5_MAN3%%/constant::lexical.3.gz -%%NOXS%%%%SITE_PERL%%/constant/lexical.pm From owner-svn-ports-all@freebsd.org Fri Jun 2 00:14:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1AE0B95526; Fri, 2 Jun 2017 00:14:05 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD9AC73940; Fri, 2 Jun 2017 00:14:05 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v520E4kB019591; Fri, 2 Jun 2017 00:14:04 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v520E4NR019586; Fri, 2 Jun 2017 00:14:04 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201706020014.v520E4NR019586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Fri, 2 Jun 2017 00:14:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442360 - in head/math: . clblast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 00:14:06 -0000 Author: jmd Date: Fri Jun 2 00:14:04 2017 New Revision: 442360 URL: https://svnweb.freebsd.org/changeset/ports/442360 Log: new port: math/clblast. This adds clblast (notice the t!) another BLAS library for GPUs, with the distinct difference that clblast targets portable performance across AMD, Intel, and NVIDIA accelerators. Reported by: swills (mentor) Reviewed by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10919 Added: head/math/clblast/ head/math/clblast/Makefile (contents, props changed) head/math/clblast/distinfo (contents, props changed) head/math/clblast/pkg-descr (contents, props changed) head/math/clblast/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Jun 1 23:52:34 2017 (r442359) +++ head/math/Makefile Fri Jun 2 00:14:04 2017 (r442360) @@ -121,6 +121,7 @@ SUBDIR += clarence SUBDIR += clasp SUBDIR += clblas + SUBDIR += clblast SUBDIR += clfft SUBDIR += clipper SUBDIR += cln Added: head/math/clblast/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clblast/Makefile Fri Jun 2 00:14:04 2017 (r442360) @@ -0,0 +1,29 @@ +# Created by: Johannes M Dieterich +# $FreeBSD$ + +PORTNAME= clblast +PORTVERSION= 0.11.0 +CATEGORIES= math + +MAINTAINER= jmd@FreeBSD.org +COMMENT= Modern, lightweight, performant and tunable OpenCL BLAS library + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= opencl>=0:devel/opencl +LIB_DEPENDS= libOpenCL.so:devel/ocl-icd +RUN_DEPENDS= opencl>=0:devel/opencl + +USE_GITHUB= yes +GH_ACCOUNT= CNugteren +GH_PROJECT= CLBlast + +USE_LDCONFIG= yes +USES= cmake + +post-install: + @${MV} ${STAGEDIR}/${PREFIX}/lib/pkgconfig/clblast.pc ${STAGEDIR}/${PREFIX}/libdata/pkgconfig/clblast.pc + @${RM} -r ${STAGEDIR}/${PREFIX}/lib/pkgconfig + +.include Added: head/math/clblast/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clblast/distinfo Fri Jun 2 00:14:04 2017 (r442360) @@ -0,0 +1,3 @@ +TIMESTAMP = 1495679439 +SHA256 (CNugteren-CLBlast-0.11.0_GH0.tar.gz) = 947182733e51f9fc8317896047c95cf07fb3cd5f14437ea25a38e013f42f8e53 +SIZE (CNugteren-CLBlast-0.11.0_GH0.tar.gz) = 557469 Added: head/math/clblast/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clblast/pkg-descr Fri Jun 2 00:14:04 2017 (r442360) @@ -0,0 +1,4 @@ +Modern, lightweight, performant and tunable OpenCL BLAS library. Tuned for +Intel, AMD, and NVIDIA accelerators. + +WWW: https://github.com/CNugteren/CLBlast Added: head/math/clblast/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/clblast/pkg-plist Fri Jun 2 00:14:04 2017 (r442360) @@ -0,0 +1,7 @@ +include/clblast.h +include/clblast_c.h +include/clblast_half.h +lib/cmake/CLBLast/CLBlastConfig-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/CLBLast/CLBlastConfig.cmake +lib/libclblast.so +libdata/pkgconfig/clblast.pc From owner-svn-ports-all@freebsd.org Fri Jun 2 00:18:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DCA6B956D3; Fri, 2 Jun 2017 00:18:08 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E39A673B56; Fri, 2 Jun 2017 00:18:07 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v520I76E019875; Fri, 2 Jun 2017 00:18:07 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v520I6Hx019871; Fri, 2 Jun 2017 00:18:06 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201706020018.v520I6Hx019871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Fri, 2 Jun 2017 00:18:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442361 - in head/devel: . cltune X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 00:18:08 -0000 Author: jmd Date: Fri Jun 2 00:18:06 2017 New Revision: 442361 URL: https://svnweb.freebsd.org/changeset/ports/442361 Log: new port: devel/cltune. This adds cltune, a program to tune OpenCL (and CUDA) kernels automatically. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10918 Added: head/devel/cltune/ head/devel/cltune/Makefile (contents, props changed) head/devel/cltune/distinfo (contents, props changed) head/devel/cltune/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jun 2 00:14:04 2017 (r442360) +++ head/devel/Makefile Fri Jun 2 00:18:06 2017 (r442361) @@ -303,6 +303,7 @@ SUBDIR += cloudabi-binutils-aarch64 SUBDIR += cloudabi-binutils-x86_64 SUBDIR += cloudabi-toolchain + SUBDIR += cltune SUBDIR += cmake SUBDIR += cmake-doc SUBDIR += cmake-fedora Added: head/devel/cltune/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cltune/Makefile Fri Jun 2 00:18:06 2017 (r442361) @@ -0,0 +1,33 @@ +# Created by: Johannes M Dieterich +# $FreeBSD$ + +PORTNAME= cltune +PORTVERSION= 2.6.0 +CATEGORIES= devel + +MAINTAINER= jmd@FreeBSD.org +COMMENT= Library to tune OpenCL kernels + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= opencl>=0:devel/opencl +LIB_DEPENDS= libOpenCL.so:devel/ocl-icd +RUN_DEPENDS= opencl>=0:devel/opencl + +USE_GITHUB= yes +GH_ACCOUNT= CNugteren +GH_PROJECT= CLTune + +USE_LDCONFIG= yes +USES= cmake + +PLIST_FILES= include/cltune.h \ + lib/libcltune.so \ + libdata/pkgconfig/cltune.pc + +post-install: + @${MV} ${STAGEDIR}/${PREFIX}/lib/pkgconfig/cltune.pc ${STAGEDIR}/${PREFIX}/libdata/pkgconfig/cltune.pc + @${RM} -r ${STAGEDIR}/${PREFIX}/lib/pkgconfig + +.include Added: head/devel/cltune/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cltune/distinfo Fri Jun 2 00:18:06 2017 (r442361) @@ -0,0 +1,3 @@ +TIMESTAMP = 1495678565 +SHA256 (CNugteren-CLTune-2.6.0_GH0.tar.gz) = 653f748b8e46b285e723012c08df85d283ded1c04a18fd349716184dbd287282 +SIZE (CNugteren-CLTune-2.6.0_GH0.tar.gz) = 137373 Added: head/devel/cltune/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cltune/pkg-descr Fri Jun 2 00:18:06 2017 (r442361) @@ -0,0 +1,5 @@ +CLTune is a C++ library which can be used to automatically tune your OpenCL +and CUDA kernels. The only thing you'll need to provide is a tuneable kerne +and a list of allowed parameters and values. + +WWW: https://github.com/CNugteren/CLTune From owner-svn-ports-all@freebsd.org Fri Jun 2 00:20:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70527B9591E; Fri, 2 Jun 2017 00:20:19 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EB2973FC1; Fri, 2 Jun 2017 00:20:19 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v520KIIw020086; Fri, 2 Jun 2017 00:20:18 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v520KILS020084; Fri, 2 Jun 2017 00:20:18 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201706020020.v520KILS020084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Fri, 2 Jun 2017 00:20:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442362 - in head/benchmarks/clpeak: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 00:20:19 -0000 Author: jmd Date: Fri Jun 2 00:20:18 2017 New Revision: 442362 URL: https://svnweb.freebsd.org/changeset/ports/442362 Log: benchmarks/clpeak: This brings clpeak to the latest git revision. FreeBSD patches were upstreamed and it now supports fp16 tests. Changing mail address to my FreeBSD one. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10917 Deleted: head/benchmarks/clpeak/files/ Modified: head/benchmarks/clpeak/Makefile head/benchmarks/clpeak/distinfo (contents, props changed) Modified: head/benchmarks/clpeak/Makefile ============================================================================== --- head/benchmarks/clpeak/Makefile Fri Jun 2 00:18:06 2017 (r442361) +++ head/benchmarks/clpeak/Makefile Fri Jun 2 00:20:18 2017 (r442362) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= clpeak -PORTVERSION= 1.0 -PORTREVISION= 2 -DISTVERSIONPREFIX= v +PORTVERSION= 1.0g20170524 CATEGORIES= benchmarks -MAINTAINER= dieterich@ogolem.org +MAINTAINER= jmd@FreeBSD.org COMMENT= Benchmarking tool to measure peak capabilities of opencl devices LICENSE= PD @@ -22,7 +20,7 @@ ONLY_FOR_ARCHS_REASON_amd64= only builds and is suppor USE_GITHUB= yes GH_ACCOUNT= krrishnarraj -GH_PROJECT= clpeak +GH_TAGNAME= 75c8746 USE_LDCONFIG= yes USE_GL= gl Modified: head/benchmarks/clpeak/distinfo ============================================================================== --- head/benchmarks/clpeak/distinfo Fri Jun 2 00:18:06 2017 (r442361) +++ head/benchmarks/clpeak/distinfo Fri Jun 2 00:20:18 2017 (r442362) @@ -1,2 +1,3 @@ -SHA256 (krrishnarraj-clpeak-v1.0_GH0.tar.gz) = 97b738c80319807d9b20294f778dfbbe81f83bf903dd3b46619b1a71a067e469 -SIZE (krrishnarraj-clpeak-v1.0_GH0.tar.gz) = 95681 +TIMESTAMP = 1495689208 +SHA256 (krrishnarraj-clpeak-1.0g20170524-75c8746_GH0.tar.gz) = 1e393a04df56777d00baf5e954fca3224fbd2c010580db3e6f28a7182bee05c5 +SIZE (krrishnarraj-clpeak-1.0g20170524-75c8746_GH0.tar.gz) = 201266 From owner-svn-ports-all@freebsd.org Fri Jun 2 08:52:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C381BF2E63; Fri, 2 Jun 2017 08:52:59 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66ED9801AB; Fri, 2 Jun 2017 08:52:59 +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 v528qwKs030263; Fri, 2 Jun 2017 08:52:58 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v528qwHZ030259; Fri, 2 Jun 2017 08:52:58 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706020852.v528qwHZ030259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 2 Jun 2017 08:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442363 - in head/x11/babl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 08:52:59 -0000 Author: kwm Date: Fri Jun 2 08:52:58 2017 New Revision: 442363 URL: https://svnweb.freebsd.org/changeset/ports/442363 Log: Update babl to 0.1.28. * Add license * regen patch with make makepatch Deleted: head/x11/babl/files/patch-extensions_gggl.c Modified: head/x11/babl/Makefile head/x11/babl/distinfo head/x11/babl/files/patch-docs-Makefile.in head/x11/babl/pkg-plist Modified: head/x11/babl/Makefile ============================================================================== --- head/x11/babl/Makefile Fri Jun 2 00:20:18 2017 (r442362) +++ head/x11/babl/Makefile Fri Jun 2 08:52:58 2017 (r442363) @@ -2,12 +2,15 @@ # $FreeBSD$ PORTNAME= babl -PORTVERSION= 0.1.14 +PORTVERSION= 0.1.28 CATEGORIES= x11 MASTER_SITES= GIMP MAINTAINER= gnome@FreeBSD.org COMMENT= Dynamic pixel format conversion library + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes Modified: head/x11/babl/distinfo ============================================================================== --- head/x11/babl/distinfo Fri Jun 2 00:20:18 2017 (r442362) +++ head/x11/babl/distinfo Fri Jun 2 08:52:58 2017 (r442363) @@ -1,2 +1,3 @@ -SHA256 (babl-0.1.14.tar.bz2) = e6dcb112c8f8f75471823fdcc5a6a65f753b4d0e96e377979ea01a5d6fad7d4f -SIZE (babl-0.1.14.tar.bz2) = 718238 +TIMESTAMP = 1496313827 +SHA256 (babl-0.1.28.tar.bz2) = 63f3ed23e72a857a0e6df53d9d968a325024177b01edbe314a0c98b499eb8603 +SIZE (babl-0.1.28.tar.bz2) = 615368 Modified: head/x11/babl/files/patch-docs-Makefile.in ============================================================================== --- head/x11/babl/files/patch-docs-Makefile.in Fri Jun 2 00:20:18 2017 (r442362) +++ head/x11/babl/files/patch-docs-Makefile.in Fri Jun 2 08:52:58 2017 (r442363) @@ -1,6 +1,6 @@ ---- docs/Makefile.in.orig 2010-02-23 09:03:35.000000000 +0100 -+++ docs/Makefile.in 2010-02-23 09:04:01.000000000 +0100 -@@ -637,7 +637,7 @@ +--- docs/Makefile.in.orig 2017-06-02 08:50:55 UTC ++++ docs/Makefile.in +@@ -689,7 +689,7 @@ index.html: index-static.html \ Makefile.am echo -n "HTML: $@" cp $< $@ Modified: head/x11/babl/pkg-plist ============================================================================== --- head/x11/babl/pkg-plist Fri Jun 2 00:20:18 2017 (r442362) +++ head/x11/babl/pkg-plist Fri Jun 2 08:52:58 2017 (r442363) @@ -3,25 +3,32 @@ 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/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 +lib/babl-0.1/gggl-table-lies.so +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/naive-CMYK.so lib/babl-0.1/simple.so +lib/babl-0.1/sse-half.so lib/babl-0.1/sse2-float.so 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/ycbcr.so lib/libbabl-0.1.so lib/libbabl-0.1.so.0 -lib/libbabl-0.1.so.0.113.1 +lib/libbabl-0.1.so.0.127.1 libdata/pkgconfig/babl.pc From owner-svn-ports-all@freebsd.org Fri Jun 2 09:01:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEE6FBF3139; Fri, 2 Jun 2017 09:01: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 mx1.freebsd.org (Postfix) with ESMTPS id AD3FB804A3; Fri, 2 Jun 2017 09:01: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 v5291DbO032758; Fri, 2 Jun 2017 09:01:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5291Dtk032757; Fri, 2 Jun 2017 09:01:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201706020901.v5291Dtk032757@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 2 Jun 2017 09:01:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442364 - head/devel/rubygem-appraisal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 09:01:15 -0000 Author: amdmi3 Date: Fri Jun 2 09:01:13 2017 New Revision: 442364 URL: https://svnweb.freebsd.org/changeset/ports/442364 Log: - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/rubygem-appraisal/Makefile Modified: head/devel/rubygem-appraisal/Makefile ============================================================================== --- head/devel/rubygem-appraisal/Makefile Fri Jun 2 08:52:58 2017 (r442363) +++ head/devel/rubygem-appraisal/Makefile Fri Jun 2 09:01:13 2017 (r442364) @@ -18,6 +18,7 @@ RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundl USE_RUBY= yes USES= gem +NO_ARCH= yes PLIST_FILES= bin/appraisal From owner-svn-ports-all@freebsd.org Fri Jun 2 09:02:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F10C5BF3297; Fri, 2 Jun 2017 09:02:11 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEA458061C; Fri, 2 Jun 2017 09:02:11 +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 v5292AIa033800; Fri, 2 Jun 2017 09:02:10 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5292AqI033797; Fri, 2 Jun 2017 09:02:10 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706020902.v5292AqI033797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 2 Jun 2017 09:02:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442365 - in head/graphics/gegl3: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 09:02:12 -0000 Author: kwm Date: Fri Jun 2 09:02:10 2017 New Revision: 442365 URL: https://svnweb.freebsd.org/changeset/ports/442365 Log: Update gegl3 to 0.3.18. * Switch to USES=localbase * Record missing dependancy for OPENEXR option * Drop custom WRKSRC, it was needed for alpha releases. Obtained from: gnome devel repo (based on) Deleted: head/graphics/gegl3/files/ Modified: head/graphics/gegl3/Makefile head/graphics/gegl3/distinfo head/graphics/gegl3/pkg-plist Modified: head/graphics/gegl3/Makefile ============================================================================== --- head/graphics/gegl3/Makefile Fri Jun 2 09:01:13 2017 (r442364) +++ head/graphics/gegl3/Makefile Fri Jun 2 09:02:10 2017 (r442365) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= gegl -PORTVERSION= 0.3.4 -PORTREVISION= 6 +PORTVERSION= 0.3.18 CATEGORIES= graphics MASTER_SITES= GIMP PKGNAMESUFFIX= 3 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.a1//} MAINTAINER= gnome@FreeBSD.org COMMENT= Graph based image processing framework @@ -20,19 +18,17 @@ LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libbabl-0.1.so:x11/babl \ libjson-glib-1.0.so:devel/json-glib -USES= cpe gettext gmake libtool pathfix pkgconfig shebangfix tar:bzip2 +USES= cpe gettext gmake libtool localbase pathfix pkgconfig \ + shebangfix tar:bzip2 USE_GNOME= glib20 intltool introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_execinfo_h=no CONFIGURE_ARGS= --without-vala --disable-docs -CONFIGURE_ARGS+=--without-mrg +CONFIGURE_ARGS+=--without-mrg --without-lensfun INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -GEGL_MINOR= 304 +GEGL_MINOR= 318 GEGL_VER= 0.3 PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" GEGL_VER=${GEGL_VER} @@ -83,7 +79,8 @@ LCMS2_CONFIGURE_WITH= lcms LUA_USES= lua LUA_CONFIGURE_WITH= lua -OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR +OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ + libImath-2_2.so:graphics/ilmbase OPENEXR_CONFIGURE_WITH= openexr RAW_LIB_DEPENDS= libraw.so:graphics/libraw Modified: head/graphics/gegl3/distinfo ============================================================================== --- head/graphics/gegl3/distinfo Fri Jun 2 09:01:13 2017 (r442364) +++ head/graphics/gegl3/distinfo Fri Jun 2 09:02:10 2017 (r442365) @@ -1,2 +1,3 @@ -SHA256 (gegl-0.3.4.tar.bz2) = 846290a790854d1e6b7c17a2d6f82ad7cb14c72e240bd3b81b98cc0ceddbc3ec -SIZE (gegl-0.3.4.tar.bz2) = 5328192 +TIMESTAMP = 1496315767 +SHA256 (gegl-0.3.18.tar.bz2) = d7858ef26ede136d14e3de188a9e9c0de7707061a9fb96d7d615fab4958491fb +SIZE (gegl-0.3.18.tar.bz2) = 6057488 Modified: head/graphics/gegl3/pkg-plist ============================================================================== --- head/graphics/gegl3/pkg-plist Fri Jun 2 09:01:13 2017 (r442364) +++ head/graphics/gegl3/pkg-plist Fri Jun 2 09:02:10 2017 (r442365) @@ -1,17 +1,15 @@ bin/gegl3 bin/gegl-imgcmp -bin/gegl-tester include/gegl-%%GEGL_VER%%/gegl-apply.h include/gegl-%%GEGL_VER%%/gegl-audio-fragment.h include/gegl-%%GEGL_VER%%/gegl-buffer-backend.h include/gegl-%%GEGL_VER%%/gegl-buffer-cl-iterator.h include/gegl-%%GEGL_VER%%/gegl-buffer-iterator.h include/gegl-%%GEGL_VER%%/gegl-buffer.h -include/gegl-%%GEGL_VER%%/gegl-c.h -include/gegl-%%GEGL_VER%%/gegl-chant.h include/gegl-%%GEGL_VER%%/gegl-color.h include/gegl-%%GEGL_VER%%/gegl-cpuaccel.h include/gegl-%%GEGL_VER%%/gegl-curve.h +include/gegl-%%GEGL_VER%%/gegl-debug.h include/gegl-%%GEGL_VER%%/gegl-enums.h include/gegl-%%GEGL_VER%%/gegl-graph-debug.h include/gegl-%%GEGL_VER%%/gegl-init.h @@ -58,6 +56,7 @@ include/gegl-%%GEGL_VER%%/operation/gegl-operation-are include/gegl-%%GEGL_VER%%/operation/gegl-operation-composer.h include/gegl-%%GEGL_VER%%/operation/gegl-operation-composer3.h include/gegl-%%GEGL_VER%%/operation/gegl-operation-context.h +include/gegl-%%GEGL_VER%%/operation/gegl-operation-handlers.h include/gegl-%%GEGL_VER%%/operation/gegl-operation-filter.h include/gegl-%%GEGL_VER%%/operation/gegl-operation-meta-json.h include/gegl-%%GEGL_VER%%/operation/gegl-operation-meta.h @@ -74,209 +73,43 @@ include/gegl-%%GEGL_VER%%/sc/sc-common.h include/gegl-%%GEGL_VER%%/sc/sc-context.h include/gegl-%%GEGL_VER%%/sc/sc-outline.h include/gegl-%%GEGL_VER%%/sc/sc-sample.h -lib/gegl-%%GEGL_VER%%/add.so -lib/gegl-%%GEGL_VER%%/alien-map.so -lib/gegl-%%GEGL_VER%%/antialias.so -lib/gegl-%%GEGL_VER%%/apply-lens.so -lib/gegl-%%GEGL_VER%%/bilateral-filter-fast.so -lib/gegl-%%GEGL_VER%%/bilateral-filter.so -lib/gegl-%%GEGL_VER%%/box-blur.so -lib/gegl-%%GEGL_VER%%/brightness-contrast.so -lib/gegl-%%GEGL_VER%%/buffer-sink.so -lib/gegl-%%GEGL_VER%%/buffer-source.so -lib/gegl-%%GEGL_VER%%/bump-map.so -lib/gegl-%%GEGL_VER%%/c2g.so -lib/gegl-%%GEGL_VER%%/cache.so -lib/gegl-%%GEGL_VER%%/cartoon.so -lib/gegl-%%GEGL_VER%%/cast-format.so -lib/gegl-%%GEGL_VER%%/channel-mixer.so -lib/gegl-%%GEGL_VER%%/checkerboard.so -lib/gegl-%%GEGL_VER%%/clear.so -lib/gegl-%%GEGL_VER%%/clone.so -lib/gegl-%%GEGL_VER%%/color-burn.so -lib/gegl-%%GEGL_VER%%/color-dodge.so -lib/gegl-%%GEGL_VER%%/color-enhance.so -lib/gegl-%%GEGL_VER%%/color-exchange.so -lib/gegl-%%GEGL_VER%%/color-reduction.so -lib/gegl-%%GEGL_VER%%/color-rotate.so -lib/gegl-%%GEGL_VER%%/color-temperature.so -lib/gegl-%%GEGL_VER%%/color-to-alpha.so -lib/gegl-%%GEGL_VER%%/color.so -lib/gegl-%%GEGL_VER%%/contrast-curve.so -lib/gegl-%%GEGL_VER%%/convert-format.so -lib/gegl-%%GEGL_VER%%/convolution-matrix.so -lib/gegl-%%GEGL_VER%%/copy-buffer.so -lib/gegl-%%GEGL_VER%%/crop.so -lib/gegl-%%GEGL_VER%%/cubism.so -lib/gegl-%%GEGL_VER%%/darken.so -%%RAW%%lib/gegl-%%GEGL_VER%%/dcraw-load.so -lib/gegl-%%GEGL_VER%%/deinterlace.so -lib/gegl-%%GEGL_VER%%/difference-of-gaussians.so -lib/gegl-%%GEGL_VER%%/difference.so -lib/gegl-%%GEGL_VER%%/diffraction-patterns.so -lib/gegl-%%GEGL_VER%%/displace.so -lib/gegl-%%GEGL_VER%%/display.so -lib/gegl-%%GEGL_VER%%/distance-transform.so -lib/gegl-%%GEGL_VER%%/divide.so -lib/gegl-%%GEGL_VER%%/dropshadow.so -lib/gegl-%%GEGL_VER%%/dst-atop.so -lib/gegl-%%GEGL_VER%%/dst-in.so -lib/gegl-%%GEGL_VER%%/dst-out.so -lib/gegl-%%GEGL_VER%%/dst-over.so -lib/gegl-%%GEGL_VER%%/dst.so -lib/gegl-%%GEGL_VER%%/edge-laplace.so -lib/gegl-%%GEGL_VER%%/edge-sobel.so -lib/gegl-%%GEGL_VER%%/edge.so -lib/gegl-%%GEGL_VER%%/emboss.so -lib/gegl-%%GEGL_VER%%/engrave.so -lib/gegl-%%GEGL_VER%%/exclusion.so -lib/gegl-%%GEGL_VER%%/exp-combine.so -lib/gegl-%%GEGL_VER%%/exposure.so %%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-load.so %%OPENEXR%%lib/gegl-%%GEGL_VER%%/exr-save.so -lib/gegl-%%GEGL_VER%%/fattal02.so %%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-load.so %%FFMPEG%%lib/gegl-%%GEGL_VER%%/ff-save.so -lib/gegl-%%GEGL_VER%%/fractal-explorer.so -lib/gegl-%%GEGL_VER%%/fractal-trace.so -lib/gegl-%%GEGL_VER%%/gamma.so -lib/gegl-%%GEGL_VER%%/gaussian-blur-iir.so -lib/gegl-%%GEGL_VER%%/gaussian-blur.so -lib/gegl-%%GEGL_VER%%/gblur-1d.so -lib/gegl-%%GEGL_VER%%/gegl-buffer-load-op.so -lib/gegl-%%GEGL_VER%%/gegl-buffer-save-op.so -lib/gegl-%%GEGL_VER%%/grey.so +lib/gegl-%%GEGL_VER%%/gegl-common.so +lib/gegl-%%GEGL_VER%%/gegl-core.so +lib/gegl-%%GEGL_VER%%/gegl-generated.so lib/gegl-%%GEGL_VER%%/grey2.json -lib/gegl-%%GEGL_VER%%/grid.so -lib/gegl-%%GEGL_VER%%/hard-light.so -lib/gegl-%%GEGL_VER%%/high-pass.so -lib/gegl-%%GEGL_VER%%/illusion.so -lib/gegl-%%GEGL_VER%%/image-compare.so -lib/gegl-%%GEGL_VER%%/introspect.so -lib/gegl-%%GEGL_VER%%/invert-gamma.so -lib/gegl-%%GEGL_VER%%/invert-linear.so %%JASPER%%lib/gegl-%%GEGL_VER%%/jp2-load.so %%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-load.so %%JPEG%%lib/gegl-%%GEGL_VER%%/jpg-save.so -lib/gegl-%%GEGL_VER%%/json.so -lib/gegl-%%GEGL_VER%%/layer.so %%LCMS2%%lib/gegl-%%GEGL_VER%%/lcms-from-profile.so -lib/gegl-%%GEGL_VER%%/lens-distortion.so -lib/gegl-%%GEGL_VER%%/lens-flare.so -lib/gegl-%%GEGL_VER%%/levels.so -lib/gegl-%%GEGL_VER%%/lighten.so -lib/gegl-%%GEGL_VER%%/linear-gradient.so -lib/gegl-%%GEGL_VER%%/load.so -lib/gegl-%%GEGL_VER%%/magick-load.so -lib/gegl-%%GEGL_VER%%/mantiuk06.so -lib/gegl-%%GEGL_VER%%/map-absolute.so -lib/gegl-%%GEGL_VER%%/map-relative.so -lib/gegl-%%GEGL_VER%%/matting-global.so -lib/gegl-%%GEGL_VER%%/maze.so -lib/gegl-%%GEGL_VER%%/mblur.so -lib/gegl-%%GEGL_VER%%/mirrors.so -lib/gegl-%%GEGL_VER%%/mono-mixer.so -lib/gegl-%%GEGL_VER%%/mosaic.so -lib/gegl-%%GEGL_VER%%/motion-blur-circular.so -lib/gegl-%%GEGL_VER%%/motion-blur-linear.so -lib/gegl-%%GEGL_VER%%/motion-blur-zoom.so -lib/gegl-%%GEGL_VER%%/multiply.so -lib/gegl-%%GEGL_VER%%/noise-cell.so -lib/gegl-%%GEGL_VER%%/noise-cie-lch.so -lib/gegl-%%GEGL_VER%%/noise-hsv.so -lib/gegl-%%GEGL_VER%%/noise-hurl.so -lib/gegl-%%GEGL_VER%%/noise-perlin.so -lib/gegl-%%GEGL_VER%%/noise-pick.so -lib/gegl-%%GEGL_VER%%/noise-reduction.so -lib/gegl-%%GEGL_VER%%/noise-rgb.so -lib/gegl-%%GEGL_VER%%/noise-simplex.so -lib/gegl-%%GEGL_VER%%/noise-slur.so -lib/gegl-%%GEGL_VER%%/noise-solid.so -lib/gegl-%%GEGL_VER%%/noise-spread.so -lib/gegl-%%GEGL_VER%%/nop.so %%CAIRO%%lib/gegl-%%GEGL_VER%%/npd.so lib/gegl-%%GEGL_VER%%/npy-save.so -lib/gegl-%%GEGL_VER%%/oilify.so -lib/gegl-%%GEGL_VER%%/opacity.so -lib/gegl-%%GEGL_VER%%/open-buffer.so -lib/gegl-%%GEGL_VER%%/over.so -lib/gegl-%%GEGL_VER%%/overlay.so -lib/gegl-%%GEGL_VER%%/panorama-projection.so %%CAIRO%%lib/gegl-%%GEGL_VER%%/path.so -lib/gegl-%%GEGL_VER%%/photocopy.so %%PIXBUF%%lib/gegl-%%GEGL_VER%%/pixbuf.so -lib/gegl-%%GEGL_VER%%/pixelize.so -lib/gegl-%%GEGL_VER%%/plasma.so -lib/gegl-%%GEGL_VER%%/plus.so %%PNG%%lib/gegl-%%GEGL_VER%%/png-load.so %%PNG%%lib/gegl-%%GEGL_VER%%/png-save.so -lib/gegl-%%GEGL_VER%%/polar-coordinates.so -lib/gegl-%%GEGL_VER%%/posterize.so lib/gegl-%%GEGL_VER%%/ppm-load.so lib/gegl-%%GEGL_VER%%/ppm-save.so -lib/gegl-%%GEGL_VER%%/radial-gradient.so %%RAW%%lib/gegl-%%GEGL_VER%%/raw-load.so -lib/gegl-%%GEGL_VER%%/rectangle.so -lib/gegl-%%GEGL_VER%%/red-eye-removal.so -lib/gegl-%%GEGL_VER%%/reinhard05.so -lib/gegl-%%GEGL_VER%%/remap.so lib/gegl-%%GEGL_VER%%/rgbe-load.so lib/gegl-%%GEGL_VER%%/rgbe-save.so -lib/gegl-%%GEGL_VER%%/ripple.so %%PIXBUF%%lib/gegl-%%GEGL_VER%%/save-pixbuf.so -lib/gegl-%%GEGL_VER%%/save.so -lib/gegl-%%GEGL_VER%%/screen.so %%SDL%%lib/gegl-%%GEGL_VER%%/sdl-display.so lib/gegl-%%GEGL_VER%%/seamless-clone-compose.so lib/gegl-%%GEGL_VER%%/seamless-clone.so -lib/gegl-%%GEGL_VER%%/sepia.so -lib/gegl-%%GEGL_VER%%/shift.so -lib/gegl-%%GEGL_VER%%/sinus.so -lib/gegl-%%GEGL_VER%%/snn-mean.so -lib/gegl-%%GEGL_VER%%/soft-light.so -lib/gegl-%%GEGL_VER%%/softglow.so -lib/gegl-%%GEGL_VER%%/src-atop.so -lib/gegl-%%GEGL_VER%%/src-in.so -lib/gegl-%%GEGL_VER%%/src-out.so -lib/gegl-%%GEGL_VER%%/src.so -lib/gegl-%%GEGL_VER%%/stress.so -lib/gegl-%%GEGL_VER%%/stretch-contrast-hsv.so -lib/gegl-%%GEGL_VER%%/stretch-contrast.so -lib/gegl-%%GEGL_VER%%/subtract.so -lib/gegl-%%GEGL_VER%%/supernova.so -lib/gegl-%%GEGL_VER%%/svg-huerotate.so %%LIBRSVG2%%lib/gegl-%%GEGL_VER%%/svg-load.so -lib/gegl-%%GEGL_VER%%/svg-luminancetoalpha.so -lib/gegl-%%GEGL_VER%%/svg-matrix.so -lib/gegl-%%GEGL_VER%%/svg-multiply.so -lib/gegl-%%GEGL_VER%%/svg-saturate.so %%PANGOCAIRO%%lib/gegl-%%GEGL_VER%%/text.so -lib/gegl-%%GEGL_VER%%/texturize-canvas.so -lib/gegl-%%GEGL_VER%%/threshold.so %%TIFF%%lib/gegl-%%GEGL_VER%%/tiff-load.so %%TIFF%%lib/gegl-%%GEGL_VER%%/tiff-save.so -lib/gegl-%%GEGL_VER%%/tile-glass.so -lib/gegl-%%GEGL_VER%%/tile-paper.so -lib/gegl-%%GEGL_VER%%/tile-seamless.so -lib/gegl-%%GEGL_VER%%/tile.so lib/gegl-%%GEGL_VER%%/transformops.so -lib/gegl-%%GEGL_VER%%/unsharp-mask.so %%V4L%%lib/gegl-%%GEGL_VER%%/v4l.so -lib/gegl-%%GEGL_VER%%/value-invert.so -lib/gegl-%%GEGL_VER%%/value-propagate.so %%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-fill.so %%CAIRO%%lib/gegl-%%GEGL_VER%%/vector-stroke.so -lib/gegl-%%GEGL_VER%%/video-degradation.so -lib/gegl-%%GEGL_VER%%/vignette.so -lib/gegl-%%GEGL_VER%%/warp.so -lib/gegl-%%GEGL_VER%%/waves.so %%WEBP%%lib/gegl-%%GEGL_VER%%/webp-load.so %%WEBP%%lib/gegl-%%GEGL_VER%%/webp-save.so -lib/gegl-%%GEGL_VER%%/weighted-blend.so -lib/gegl-%%GEGL_VER%%/whirl-pinch.so -lib/gegl-%%GEGL_VER%%/wind.so -lib/gegl-%%GEGL_VER%%/write-buffer.so -lib/gegl-%%GEGL_VER%%/xor.so lib/girepository-1.0/Gegl-%%GEGL_VER%%.typelib lib/libgegl-%%GEGL_VER%%.so lib/libgegl-%%GEGL_VER%%.so.0 @@ -296,6 +129,7 @@ libdata/pkgconfig/gegl-sc-%%GEGL_VER%%.pc share/gir-1.0/Gegl-%%GEGL_VER%%.gir share/locale/bs/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/ca/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/da/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/de/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/el/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/en_GB/LC_MESSAGES/gegl-%%GEGL_VER%%.mo @@ -305,15 +139,19 @@ share/locale/eu/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/fr/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/gl/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/id/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/is/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/it/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/ko/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/lv/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/nb/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/oc/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/pl/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/pt_BR/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/pt/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/ru/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/sk/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/sl/LC_MESSAGES/gegl-%%GEGL_VER%%.mo +share/locale/sr/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/sv/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/tr/LC_MESSAGES/gegl-%%GEGL_VER%%.mo share/locale/zh_CN/LC_MESSAGES/gegl-%%GEGL_VER%%.mo From owner-svn-ports-all@freebsd.org Fri Jun 2 09:57:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBBE4BF3A60; Fri, 2 Jun 2017 09:57:01 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 959D281920; Fri, 2 Jun 2017 09:57:01 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v529v05c054654; Fri, 2 Jun 2017 09:57:00 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v529v0mF054651; Fri, 2 Jun 2017 09:57:00 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706020957.v529v0mF054651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 2 Jun 2017 09:57:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442366 - head/deskutils/gnome-photos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 09:57:01 -0000 Author: kwm Date: Fri Jun 2 09:57:00 2017 New Revision: 442366 URL: https://svnweb.freebsd.org/changeset/ports/442366 Log: Update gnome-photos to 3.24.2. * Add license * Review dependancies * Switch to USES=localbase * Strip binaries Obtained from: gnome devel repo (based on) Modified: head/deskutils/gnome-photos/Makefile head/deskutils/gnome-photos/distinfo head/deskutils/gnome-photos/pkg-plist Modified: head/deskutils/gnome-photos/Makefile ============================================================================== --- head/deskutils/gnome-photos/Makefile Fri Jun 2 09:02:10 2017 (r442365) +++ head/deskutils/gnome-photos/Makefile Fri Jun 2 09:57:00 2017 (r442366) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-photos -PORTVERSION= 3.18.2 -PORTREVISION= 3 +PORTVERSION= 3.24.2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,30 +10,38 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Photo application for GNOME 3 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= geoclue>=0:net/geoclue \ itstool:textproc/itstool LIB_DEPENDS= libexempi.so:textproc/exempi \ libgfbgraph-0.2.so:net/gfbgraph \ libgegl-0.3.so:graphics/gegl3 \ - libgrilo-0.2.so:net/grilo2 \ - libexif.so:graphics/libexif \ + libgrilo-0.3.so:net/grilo \ + libexiv2.so:graphics/exiv2 \ + libgexiv2.so:graphics/gexiv2 \ libtracker-control-1.0.so:sysutils/tracker \ + libgeocode-glib.so:net/geocode-glib \ libgjs.so:lang/gjs \ libbabl-0.1.so:x11/babl \ + librest-0.7.so:devel/librest \ + libsoup-2.4.so:devel/libsoup \ + libjson-glib-1.0.so:devel/json-glib \ + libgoa-1.0.so:net/gnome-online-accounts \ + libpng16.so:graphics/png \ libgdata.so:devel/libgdata RUN_DEPENDS= geoclue>=0:net/geoclue PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gmake gnome libtool \ - pathfix pkgconfig tar:xz -USE_GNOME= gnomedesktop3 gtk30 intlhack +USES= compiler:c11 gettext gmake gnome jpeg libtool \ + localbase pathfix pkgconfig tar:xz +USE_GNOME= cairo gnomedesktop3 gtk30 intlhack libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral -CFLAGS= -I${LOCALBASE}/include -Wno-error=format-nonliteral -LIBS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.photos.gschema.xml Modified: head/deskutils/gnome-photos/distinfo ============================================================================== --- head/deskutils/gnome-photos/distinfo Fri Jun 2 09:02:10 2017 (r442365) +++ head/deskutils/gnome-photos/distinfo Fri Jun 2 09:57:00 2017 (r442366) @@ -1,2 +1,3 @@ -SHA256 (gnome3/gnome-photos-3.18.2.tar.xz) = 7f6169c663b7a0e1b971d5af4def3d9a633e16a24e7d2c593b51be0053f9a0d8 -SIZE (gnome3/gnome-photos-3.18.2.tar.xz) = 765196 +TIMESTAMP = 1494663618 +SHA256 (gnome3/gnome-photos-3.24.2.tar.xz) = 31ddc078ad2f6bc4bbfa2f71eb23377782750b9cb2ad2b0e6ff2a1971548cdf9 +SIZE (gnome3/gnome-photos-3.24.2.tar.xz) = 984372 Modified: head/deskutils/gnome-photos/pkg-plist ============================================================================== --- head/deskutils/gnome-photos/pkg-plist Fri Jun 2 09:02:10 2017 (r442365) +++ head/deskutils/gnome-photos/pkg-plist Fri Jun 2 09:57:00 2017 (r442366) @@ -1,4 +1,5 @@ bin/gnome-photos +libexec/gnome-photos-thumbnailer share/appdata/org.gnome.Photos.appdata.xml share/applications/org.gnome.Photos.desktop share/dbus-1/services/org.gnome.Photos.service @@ -18,6 +19,15 @@ share/help/C/gnome-photos/view-album.page share/help/C/gnome-photos/view-favorites.page share/help/C/gnome-photos/view-photos.page share/help/C/gnome-photos/view.page +share/help/ca/gnome-photos/favorites-set.page +share/help/ca/gnome-photos/favorites.page +share/help/ca/gnome-photos/index.page +share/help/ca/gnome-photos/legal.xml +share/help/ca/gnome-photos/media/logo1.png +share/help/ca/gnome-photos/view-album.page +share/help/ca/gnome-photos/view-favorites.page +share/help/ca/gnome-photos/view-photos.page +share/help/ca/gnome-photos/view.page share/help/cs/gnome-photos/favorites-set.page share/help/cs/gnome-photos/favorites.page share/help/cs/gnome-photos/index.page @@ -27,6 +37,15 @@ share/help/cs/gnome-photos/view-album.page share/help/cs/gnome-photos/view-favorites.page share/help/cs/gnome-photos/view-photos.page share/help/cs/gnome-photos/view.page +share/help/da/gnome-photos/favorites-set.page +share/help/da/gnome-photos/favorites.page +share/help/da/gnome-photos/index.page +share/help/da/gnome-photos/legal.xml +share/help/da/gnome-photos/media/logo1.png +share/help/da/gnome-photos/view-album.page +share/help/da/gnome-photos/view-favorites.page +share/help/da/gnome-photos/view-photos.page +share/help/da/gnome-photos/view.page share/help/de/gnome-photos/favorites-set.page share/help/de/gnome-photos/favorites.page share/help/de/gnome-photos/index.page @@ -108,13 +127,22 @@ share/help/ro/gnome-photos/view-album.page share/help/ro/gnome-photos/view-favorites.page share/help/ro/gnome-photos/view-photos.page share/help/ro/gnome-photos/view.page -share/icons/hicolor/16x16/apps/gnome-photos.png -share/icons/hicolor/22x22/apps/gnome-photos.png -share/icons/hicolor/24x24/apps/gnome-photos.png -share/icons/hicolor/256x256/apps/gnome-photos.png -share/icons/hicolor/32x32/apps/gnome-photos.png -share/icons/hicolor/48x48/apps/gnome-photos.png -share/icons/hicolor/scalable/apps/gnome-photos-symbolic.svg +share/help/sv/gnome-photos/favorites-set.page +share/help/sv/gnome-photos/favorites.page +share/help/sv/gnome-photos/index.page +share/help/sv/gnome-photos/legal.xml +share/help/sv/gnome-photos/media/logo1.png +share/help/sv/gnome-photos/view-album.page +share/help/sv/gnome-photos/view-favorites.page +share/help/sv/gnome-photos/view-photos.page +share/help/sv/gnome-photos/view.page +share/icons/hicolor/16x16/apps/org.gnome.Photos.png +share/icons/hicolor/22x22/apps/org.gnome.Photos.png +share/icons/hicolor/24x24/apps/org.gnome.Photos.png +share/icons/hicolor/256x256/apps/org.gnome.Photos.png +share/icons/hicolor/32x32/apps/org.gnome.Photos.png +share/icons/hicolor/48x48/apps/org.gnome.Photos.png +share/icons/hicolor/scalable/apps/org.gnome.Photos-symbolic.svg share/locale/an/LC_MESSAGES/gnome-photos.mo share/locale/ar/LC_MESSAGES/gnome-photos.mo share/locale/as/LC_MESSAGES/gnome-photos.mo @@ -138,7 +166,9 @@ share/locale/fur/LC_MESSAGES/gnome-photos.mo share/locale/ga/LC_MESSAGES/gnome-photos.mo share/locale/gd/LC_MESSAGES/gnome-photos.mo share/locale/gl/LC_MESSAGES/gnome-photos.mo +share/locale/gu/LC_MESSAGES/gnome-photos.mo share/locale/he/LC_MESSAGES/gnome-photos.mo +share/locale/hr/LC_MESSAGES/gnome-photos.mo share/locale/hu/LC_MESSAGES/gnome-photos.mo share/locale/id/LC_MESSAGES/gnome-photos.mo share/locale/is/LC_MESSAGES/gnome-photos.mo @@ -170,6 +200,7 @@ share/locale/te/LC_MESSAGES/gnome-photos.mo share/locale/tg/LC_MESSAGES/gnome-photos.mo share/locale/tr/LC_MESSAGES/gnome-photos.mo share/locale/uk/LC_MESSAGES/gnome-photos.mo +share/locale/vi/LC_MESSAGES/gnome-photos.mo share/locale/zh_CN/LC_MESSAGES/gnome-photos.mo share/locale/zh_HK/LC_MESSAGES/gnome-photos.mo share/locale/zh_TW/LC_MESSAGES/gnome-photos.mo From owner-svn-ports-all@freebsd.org Fri Jun 2 10:32:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C6DABF4788; Fri, 2 Jun 2017 10:32:40 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D01EC82BB8; Fri, 2 Jun 2017 10:32:39 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52AWcr2070755; Fri, 2 Jun 2017 10:32:38 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52AWcoK070753; Fri, 2 Jun 2017 10:32:38 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201706021032.v52AWcoK070753@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Fri, 2 Jun 2017 10:32:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442367 - head/devel/py-python-engineio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 10:32:40 -0000 Author: mmokhi Date: Fri Jun 2 10:32:38 2017 New Revision: 442367 URL: https://svnweb.freebsd.org/changeset/ports/442367 Log: devel/py-python-engineio: Update to 1.5.3 Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11009 Modified: head/devel/py-python-engineio/Makefile head/devel/py-python-engineio/distinfo Modified: head/devel/py-python-engineio/Makefile ============================================================================== --- head/devel/py-python-engineio/Makefile Fri Jun 2 09:57:00 2017 (r442366) +++ head/devel/py-python-engineio/Makefile Fri Jun 2 10:32:38 2017 (r442367) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-engineio -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= devel python net MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-python-engineio/distinfo ============================================================================== --- head/devel/py-python-engineio/distinfo Fri Jun 2 09:57:00 2017 (r442366) +++ head/devel/py-python-engineio/distinfo Fri Jun 2 10:32:38 2017 (r442367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495724538 -SHA256 (python-engineio-1.5.2.tar.gz) = f70e874cda164f42c465e478afe1dd5b3de46f35b4818fbc3a6c7524c78ffe62 -SIZE (python-engineio-1.5.2.tar.gz) = 21035 +TIMESTAMP = 1496243412 +SHA256 (python-engineio-1.5.3.tar.gz) = 5a2a63068adc8e6f9b5228974891ad29d677b6b2621ae26bc6a7bfa709c7784b +SIZE (python-engineio-1.5.3.tar.gz) = 22441 From owner-svn-ports-all@freebsd.org Fri Jun 2 10:34:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DE14BF482D; Fri, 2 Jun 2017 10:34:18 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CA6382CAB; Fri, 2 Jun 2017 10:34:18 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52AYHZb070944; Fri, 2 Jun 2017 10:34:17 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52AYHMd070942; Fri, 2 Jun 2017 10:34:17 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201706021034.v52AYHMd070942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Fri, 2 Jun 2017 10:34:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442368 - head/devel/py-python-socketio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 10:34:18 -0000 Author: mmokhi Date: Fri Jun 2 10:34:17 2017 New Revision: 442368 URL: https://svnweb.freebsd.org/changeset/ports/442368 Log: devel/py-python-socketio: Update to 1.7.5 Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11008 Modified: head/devel/py-python-socketio/Makefile head/devel/py-python-socketio/distinfo Modified: head/devel/py-python-socketio/Makefile ============================================================================== --- head/devel/py-python-socketio/Makefile Fri Jun 2 10:32:38 2017 (r442367) +++ head/devel/py-python-socketio/Makefile Fri Jun 2 10:34:17 2017 (r442368) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-socketio -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.5 CATEGORIES= devel python net MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-python-socketio/distinfo ============================================================================== --- head/devel/py-python-socketio/distinfo Fri Jun 2 10:32:38 2017 (r442367) +++ head/devel/py-python-socketio/distinfo Fri Jun 2 10:34:17 2017 (r442368) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490875718 -SHA256 (python-socketio-1.7.4.tar.gz) = 9200ee48aec8673027fdc40b0391aa2d681ff994d93b738ebd9f0d29916f24c4 -SIZE (python-socketio-1.7.4.tar.gz) = 23298 +TIMESTAMP = 1496243385 +SHA256 (python-socketio-1.7.5.tar.gz) = 705e5a383283bd84948a12321780c0cca60173aa67fd0162410f6e5f52b96f53 +SIZE (python-socketio-1.7.5.tar.gz) = 23217 From owner-svn-ports-all@freebsd.org Fri Jun 2 10:55:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC977BF4F0C; Fri, 2 Jun 2017 10:55:07 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE00383418; Fri, 2 Jun 2017 10:55:07 +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 v52At6o5078963; Fri, 2 Jun 2017 10:55:06 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52At64V078962; Fri, 2 Jun 2017 10:55:06 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706021055.v52At64V078962@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 2 Jun 2017 10:55:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442369 - head/deskutils/california X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 10:55:08 -0000 Author: kwm Date: Fri Jun 2 10:55:06 2017 New Revision: 442369 URL: https://svnweb.freebsd.org/changeset/ports/442369 Log: * Fix the build with libgee 0.8.1. * Record missing dependancy * Mark depricated and expire in 1 month, orphaned upstream and there is a good replacement available: gnome-calender. Modified: head/deskutils/california/Makefile Modified: head/deskutils/california/Makefile ============================================================================== --- head/deskutils/california/Makefile Fri Jun 2 10:34:17 2017 (r442368) +++ head/deskutils/california/Makefile Fri Jun 2 10:55:06 2017 (r442369) @@ -10,9 +10,13 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Calendar client for GNOME 3 +DEPRECATED= Orphaned upstream, replaced by gnome-calendar +EXPIRATION_DATE=2017-07-02 + BUILD_DEPENDS= itstool:textproc/itstool \ xdg-open:devel/xdg-utils LIB_DEPENDS= libwebkitgtk-3.0.so:www/webkit-gtk3 \ + libicui18n.so:devel/icu \ libsoup-2.4.so:devel/libsoup \ libgee-0.8.so:devel/libgee \ libgdata.so:devel/libgdata \ @@ -29,7 +33,7 @@ USE_GNOME= cairo evolutiondataserver3 glib20 gnomedocu USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CONFIGURE_ARGS= --disable-unity +CONFIGURE_ARGS= --disable-unity --disable-fatal CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip From owner-svn-ports-all@freebsd.org Fri Jun 2 11:01:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5742ABF51D9; Fri, 2 Jun 2017 11:01:17 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 23D5483672; Fri, 2 Jun 2017 11:01:17 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52B1GZk080173; Fri, 2 Jun 2017 11:01:16 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52B1GM0080171; Fri, 2 Jun 2017 11:01:16 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201706021101.v52B1GM0080171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Fri, 2 Jun 2017 11:01:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442370 - in head/devel: py-coloredlogs py3-coloredlogs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 11:01:17 -0000 Author: araujo Date: Fri Jun 2 11:01:16 2017 New Revision: 442370 URL: https://svnweb.freebsd.org/changeset/ports/442370 Log: - Create a python3 version of devel/py-coloredlogs. Added: head/devel/py3-coloredlogs/ head/devel/py3-coloredlogs/Makefile (contents, props changed) Modified: head/devel/py-coloredlogs/Makefile Modified: head/devel/py-coloredlogs/Makefile ============================================================================== --- head/devel/py-coloredlogs/Makefile Fri Jun 2 10:55:06 2017 (r442369) +++ head/devel/py-coloredlogs/Makefile Fri Jun 2 11:01:16 2017 (r442370) @@ -12,10 +12,10 @@ COMMENT= Colored terminal output for Python logging mo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>=2.1:textproc/py-humanfriendly +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}humanfriendly>=2.1:textproc/py-humanfriendly NO_ARCH= yes -USES= python +USES?= python USE_PYTHON= autoplist distutils .include Added: head/devel/py3-coloredlogs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-coloredlogs/Makefile Fri Jun 2 11:01:16 2017 (r442370) @@ -0,0 +1,8 @@ + +MASTERDIR= ${.CURDIR}/../py-coloredlogs + +USES= python:3.3+ + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>=2.1:textproc/py3-humanfriendly + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Jun 2 11:02:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1BFFBF5215; Fri, 2 Jun 2017 11:02:09 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91C55838F8; Fri, 2 Jun 2017 11:02:09 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52B28Kb083114; Fri, 2 Jun 2017 11:02:08 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52B28xM083112; Fri, 2 Jun 2017 11:02:08 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201706021102.v52B28xM083112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Fri, 2 Jun 2017 11:02:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442371 - in head/devel: py-cffi py3-cffi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 11:02:09 -0000 Author: araujo Date: Fri Jun 2 11:02:08 2017 New Revision: 442371 URL: https://svnweb.freebsd.org/changeset/ports/442371 Log: - Create a python3 version of devel/py-cffi. Added: head/devel/py3-cffi/ head/devel/py3-cffi/Makefile (contents, props changed) Modified: head/devel/py-cffi/Makefile Modified: head/devel/py-cffi/Makefile ============================================================================== --- head/devel/py-cffi/Makefile Fri Jun 2 11:01:16 2017 (r442370) +++ head/devel/py-cffi/Makefile Fri Jun 2 11:02:08 2017 (r442371) @@ -14,11 +14,11 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libffi.so:devel/libffi -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py-pycparser +RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py-pycparser TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest # Actually 2.6-2.7,3.2-3.5 -USES= localbase python compiler +USES?= localbase python compiler USE_PYTHON= autoplist distutils .include Added: head/devel/py3-cffi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-cffi/Makefile Fri Jun 2 11:02:08 2017 (r442371) @@ -0,0 +1,8 @@ + +MASTERDIR= ${.CURDIR}/../py-cffi + +USES= localbase python:3.3+ compiler + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py3-pycparser + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Jun 2 11:02:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48574BF524D; Fri, 2 Jun 2017 11:02:52 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16F4083A1F; Fri, 2 Jun 2017 11:02:52 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52B2phi083283; Fri, 2 Jun 2017 11:02:51 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52B2pni083281; Fri, 2 Jun 2017 11:02:51 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201706021102.v52B2pni083281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Fri, 2 Jun 2017 11:02:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442372 - in head/devel: py-pycparser py3-pycparser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 11:02:52 -0000 Author: araujo Date: Fri Jun 2 11:02:50 2017 New Revision: 442372 URL: https://svnweb.freebsd.org/changeset/ports/442372 Log: - Create a python3 version of devel/py-pycparser. Added: head/devel/py3-pycparser/ head/devel/py3-pycparser/Makefile (contents, props changed) Modified: head/devel/py-pycparser/Makefile Modified: head/devel/py-pycparser/Makefile ============================================================================== --- head/devel/py-pycparser/Makefile Fri Jun 2 11:02:08 2017 (r442371) +++ head/devel/py-pycparser/Makefile Fri Jun 2 11:02:50 2017 (r442372) @@ -12,7 +12,7 @@ COMMENT= C parser in Python LICENSE= BSD3CLAUSE -USES= python +USES?= python USE_PYTHON= distutils autoplist .include Added: head/devel/py3-pycparser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-pycparser/Makefile Fri Jun 2 11:02:50 2017 (r442372) @@ -0,0 +1,6 @@ + +MASTERDIR= ${.CURDIR}/../py-pycparser + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Jun 2 11:03:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C66CEBF5280; Fri, 2 Jun 2017 11:03:32 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96A7C83AF3; Fri, 2 Jun 2017 11:03:32 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52B3Vfr083459; Fri, 2 Jun 2017 11:03:31 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52B3Veq083457; Fri, 2 Jun 2017 11:03:31 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201706021103.v52B3Veq083457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Fri, 2 Jun 2017 11:03:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442373 - in head/devel: py-pygit2 py3-pygit2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 11:03:32 -0000 Author: araujo Date: Fri Jun 2 11:03:31 2017 New Revision: 442373 URL: https://svnweb.freebsd.org/changeset/ports/442373 Log: - Create a python3 version of devel/py-pygit2. Added: head/devel/py3-pygit2/ head/devel/py3-pygit2/Makefile (contents, props changed) Modified: head/devel/py-pygit2/Makefile Modified: head/devel/py-pygit2/Makefile ============================================================================== --- head/devel/py-pygit2/Makefile Fri Jun 2 11:02:50 2017 (r442372) +++ head/devel/py-pygit2/Makefile Fri Jun 2 11:03:31 2017 (r442373) @@ -13,12 +13,12 @@ COMMENT= Python bindings for libgit2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi +BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi LIB_DEPENDS= libgit2.so:devel/libgit2 -RUN_DEPENDS:= ${BUILD_DEPENDS} \ +RUN_DEPENDS?= ${BUILD_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six -USES= python +USES?= python USE_PYTHON= autoplist distutils MAKE_ENV= LIBGIT2=${LOCALBASE} PYDISTUTILS_TEST_TARGET?= test Added: head/devel/py3-pygit2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py3-pygit2/Makefile Fri Jun 2 11:03:31 2017 (r442373) @@ -0,0 +1,10 @@ + +MASTERDIR= ${.CURDIR}/../py-pygit2 + +USES= python:3.3+ + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py3-cffi +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py3-six + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Jun 2 11:04:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95229BF52D1; Fri, 2 Jun 2017 11:04:58 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6088E83BDB; Fri, 2 Jun 2017 11:04:58 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52B4v7U083623; Fri, 2 Jun 2017 11:04:57 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52B4vaT083622; Fri, 2 Jun 2017 11:04:57 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201706021104.v52B4vaT083622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Fri, 2 Jun 2017 11:04:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442374 - head/devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 11:04:58 -0000 Author: araujo Date: Fri Jun 2 11:04:57 2017 New Revision: 442374 URL: https://svnweb.freebsd.org/changeset/ports/442374 Log: - Connect on Makefile py3-cffi, py3-coloredlogs, py3-pycparser and py3-pygit2. Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jun 2 11:03:31 2017 (r442373) +++ head/devel/Makefile Fri Jun 2 11:04:57 2017 (r442374) @@ -4941,10 +4941,12 @@ SUBDIR += py27-setuptools SUBDIR += py3-Jinja2 SUBDIR += py3-babel + SUBDIR += py3-cffi SUBDIR += py3-click SUBDIR += py3-click-log SUBDIR += py3-click-threading SUBDIR += py3-colorama + SUBDIR += py3-coloredlogs SUBDIR += py3-dbus SUBDIR += py3-defusedxml SUBDIR += py3-docopt @@ -4954,6 +4956,7 @@ SUBDIR += py3-flake8-import-order SUBDIR += py3-flake8-polyfill SUBDIR += py3-flake8-quotes + SUBDIR += py3-pygit2 SUBDIR += py3-gobject3 SUBDIR += py3-hgtools SUBDIR += py3-jedi @@ -4968,6 +4971,7 @@ SUBDIR += py3-prompt_toolkit SUBDIR += py3-py SUBDIR += py3-pycodestyle + SUBDIR += py3-pycparser SUBDIR += py3-pydocstyle SUBDIR += py3-pyflakes SUBDIR += py3-pyicu From owner-svn-ports-all@freebsd.org Fri Jun 2 11:05:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DEB0BF5304; Fri, 2 Jun 2017 11:05:55 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C7CC83CB9; Fri, 2 Jun 2017 11:05:55 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52B5sVb083813; Fri, 2 Jun 2017 11:05:54 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52B5svg083810; Fri, 2 Jun 2017 11:05:54 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201706021105.v52B5svg083810@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Fri, 2 Jun 2017 11:05:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442375 - in head/textproc: . py-humanfriendly py3-humanfriendly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 11:05:55 -0000 Author: araujo Date: Fri Jun 2 11:05:54 2017 New Revision: 442375 URL: https://svnweb.freebsd.org/changeset/ports/442375 Log: - Create a python3 version of textproc/py-humanfriendly. Added: head/textproc/py3-humanfriendly/ head/textproc/py3-humanfriendly/Makefile (contents, props changed) Modified: head/textproc/Makefile head/textproc/py-humanfriendly/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Jun 2 11:04:57 2017 (r442374) +++ head/textproc/Makefile Fri Jun 2 11:05:54 2017 (r442375) @@ -1373,6 +1373,7 @@ SUBDIR += py3-asciinema SUBDIR += py3-chardet SUBDIR += py3-docutils + SUBDIR += py3-humanfriendly SUBDIR += py3-hunspell SUBDIR += py3-libxml2 SUBDIR += py3-pager Modified: head/textproc/py-humanfriendly/Makefile ============================================================================== --- head/textproc/py-humanfriendly/Makefile Fri Jun 2 11:04:57 2017 (r442374) +++ head/textproc/py-humanfriendly/Makefile Fri Jun 2 11:05:54 2017 (r442375) @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt NO_ARCH= yes -USES= python +USES?= python USE_PYTHON= autoplist distutils .include Added: head/textproc/py3-humanfriendly/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py3-humanfriendly/Makefile Fri Jun 2 11:05:54 2017 (r442375) @@ -0,0 +1,6 @@ + +MASTERDIR= ${.CURDIR}/../py-humanfriendly + +USES= python:3.3+ + +.include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Jun 2 11:07:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECF98BF537C; Fri, 2 Jun 2017 11:07:14 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B853583D9A; Fri, 2 Jun 2017 11:07:14 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52B7D7U083973; Fri, 2 Jun 2017 11:07:13 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52B7D8U083971; Fri, 2 Jun 2017 11:07:13 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201706021107.v52B7D8U083971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Fri, 2 Jun 2017 11:07:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442376 - head/sysutils/py3-iocage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 11:07:15 -0000 Author: araujo Date: Fri Jun 2 11:07:13 2017 New Revision: 442376 URL: https://svnweb.freebsd.org/changeset/ports/442376 Log: - Update to 0.9.8.1. Reviewed by: miwi Differential Revision: https://reviews.freebsd.org/D11026 Modified: head/sysutils/py3-iocage/Makefile head/sysutils/py3-iocage/distinfo Modified: head/sysutils/py3-iocage/Makefile ============================================================================== --- head/sysutils/py3-iocage/Makefile Fri Jun 2 11:05:54 2017 (r442375) +++ head/sysutils/py3-iocage/Makefile Fri Jun 2 11:07:13 2017 (r442376) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= iocage -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8.1 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_PACKAGE= should be compiled using python ${PYTHON_VER} or greater +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py3-pytest-runner RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py3-click \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.10.0:misc/py3-tqdm \ + ${PYTHON_PKGNAMEPREFIX}coloredlogs>0:devel/py3-coloredlogs \ ca_root_nss>0:security/ca_root_nss \ ${PYTHON_PKGNAMEPREFIX}texttable>=0.8.7:textproc/py3-texttable \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py3-requests + ${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py3-pytest-runner \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py3-requests \ + ${PYTHON_PKGNAMEPREFIX}libzfs>=1.0.2:devel/py3-libzfs \ + ${PYTHON_PKGNAMEPREFIX}pygit2>=0.24.1:devel/py3-pygit2 USE_GITHUB= yes Modified: head/sysutils/py3-iocage/distinfo ============================================================================== --- head/sysutils/py3-iocage/distinfo Fri Jun 2 11:05:54 2017 (r442375) +++ head/sysutils/py3-iocage/distinfo Fri Jun 2 11:07:13 2017 (r442376) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489549714 -SHA256 (iocage-iocage-0.9.7_GH0.tar.gz) = 76dab74df5f9d8b169924fcc0addaa1a291a8274bf6e0e222fb5d62425456a72 -SIZE (iocage-iocage-0.9.7_GH0.tar.gz) = 325256 +TIMESTAMP = 1495979141 +SHA256 (iocage-iocage-0.9.8.1_GH0.tar.gz) = 36ff1bdbcd6167dc6cd61a3d99a27d096b2f2b3ad29ebbd075946f34e7b320b9 +SIZE (iocage-iocage-0.9.8.1_GH0.tar.gz) = 368335 From owner-svn-ports-all@freebsd.org Fri Jun 2 11:53:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E862BF62A3; Fri, 2 Jun 2017 11:53:03 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D28C8542E; Fri, 2 Jun 2017 11:53:02 +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 v52Br2Wq004015; Fri, 2 Jun 2017 11:53:02 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Br2lI004014; Fri, 2 Jun 2017 11:53:02 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706021153.v52Br2lI004014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 2 Jun 2017 11:53:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442377 - head/mail/geary X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 11:53:03 -0000 Author: kwm Date: Fri Jun 2 11:53:02 2017 New Revision: 442377 URL: https://svnweb.freebsd.org/changeset/ports/442377 Log: Allow geary to build with libgee 0.8.1. Modified: head/mail/geary/Makefile Modified: head/mail/geary/Makefile ============================================================================== --- head/mail/geary/Makefile Fri Jun 2 11:07:13 2017 (r442376) +++ head/mail/geary/Makefile Fri Jun 2 11:53:02 2017 (r442377) @@ -28,6 +28,7 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CMAKE_ARGS= -DNO_FATAL_WARNINGS:BOOL=ON GLIB_SCHEMAS= org.yorba.geary.gschema.xml From owner-svn-ports-all@freebsd.org Fri Jun 2 11:55:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36ECABF6306; Fri, 2 Jun 2017 11:55:10 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 053D085520; Fri, 2 Jun 2017 11:55:09 +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 v52Bt9IS004217; Fri, 2 Jun 2017 11:55:09 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Bt9Bl004215; Fri, 2 Jun 2017 11:55:09 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706021155.v52Bt9Bl004215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 2 Jun 2017 11:55:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442378 - head/devel/libgee X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 11:55:10 -0000 Author: kwm Date: Fri Jun 2 11:55:08 2017 New Revision: 442378 URL: https://svnweb.freebsd.org/changeset/ports/442378 Log: Update libgee to 0.8.1. * Add license * Add missing gettext depends PR: 214689 Submitted by: olivierd@ Modified: head/devel/libgee/Makefile head/devel/libgee/distinfo Modified: head/devel/libgee/Makefile ============================================================================== --- head/devel/libgee/Makefile Fri Jun 2 11:53:02 2017 (r442377) +++ head/devel/libgee/Makefile Fri Jun 2 11:55:08 2017 (r442378) @@ -2,20 +2,23 @@ # $FreeBSD$ PORTNAME= libgee -PORTVERSION= 0.18.0 +PORTVERSION= 0.18.1 CATEGORIES= devel MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= GObject collection library +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= valac:lang/vala PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/libgee/distinfo ============================================================================== --- head/devel/libgee/distinfo Fri Jun 2 11:53:02 2017 (r442377) +++ head/devel/libgee/distinfo Fri Jun 2 11:55:08 2017 (r442378) @@ -1,2 +1,3 @@ -SHA256 (libgee-0.18.0.tar.xz) = 4ad99ef937d071b4883c061df40bfe233f7649d50c354cf81235f180b4244399 -SIZE (libgee-0.18.0.tar.xz) = 662296 +TIMESTAMP = 1479643330 +SHA256 (libgee-0.18.1.tar.xz) = 99686bbe5a9c89ba9502c25f61314ee8efa0dd2a1159c9a639afc1458c2839a2 +SIZE (libgee-0.18.1.tar.xz) = 677908 From owner-svn-ports-all@freebsd.org Fri Jun 2 12:07:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BAA54BF6A82; Fri, 2 Jun 2017 12:07:30 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9652685B3F; Fri, 2 Jun 2017 12:07:30 +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 v52C7T5j008471; Fri, 2 Jun 2017 12:07:29 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52C7TJr008468; Fri, 2 Jun 2017 12:07:29 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706021207.v52C7TJr008468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 2 Jun 2017 12:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442379 - head/multimedia/totem-pl-parser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 12:07:30 -0000 Author: kwm Date: Fri Jun 2 12:07:29 2017 New Revision: 442379 URL: https://svnweb.freebsd.org/changeset/ports/442379 Log: Update totem-pl-parser to 3.10.7. * Add license * Review dependancies, replace libsoup-gnome with libsoup. * Remove the GCRYPT option, libgcrypt is hard requirement * Remove post-patch for libarchive, the port always installs a pkg-config file Obtained from: gnome devel repo (based on) Modified: head/multimedia/totem-pl-parser/Makefile head/multimedia/totem-pl-parser/distinfo head/multimedia/totem-pl-parser/pkg-plist Modified: head/multimedia/totem-pl-parser/Makefile ============================================================================== --- head/multimedia/totem-pl-parser/Makefile Fri Jun 2 11:55:08 2017 (r442378) +++ head/multimedia/totem-pl-parser/Makefile Fri Jun 2 12:07:29 2017 (r442379) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= totem-pl-parser -PORTVERSION= 3.10.6 +PORTVERSION= 3.10.7 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -10,28 +10,26 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GObject-based library to parse a host of playlist formats +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \ - libsoup-gnome-2.4.so:devel/libsoup-gnome + libsoup-2.4.so:devel/libsoup \ + libgpg-error.so:security/libgpg-error \ + libgcrypt.so:security/libgcrypt USES= gettext gmake gnome libarchive libtool pathfix pkgconfig tar:xz -USE_GNOME= glib20 gnomeprefix intltool introspection:build \ - libxml2 +USE_GNOME= glib20 gnomeprefix intltool introspection:build libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-libarchive INSTALL_TARGET= install-strip OPTIONS_SUB= yes -OPTIONS_DEFINE= GCRYPT QUVI -OPTIONS_DEFAULT=GCRYPT QUVI +OPTIONS_DEFINE= QUVI +OPTIONS_DEFAULT=QUVI QUVI_DESC= Flash media stream URL support QUVI_CONFIGURE_ENABLE= quvi QUVI_LIB_DEPENDS= libquvi-0.9.so:multimedia/libquvi09 -GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt -GCRYPT_CONFIGURE_ENABLE= libgcrypt - -post-patch: - @${REINPLACE_CMD} -e 's|pkg_modules libarchive"|pkg_modules"|g' \ - ${WRKSRC}/configure .include Modified: head/multimedia/totem-pl-parser/distinfo ============================================================================== --- head/multimedia/totem-pl-parser/distinfo Fri Jun 2 11:55:08 2017 (r442378) +++ head/multimedia/totem-pl-parser/distinfo Fri Jun 2 12:07:29 2017 (r442379) @@ -1,2 +1,3 @@ -SHA256 (gnome2/totem-pl-parser-3.10.6.tar.xz) = 98a5d9bed1b1c012aeb2692ded2fd49399593f70f297f43e01fc1c5e13576757 -SIZE (gnome2/totem-pl-parser-3.10.6.tar.xz) = 1606636 +TIMESTAMP = 1477062322 +SHA256 (gnome2/totem-pl-parser-3.10.7.tar.xz) = 9c8285bc3131faa309d5cba5a919d5166abc2b8cc5a0c850fe861be8b14e089c +SIZE (gnome2/totem-pl-parser-3.10.7.tar.xz) = 1608864 Modified: head/multimedia/totem-pl-parser/pkg-plist ============================================================================== --- head/multimedia/totem-pl-parser/pkg-plist Fri Jun 2 11:55:08 2017 (r442378) +++ head/multimedia/totem-pl-parser/pkg-plist Fri Jun 2 12:07:29 2017 (r442379) @@ -23,7 +23,6 @@ libdata/pkgconfig/totem-plparser.pc %%DOCSDIR%%/api-reference.html %%DOCSDIR%%/home.png %%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml %%DOCSDIR%%/ix02.html %%DOCSDIR%%/left-insensitive.png %%DOCSDIR%%/left.png From owner-svn-ports-all@freebsd.org Fri Jun 2 14:53:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49B14BF9415; Fri, 2 Jun 2017 14:53:54 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EF6865036; Fri, 2 Jun 2017 14:53:53 +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 v52ErqhL076552; Fri, 2 Jun 2017 14:53:52 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Erq0T076550; Fri, 2 Jun 2017 14:53:52 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201706021453.v52Erq0T076550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 2 Jun 2017 14:53:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442380 - head/textproc/UCD X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 14:53:54 -0000 Author: thierry Date: Fri Jun 2 14:53:52 2017 New Revision: 442380 URL: https://svnweb.freebsd.org/changeset/ports/442380 Log: Gucharmap also needs the source zipfile. Reported by: kwm Modified: head/textproc/UCD/Makefile head/textproc/UCD/pkg-plist Modified: head/textproc/UCD/Makefile ============================================================================== --- head/textproc/UCD/Makefile Fri Jun 2 12:07:29 2017 (r442379) +++ head/textproc/UCD/Makefile Fri Jun 2 14:53:52 2017 (r442380) @@ -3,7 +3,7 @@ PORTNAME= UCD PORTVERSION= 9.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.unicode.org/Public/zipped/${PORTVERSION}/:src\ ftp://www.unicode.org/Public/zipped/${PORTVERSION}/:src \ @@ -44,6 +44,8 @@ do-install: .if ${PORT_OPTIONS:MHAN} (cd ${STAGEDIR}${DATADIR} && \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/Unihan.zip ${EXTRACT_AFTER_ARGS}) + # Gucharmap also needs this zipfile + ${INSTALL_DATA} ${_DISTDIR}/Unihan.zip ${STAGEDIR}${DATADIR} .endif .include Modified: head/textproc/UCD/pkg-plist ============================================================================== --- head/textproc/UCD/pkg-plist Fri Jun 2 12:07:29 2017 (r442379) +++ head/textproc/UCD/pkg-plist Fri Jun 2 14:53:52 2017 (r442380) @@ -46,6 +46,7 @@ %%HAN%%%%DATADIR%%/Unihan_RadicalStrokeCounts.txt %%HAN%%%%DATADIR%%/Unihan_Readings.txt %%HAN%%%%DATADIR%%/Unihan_Variants.txt +%%HAN%%%%DATADIR%%/Unihan.zip %%DATADIR%%/auxiliary/GraphemeBreakProperty.txt %%DATADIR%%/auxiliary/GraphemeBreakTest.html %%DATADIR%%/auxiliary/GraphemeBreakTest.txt From owner-svn-ports-all@freebsd.org Fri Jun 2 14:55:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59AA6BF9472; Fri, 2 Jun 2017 14:55:29 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from edna.lautre.net (edna.lautre.net [80.67.160.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lautre.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1D8B365134; Fri, 2 Jun 2017 14:55:28 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by edna.lautre.net (Postfix) with ESMTPSA id C020A11D476; Fri, 2 Jun 2017 16:55:19 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id AFB9848D02; Fri, 2 Jun 2017 16:55:19 +0200 (CEST) Date: Fri, 2 Jun 2017 16:55:19 +0200 From: Thierry Thomas To: Koop Mast Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442154 - in head/misc: . unicode-ucd Message-ID: <20170602145519.GE26373@graf.pompo.net> Mail-Followup-To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201705311259.v4VCx8Ci028048@repo.freebsd.org> <20170531163255.GH96830@graf.pompo.net> <1496298868.4396.2.camel@FreeBSD.org> <20170601160712.GK10586@graf.pompo.net> <20170601203800.GM10586@graf.pompo.net> <1496354914.30459.1.camel@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1496354914.30459.1.camel@FreeBSD.org> X-Operating-System: FreeBSD 11.0-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 14:55:29 -0000 Le ven. 2 juin 17 à 0:08:34 +0200, Koop Mast écrivait : > > Done, in r442331. > > Thanks, but this is not enough. I need the actual Unihan.zip to be > install. Like I did in the misc/unicode-ucd port, blame gucharmap for > that... Done again, in r442380. -- Th. Thomas. From owner-svn-ports-all@freebsd.org Fri Jun 2 15:17:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18A6FBF98EC; Fri, 2 Jun 2017 15:17:16 +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 mx1.freebsd.org (Postfix) with ESMTPS id DCE1865B9B; Fri, 2 Jun 2017 15:17:15 +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 v52FHERu084828; Fri, 2 Jun 2017 15:17:14 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FHEnx084825; Fri, 2 Jun 2017 15:17:14 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201706021517.v52FHEnx084825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Fri, 2 Jun 2017 15:17:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442381 - head/net/haproxy-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:17:16 -0000 Author: demon Date: Fri Jun 2 15:17:14 2017 New Revision: 442381 URL: https://svnweb.freebsd.org/changeset/ports/442381 Log: Update to version 1.8-dev2; Update WWW. Modified: head/net/haproxy-devel/Makefile head/net/haproxy-devel/distinfo head/net/haproxy-devel/pkg-descr Modified: head/net/haproxy-devel/Makefile ============================================================================== --- head/net/haproxy-devel/Makefile Fri Jun 2 14:53:52 2017 (r442380) +++ head/net/haproxy-devel/Makefile Fri Jun 2 15:17:14 2017 (r442381) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -DISTVERSION= 1.8-dev1 -PORTREVISION= 2 +DISTVERSION= 1.8-dev2 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/1.8/src/devel/ PKGNAMESUFFIX= -devel Modified: head/net/haproxy-devel/distinfo ============================================================================== --- head/net/haproxy-devel/distinfo Fri Jun 2 14:53:52 2017 (r442380) +++ head/net/haproxy-devel/distinfo Fri Jun 2 15:17:14 2017 (r442381) @@ -1,5 +1,5 @@ -TIMESTAMP = 1491208766 -SHA256 (haproxy-1.8-dev1.tar.gz) = 4aead2a059ecab9afbe49e80ef6f49940c3ca488d0aeb4fda613fcf2058c6fb6 -SIZE (haproxy-1.8-dev1.tar.gz) = 1779494 +TIMESTAMP = 1496416049 +SHA256 (haproxy-1.8-dev2.tar.gz) = 45f42107e8730fc7bf324523d148d67aae6a65f0d4a4b981273d3dcefd6de2e1 +SIZE (haproxy-1.8-dev2.tar.gz) = 1850881 SHA256 (deviceatlas-enterprise-c-2.1.2_1.tgz) = 984e1ae3147459a4ed0a8d5053d83dd05ce8c5127cd3cb055be35a74e9217372 SIZE (deviceatlas-enterprise-c-2.1.2_1.tgz) = 184432 Modified: head/net/haproxy-devel/pkg-descr ============================================================================== --- head/net/haproxy-devel/pkg-descr Fri Jun 2 14:53:52 2017 (r442380) +++ head/net/haproxy-devel/pkg-descr Fri Jun 2 15:17:14 2017 (r442381) @@ -6,4 +6,4 @@ very high loads while needing persistence or Layer7 pr This is the development branch of the software, which may contain new features, but also possibly new bugs. -WWW: http://haproxy.1wt.eu/ +WWW: http://www.haproxy.org From owner-svn-ports-all@freebsd.org Fri Jun 2 15:38:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03644BF9D43; Fri, 2 Jun 2017 15:38: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 mx1.freebsd.org (Postfix) with ESMTPS id C603A664D1; Fri, 2 Jun 2017 15:38: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 v52FceBj093552; Fri, 2 Jun 2017 15:38:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Fcegb093551; Fri, 2 Jun 2017 15:38:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021538.v52Fcegb093551@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, 2 Jun 2017 15:38:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442382 - head/dns/p5-Net-DNS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:38:42 -0000 Author: sunpoet Date: Fri Jun 2 15:38:40 2017 New Revision: 442382 URL: https://svnweb.freebsd.org/changeset/ports/442382 Log: Remove outdated PERL_LEVEL check Modified: head/dns/p5-Net-DNS/Makefile Modified: head/dns/p5-Net-DNS/Makefile ============================================================================== --- head/dns/p5-Net-DNS/Makefile Fri Jun 2 15:17:14 2017 (r442381) +++ head/dns/p5-Net-DNS/Makefile Fri Jun 2 15:38:40 2017 (r442382) @@ -36,11 +36,4 @@ SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0.01:securi TSIG_BUILD_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC TSIG_RUN_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC -.include - -.if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-IO-Socket-IP>=0.32:net/p5-IO-Socket-IP -RUN_DEPENDS+= p5-IO-Socket-IP>=0.32:net/p5-IO-Socket-IP -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 15:38:51 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B51EBF9D7B; Fri, 2 Jun 2017 15:38: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 mx1.freebsd.org (Postfix) with ESMTPS id 69A4766525; Fri, 2 Jun 2017 15:38: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 v52FcowH093763; Fri, 2 Jun 2017 15:38:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FcoKh093762; Fri, 2 Jun 2017 15:38:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021538.v52FcoKh093762@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, 2 Jun 2017 15:38:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442384 - head/lang/p5-Parse-Perl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:38:51 -0000 Author: sunpoet Date: Fri Jun 2 15:38:50 2017 New Revision: 442384 URL: https://svnweb.freebsd.org/changeset/ports/442384 Log: Mark DEPRECATED and set EXPIRATION_DATE to 2017-07-31 - Remove outdated PERL_LEVEL check Modified: head/lang/p5-Parse-Perl/Makefile Modified: head/lang/p5-Parse-Perl/Makefile ============================================================================== --- head/lang/p5-Parse-Perl/Makefile Fri Jun 2 15:38:45 2017 (r442383) +++ head/lang/p5-Parse-Perl/Makefile Fri Jun 2 15:38:50 2017 (r442384) @@ -17,13 +17,12 @@ TEST_DEPENDS= p5-Devel-Declare>=0:devel/p5-Devel-Decla p5-Lexical-Import>=0:devel/p5-Lexical-Import \ p5-Sub-Identify>=0:devel/p5-Sub-Identify +BROKEN= Fails to build with Perl >= 5.22 + +DEPRECATED= does not build with Perl >= 5.22 +EXPIRATION_DATE=2017-07-31 + USES= perl5 USE_PERL5= modbuild -.include - -.if ${PERL_LEVEL} >= 502200 -BROKEN= Fails to build with Perl >= 5.22 -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 15:38:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B503DBF9D55; Fri, 2 Jun 2017 15:38: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 mx1.freebsd.org (Postfix) with ESMTPS id 9131B664D9; Fri, 2 Jun 2017 15:38: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 v52FcjjU093657; Fri, 2 Jun 2017 15:38:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FcjrU093656; Fri, 2 Jun 2017 15:38:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021538.v52FcjrU093656@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, 2 Jun 2017 15:38:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442383 - head/editors/p5-Padre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:38:46 -0000 Author: sunpoet Date: Fri Jun 2 15:38:45 2017 New Revision: 442383 URL: https://svnweb.freebsd.org/changeset/ports/442383 Log: Remove outdated PERL_LEVEL check - Sort and fix *_DEPENDS Modified: head/editors/p5-Padre/Makefile Modified: head/editors/p5-Padre/Makefile ============================================================================== --- head/editors/p5-Padre/Makefile Fri Jun 2 15:38:40 2017 (r442382) +++ head/editors/p5-Padre/Makefile Fri Jun 2 15:38:45 2017 (r442383) @@ -17,16 +17,15 @@ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/Artistic LICENSE_FILE_GPLv1= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-JSON-XS>=2.29:converters/p5-JSON-XS \ - p5-DBD-SQLite>=1.35:databases/p5-DBD-SQLite \ - p5-DBI>=1.58:databases/p5-DBI \ - databases/p5-ORLite-Migrate>0:databases/p5-ORLite-Migrate \ - p5-Algorithm-Diff>=1.19:devel/p5-Algorithm-Diff \ +BUILD_DEPENDS= p5-Algorithm-Diff>=1.19:devel/p5-Algorithm-Diff \ p5-App-cpanminus>=0.9923:devel/p5-App-cpanminus \ + p5-CGI>=3.47:www/p5-CGI \ p5-Capture-Tiny>0:devel/p5-Capture-Tiny \ p5-Class-Adapter>=1.05:devel/p5-Class-Adapter \ p5-Class-Inspector>=1.22:devel/p5-Class-Inspector \ p5-Class-XSAccessor>=1.13:devel/p5-Class-XSAccessor \ + p5-DBD-SQLite>=1.35:databases/p5-DBD-SQLite \ + p5-DBI>=1.58:databases/p5-DBI \ p5-Debug-Client>=0.20:devel/p5-Debug-Client \ p5-Devel-Dumpvar>=0.04:devel/p5-Devel-Dumpvar \ p5-Devel-Refactor>=0.05:devel/p5-Devel-Refactor \ @@ -34,35 +33,37 @@ BUILD_DEPENDS= p5-JSON-XS>=2.29:converters/p5-JSON-XS p5-File-Find-Rule>=0.30:devel/p5-File-Find-Rule \ p5-File-HomeDir>=0.84:devel/p5-File-HomeDir \ p5-File-ShareDir>=1.00:devel/p5-File-ShareDir \ + p5-HTML-Parser>=3.58:www/p5-HTML-Parser \ p5-IO-stringy>=2.110:devel/p5-IO-stringy \ p5-IPC-Run>=0.83:devel/p5-IPC-Run \ + p5-JSON-XS>=2.29:converters/p5-JSON-XS \ p5-List-MoreUtils>=0.22:lang/p5-List-MoreUtils \ p5-Locale-Msgfmt>=0.14:devel/p5-Locale-Msgfmt \ p5-Module-Manifest>=0.07:devel/p5-Module-Manifest \ - p5-PPI>=1.213:textproc/p5-PPI \ p5-Module-Starter>=1.60:devel/p5-Module-Starter \ + p5-ORLite-Migrate>0:databases/p5-ORLite-Migrate \ + p5-POD2-Base>=0.043:textproc/p5-POD2-Base \ + p5-PPI>=1.213:textproc/p5-PPI \ + p5-PPIx-EditorTools>=0.13:textproc/p5-PPIx-EditorTools \ + p5-PPIx-Regexp>=0.011:textproc/p5-PPIx-Regexp \ p5-Parse-ErrorString-Perl>=0.14:devel/p5-Parse-ErrorString-Perl \ p5-Parse-ExuberantCTags>=1.00:devel/p5-Parse-ExuberantCTags \ p5-Pod-Abstract>=0.16:textproc/p5-Pod-Abstract \ + p5-Pod-POM>=0.17:textproc/p5-Pod-POM \ p5-Sort-Versions>=1.5:devel/p5-Sort-Versions \ + p5-Template-Tiny>=0.11:textproc/p5-Template-Tiny \ p5-Test-Exception>=0.27:devel/p5-Test-Exception \ p5-Test-MockObject>=1.09:devel/p5-Test-MockObject \ p5-Test-NoWarnings>=0.084:devel/p5-Test-NoWarnings \ p5-Test-Script>=1.07:devel/p5-Test-Script \ - p5-URI>0:net/p5-URI \ - p5-Pod-POM>=0.17:textproc/p5-Pod-POM \ - p5-POD2-Base>=0.043:textproc/p5-POD2-Base \ - p5-PPIx-EditorTools>=0.13:textproc/p5-PPIx-EditorTools \ - p5-PPIx-Regexp>=0.011:textproc/p5-PPIx-Regexp \ - p5-Template-Tiny>=0.11:textproc/p5-Template-Tiny \ p5-Text-Diff>=1.41:textproc/p5-Text-Diff \ p5-Text-FindIndent>=0.10:textproc/p5-Text-FindIndent \ p5-Text-Patch>=1.8:textproc/p5-Text-Patch \ - p5-YAML-Tiny>=1.32:textproc/p5-YAML-Tiny \ - p5-HTML-Parser>=3.58:www/p5-HTML-Parser \ - p5-libwww>=5.815:www/p5-libwww \ + p5-URI>0:net/p5-URI \ + p5-Wx-Perl-ProcessStream>=0.25:x11-toolkits/p5-Wx-Perl-ProcessStream \ p5-Wx>=0.9700:x11-toolkits/p5-Wx \ - p5-Wx-Perl-ProcessStream>=0.25:x11-toolkits/p5-Wx-Perl-ProcessStream + p5-YAML-Tiny>=1.32:textproc/p5-YAML-Tiny \ + p5-libwww>=5.815:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} BUILD_DEPENDS+= p5-Module-Build>=0.36:devel/p5-Module-Build @@ -87,11 +88,6 @@ WXSC_DISTNAME= ${WXSC_NAME}-${WXSC_VERSION} WXSC_DISTFILE= ${WXSC_DISTNAME}.tar.gz .include - -.if ${PERL_LEVEL} >= 502100 -BUILD_DEPENDS+= p5-CGI>=3.47:www/p5-CGI -RUN_DEPENDS+= p5-CGI>=3.47:www/p5-CGI -.endif .if exists(${PERL}) PERL_THREADS!= ${PERL} -V::useithreads From owner-svn-ports-all@freebsd.org Fri Jun 2 15:38:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CF79BF9DA9; Fri, 2 Jun 2017 15:38: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 mx1.freebsd.org (Postfix) with ESMTPS id 1B57B6659A; Fri, 2 Jun 2017 15:38: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 v52Fct2D093869; Fri, 2 Jun 2017 15:38:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FctRd093868; Fri, 2 Jun 2017 15:38:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021538.v52FctRd093868@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, 2 Jun 2017 15:38:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442385 - head/net/p5-Net X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:38:56 -0000 Author: sunpoet Date: Fri Jun 2 15:38:54 2017 New Revision: 442385 URL: https://svnweb.freebsd.org/changeset/ports/442385 Log: Remove outdated PERL_LEVEL check Modified: head/net/p5-Net/Makefile Modified: head/net/p5-Net/Makefile ============================================================================== --- head/net/p5-Net/Makefile Fri Jun 2 15:38:50 2017 (r442384) +++ head/net/p5-Net/Makefile Fri Jun 2 15:38:54 2017 (r442385) @@ -32,11 +32,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Socket>=2.016:net/p5-Socket -RUN_DEPENDS+= p5-Socket>=2.016:net/p5-Socket -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 15:39:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEF0CBF9DCB; Fri, 2 Jun 2017 15:39: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 mx1.freebsd.org (Postfix) with ESMTPS id 8C621665F7; Fri, 2 Jun 2017 15:39: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 v52FcxpI093974; Fri, 2 Jun 2017 15:38:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FcxYb093973; Fri, 2 Jun 2017 15:38:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021538.v52FcxYb093973@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, 2 Jun 2017 15:38:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442386 - head/www/p5-CGI-Cookie-Splitter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:39:00 -0000 Author: sunpoet Date: Fri Jun 2 15:38:59 2017 New Revision: 442386 URL: https://svnweb.freebsd.org/changeset/ports/442386 Log: Add LICENSE_FILE - Add NO_ARCH - Remove outdated PERL_LEVEL check Modified: head/www/p5-CGI-Cookie-Splitter/Makefile Modified: head/www/p5-CGI-Cookie-Splitter/Makefile ============================================================================== --- head/www/p5-CGI-Cookie-Splitter/Makefile Fri Jun 2 15:38:54 2017 (r442385) +++ head/www/p5-CGI-Cookie-Splitter/Makefile Fri Jun 2 15:38:59 2017 (r442386) @@ -12,18 +12,14 @@ COMMENT= Split big cookies into smaller ones LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-CGI-Simple>=0:www/p5-CGI-Simple \ p5-namespace-clean>=0.19:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 15:39:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB554BF9E05; Fri, 2 Jun 2017 15:39: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 mx1.freebsd.org (Postfix) with ESMTPS id A9CA26667B; Fri, 2 Jun 2017 15:39: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 v52Fd41u094101; Fri, 2 Jun 2017 15:39:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Fd44t094099; Fri, 2 Jun 2017 15:39:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021539.v52Fd44t094099@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, 2 Jun 2017 15:39:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442387 - head/www/p5-Catalyst-Controller-RateLimit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:39:06 -0000 Author: sunpoet Date: Fri Jun 2 15:39:04 2017 New Revision: 442387 URL: https://svnweb.freebsd.org/changeset/ports/442387 Log: Add LICENSE - Add NO_ARCH - Remove outdated PERL_LEVEL check - Sort PLIST Modified: head/www/p5-Catalyst-Controller-RateLimit/Makefile head/www/p5-Catalyst-Controller-RateLimit/pkg-plist Modified: head/www/p5-Catalyst-Controller-RateLimit/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-RateLimit/Makefile Fri Jun 2 15:38:59 2017 (r442386) +++ head/www/p5-Catalyst-Controller-RateLimit/Makefile Fri Jun 2 15:39:04 2017 (r442387) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Protect your site from robots +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Algorithm-FloodControl>=1.91:devel/p5-Algorithm-FloodControl \ p5-Catalyst-Plugin-Cache-FastMmap>=0:www/p5-Catalyst-Plugin-Cache-FastMmap \ p5-Catalyst-Plugin-ConfigLoader>=0:www/p5-Catalyst-Plugin-ConfigLoader \ @@ -20,13 +23,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-WWW-Mechanize-Catalyst>=0:devel/p5-Test-WWW-Mechanize-Catalyst \ p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/www/p5-Catalyst-Controller-RateLimit/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Controller-RateLimit/pkg-plist Fri Jun 2 15:38:59 2017 (r442386) +++ head/www/p5-Catalyst-Controller-RateLimit/pkg-plist Fri Jun 2 15:39:04 2017 (r442387) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Catalyst::Controller::RateLimit.3.gz %%SITE_PERL%%/Catalyst/Controller/RateLimit.pm +%%PERL5_MAN3%%/Catalyst::Controller::RateLimit.3.gz From owner-svn-ports-all@freebsd.org Fri Jun 2 15:39:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD8AEBF9E36; Fri, 2 Jun 2017 15:39: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 mx1.freebsd.org (Postfix) with ESMTPS id AAF94666F0; Fri, 2 Jun 2017 15:39: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 v52Fd9Jx094222; Fri, 2 Jun 2017 15:39:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Fd9O8094220; Fri, 2 Jun 2017 15:39:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021539.v52Fd9O8094220@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, 2 Jun 2017 15:39:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442388 - head/www/p5-Catalyst-Plugin-Unicode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:39:11 -0000 Author: sunpoet Date: Fri Jun 2 15:39:09 2017 New Revision: 442388 URL: https://svnweb.freebsd.org/changeset/ports/442388 Log: Add LICENSE - Add NO_ARCH - Remove outdated PERL_LEVEL check - Sort PLIST Modified: head/www/p5-Catalyst-Plugin-Unicode/Makefile head/www/p5-Catalyst-Plugin-Unicode/pkg-plist Modified: head/www/p5-Catalyst-Plugin-Unicode/Makefile ============================================================================== --- head/www/p5-Catalyst-Plugin-Unicode/Makefile Fri Jun 2 15:39:04 2017 (r442387) +++ head/www/p5-Catalyst-Plugin-Unicode/Makefile Fri Jun 2 15:39:09 2017 (r442388) @@ -11,22 +11,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Unicode aware Catalyst +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:www/p5-Catalyst-Runtime \ p5-MRO-Compat>=0.10:devel/p5-MRO-Compat RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \ p5-Test-WWW-Mechanize-Catalyst>=0:devel/p5-Test-WWW-Mechanize-Catalyst +NO_ARCH= yes USES= perl5 USE_PERL5= configure post-extract: @${REINPLACE_CMD} -e '/build_requires/d' ${WRKSRC}/Makefile.PL -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/www/p5-Catalyst-Plugin-Unicode/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Plugin-Unicode/pkg-plist Fri Jun 2 15:39:04 2017 (r442387) +++ head/www/p5-Catalyst-Plugin-Unicode/pkg-plist Fri Jun 2 15:39:09 2017 (r442388) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Catalyst::Plugin::Unicode.3.gz %%SITE_PERL%%/Catalyst/Plugin/Unicode.pm +%%PERL5_MAN3%%/Catalyst::Plugin::Unicode.3.gz From owner-svn-ports-all@freebsd.org Fri Jun 2 15:39:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8F76FBF9E60; Fri, 2 Jun 2017 15:39:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F2BA6675B; Fri, 2 Jun 2017 15:39:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52FdEMq094344; Fri, 2 Jun 2017 15:39:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FdEi8094342; Fri, 2 Jun 2017 15:39:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021539.v52FdEi8094342@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, 2 Jun 2017 15:39:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442389 - head/www/p5-Catalyst-View-Templated X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:39:15 -0000 Author: sunpoet Date: Fri Jun 2 15:39:14 2017 New Revision: 442389 URL: https://svnweb.freebsd.org/changeset/ports/442389 Log: Add LICENSE - Sort *_DEPENDS - Add NO_ARCH - Remove outdated PERL_LEVEL check - Sort PLIST Modified: head/www/p5-Catalyst-View-Templated/Makefile head/www/p5-Catalyst-View-Templated/pkg-plist Modified: head/www/p5-Catalyst-View-Templated/Makefile ============================================================================== --- head/www/p5-Catalyst-View-Templated/Makefile Fri Jun 2 15:39:09 2017 (r442388) +++ head/www/p5-Catalyst-View-Templated/Makefile Fri Jun 2 15:39:14 2017 (r442389) @@ -12,20 +12,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generic base class for template-based views -BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:www/p5-Catalyst-Runtime \ - p5-Catalyst-Component-ACCEPT_CONTEXT>=0:www/p5-Catalyst-Component-ACCEPT_CONTEXT \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Catalyst-Component-ACCEPT_CONTEXT>=0:www/p5-Catalyst-Component-ACCEPT_CONTEXT \ + p5-Catalyst-Runtime>=5.7000:www/p5-Catalyst-Runtime \ p5-Class-C3>=0:devel/p5-Class-C3 RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-MockObject>=0:devel/p5-Test-MockObject \ p5-Test-WWW-Mechanize-Catalyst>=0:devel/p5-Test-WWW-Mechanize-Catalyst +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/www/p5-Catalyst-View-Templated/pkg-plist ============================================================================== --- head/www/p5-Catalyst-View-Templated/pkg-plist Fri Jun 2 15:39:09 2017 (r442388) +++ head/www/p5-Catalyst-View-Templated/pkg-plist Fri Jun 2 15:39:14 2017 (r442389) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Catalyst::View::Templated.3.gz %%SITE_PERL%%/Catalyst/View/Templated.pm +%%PERL5_MAN3%%/Catalyst::View::Templated.3.gz From owner-svn-ports-all@freebsd.org Fri Jun 2 15:39:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49AB0BF9E8C; Fri, 2 Jun 2017 15:39:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1893D667D2; Fri, 2 Jun 2017 15:39:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52FdJBp094467; Fri, 2 Jun 2017 15:39:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FdJWZ094465; Fri, 2 Jun 2017 15:39:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021539.v52FdJWZ094465@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, 2 Jun 2017 15:39:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442390 - head/www/p5-HTML-FromANSI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:39:20 -0000 Author: sunpoet Date: Fri Jun 2 15:39:18 2017 New Revision: 442390 URL: https://svnweb.freebsd.org/changeset/ports/442390 Log: Add LICENSE - Add NO_ARCH - Remove outdated PERL_LEVEL check - Sort PLIST Modified: head/www/p5-HTML-FromANSI/Makefile head/www/p5-HTML-FromANSI/pkg-plist Modified: head/www/p5-HTML-FromANSI/Makefile ============================================================================== --- head/www/p5-HTML-FromANSI/Makefile Fri Jun 2 15:39:14 2017 (r442389) +++ head/www/p5-HTML-FromANSI/Makefile Fri Jun 2 15:39:18 2017 (r442390) @@ -11,17 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Mark up ANSI sequences as HTML +LICENSE= ART10 GPLv1 MIT +LICENSE_COMB= dual + BUILD_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \ p5-Term-VT102-Boundless>=0:devel/p5-Term-VT102-Boundless RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include Modified: head/www/p5-HTML-FromANSI/pkg-plist ============================================================================== --- head/www/p5-HTML-FromANSI/pkg-plist Fri Jun 2 15:39:14 2017 (r442389) +++ head/www/p5-HTML-FromANSI/pkg-plist Fri Jun 2 15:39:18 2017 (r442390) @@ -1,4 +1,4 @@ bin/ansi2html -%%PERL5_MAN3%%/HTML::FromANSI.3.gz %%SITE_PERL%%/HTML/FromANSI.pm %%PERL5_MAN1%%/ansi2html.1.gz +%%PERL5_MAN3%%/HTML::FromANSI.3.gz From owner-svn-ports-all@freebsd.org Fri Jun 2 15:39:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A78BBF9EB8; Fri, 2 Jun 2017 15:39: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 mx1.freebsd.org (Postfix) with ESMTPS id 14F9E66846; Fri, 2 Jun 2017 15:39:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52FdOGe094571; Fri, 2 Jun 2017 15:39:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FdOSF094570; Fri, 2 Jun 2017 15:39:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021539.v52FdOSF094570@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, 2 Jun 2017 15:39:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442391 - head/www/p5-HTTP-Request-Params X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:39:25 -0000 Author: sunpoet Date: Fri Jun 2 15:39:23 2017 New Revision: 442391 URL: https://svnweb.freebsd.org/changeset/ports/442391 Log: Remove outdated PERL_LEVEL check Modified: head/www/p5-HTTP-Request-Params/Makefile Modified: head/www/p5-HTTP-Request-Params/Makefile ============================================================================== --- head/www/p5-HTTP-Request-Params/Makefile Fri Jun 2 15:39:18 2017 (r442390) +++ head/www/p5-HTTP-Request-Params/Makefile Fri Jun 2 15:39:23 2017 (r442391) @@ -13,7 +13,8 @@ COMMENT= Retrieve GET/POST Parameters from HTTP Reques LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-Accessor>=0.19:devel/p5-Class-Accessor \ +BUILD_DEPENDS= p5-CGI>=3:www/p5-CGI \ + p5-Class-Accessor>=0.19:devel/p5-Class-Accessor \ p5-Email-MIME-ContentType>=1:mail/p5-Email-MIME-ContentType \ p5-Email-MIME>=1.420:mail/p5-Email-MIME \ p5-HTTP-Message>=1.40:www/p5-HTTP-Message @@ -23,11 +24,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} >= 502200 -BUILD_DEPENDS+= p5-CGI>=3:www/p5-CGI -RUN_DEPENDS+= p5-CGI>=3:www/p5-CGI -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 15:39:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B299CBF9EE2; Fri, 2 Jun 2017 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 mx1.freebsd.org (Postfix) with ESMTPS id 7F242668AF; Fri, 2 Jun 2017 15:39: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 v52FdSFs094677; Fri, 2 Jun 2017 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 v52FdSfd094676; Fri, 2 Jun 2017 15:39:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021539.v52FdSfd094676@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, 2 Jun 2017 15:39:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442392 - head/net-mgmt/cricket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:39:29 -0000 Author: sunpoet Date: Fri Jun 2 15:39:28 2017 New Revision: 442392 URL: https://svnweb.freebsd.org/changeset/ports/442392 Log: Remove outdated PERL_LEVEL check - Sort RUN_DEPENDS Modified: head/net-mgmt/cricket/Makefile Modified: head/net-mgmt/cricket/Makefile ============================================================================== --- head/net-mgmt/cricket/Makefile Fri Jun 2 15:39:23 2017 (r442391) +++ head/net-mgmt/cricket/Makefile Fri Jun 2 15:39:28 2017 (r442392) @@ -11,9 +11,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= High performance, flexible monitoring system RUN_DEPENDS= rrdtool>=0:databases/rrdtool \ - p5-libwww>=0:www/p5-libwww \ + p5-CGI>0:www/p5-CGI \ p5-SNMP_Session>=0:net-mgmt/p5-SNMP_Session \ - p5-TimeDate>=0:devel/p5-TimeDate + p5-TimeDate>=0:devel/p5-TimeDate \ + p5-libwww>=0:www/p5-libwww USES= perl5 shebangfix SHEBANG_FILES= util/metaQuery.pl @@ -48,10 +49,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/cricket-conf.pl.sample \ ${STAGEDIR}${PREFIX}/etc/cricket-conf.pl.dist -.include - -.if ${PERL_LEVEL} >= 502200 -RUN_DEPENDS+= p5-CGI>0:www/p5-CGI -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 15:39:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56643BF9F0E; Fri, 2 Jun 2017 15:39: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 mx1.freebsd.org (Postfix) with ESMTPS id 23AFC6691C; Fri, 2 Jun 2017 15:39: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 v52FdXNE094781; Fri, 2 Jun 2017 15:39:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FdX4c094780; Fri, 2 Jun 2017 15:39:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021539.v52FdX4c094780@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, 2 Jun 2017 15:39:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442393 - head/science/metaf2xml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:39:34 -0000 Author: sunpoet Date: Fri Jun 2 15:39:33 2017 New Revision: 442393 URL: https://svnweb.freebsd.org/changeset/ports/442393 Log: Convert to options helper - Remove outdated PERL_LEVEL check Modified: head/science/metaf2xml/Makefile Modified: head/science/metaf2xml/Makefile ============================================================================== --- head/science/metaf2xml/Makefile Fri Jun 2 15:39:28 2017 (r442392) +++ head/science/metaf2xml/Makefile Fri Jun 2 15:39:33 2017 (r442393) @@ -12,6 +12,8 @@ COMMENT= Parse and Decode METAR, TAF, SYNOP, BUOY and LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +RUN_DEPENDS= p5-CGI>0:www/p5-CGI + OPTIONS_DEFINE= APACHE DOCS OPTIONS_SUB= yes APACHE_DESC= Install Apache config file for metaf2xml (depends on Apache) @@ -34,17 +36,7 @@ SHEBANG_FILES= metaf.pl metaf2xml.pl metafsrc2raw.pl PLIST_SUB= VERSION=${PORTVERSION} -.include +APACHE_MAKE_ARGS= CONF_DIR=${PREFIX}/${APACHEETCDIR}/Includes +APACHE_USE= APACHE_RUN=22+ -.if ${PERL_LEVEL} >= 502200 -RUN_DEPENDS+= p5-CGI>0:www/p5-CGI -.endif - -.include - -.if ${PORT_OPTIONS:MAPACHE} -USE_APACHE_RUN= 22+ -MAKE_ARGS+= CONF_DIR=${PREFIX}/${APACHEETCDIR}/Includes -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 15:39:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A455BF9F39; Fri, 2 Jun 2017 15:39: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 mx1.freebsd.org (Postfix) with ESMTPS id 2642366992; Fri, 2 Jun 2017 15:39: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 v52FdcJE094887; Fri, 2 Jun 2017 15:39:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FdcvB094886; Fri, 2 Jun 2017 15:39:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021539.v52FdcvB094886@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, 2 Jun 2017 15:39:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442394 - head/www/lightsquid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:39:39 -0000 Author: sunpoet Date: Fri Jun 2 15:39:38 2017 New Revision: 442394 URL: https://svnweb.freebsd.org/changeset/ports/442394 Log: Remove outdated PERL_LEVEL check Modified: head/www/lightsquid/Makefile Modified: head/www/lightsquid/Makefile ============================================================================== --- head/www/lightsquid/Makefile Fri Jun 2 15:39:33 2017 (r442393) +++ head/www/lightsquid/Makefile Fri Jun 2 15:39:38 2017 (r442394) @@ -13,6 +13,8 @@ COMMENT= Light and fast web based squid proxy traffic LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/gnugpl.txt +RUN_DEPENDS= p5-CGI>0:www/p5-CGI + USES= perl5 shebangfix tar:tgz SHEBANG_FILES= *.cgi *.pl tools/SiteAggregator/*.pl lang/*.pl tools/*.pl \ lightsquid.cfg @@ -80,10 +82,4 @@ do-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}/${DOCSDIR} .endfor -.include - -.if ${PERL_LEVEL} >= 502200 -RUN_DEPENDS+= p5-CGI>0:www/p5-CGI -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 15:43:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30851BFA107; Fri, 2 Jun 2017 15:43: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 mx1.freebsd.org (Postfix) with ESMTPS id F2B6D67235; Fri, 2 Jun 2017 15:43: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 v52FhIAM098706; Fri, 2 Jun 2017 15:43:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FhIGo098705; Fri, 2 Jun 2017 15:43:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021543.v52FhIGo098705@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, 2 Jun 2017 15:43:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442395 - head/databases/luasql-mysql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:43:19 -0000 Author: sunpoet Date: Fri Jun 2 15:43:17 2017 New Revision: 442395 URL: https://svnweb.freebsd.org/changeset/ports/442395 Log: Fix WWW Modified: head/databases/luasql-mysql/pkg-descr Modified: head/databases/luasql-mysql/pkg-descr ============================================================================== --- head/databases/luasql-mysql/pkg-descr Fri Jun 2 15:39:38 2017 (r442394) +++ head/databases/luasql-mysql/pkg-descr Fri Jun 2 15:43:17 2017 (r442395) @@ -4,4 +4,4 @@ LuaSQL is a simple interface from Lua to a DBMS. It en * Execute arbitrary SQL statements; * Retrieve results in a row-by-row cursor fashion. -WWW: https://github.com/keplerproject/luasql/ +WWW: https://github.com/keplerproject/luasql From owner-svn-ports-all@freebsd.org Fri Jun 2 15:43:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34BBCBFA126; Fri, 2 Jun 2017 15:43: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 mx1.freebsd.org (Postfix) with ESMTPS id F287B67248; Fri, 2 Jun 2017 15:43: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 v52FhNAc098807; Fri, 2 Jun 2017 15:43:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FhNZJ098806; Fri, 2 Jun 2017 15:43:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021543.v52FhNZJ098806@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, 2 Jun 2017 15:43:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442396 - head/devel/google-styleguide X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:43:24 -0000 Author: sunpoet Date: Fri Jun 2 15:43:22 2017 New Revision: 442396 URL: https://svnweb.freebsd.org/changeset/ports/442396 Log: Fix WWW Modified: head/devel/google-styleguide/pkg-descr Modified: head/devel/google-styleguide/pkg-descr ============================================================================== --- head/devel/google-styleguide/pkg-descr Fri Jun 2 15:43:17 2017 (r442395) +++ head/devel/google-styleguide/pkg-descr Fri Jun 2 15:43:22 2017 (r442396) @@ -14,4 +14,4 @@ If your project requires that you create a new XML doc rules, it also contains advice on designing your own versus adapting an existing format, on XML instance document formatting, and on elements versus attributes. -WWW: https://github.com/google/styleguide/ +WWW: https://github.com/google/styleguide From owner-svn-ports-all@freebsd.org Fri Jun 2 15:43:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 748BABFA14A; Fri, 2 Jun 2017 15:43: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 mx1.freebsd.org (Postfix) with ESMTPS id 41FF3672AE; Fri, 2 Jun 2017 15:43: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 v52FhS2l098927; Fri, 2 Jun 2017 15:43:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FhSsE098925; Fri, 2 Jun 2017 15:43:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021543.v52FhSsE098925@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, 2 Jun 2017 15:43:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442397 - head/devel/ocaml-extlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:43:29 -0000 Author: sunpoet Date: Fri Jun 2 15:43:28 2017 New Revision: 442397 URL: https://svnweb.freebsd.org/changeset/ports/442397 Log: Add LICENSE_FILE - Fix WWW Modified: head/devel/ocaml-extlib/Makefile head/devel/ocaml-extlib/pkg-descr Modified: head/devel/ocaml-extlib/Makefile ============================================================================== --- head/devel/ocaml-extlib/Makefile Fri Jun 2 15:43:22 2017 (r442396) +++ head/devel/ocaml-extlib/Makefile Fri Jun 2 15:43:28 2017 (r442397) @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Complete - yet small - standard library for OCaml LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/../LICENSE BUILD_DEPENDS= cppo:devel/ocaml-cppo Modified: head/devel/ocaml-extlib/pkg-descr ============================================================================== --- head/devel/ocaml-extlib/pkg-descr Fri Jun 2 15:43:22 2017 (r442396) +++ head/devel/ocaml-extlib/pkg-descr Fri Jun 2 15:43:28 2017 (r442397) @@ -9,4 +9,4 @@ ExtLib is not directly related to OCaml authors (INRIA library can be seen as a proposal for inclusion in the official distribution. -WWW: https://github.com/ygrek/ocaml-extlib/ +WWW: https://github.com/ygrek/ocaml-extlib From owner-svn-ports-all@freebsd.org Fri Jun 2 15:43:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E053BFA17B; Fri, 2 Jun 2017 15:43: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 mx1.freebsd.org (Postfix) with ESMTPS id 0A21367312; Fri, 2 Jun 2017 15:43: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 v52FhXR7099046; Fri, 2 Jun 2017 15:43:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FhXjq099044; Fri, 2 Jun 2017 15:43:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021543.v52FhXjq099044@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, 2 Jun 2017 15:43:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442398 - head/finance/vanitygen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:43:34 -0000 Author: sunpoet Date: Fri Jun 2 15:43:32 2017 New Revision: 442398 URL: https://svnweb.freebsd.org/changeset/ports/442398 Log: Add LICENSE_FILE - Fix WWW Modified: head/finance/vanitygen/Makefile head/finance/vanitygen/pkg-descr Modified: head/finance/vanitygen/Makefile ============================================================================== --- head/finance/vanitygen/Makefile Fri Jun 2 15:43:28 2017 (r442397) +++ head/finance/vanitygen/Makefile Fri Jun 2 15:43:32 2017 (r442398) @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Standalone vanity address generator for bitcoin LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre Modified: head/finance/vanitygen/pkg-descr ============================================================================== --- head/finance/vanitygen/pkg-descr Fri Jun 2 15:43:28 2017 (r442397) +++ head/finance/vanitygen/pkg-descr Fri Jun 2 15:43:32 2017 (r442398) @@ -1,4 +1,4 @@ Vanitygen can generate regular bitcoin addresses, namecoin addresses, and testnet addresses. -WWW: https://github.com/samr7/vanitygen/ +WWW: https://github.com/samr7/vanitygen From owner-svn-ports-all@freebsd.org Fri Jun 2 15:43:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EB46BFA1A1; Fri, 2 Jun 2017 15:43: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 mx1.freebsd.org (Postfix) with ESMTPS id 1CCF86738C; Fri, 2 Jun 2017 15:43: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 v52FhcTl099183; Fri, 2 Jun 2017 15:43:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Fhcha099180; Fri, 2 Jun 2017 15:43:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021543.v52Fhcha099180@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, 2 Jun 2017 15:43:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442399 - in head/games/epiar: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:43:39 -0000 Author: sunpoet Date: Fri Jun 2 15:43:37 2017 New Revision: 442399 URL: https://svnweb.freebsd.org/changeset/ports/442399 Log: Convert to options target helper - Pet portlint: fix diff header of patch file - Fix WWW Modified: head/games/epiar/Makefile head/games/epiar/files/patch-Source-Utilities-log.cpp head/games/epiar/pkg-descr Modified: head/games/epiar/Makefile ============================================================================== --- head/games/epiar/Makefile Fri Jun 2 15:43:32 2017 (r442398) +++ head/games/epiar/Makefile Fri Jun 2 15:43:37 2017 (r442399) @@ -35,10 +35,10 @@ OPTIONS_DEFINE= DOCS PORTSCOUT= ignore:1 post-install: - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \ - ${STAGEDIR}${DESKTOPDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/games/epiar/files/patch-Source-Utilities-log.cpp ============================================================================== --- head/games/epiar/files/patch-Source-Utilities-log.cpp Fri Jun 2 15:43:32 2017 (r442398) +++ head/games/epiar/files/patch-Source-Utilities-log.cpp Fri Jun 2 15:43:37 2017 (r442399) @@ -1,5 +1,5 @@ ---- Source/Utilities/log.cpp.orig 2012-10-27 10:18:51.000000000 +0200 -+++ Source/Utilities/log.cpp 2013-10-11 00:14:27.000000000 +0200 +--- Source/Utilities/log.cpp.orig 2012-10-27 08:18:51 UTC ++++ Source/Utilities/log.cpp @@ -10,6 +10,7 @@ #include "common.h" #include "Utilities/log.h" Modified: head/games/epiar/pkg-descr ============================================================================== --- head/games/epiar/pkg-descr Fri Jun 2 15:43:32 2017 (r442398) +++ head/games/epiar/pkg-descr Fri Jun 2 15:43:37 2017 (r442399) @@ -14,4 +14,4 @@ Other notable games of this genre include: - Star Flight - Solar Winds -WWW: https://github.com/knowknowledge/Epiar/ +WWW: https://github.com/knowknowledge/Epiar From owner-svn-ports-all@freebsd.org Fri Jun 2 15:43:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54670BFA1C9; Fri, 2 Jun 2017 15:43: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 mx1.freebsd.org (Postfix) with ESMTPS id 1DC28673FB; Fri, 2 Jun 2017 15:43: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 v52Fhhxt099302; Fri, 2 Jun 2017 15:43:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FhhRm099300; Fri, 2 Jun 2017 15:43:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021543.v52FhhRm099300@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, 2 Jun 2017 15:43:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442400 - head/games/frotz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:43:44 -0000 Author: sunpoet Date: Fri Jun 2 15:43:42 2017 New Revision: 442400 URL: https://svnweb.freebsd.org/changeset/ports/442400 Log: Convert to options helper - Convert to options target helper - Fix WWW Modified: head/games/frotz/Makefile head/games/frotz/pkg-descr Modified: head/games/frotz/Makefile ============================================================================== --- head/games/frotz/Makefile Fri Jun 2 15:43:37 2017 (r442399) +++ head/games/frotz/Makefile Fri Jun 2 15:43:42 2017 (r442400) @@ -32,27 +32,24 @@ DUMB_DESC= Install dfrotz (dumb frotz) OSS_MAKE_ENV= SOUND_DEFS='-DOSS_SOUND -DSOUND_DEV=\"/dev/dsp\"' DUMB_PLIST_FILES= bin/dfrotz \ man/man6/dfrotz.6.gz +DUMB_PORTDOCS= DUMB -.include - -.if ${PORT_OPTIONS:MDUMB} -PORTDOCS+= DUMB -.endif - -.if ${PORT_OPTIONS:MOSS} -pre-build: +pre-build-OSS-on: cd ${WRKSRC} && ${DO_MAKE_BUILD} soundcard.h -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ -.if ${PORT_OPTIONS:MDUMB} - ${INSTALL_PROGRAM} ${WRKSRC}/d${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/doc/d${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ -.endif + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +do-install-DUMB-on: + ${INSTALL_PROGRAM} ${WRKSRC}/d${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/doc/d${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + +do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${EXAMPLESDIR} Modified: head/games/frotz/pkg-descr ============================================================================== --- head/games/frotz/pkg-descr Fri Jun 2 15:43:37 2017 (r442399) +++ head/games/frotz/pkg-descr Fri Jun 2 15:43:42 2017 (r442400) @@ -7,4 +7,4 @@ to transfer the story files. There is an increasing n of new games available on the Internet. Check the if-archive at ftp.ifarchive.org. -WWW: https://github.com/DavidGriffith/frotz/ +WWW: https://github.com/DavidGriffith/frotz From owner-svn-ports-all@freebsd.org Fri Jun 2 15:43:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFFEFBFA1F2; Fri, 2 Jun 2017 15:43:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EE9367464; Fri, 2 Jun 2017 15:43:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52Fhl1L099402; Fri, 2 Jun 2017 15:43:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Fhlwx099401; Fri, 2 Jun 2017 15:43:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021543.v52Fhlwx099401@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, 2 Jun 2017 15:43:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442401 - head/graphics/ampasCTL X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:43:49 -0000 Author: sunpoet Date: Fri Jun 2 15:43:47 2017 New Revision: 442401 URL: https://svnweb.freebsd.org/changeset/ports/442401 Log: Fix WWW Modified: head/graphics/ampasCTL/pkg-descr Modified: head/graphics/ampasCTL/pkg-descr ============================================================================== --- head/graphics/ampasCTL/pkg-descr Fri Jun 2 15:43:42 2017 (r442400) +++ head/graphics/ampasCTL/pkg-descr Fri Jun 2 15:43:47 2017 (r442401) @@ -14,4 +14,4 @@ use three color channels, while four or more inks are paper. A color management system must transform each pixel in the original image to corresponding amounts of ink or film density values. -WWW: https://github.com/ampas/CTL/ +WWW: https://github.com/ampas/CTL From owner-svn-ports-all@freebsd.org Fri Jun 2 15:43:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B640BBFA217; Fri, 2 Jun 2017 15:43:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8283B674D0; Fri, 2 Jun 2017 15:43:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52FhquR099503; Fri, 2 Jun 2017 15:43:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Fhqbm099502; Fri, 2 Jun 2017 15:43:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021543.v52Fhqbm099502@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, 2 Jun 2017 15:43:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442402 - head/graphics/gimp-beautify-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:43:53 -0000 Author: sunpoet Date: Fri Jun 2 15:43:52 2017 New Revision: 442402 URL: https://svnweb.freebsd.org/changeset/ports/442402 Log: Fix WWW Modified: head/graphics/gimp-beautify-plugin/pkg-descr (contents, props changed) Modified: head/graphics/gimp-beautify-plugin/pkg-descr ============================================================================== --- head/graphics/gimp-beautify-plugin/pkg-descr Fri Jun 2 15:43:47 2017 (r442401) +++ head/graphics/gimp-beautify-plugin/pkg-descr Fri Jun 2 15:43:52 2017 (r442402) @@ -1,4 +1,4 @@ GIMP Beautify is a set of GIMP plug-ins to both quickly and easily beautify photos -WWW: https://github.com/hejiann/beautify/ +WWW: https://github.com/hejiann/beautify From owner-svn-ports-all@freebsd.org Fri Jun 2 15:43:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 741FEBFA23C; Fri, 2 Jun 2017 15:43: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 mx1.freebsd.org (Postfix) with ESMTPS id 420FB6753E; Fri, 2 Jun 2017 15:43: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 v52FhvT8099601; Fri, 2 Jun 2017 15:43:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Fhv6E099600; Fri, 2 Jun 2017 15:43:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021543.v52Fhv6E099600@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, 2 Jun 2017 15:43:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442403 - head/multimedia/gtk-youtube-viewer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:43:58 -0000 Author: sunpoet Date: Fri Jun 2 15:43:57 2017 New Revision: 442403 URL: https://svnweb.freebsd.org/changeset/ports/442403 Log: Fix WWW Modified: head/multimedia/gtk-youtube-viewer/pkg-descr Modified: head/multimedia/gtk-youtube-viewer/pkg-descr ============================================================================== --- head/multimedia/gtk-youtube-viewer/pkg-descr Fri Jun 2 15:43:52 2017 (r442402) +++ head/multimedia/gtk-youtube-viewer/pkg-descr Fri Jun 2 15:43:57 2017 (r442403) @@ -1,4 +1,4 @@ GTK YouTube Viewer is created to be a flexible and reliable open-source application which is dedicated to streaming YouTube Videos with MPlayer. -WWW: https://github.com/trizen/youtube-viewer/ +WWW: https://github.com/trizen/youtube-viewer From owner-svn-ports-all@freebsd.org Fri Jun 2 15:44:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D722BFA267; Fri, 2 Jun 2017 15:44: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 mx1.freebsd.org (Postfix) with ESMTPS id DB739675A3; Fri, 2 Jun 2017 15:44: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 v52Fi1Vh099724; Fri, 2 Jun 2017 15:44:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Fi1Xm099723; Fri, 2 Jun 2017 15:44:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021544.v52Fi1Xm099723@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, 2 Jun 2017 15:44:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442404 - head/net-mgmt/arpscan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:44:03 -0000 Author: sunpoet Date: Fri Jun 2 15:44:01 2017 New Revision: 442404 URL: https://svnweb.freebsd.org/changeset/ports/442404 Log: Fix WWW Modified: head/net-mgmt/arpscan/pkg-descr Modified: head/net-mgmt/arpscan/pkg-descr ============================================================================== --- head/net-mgmt/arpscan/pkg-descr Fri Jun 2 15:43:57 2017 (r442403) +++ head/net-mgmt/arpscan/pkg-descr Fri Jun 2 15:44:01 2017 (r442404) @@ -1,4 +1,4 @@ arpscan is a very simple scanner which sends out arp requests for the given IP addresses and displays a list of the found hosts. -WWW: https://github.com/jasonish/arpscan/ +WWW: https://github.com/jasonish/arpscan From owner-svn-ports-all@freebsd.org Fri Jun 2 15:49:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33463BFA39E; Fri, 2 Jun 2017 15:49:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2B5467BCE; Fri, 2 Jun 2017 15:49:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52FnabM000444; Fri, 2 Jun 2017 15:49:36 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52FnYSb000425; Fri, 2 Jun 2017 15:49:34 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201706021549.v52FnYSb000425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 2 Jun 2017 15:49:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442405 - in head: databases/galera deskutils/growl-for-linux games/openclonk graphics/gcolor3 lang/swi-pl math/blis math/qalculate multimedia/pwcbsd net-im/corebird security/wolfssl sy... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 15:49:37 -0000 Author: linimon Date: Fri Jun 2 15:49:34 2017 New Revision: 442405 URL: https://svnweb.freebsd.org/changeset/ports/442405 Log: Mark some ports failing on powerpc64. These ports are either new ports, or had been recently unblocked. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/databases/galera/Makefile head/deskutils/growl-for-linux/Makefile head/games/openclonk/Makefile head/graphics/gcolor3/Makefile head/lang/swi-pl/Makefile head/math/blis/Makefile head/math/qalculate/Makefile head/multimedia/pwcbsd/Makefile head/net-im/corebird/Makefile head/security/wolfssl/Makefile head/sysutils/fsearch/Makefile head/textproc/highlight/Makefile head/textproc/ibus-qt/Makefile head/textproc/libstaroffice/Makefile head/textproc/rubygem-cld3/Makefile head/textproc/uncrustify/Makefile head/www/netsurf/Makefile head/www/rubygem-jquery-rails-rails50/Makefile head/x11/sakura/Makefile Modified: head/databases/galera/Makefile ============================================================================== --- head/databases/galera/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/databases/galera/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -15,7 +15,8 @@ BUILD_DEPENDS= checkmk:devel/check \ ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libboost_date_time.so:devel/boost-libs -NOT_FOR_ARCHS= i386 +BROKEN_powerpc64= fails to compile: gu_atomic.h: This GCC version does not support 8-byte atomics on this platform. Use GCC >= 4.7.x +NOT_FOR_ARCHS= i386 # On i386 older versions of clang produce: # cannot compile this atomic library call yet ... __atomic_add_fetch # whereas newer ones generate a call to __atomic_add_fetch which ends up with Modified: head/deskutils/growl-for-linux/Makefile ============================================================================== --- head/deskutils/growl-for-linux/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/deskutils/growl-for-linux/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -15,6 +15,8 @@ BUILD_DEPENDS= desktop-file-install:devel/desktop-file LIB_DEPENDS= libcurl.so:ftp/curl \ libdbus-glib-1.so:devel/dbus-glib +BROKEN_powerpc64= fails to compile: balloon.c:160: error: nested functions are disabled, use -fnested-functions to re-enable + CONFIGURE_ARGS= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" GH_ACCOUNT= mattn Modified: head/games/openclonk/Makefile ============================================================================== --- head/games/openclonk/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/games/openclonk/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -21,6 +21,8 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpng.so:graphics/png \ libvorbis.so:audio/libvorbis +BROKEN_powerpc64= fails to compile: C4Texture.cpp:260:13: error: 'stoul' is not a member of 'std' + USES= compiler:c++14-lang cmake desktop-file-utils jpeg pkgconfig tar:bzip2 USE_GL= glew USE_GNOME= gtk30 Modified: head/graphics/gcolor3/Makefile ============================================================================== --- head/graphics/gcolor3/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/graphics/gcolor3/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -11,6 +11,8 @@ COMMENT= Simple color chooser LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to compile: main.c: In function '_print_version_and_exit': will never be executed + USES= autoreconf gmake gettext libtool pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk30 intltool GNU_CONFIGURE= yes Modified: head/lang/swi-pl/Makefile ============================================================================== --- head/lang/swi-pl/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/lang/swi-pl/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -17,6 +17,10 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +BROKEN_mips= fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4' +BROKEN_mips64= fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4' +BROKEN_powerpc64= fails to compile: pce_principal.pl:155: Shared object "pl2xpce" not found, required by "swipl" + SWIPLDIR= ${PORTNAME:C/-//}-${PORTVERSION} NOPRECIOUSMAKEVARS= yes Modified: head/math/blis/Makefile ============================================================================== --- head/math/blis/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/math/blis/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= bash:shells/bash +BROKEN_powerpc64= fails to configure: common.mk:118: Unable to determine compiler vendor + OPTIONS_DEFINE= PARA CBLAS PARA_DESC= use pthread parallelization CBLAS_DESC= build the CBLAS compatibility layer Modified: head/math/qalculate/Makefile ============================================================================== --- head/math/qalculate/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/math/qalculate/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -18,6 +18,8 @@ LIB_DEPENDS= libcln.so:math/cln \ RUN_DEPENDS= gnuplot:math/gnuplot \ wget:ftp/wget +BROKEN_powerpc64= fails to compile: main.cc: undefined reference to Calculator::temporaryCategory[abi:cxx11]() + USES= autoreconf compiler:c++11-lang gettext gmake \ libtool:build localbase pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2 Modified: head/multimedia/pwcbsd/Makefile ============================================================================== --- head/multimedia/pwcbsd/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/multimedia/pwcbsd/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -14,6 +14,8 @@ COMMENT= The Linux pwc webcam driver ported to FreeBSD LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: pcpu.h:187: error: size of array '__assert_0' is negative + CONFLICTS= pwcview-[0-9]* SSP_UNSAFE= kernel module does not support ssp Modified: head/net-im/corebird/Makefile ============================================================================== --- head/net-im/corebird/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/net-im/corebird/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -19,6 +19,8 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ librest-0.7.so:devel/librest \ libgspell-1.so:textproc/gspell +BROKEN_powerpc64= fails to compile: CbMedia.h:61: redefinition of typedef 'CbMedia' + USE_GITHUB= yes GH_ACCOUNT= baedert Modified: head/security/wolfssl/Makefile ============================================================================== --- head/security/wolfssl/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/security/wolfssl/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -12,6 +12,10 @@ LICENSE= GPLv2 BUILD_DEPENDS= bash:shells/bash +BROKEN_mips= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory +BROKEN_mips64= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory +BROKEN_powerpc64= fails to package: pkg-static: Unable to access file libwolfssl.so.3: No such file or directory + USES= libtool zip GNU_CONFIGURE= yes CONFIGURE_SHELL=bash Modified: head/sysutils/fsearch/Makefile ============================================================================== --- head/sysutils/fsearch/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/sysutils/fsearch/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/License BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ax_check_compile_flag.m4:devel/autoconf-archive LIB_DEPENDS= libpcre.so:devel/pcre +BROKEN_powerpc64= fails to configure: checking whether C compiler accepts -std=c11... no + USE_GITHUB= yes GH_ACCOUNT= cboxdoerfer Modified: head/textproc/highlight/Makefile ============================================================================== --- head/textproc/highlight/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/textproc/highlight/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= boost-libs>0:devel/boost-libs +BROKEN_powerpc64= fails to compile: rtfgenerator.cpp:279:37: 'to_string' was not declared in this scope + USES= compiler:c++11-lib gmake lua:52 pkgconfig tar:bzip2 USE_CXXSTD= c++11 MAKEFILE= makefile Modified: head/textproc/ibus-qt/Makefile ============================================================================== --- head/textproc/ibus-qt/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/textproc/ibus-qt/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -19,6 +19,8 @@ RUN_DEPENDS= ibus>=1.3.7:textproc/ibus LIB_DEPENDS= libdbus-1.so:devel/dbus \ libicuuc.so:devel/icu +BROKEN_powerpc64= fails to link: libicui18n.so: undefined reference to '__cxa_throw_bad_array_new_length@CXXABI_1.3.8' + GH_ACCOUNT= ibus USE_QT4= gui dbus moc_build qmake_build moc_build uic_build rcc_build Modified: head/textproc/libstaroffice/Makefile ============================================================================== --- head/textproc/libstaroffice/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/textproc/libstaroffice/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -15,6 +15,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge +BROKEN_powerpc64= fails to configure: Could not find Boost implementation of shared_ptr + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes Modified: head/textproc/rubygem-cld3/Makefile ============================================================================== --- head/textproc/rubygem-cld3/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/textproc/rubygem-cld3/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= devel/protobuf>0:devel/protobuf \ rubygem-ffi>0:devel/rubygem-ffi +BROKEN_powerpc64= fails to install: Error installing cld3-3.1.2.gem: Failed to build gem native extension + USE_RUBY= yes USES= gem pkgconfig Modified: head/textproc/uncrustify/Makefile ============================================================================== --- head/textproc/uncrustify/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/textproc/uncrustify/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -12,6 +12,10 @@ COMMENT= Highly configurable source code beautifier LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_mips= fails to compile: cc1plus: error: unrecognized command line option "-std=gnu++0x" +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 USES= cmake:outsource CMAKE_ARGS= -DCURRENT_VERSION="${PORTVERSION}" Modified: head/www/netsurf/Makefile ============================================================================== --- head/www/netsurf/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/www/netsurf/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -33,6 +33,8 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ RUN_DEPENDS= duk:lang/duktape \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss +BROKEN_powerpc64= fails to compile: dukky.h:40: expected declaration specifiers or '...' before 'dom_string' + ALL_TARGET= #empty LDFLAGS+= -L${OPENSSLLIB} -lssl -lcrypto ${ICONV_LIB} CFLAGS+= -I${OPENSSLINC} Modified: head/www/rubygem-jquery-rails-rails50/Makefile ============================================================================== --- head/www/rubygem-jquery-rails-rails50/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/www/rubygem-jquery-rails-rails50/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -17,6 +17,8 @@ RUN_DEPENDS= rubygem-rails-dom-testing-rails50>=1.0:te rubygem-railties50>=4.2.0:www/rubygem-railties50 \ rubygem-thor>=0.14:devel/rubygem-thor +BROKEN_powerpc64= fails to install: pkg-static: rubygem-rails-dom-testing-2.0.3 conflicts with rubygem-rails-dom-testing-rails50-2.0.3 (installs files into the same place) + NO_ARCH= yes USE_RUBY= yes USES= gem Modified: head/x11/sakura/Makefile ============================================================================== --- head/x11/sakura/Makefile Fri Jun 2 15:44:01 2017 (r442404) +++ head/x11/sakura/Makefile Fri Jun 2 15:49:34 2017 (r442405) @@ -9,9 +9,11 @@ MASTER_SITES= http://launchpadlibrarian.net/301803318/ MAINTAINER= danilo@FreeBSD.org COMMENT= Terminal emulator based on GTK and VTE +LICENSE= GPLv2 + LIB_DEPENDS= libgnutls.so:security/gnutls -LICENSE= GPLv2 +BROKEN_powerpc64= fails to build: sakura.c:1348: 'for' loop initial declaration used outside C99 mode OPTIONS_DEFINE= DOCS From owner-svn-ports-all@freebsd.org Fri Jun 2 16:15:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C2B9BFAAE1; Fri, 2 Jun 2017 16:15:15 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6837688D8; Fri, 2 Jun 2017 16:15:14 +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 v52GFDam012708; Fri, 2 Jun 2017 16:15:13 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52GFDBg012707; Fri, 2 Jun 2017 16:15:13 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201706021615.v52GFDBg012707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 2 Jun 2017 16:15:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442406 - head/www/mitmproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 16:15:15 -0000 Author: linimon Date: Fri Jun 2 16:15:13 2017 New Revision: 442406 URL: https://svnweb.freebsd.org/changeset/ports/442406 Log: Mark broken everywhere: dependency calculation fails. Modified: head/www/mitmproxy/Makefile Modified: head/www/mitmproxy/Makefile ============================================================================== --- head/www/mitmproxy/Makefile Fri Jun 2 15:49:34 2017 (r442405) +++ head/www/mitmproxy/Makefile Fri Jun 2 16:15:13 2017 (r442406) @@ -5,6 +5,7 @@ PORTNAME= mitmproxy PORTVERSION= 2.0.1 CATEGORIES= www python MASTER_SITES= http://github.com/mitmproxy/mitmproxy/archive/ +DISTFILES= v${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= gaod@hychen.org COMMENT= SSL-capable man-in-the-middle proxy @@ -12,8 +13,6 @@ COMMENT= SSL-capable man-in-the-middle proxy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -DISTFILES= v${PORTVERSION}${EXTRACT_SUFX} - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.2:devel/py3-click \ ${PYTHON_PKGNAMEPREFIX}blinker>=1.4:devel/py-blinker \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi \ @@ -37,6 +36,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.2:devel/p ${PYTHON_PKGNAMEPREFIX}kaitaistruct>=0.6:devel/py-kaitaistruct \ ${PYTHON_PKGNAMEPREFIX}jsbeautifier>=1.6.3:devel/py-jsbeautifier \ ${PYTHON_PKGNAMEPREFIX}h2>=3.0.0:www/py-h2 + +BROKEN= fails in dependency check: mitmproxy-2.0.1 depends on package: py36-blinker>=1.4 - not found USES= python:3.5+ USE_PYTHON= distutils autoplist From owner-svn-ports-all@freebsd.org Fri Jun 2 16:42:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81659BFB150; Fri, 2 Jun 2017 16:42:17 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 58A816A696; Fri, 2 Jun 2017 16:42:17 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52GgGJ7024893; Fri, 2 Jun 2017 16:42:16 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52GgFTc024885; Fri, 2 Jun 2017 16:42:15 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201706021642.v52GgFTc024885@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 2 Jun 2017 16:42:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442407 - in head/math/gretl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 16:42:17 -0000 Author: pawel Date: Fri Jun 2 16:42:15 2017 New Revision: 442407 URL: https://svnweb.freebsd.org/changeset/ports/442407 Log: - Add missing NLS option to OPTIONS_DEFINE, LICENSE_FILE - Register missing dependencies found by stage-qa - Convert to USES=localbase - Use options helpers - Strip gretl-gtk2 plugins - Regenerate patches with make makepatch, use correct patch naming Added: head/math/gretl/files/patch-gui2_Makefile.in - copied, changed from r442406, head/math/gretl/files/patch-gui2__Makefile.in head/math/gretl/files/patch-lib_Makefile.in - copied, changed from r442406, head/math/gretl/files/patch-lib__Makefile.in head/math/gretl/files/patch-plugin_Makefile.in - copied, changed from r442406, head/math/gretl/files/patch-plugin__Makefile.in head/math/gretl/files/patch-plugin_workbook.c - copied, changed from r442406, head/math/gretl/files/patch-plugin__workbook.c head/math/gretl/files/patch-share_Makefile.in - copied, changed from r442406, head/math/gretl/files/patch-share__Makefile.in head/math/gretl/files/patch-share_bcih_Makefile.in - copied, changed from r442406, head/math/gretl/files/patch-share__bcih__Makefile.in Deleted: head/math/gretl/files/patch-gui2__Makefile.in head/math/gretl/files/patch-lib__Makefile.in head/math/gretl/files/patch-plugin__Makefile.in head/math/gretl/files/patch-plugin__workbook.c head/math/gretl/files/patch-share__Makefile.in head/math/gretl/files/patch-share__bcih__Makefile.in Modified: head/math/gretl/Makefile head/math/gretl/files/patch-Makefile.in Modified: head/math/gretl/Makefile ============================================================================== --- head/math/gretl/Makefile Fri Jun 2 16:15:13 2017 (r442406) +++ head/math/gretl/Makefile Fri Jun 2 16:42:15 2017 (r442407) @@ -3,7 +3,7 @@ PORTNAME= gretl PORTVERSION= 1.9.13 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math finance MASTER_SITES= SF @@ -11,97 +11,64 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNU Regression, Econometrics, and Time-series Library LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ - libfftw3.so:math/fftw3 + libfftw3.so:math/fftw3 \ + libgmp.so:math/gmp \ + libmpfr.so:math/mpfr GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= fortran gmake libtool pathfix pkgconfig tar:bzip2 -WANT_GNOME= yes +USES= fortran gmake localbase libtool ncurses pathfix pkgconfig \ + readline tar:bzip2 ALL_TARGET= # empty CONFIGURE_ARGS= --enable-static --enable-shared --with-gmake \ --disable-xdg-utils -CONFIGURE_ENV= ac_cv_lib_dl_dlopen="" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= LAPACK_LIBS="${LAPACK} ${BLAS}" +CONFIGURE_ENV= ac_cv_lib_dl_dlopen="" \ + LAPACK_LIBS="${LAPACK} ${BLAS}" -OPTIONS_DEFINE= ATLAS GUI ODBC OPENMP R UNZIP +OPTIONS_DEFINE= ATLAS GUI NLS ODBC OPENMP R UNZIP +OPTIONS_DEFAULT= GUI OPENMP UNZIP +OPTIONS_SUB= yes ATLAS_DESC= Use ATLAS for BLAS and LAPACK +ATLAS_LIB_DEPENDS= libatlas.so:math/atlas +ATLAS_LIB_DEPENDS_OFF= libblas.so:math/blas \ + liblapack.so:math/lapack +ATLAS_VARS= BLAS=-lf77blas LAPACK="-lalapack -lcblas" +ATLAS_VARS_OFF= BLAS=-lblas LAPACK=-llapack + GUI_DESC= Graphical user interface and plugins -R_DESC= libR support -UNZIP_DESC= UnZip compression support via libgsf +GUI_CONFIGURE_ON= --enable-gtk2=yes --enable-gui=yes +GUI_CONFIGURE_OFF= --enable-gui=no --enable-xdg=no +GUI_VARS= INSTALLS_ICONS=yes +GUI_USE= GNOME=cairo,gtksourceview2 +GUI_USE_OFF= GNOME=glib20,libxml2 +GUI_USES= desktop-file-utils shared-mime-info +GUI_BUILD_DEPENDS= gnuplot:math/gnuplot +GUI_LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig +GUI_RUN_DEPENDS= gnuplot:math/gnuplot -OPTIONS_DEFAULT= GUI OPENMP UNZIP +NLS_CONFIGURE_ON= --enable-nls=yes +NLS_CONFIGURE_OFF= --enable-nls=no +NLS_USES= gettext -.include +ODBC_CONFIGURE_WITH= odbc +ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC -.if ${PORT_OPTIONS:MATLAS} -LIB_DEPENDS+= libatlas.so:math/atlas -BLAS= -lf77blas -LAPACK= -lalapack -lcblas -.else -LIB_DEPENDS+= libblas.so:math/blas \ - liblapack.so:math/lapack -BLAS= -lblas -LAPACK= -llapack -.endif +OPENMP_CONFIGURE_ON= --enable-openmp -.if ${PORT_OPTIONS:MGUI} -CONFIGURE_ARGS+= --enable-gtk2=yes --enable-gui=yes -INSTALLS_ICONS= yes -USE_GNOME= gtksourceview2 -USES+= desktop-file-utils shared-mime-info -BUILD_DEPENDS+= gnuplot:math/gnuplot -RUN_DEPENDS+= gnuplot:math/gnuplot -PLIST_SUB+= GUI="" -.else -USE_GNOME= glib20 libxml2 -CONFIGURE_ARGS+= --enable-gui=no --enable-xdg=no -PLIST_SUB+= GUI="@comment " -.endif +R_DESC= libR support +R_CONFIGURE_WITH= libR +R_LIB_DEPENDS= libR.so:math/R -.if ${PORT_OPTIONS:MNLS} -CONFIGURE_ARGS+= --enable-nls=yes -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --enable-nls=no -PLIST_SUB+= NLS="@comment " -.endif +UNZIP_DESC= UnZip compression support via libgsf +UNZIP_CONFIGURE_WITH= gsf +UNZIP_USE= GNOME=libgsf -.if ${PORT_OPTIONS:MODBC} -CONFIGURE_ARGS+= --with-odbc -LIB_DEPENDS+= libodbc.so:databases/unixODBC -PLIST_SUB+= ODBC="" -.else -CONFIGURE_ARGS+= --without-odbc -PLIST_SUB+= ODBC="@comment " -.endif - -.if ${PORT_OPTIONS:MOPENMP} -CONFIGURE_ARGS+= --enable-openmp -.endif - -.if ${PORT_OPTIONS:MR} -CONFIGURE_ARGS+= --with-libR -LIB_DEPENDS+= libR.so:math/R -.else -CONFIGURE_ARGS+= --without-libR -.endif - -.if ${PORT_OPTIONS:MUNZIP} -CONFIGURE_ARGS+= --with-gsf -USE_GNOME+= libgsf -PLIST_SUB+= NO_UNZIP="@comment " -.else -CONFIGURE_ARGS+= --without-gsf -PLIST_SUB+= NO_UNZIP="" -.endif - .if !empty(MACHINE_CPU:Msse2) CONFIGURE_ARGS+= --enable-sse2=yes .else @@ -119,5 +86,8 @@ post-patch: regression-test test check: build @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ ${MAKE_ARGS} check + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gretl-gtk2/*.so .include Modified: head/math/gretl/files/patch-Makefile.in ============================================================================== --- head/math/gretl/files/patch-Makefile.in Fri Jun 2 16:15:13 2017 (r442406) +++ head/math/gretl/files/patch-Makefile.in Fri Jun 2 16:42:15 2017 (r442407) @@ -1,7 +1,7 @@ ---- Makefile.in.orig Thu Sep 12 00:35:22 2002 -+++ Makefile.in Mon Oct 21 10:02:37 2002 -@@ -22,8 +22,9 @@ - GUIDIR = gui +--- Makefile.in.orig 2017-06-01 20:13:36 UTC ++++ Makefile.in +@@ -40,8 +40,9 @@ ifeq ($(use_xdg),yes) + XDGDIR = xdg endif -INSTALL_PROGRAM = ${INSTALL} -m 755 Copied and modified: head/math/gretl/files/patch-gui2_Makefile.in (from r442406, head/math/gretl/files/patch-gui2__Makefile.in) ============================================================================== --- head/math/gretl/files/patch-gui2__Makefile.in Fri Jun 2 16:15:13 2017 (r442406, copy source) +++ head/math/gretl/files/patch-gui2_Makefile.in Fri Jun 2 16:42:15 2017 (r442407) @@ -1,6 +1,6 @@ ---- gui2/Makefile.in.orig 2013-03-30 13:23:00.000000000 -0400 -+++ gui2/Makefile.in 2013-11-20 00:31:53.000000000 -0500 -@@ -122,7 +122,7 @@ +--- gui2/Makefile.in.orig 2017-06-01 20:13:36 UTC ++++ gui2/Makefile.in +@@ -122,7 +122,7 @@ ifeq ($(mac_native),yes) PROG = gretl else PROG = gretl_x11$(EXEEXT) @@ -9,7 +9,7 @@ endif vpath %.c $(topsrc)/gui2 -@@ -215,7 +215,7 @@ +@@ -215,7 +215,7 @@ $(GRETL_LANG): $(MKLANG) .PHONY: @@ -18,7 +18,7 @@ install-strip: $(PROG) install-data $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) -s $(PROG) $(DESTDIR)$(bindir)/$(PROG) -@@ -229,7 +229,7 @@ +@@ -229,7 +229,7 @@ install-ui: installdirs $(INSTALL_DATA) $(topsrc)/gui2/gretlmodel.xml $(DESTDIR)$(uidir) install-script: installdirs Copied and modified: head/math/gretl/files/patch-lib_Makefile.in (from r442406, head/math/gretl/files/patch-lib__Makefile.in) ============================================================================== --- head/math/gretl/files/patch-lib__Makefile.in Fri Jun 2 16:15:13 2017 (r442406, copy source) +++ head/math/gretl/files/patch-lib_Makefile.in Fri Jun 2 16:42:15 2017 (r442407) @@ -1,6 +1,6 @@ ---- lib/Makefile.in.orig 2013-08-16 13:12:54.000000000 -0400 -+++ lib/Makefile.in 2013-11-18 21:43:54.000000000 -0500 -@@ -70,7 +70,7 @@ +--- lib/Makefile.in.orig 2017-06-01 20:13:36 UTC ++++ lib/Makefile.in +@@ -70,7 +70,7 @@ INSTALLDIRS = $(DESTDIR)$(libdir) $(DESTDIR)$(included LIBGRETL = libgretl-1.0.la Copied and modified: head/math/gretl/files/patch-plugin_Makefile.in (from r442406, head/math/gretl/files/patch-plugin__Makefile.in) ============================================================================== --- head/math/gretl/files/patch-plugin__Makefile.in Fri Jun 2 16:15:13 2017 (r442406, copy source) +++ head/math/gretl/files/patch-plugin_Makefile.in Fri Jun 2 16:42:15 2017 (r442407) @@ -1,6 +1,6 @@ ---- plugin/Makefile.in.orig 2013-02-19 10:08:31.000000000 -0500 -+++ plugin/Makefile.in 2013-04-20 18:20:25.000000000 -0400 -@@ -350,13 +350,13 @@ +--- plugin/Makefile.in.orig 2017-06-01 20:13:36 UTC ++++ plugin/Makefile.in +@@ -354,13 +354,13 @@ $(GRETLLIB): .PHONY: install: $(GRETLLIB) $(PLUGINS) $(URCDATA) $(DWDATA) installdirs Copied and modified: head/math/gretl/files/patch-plugin_workbook.c (from r442406, head/math/gretl/files/patch-plugin__workbook.c) ============================================================================== --- head/math/gretl/files/patch-plugin__workbook.c Fri Jun 2 16:15:13 2017 (r442406, copy source) +++ head/math/gretl/files/patch-plugin_workbook.c Fri Jun 2 16:42:15 2017 (r442407) @@ -1,10 +1,10 @@ ---- plugin/workbook.c.orig Fri May 31 22:22:42 2002 -+++ plugin/workbook.c Sat Jul 27 08:45:00 2002 +--- plugin/workbook.c.orig 2010-11-25 16:42:23 UTC ++++ plugin/workbook.c @@ -24,6 +24,7 @@ #include #include #include +#include - #ifdef G_OS_WIN32 - # include "../winconfig.h" + #include "libgretl.h" + Copied and modified: head/math/gretl/files/patch-share_Makefile.in (from r442406, head/math/gretl/files/patch-share__Makefile.in) ============================================================================== --- head/math/gretl/files/patch-share__Makefile.in Fri Jun 2 16:15:13 2017 (r442406, copy source) +++ head/math/gretl/files/patch-share_Makefile.in Fri Jun 2 16:42:15 2017 (r442407) @@ -1,6 +1,6 @@ ---- share/Makefile.in.orig 2011-02-10 16:40:30.000000000 -0500 -+++ share/Makefile.in 2011-03-02 07:43:03.000000000 -0500 -@@ -13,7 +13,7 @@ +--- share/Makefile.in.orig 2017-06-01 20:13:36 UTC ++++ share/Makefile.in +@@ -12,7 +12,7 @@ tooldir = $(topsrc)/tools sharesrc = $(topsrc)/share pdfdir = ../doc/tex @@ -9,8 +9,8 @@ AUTO_HELPFILES = \ gretlgui.hlp \ -@@ -80,22 +80,22 @@ - $(INSTALL_DATA) $(sharesrc)/functions/criteria.gfn $(DESTDIR)$(gretldir)/functions +@@ -86,22 +86,22 @@ install_functions: + $(INSTALL_DATA) $(sharesrc)/functions/packages.xml $(DESTDIR)$(gretldir)/functions install_man: gretl.1 - $(tooldir)/mkinstalldirs $(DESTDIR)$(prefix)/share/man/man1 Copied and modified: head/math/gretl/files/patch-share_bcih_Makefile.in (from r442406, head/math/gretl/files/patch-share__bcih__Makefile.in) ============================================================================== --- head/math/gretl/files/patch-share__bcih__Makefile.in Fri Jun 2 16:15:13 2017 (r442406, copy source) +++ head/math/gretl/files/patch-share_bcih_Makefile.in Fri Jun 2 16:42:15 2017 (r442407) @@ -1,6 +1,6 @@ ---- share/bcih/Makefile.in.orig 2011-08-21 15:13:15.000000000 -0400 -+++ share/bcih/Makefile.in 2011-10-18 21:24:45.000000000 -0400 -@@ -2,7 +2,7 @@ +--- share/bcih/Makefile.in.orig 2017-06-01 20:13:36 UTC ++++ share/bcih/Makefile.in +@@ -2,7 +2,7 @@ topsrc = @top_srcdir@ CC = @CC@ HOSTCC = @HOSTCC@ From owner-svn-ports-all@freebsd.org Fri Jun 2 17:23:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8E08BFBBB8; Fri, 2 Jun 2017 17:23:01 +0000 (UTC) (envelope-from danfe@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 C725A6E87A; Fri, 2 Jun 2017 17:23:01 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id EA49C15DD3; Fri, 2 Jun 2017 17:23:00 +0000 (UTC) Date: Fri, 2 Jun 2017 17:23:00 +0000 From: Alexey Dokuchaev To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442399 - in head/games/epiar: . files Message-ID: <20170602172300.GA80250@FreeBSD.org> References: <201706021543.v52Fhcha099180@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201706021543.v52Fhcha099180@repo.freebsd.org> User-Agent: Mutt/1.8.2 (2017-04-18) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 17:23:02 -0000 On Fri, Jun 02, 2017 at 03:43:38PM +0000, Sunpoet Po-Chuan Hsieh wrote: > New Revision: 442399 > URL: https://svnweb.freebsd.org/changeset/ports/442399 > > Log: > Convert to options target helper > > - Pet portlint: fix diff header of patch file > - Fix WWW > ... > @${MKDIR} ${STAGEDIR}${DOCSDIR} > - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} > + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} Please don't do this: it's a gratuitous change, it was not mentioned in the commit log, and most importantly, it was OK as it was. Don't try to fix what ain't broken. Thank you, ./danfe From owner-svn-ports-all@freebsd.org Fri Jun 2 17:43:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA9ACAF8092; Fri, 2 Jun 2017 17:43:17 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A81726F344; Fri, 2 Jun 2017 17:43:17 +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 v52HhGo9049434; Fri, 2 Jun 2017 17:43:16 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52HhGjk049433; Fri, 2 Jun 2017 17:43:16 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706021743.v52HhGjk049433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 2 Jun 2017 17:43:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442408 - head/games/wesnoth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 17:43:18 -0000 Author: tcberner Date: Fri Jun 2 17:43:16 2017 New Revision: 442408 URL: https://svnweb.freebsd.org/changeset/ports/442408 Log: Fix shebangs. Reviewed by: tz Approved by: tz (maintainer) Differential Revision: https://reviews.freebsd.org/D10779 Modified: head/games/wesnoth/Makefile Modified: head/games/wesnoth/Makefile ============================================================================== --- head/games/wesnoth/Makefile Fri Jun 2 16:42:15 2017 (r442407) +++ head/games/wesnoth/Makefile Fri Jun 2 17:43:16 2017 (r442408) @@ -2,7 +2,7 @@ PORTNAME= wesnoth PORTVERSION= 1.12.6 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ @@ -30,11 +30,25 @@ PORTSCOUT= limitw:1,even USE_SDL= image mixer net ttf USE_LDCONFIG= yes USE_GNOME= pango -USES= cmake cpe pkgconfig shebangfix tar:bzip2 -SHEBANG_FILES= data/tools/campaign2wiki.py \ +USES= cmake cpe pkgconfig python:run shebangfix tar:bzip2 +SHEBANG_FILES= data/tools/about_cfg_to_wiki \ + data/tools/campaign2wiki.py \ data/tools/castle-cutter/mk-castle.sh \ - data/tools/terrain2wiki.py \ - data/tools/unit_tree/update-wmlunits + data/tools/expand-terrain-macros.py \ + data/tools/extractbindings data/tools/imgcheck \ + data/tools/journeylifter data/tools/rmtrans/rmtrans.py \ + data/tools/scoutDefault.py data/tools/terrain2wiki.py \ + data/tools/trackplacer data/tools/unit_tree/TeamColorizer \ + data/tools/unit_tree/overview.py \ + data/tools/unit_tree/update-wmlunits \ + data/tools/wesnoth/wescamp.py data/tools/wesnoth/wmldata.py \ + data/tools/wesnoth/wmlparser.py \ + data/tools/wesnoth/wmlparser2.py \ + data/tools/wesnoth_addon_manager data/tools/wmlflip \ + data/tools/wmlindent data/tools/wmllint \ + data/tools/wmllint-1.4 data/tools/wmllint_gui \ + data/tools/wmlmove data/tools/wmlscope data/tools/wmlunits \ + data/tools/wmlvalidator CPE_VENDOR= ${PORTNAME} CPE_PRODUCT= battle_for_wesnoth CMAKE_ARGS= -DMANDIR="man" -DENABLE_STRICT_COMPILATION=off From owner-svn-ports-all@freebsd.org Fri Jun 2 18:11:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA54AAF8866; Fri, 2 Jun 2017 18:11: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 mx1.freebsd.org (Postfix) with ESMTPS id A08FD7031D; Fri, 2 Jun 2017 18:11: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 v52IBtfk060743; Fri, 2 Jun 2017 18:11:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IBtxE060741; Fri, 2 Jun 2017 18:11:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021811.v52IBtxE060741@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, 2 Jun 2017 18:11:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442409 - head/multimedia/libzen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:11:57 -0000 Author: sunpoet Date: Fri Jun 2 18:11:55 2017 New Revision: 442409 URL: https://svnweb.freebsd.org/changeset/ports/442409 Log: Update to 0.7.96 (0.4.35) Changes: https://github.com/MediaArea/ZenLib/blob/master/History.txt Modified: head/multimedia/libzen/Makefile head/multimedia/libzen/distinfo Modified: head/multimedia/libzen/Makefile ============================================================================== --- head/multimedia/libzen/Makefile Fri Jun 2 17:43:16 2017 (r442408) +++ head/multimedia/libzen/Makefile Fri Jun 2 18:11:55 2017 (r442409) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libzen -PORTVERSION= 0.7.95 +PORTVERSION= 0.7.96 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/libzen/distinfo ============================================================================== --- head/multimedia/libzen/distinfo Fri Jun 2 17:43:16 2017 (r442408) +++ head/multimedia/libzen/distinfo Fri Jun 2 18:11:55 2017 (r442409) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493921333 -SHA256 (MediaInfo_CLI_0.7.95_GNU_FromSource.tar.xz) = f22a543c41b73582d2860a556a5051f0b1267a14fd2ac01d9b1fa7847c6aa4ca -SIZE (MediaInfo_CLI_0.7.95_GNU_FromSource.tar.xz) = 2789988 +TIMESTAMP = 1496418310 +SHA256 (MediaInfo_CLI_0.7.96_GNU_FromSource.tar.xz) = 39a1b5dc12e507d72e4c2af3c78b6578ec9db0f2ee81a338fcf41a72a78c939a +SIZE (MediaInfo_CLI_0.7.96_GNU_FromSource.tar.xz) = 2780444 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:12:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1A81AF8926; Fri, 2 Jun 2017 18:12: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 mx1.freebsd.org (Postfix) with ESMTPS id 7056B70387; Fri, 2 Jun 2017 18:12: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 v52IC1qa060866; Fri, 2 Jun 2017 18:12:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IC0Ka060864; Fri, 2 Jun 2017 18:12:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021812.v52IC0Ka060864@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, 2 Jun 2017 18:12:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442410 - head/multimedia/libmediainfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:12:02 -0000 Author: sunpoet Date: Fri Jun 2 18:12:00 2017 New Revision: 442410 URL: https://svnweb.freebsd.org/changeset/ports/442410 Log: Update to 0.7.96 Changes: https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt Modified: head/multimedia/libmediainfo/Makefile head/multimedia/libmediainfo/distinfo Modified: head/multimedia/libmediainfo/Makefile ============================================================================== --- head/multimedia/libmediainfo/Makefile Fri Jun 2 18:11:55 2017 (r442409) +++ head/multimedia/libmediainfo/Makefile Fri Jun 2 18:12:00 2017 (r442410) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmediainfo -PORTVERSION= 0.7.95 +PORTVERSION= 0.7.96 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/libmediainfo/distinfo ============================================================================== --- head/multimedia/libmediainfo/distinfo Fri Jun 2 18:11:55 2017 (r442409) +++ head/multimedia/libmediainfo/distinfo Fri Jun 2 18:12:00 2017 (r442410) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493921339 -SHA256 (MediaInfo_CLI_0.7.95_GNU_FromSource.tar.xz) = f22a543c41b73582d2860a556a5051f0b1267a14fd2ac01d9b1fa7847c6aa4ca -SIZE (MediaInfo_CLI_0.7.95_GNU_FromSource.tar.xz) = 2789988 +TIMESTAMP = 1496418306 +SHA256 (MediaInfo_CLI_0.7.96_GNU_FromSource.tar.xz) = 39a1b5dc12e507d72e4c2af3c78b6578ec9db0f2ee81a338fcf41a72a78c939a +SIZE (MediaInfo_CLI_0.7.96_GNU_FromSource.tar.xz) = 2780444 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:12:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35CB3AF8951; Fri, 2 Jun 2017 18:12: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 mx1.freebsd.org (Postfix) with ESMTPS id EC63C703DF; Fri, 2 Jun 2017 18:12: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 v52IC6ib060987; Fri, 2 Jun 2017 18:12:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IC693060985; Fri, 2 Jun 2017 18:12:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021812.v52IC693060985@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, 2 Jun 2017 18:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442411 - head/multimedia/mediainfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:12:08 -0000 Author: sunpoet Date: Fri Jun 2 18:12:06 2017 New Revision: 442411 URL: https://svnweb.freebsd.org/changeset/ports/442411 Log: Update to 0.7.96 Changes: https://mediaarea.net/MediaInfo/ChangeLog https://github.com/MediaArea/MediaInfo/blob/master/History_CLI.txt Modified: head/multimedia/mediainfo/Makefile head/multimedia/mediainfo/distinfo Modified: head/multimedia/mediainfo/Makefile ============================================================================== --- head/multimedia/mediainfo/Makefile Fri Jun 2 18:12:00 2017 (r442410) +++ head/multimedia/mediainfo/Makefile Fri Jun 2 18:12:06 2017 (r442411) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediainfo -PORTVERSION= 0.7.95 +PORTVERSION= 0.7.96 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/${PORTNAME}/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/mediainfo/distinfo ============================================================================== --- head/multimedia/mediainfo/distinfo Fri Jun 2 18:12:00 2017 (r442410) +++ head/multimedia/mediainfo/distinfo Fri Jun 2 18:12:06 2017 (r442411) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493921344 -SHA256 (MediaInfo_CLI_0.7.95_GNU_FromSource.tar.xz) = f22a543c41b73582d2860a556a5051f0b1267a14fd2ac01d9b1fa7847c6aa4ca -SIZE (MediaInfo_CLI_0.7.95_GNU_FromSource.tar.xz) = 2789988 +TIMESTAMP = 1496418315 +SHA256 (MediaInfo_CLI_0.7.96_GNU_FromSource.tar.xz) = 39a1b5dc12e507d72e4c2af3c78b6578ec9db0f2ee81a338fcf41a72a78c939a +SIZE (MediaInfo_CLI_0.7.96_GNU_FromSource.tar.xz) = 2780444 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:12:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3736AF8978; Fri, 2 Jun 2017 18:12: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 mx1.freebsd.org (Postfix) with ESMTPS id 8B61E70484; Fri, 2 Jun 2017 18:12: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 v52ICCAs061970; Fri, 2 Jun 2017 18:12:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52ICCkH061967; Fri, 2 Jun 2017 18:12:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021812.v52ICCkH061967@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, 2 Jun 2017 18:12:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442412 - in head/net/mtr: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:12:18 -0000 Author: sunpoet Date: Fri Jun 2 18:12:12 2017 New Revision: 442412 URL: https://svnweb.freebsd.org/changeset/ports/442412 Log: Update to 0.88 - Use PLIST Changes: https://github.com/traviscross/mtr/blob/master/NEWS Added: head/net/mtr/pkg-plist (contents, props changed) Deleted: head/net/mtr/files/ Modified: head/net/mtr/Makefile head/net/mtr/distinfo Modified: head/net/mtr/Makefile ============================================================================== --- head/net/mtr/Makefile Fri Jun 2 18:12:06 2017 (r442411) +++ head/net/mtr/Makefile Fri Jun 2 18:12:12 2017 (r442412) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mtr -PORTVERSION= 0.87 +PORTVERSION= 0.88 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ LOCAL/sunpoet @@ -23,9 +23,6 @@ GNU_CONFIGURE= yes LDFLAGS+= -lncurses USES= autoreconf ncurses pkgconfig -PLIST_FILES= man/man8/mtr.8.gz \ - sbin/mtr - IPV6_CATEGORIES= ipv6 IPV6_CONFIGURE_ENABLE= ipv6 X11_CONFIGURE_WITH= gtk @@ -33,7 +30,7 @@ X11_USE= GNOME=gtk20 post-patch: @${REINPLACE_CMD} -e 's|getopt.*$$(OBJEXT)||g; s|getopt.*[ch]||g; /getopt.*Po/d' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|"getopt\.h"||g' ${WRKSRC}/mtr.c + @${REINPLACE_CMD} -e 's|"getopt\.h"||g' ${WRKSRC}/ui/mtr.c post-install: @${ECHO_MSG} "" Modified: head/net/mtr/distinfo ============================================================================== --- head/net/mtr/distinfo Fri Jun 2 18:12:06 2017 (r442411) +++ head/net/mtr/distinfo Fri Jun 2 18:12:12 2017 (r442412) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479482650 -SHA256 (mtr-0.87.tar.gz) = 193947c61d23b154c8dc03677e90e8fd912f8f18567ab76ce619b7856c4af19f -SIZE (mtr-0.87.tar.gz) = 184645 +TIMESTAMP = 1496418328 +SHA256 (mtr-0.88.tar.gz) = 1e1fe4972cd972f9e5362226ebd16643ab763e6ece3b135b0f60c27e50e51e20 +SIZE (mtr-0.88.tar.gz) = 296225 Added: head/net/mtr/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/mtr/pkg-plist Fri Jun 2 18:12:12 2017 (r442412) @@ -0,0 +1,5 @@ +man/man8/mtr-packet.8.gz +man/man8/mtr.8.gz +sbin/mtr +sbin/mtr-packet +share/bash-completion/completions/mtr From owner-svn-ports-all@freebsd.org Fri Jun 2 18:12:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7461FAF897D; Fri, 2 Jun 2017 18:12: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 mx1.freebsd.org (Postfix) with ESMTPS id 359A2704A3; Fri, 2 Jun 2017 18:12: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 v52ICHOJ062073; Fri, 2 Jun 2017 18:12:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52ICHbC062072; Fri, 2 Jun 2017 18:12:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021812.v52ICHbC062072@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, 2 Jun 2017 18:12:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442413 - head/net/mtr-nox11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:12:19 -0000 Author: sunpoet Date: Fri Jun 2 18:12:17 2017 New Revision: 442413 URL: https://svnweb.freebsd.org/changeset/ports/442413 Log: Add PORTSCOUT Modified: head/net/mtr-nox11/Makefile Modified: head/net/mtr-nox11/Makefile ============================================================================== --- head/net/mtr-nox11/Makefile Fri Jun 2 18:12:12 2017 (r442412) +++ head/net/mtr-nox11/Makefile Fri Jun 2 18:12:17 2017 (r442413) @@ -7,7 +7,9 @@ MASTERDIR= ${.CURDIR}/../mtr CONFLICTS_INSTALL= mtr -OPTIONS_EXCLUDE=X11 +OPTIONS_EXCLUDE= X11 OPTIONS_FILE_UNSET= X11 + +PORTSCOUT= ignore:1 .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Jun 2 18:12:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DC5FAF89D0; Fri, 2 Jun 2017 18:12: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 mx1.freebsd.org (Postfix) with ESMTPS id 41C4C7051C; Fri, 2 Jun 2017 18:12:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52ICNM0062194; Fri, 2 Jun 2017 18:12:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52ICNG4062192; Fri, 2 Jun 2017 18:12:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021812.v52ICNG4062192@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, 2 Jun 2017 18:12:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442414 - head/devel/p5-Config-Model-Tester X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:12:25 -0000 Author: sunpoet Date: Fri Jun 2 18:12:23 2017 New Revision: 442414 URL: https://svnweb.freebsd.org/changeset/ports/442414 Log: Update to 2.062 Changes: http://search.cpan.org/dist/Config-Model-Tester/Changes Modified: head/devel/p5-Config-Model-Tester/Makefile head/devel/p5-Config-Model-Tester/distinfo Modified: head/devel/p5-Config-Model-Tester/Makefile ============================================================================== --- head/devel/p5-Config-Model-Tester/Makefile Fri Jun 2 18:12:17 2017 (r442413) +++ head/devel/p5-Config-Model-Tester/Makefile Fri Jun 2 18:12:23 2017 (r442414) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Model-Tester -PORTVERSION= 2.061 +PORTVERSION= 2.062 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Model-Tester/distinfo ============================================================================== --- head/devel/p5-Config-Model-Tester/distinfo Fri Jun 2 18:12:17 2017 (r442413) +++ head/devel/p5-Config-Model-Tester/distinfo Fri Jun 2 18:12:23 2017 (r442414) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496327991 -SHA256 (Config-Model-Tester-2.061.tar.gz) = 69d376a5cc0a4f1a5de80f15196733aa3ebf8700ee06a0d5d78457a6213f3c2a -SIZE (Config-Model-Tester-2.061.tar.gz) = 24293 +TIMESTAMP = 1496418339 +SHA256 (Config-Model-Tester-2.062.tar.gz) = 696a0493f485a86e71bb26f0f2ff717b91d5b6fad8e63b045dbc39b51437039b +SIZE (Config-Model-Tester-2.062.tar.gz) = 24377 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:12:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3934AF8A17; Fri, 2 Jun 2017 18:12: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 mx1.freebsd.org (Postfix) with ESMTPS id 7E35270585; Fri, 2 Jun 2017 18:12:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52ICSRZ062314; Fri, 2 Jun 2017 18:12:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52ICS2o062312; Fri, 2 Jun 2017 18:12:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021812.v52ICS2o062312@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, 2 Jun 2017 18:12:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442415 - head/devel/p5-List-SomeUtils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:12:30 -0000 Author: sunpoet Date: Fri Jun 2 18:12:28 2017 New Revision: 442415 URL: https://svnweb.freebsd.org/changeset/ports/442415 Log: Update to 0.54 Changes: http://search.cpan.org/dist/List-SomeUtils/Changes Modified: head/devel/p5-List-SomeUtils/Makefile head/devel/p5-List-SomeUtils/distinfo Modified: head/devel/p5-List-SomeUtils/Makefile ============================================================================== --- head/devel/p5-List-SomeUtils/Makefile Fri Jun 2 18:12:23 2017 (r442414) +++ head/devel/p5-List-SomeUtils/Makefile Fri Jun 2 18:12:28 2017 (r442415) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= List-SomeUtils -PORTVERSION= 0.53 +PORTVERSION= 0.54 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-List-SomeUtils/distinfo ============================================================================== --- head/devel/p5-List-SomeUtils/distinfo Fri Jun 2 18:12:23 2017 (r442414) +++ head/devel/p5-List-SomeUtils/distinfo Fri Jun 2 18:12:28 2017 (r442415) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478370025 -SHA256 (List-SomeUtils-0.53.tar.gz) = f4103a16f361abd163126872d949806a6b9eadf1d852be359301c9cbdbc1a598 -SIZE (List-SomeUtils-0.53.tar.gz) = 62522 +TIMESTAMP = 1496418349 +SHA256 (List-SomeUtils-0.54.tar.gz) = 64eb3638f0100a117cab3f3d355e115e2ed31b570abe780ec94727a6188de1bc +SIZE (List-SomeUtils-0.54.tar.gz) = 62418 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:12:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14C15AF8A51; Fri, 2 Jun 2017 18:12:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5E44705E3; Fri, 2 Jun 2017 18:12: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 v52ICYVd062449; Fri, 2 Jun 2017 18:12:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52ICYtE062446; Fri, 2 Jun 2017 18:12:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021812.v52ICYtE062446@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, 2 Jun 2017 18:12:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442416 - head/devel/p5-Type-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:12:36 -0000 Author: sunpoet Date: Fri Jun 2 18:12:34 2017 New Revision: 442416 URL: https://svnweb.freebsd.org/changeset/ports/442416 Log: Update to 1.002000 Changes: http://search.cpan.org/dist/Type-Tiny/Changes Modified: head/devel/p5-Type-Tiny/Makefile head/devel/p5-Type-Tiny/distinfo head/devel/p5-Type-Tiny/pkg-plist Modified: head/devel/p5-Type-Tiny/Makefile ============================================================================== --- head/devel/p5-Type-Tiny/Makefile Fri Jun 2 18:12:28 2017 (r442415) +++ head/devel/p5-Type-Tiny/Makefile Fri Jun 2 18:12:34 2017 (r442416) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Type-Tiny -PORTVERSION= 1.000006 +PORTVERSION= 1.002000 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK @@ -45,7 +45,7 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -XS_BUILD_DEPENDS= p5-Type-Tiny-XS>=0.010:devel/p5-Type-Tiny-XS -XS_RUN_DEPENDS= p5-Type-Tiny-XS>=0.010:devel/p5-Type-Tiny-XS +XS_BUILD_DEPENDS= p5-Type-Tiny-XS>=0.011:devel/p5-Type-Tiny-XS +XS_RUN_DEPENDS= p5-Type-Tiny-XS>=0.011:devel/p5-Type-Tiny-XS .include Modified: head/devel/p5-Type-Tiny/distinfo ============================================================================== --- head/devel/p5-Type-Tiny/distinfo Fri Jun 2 18:12:28 2017 (r442415) +++ head/devel/p5-Type-Tiny/distinfo Fri Jun 2 18:12:34 2017 (r442416) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485872113 -SHA256 (Type-Tiny-1.000006.tar.gz) = bc61a39fe35b5568f27ebf1f1584cb45bbe8240eec21f97c50aab93f87bbc072 -SIZE (Type-Tiny-1.000006.tar.gz) = 249688 +TIMESTAMP = 1496328897 +SHA256 (Type-Tiny-1.002000.tar.gz) = f37d6d6656b4f8df7b595a253e44b234fe4cd0f3eabf0528067d6651993f4bca +SIZE (Type-Tiny-1.002000.tar.gz) = 264748 Modified: head/devel/p5-Type-Tiny/pkg-plist ============================================================================== --- head/devel/p5-Type-Tiny/pkg-plist Fri Jun 2 18:12:28 2017 (r442415) +++ head/devel/p5-Type-Tiny/pkg-plist Fri Jun 2 18:12:34 2017 (r442416) @@ -37,6 +37,7 @@ %%SITE_PERL%%/Types/Common/String.pm %%SITE_PERL%%/Types/Standard.pm %%SITE_PERL%%/Types/Standard/ArrayRef.pm +%%SITE_PERL%%/Types/Standard/CycleTuple.pm %%SITE_PERL%%/Types/Standard/Dict.pm %%SITE_PERL%%/Types/Standard/HashRef.pm %%SITE_PERL%%/Types/Standard/Map.pm @@ -82,6 +83,7 @@ %%PERL5_MAN3%%/Types::Common::String.3.gz %%PERL5_MAN3%%/Types::Standard.3.gz %%PERL5_MAN3%%/Types::Standard::ArrayRef.3.gz +%%PERL5_MAN3%%/Types::Standard::CycleTuple.3.gz %%PERL5_MAN3%%/Types::Standard::Dict.3.gz %%PERL5_MAN3%%/Types::Standard::HashRef.3.gz %%PERL5_MAN3%%/Types::Standard::Map.3.gz From owner-svn-ports-all@freebsd.org Fri Jun 2 18:12:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AE3DAF8A99; Fri, 2 Jun 2017 18:12: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 mx1.freebsd.org (Postfix) with ESMTPS id BA3F070642; Fri, 2 Jun 2017 18:12: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 v52ICex2062570; Fri, 2 Jun 2017 18:12:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52ICeTe062568; Fri, 2 Jun 2017 18:12:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021812.v52ICeTe062568@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, 2 Jun 2017 18:12:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442417 - head/databases/p5-Mojo-Pg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:12:42 -0000 Author: sunpoet Date: Fri Jun 2 18:12:40 2017 New Revision: 442417 URL: https://svnweb.freebsd.org/changeset/ports/442417 Log: Update to 3.06 Changes: http://search.cpan.org/dist/Mojo-Pg/Changes Modified: head/databases/p5-Mojo-Pg/Makefile head/databases/p5-Mojo-Pg/distinfo Modified: head/databases/p5-Mojo-Pg/Makefile ============================================================================== --- head/databases/p5-Mojo-Pg/Makefile Fri Jun 2 18:12:34 2017 (r442416) +++ head/databases/p5-Mojo-Pg/Makefile Fri Jun 2 18:12:40 2017 (r442417) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojo-Pg -PORTVERSION= 3.05 +PORTVERSION= 3.06 CATEGORIES= databases www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI @@ -15,7 +15,7 @@ LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-DBD-Pg>=3.5.1:databases/p5-DBD-Pg \ - p5-Mojolicious>=7.15:www/p5-Mojolicious \ + p5-Mojolicious>=7.32:www/p5-Mojolicious \ p5-SQL-Abstract>=1.81:databases/p5-SQL-Abstract RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/databases/p5-Mojo-Pg/distinfo ============================================================================== --- head/databases/p5-Mojo-Pg/distinfo Fri Jun 2 18:12:34 2017 (r442416) +++ head/databases/p5-Mojo-Pg/distinfo Fri Jun 2 18:12:40 2017 (r442417) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489392786 -SHA256 (Mojo-Pg-3.05.tar.gz) = 309dc5a454f25c2f7873e56e62f0c4b97bf6b7a6746add7f48676e4cd7279770 -SIZE (Mojo-Pg-3.05.tar.gz) = 29671 +TIMESTAMP = 1496418359 +SHA256 (Mojo-Pg-3.06.tar.gz) = e642b3b0446bd9ec55c98073c73173ae17e9d409d5eeaad491d759332457873c +SIZE (Mojo-Pg-3.06.tar.gz) = 30582 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:12:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4EC8AF8ABE; Fri, 2 Jun 2017 18:12: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 mx1.freebsd.org (Postfix) with ESMTPS id 973A5706BC; Fri, 2 Jun 2017 18:12: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 v52ICm4N062675; Fri, 2 Jun 2017 18:12:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52ICmm0062674; Fri, 2 Jun 2017 18:12:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021812.v52ICmm0062674@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, 2 Jun 2017 18:12:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442418 - head/devel/p5-Return-Type X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:12:49 -0000 Author: sunpoet Date: Fri Jun 2 18:12:48 2017 New Revision: 442418 URL: https://svnweb.freebsd.org/changeset/ports/442418 Log: Remove outdated PERL_LEVEL check - Add NO_ARCH Modified: head/devel/p5-Return-Type/Makefile Modified: head/devel/p5-Return-Type/Makefile ============================================================================== --- head/devel/p5-Return-Type/Makefile Fri Jun 2 18:12:40 2017 (r442417) +++ head/devel/p5-Return-Type/Makefile Fri Jun 2 18:12:48 2017 (r442418) @@ -20,14 +20,8 @@ BUILD_DEPENDS= p5-Type-Tiny>=0:devel/p5-Type-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal +NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils -RUN_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 18:12:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FD26AF8AE2; Fri, 2 Jun 2017 18:12: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 mx1.freebsd.org (Postfix) with ESMTPS id 106DF7070D; Fri, 2 Jun 2017 18:12: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 v52ICrcT062780; Fri, 2 Jun 2017 18:12:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52ICrlY062779; Fri, 2 Jun 2017 18:12:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021812.v52ICrlY062779@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, 2 Jun 2017 18:12:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442419 - head/devel/p5-Test-Benchmark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:12:56 -0000 Author: sunpoet Date: Fri Jun 2 18:12:53 2017 New Revision: 442419 URL: https://svnweb.freebsd.org/changeset/ports/442419 Log: Remove outdated PERL_LEVEL check - Add NO_ARCH Modified: head/devel/p5-Test-Benchmark/Makefile Modified: head/devel/p5-Test-Benchmark/Makefile ============================================================================== --- head/devel/p5-Test-Benchmark/Makefile Fri Jun 2 18:12:48 2017 (r442418) +++ head/devel/p5-Test-Benchmark/Makefile Fri Jun 2 18:12:53 2017 (r442419) @@ -15,13 +15,8 @@ LICENSE= LGPL21 TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings +NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 18:13:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7507BAF8B09; Fri, 2 Jun 2017 18:13: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 mx1.freebsd.org (Postfix) with ESMTPS id 2412D70759; Fri, 2 Jun 2017 18:12:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52ICwY0062886; Fri, 2 Jun 2017 18:12:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52ICwfd062885; Fri, 2 Jun 2017 18:12:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021812.v52ICwfd062885@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, 2 Jun 2017 18:12:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442420 - head/devel/p5-Test-BinaryData X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:13:01 -0000 Author: sunpoet Date: Fri Jun 2 18:12:58 2017 New Revision: 442420 URL: https://svnweb.freebsd.org/changeset/ports/442420 Log: Add LICENSE_FILE - Add NO_ARCH - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Test-BinaryData/Makefile Modified: head/devel/p5-Test-BinaryData/Makefile ============================================================================== --- head/devel/p5-Test-BinaryData/Makefile Fri Jun 2 18:12:53 2017 (r442419) +++ head/devel/p5-Test-BinaryData/Makefile Fri Jun 2 18:12:58 2017 (r442420) @@ -13,14 +13,10 @@ COMMENT= Compare two things, give hex dumps if they di LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 18:13:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4C06AF8B2A; Fri, 2 Jun 2017 18:13: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 mx1.freebsd.org (Postfix) with ESMTPS id 65FAF707A5; Fri, 2 Jun 2017 18:13: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 v52ID4Of062997; Fri, 2 Jun 2017 18:13:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52ID4Nf062996; Fri, 2 Jun 2017 18:13:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021813.v52ID4Nf062996@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, 2 Jun 2017 18:13:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442421 - head/devel/p5-Test-Bits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:13:05 -0000 Author: sunpoet Date: Fri Jun 2 18:13:03 2017 New Revision: 442421 URL: https://svnweb.freebsd.org/changeset/ports/442421 Log: Add LICENSE_FILE - Add NO_ARCH - Remove outdated PERL_LEVEL check Modified: head/devel/p5-Test-Bits/Makefile Modified: head/devel/p5-Test-Bits/Makefile ============================================================================== --- head/devel/p5-Test-Bits/Makefile Fri Jun 2 18:12:58 2017 (r442420) +++ head/devel/p5-Test-Bits/Makefile Fri Jun 2 18:13:03 2017 (r442421) @@ -12,18 +12,14 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provides a bits_is() subroutine for testing binary data LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-List-AllUtils>=0:devel/p5-List-AllUtils RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal +NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 18:13:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06E86AF8B7B; Fri, 2 Jun 2017 18:13: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 mx1.freebsd.org (Postfix) with ESMTPS id E0E7B70831; Fri, 2 Jun 2017 18:13:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52IDEGf063102; Fri, 2 Jun 2017 18:13:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IDEDk063101; Fri, 2 Jun 2017 18:13:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021813.v52IDEDk063101@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, 2 Jun 2017 18:13:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442422 - head/devel/p5-Test-DependentModules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:13:17 -0000 Author: sunpoet Date: Fri Jun 2 18:13:14 2017 New Revision: 442422 URL: https://svnweb.freebsd.org/changeset/ports/442422 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Test-DependentModules/Makefile Modified: head/devel/p5-Test-DependentModules/Makefile ============================================================================== --- head/devel/p5-Test-DependentModules/Makefile Fri Jun 2 18:13:03 2017 (r442421) +++ head/devel/p5-Test-DependentModules/Makefile Fri Jun 2 18:13:14 2017 (r442422) @@ -24,16 +24,11 @@ BUILD_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tin p5-autodie>=0:devel/p5-autodie RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive \ + p5-Module-Build>=0:devel/p5-Module-Build \ p5-Module-Build-Tiny>=0:devel/p5-Module-Build-Tiny NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} >= 502200 -TEST_DEPENDS+= p5-Module-Build>=0:devel/p5-Module-Build -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 18:13:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC8ABAF8BA1; Fri, 2 Jun 2017 18:13:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B29AC70872; Fri, 2 Jun 2017 18:13:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52IDJr7063207; Fri, 2 Jun 2017 18:13:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IDJpH063206; Fri, 2 Jun 2017 18:13:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021813.v52IDJpH063206@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, 2 Jun 2017 18:13:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442423 - head/devel/p5-Test-HexDifferences X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:13:21 -0000 Author: sunpoet Date: Fri Jun 2 18:13:19 2017 New Revision: 442423 URL: https://svnweb.freebsd.org/changeset/ports/442423 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Test-HexDifferences/Makefile Modified: head/devel/p5-Test-HexDifferences/Makefile ============================================================================== --- head/devel/p5-Test-HexDifferences/Makefile Fri Jun 2 18:13:14 2017 (r442422) +++ head/devel/p5-Test-HexDifferences/Makefile Fri Jun 2 18:13:19 2017 (r442423) @@ -23,13 +23,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -# Test::Builder::Module 0.99+ (in core since 5.19.5) and -# Test::Tester (in core since 5.21.6) are required -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Test-Simple>=0.99:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=0.99:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 18:13:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61405AF8BEC; Fri, 2 Jun 2017 18:13: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 mx1.freebsd.org (Postfix) with ESMTPS id 44DFD708C8; Fri, 2 Jun 2017 18:13: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 v52IDOlD063309; Fri, 2 Jun 2017 18:13:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IDOxq063308; Fri, 2 Jun 2017 18:13:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021813.v52IDOxq063308@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, 2 Jun 2017 18:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442424 - head/devel/p5-Test-Trap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:13:29 -0000 Author: sunpoet Date: Fri Jun 2 18:13:24 2017 New Revision: 442424 URL: https://svnweb.freebsd.org/changeset/ports/442424 Log: Remove outdated PERL_LEVEL check - Add NO_ARCH Modified: head/devel/p5-Test-Trap/Makefile Modified: head/devel/p5-Test-Trap/Makefile ============================================================================== --- head/devel/p5-Test-Trap/Makefile Fri Jun 2 18:13:19 2017 (r442423) +++ head/devel/p5-Test-Trap/Makefile Fri Jun 2 18:13:24 2017 (r442424) @@ -18,13 +18,8 @@ BUILD_DEPENDS= p5-Data-Dump>=0:devel/p5-Data-Dump RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Refcount>=0:devel/p5-Test-Refcount +NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 18:13:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50607AF8C0B; Fri, 2 Jun 2017 18:13: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 mx1.freebsd.org (Postfix) with ESMTPS id 6E0AA708F8; Fri, 2 Jun 2017 18:13:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52IDTkB063414; Fri, 2 Jun 2017 18:13:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IDToS063413; Fri, 2 Jun 2017 18:13:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021813.v52IDToS063413@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, 2 Jun 2017 18:13:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442425 - head/devel/p5-Test-Version X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:13:32 -0000 Author: sunpoet Date: Fri Jun 2 18:13:29 2017 New Revision: 442425 URL: https://svnweb.freebsd.org/changeset/ports/442425 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Test-Version/Makefile Modified: head/devel/p5-Test-Version/Makefile ============================================================================== --- head/devel/p5-Test-Version/Makefile Fri Jun 2 18:13:24 2017 (r442424) +++ head/devel/p5-Test-Version/Makefile Fri Jun 2 18:13:29 2017 (r442425) @@ -21,11 +21,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-Module-Metadata>=1.000020:devel/p5-Module-Metadata -RUN_DEPENDS+= p5-Module-Metadata>=1.000020:devel/p5-Module-Metadata -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 18:13:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F01CFAF8C45; Fri, 2 Jun 2017 18:13:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7883470937; Fri, 2 Jun 2017 18:13:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52IDY02063517; Fri, 2 Jun 2017 18:13:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IDYoN063516; Fri, 2 Jun 2017 18:13:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021813.v52IDYoN063516@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, 2 Jun 2017 18:13:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442426 - head/devel/p5-Test-Warnings X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:13:37 -0000 Author: sunpoet Date: Fri Jun 2 18:13:34 2017 New Revision: 442426 URL: https://svnweb.freebsd.org/changeset/ports/442426 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-Test-Warnings/Makefile Modified: head/devel/p5-Test-Warnings/Makefile ============================================================================== --- head/devel/p5-Test-Warnings/Makefile Fri Jun 2 18:13:29 2017 (r442425) +++ head/devel/p5-Test-Warnings/Makefile Fri Jun 2 18:13:34 2017 (r442426) @@ -22,10 +22,4 @@ NO_ARCH= yes USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 18:13:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 345C0AF8C6E; Fri, 2 Jun 2017 18:13: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 mx1.freebsd.org (Postfix) with ESMTPS id 1F8CB7096E; Fri, 2 Jun 2017 18:13: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 v52IDeFa063637; Fri, 2 Jun 2017 18:13:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IDeL1063635; Fri, 2 Jun 2017 18:13:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021813.v52IDeL1063635@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, 2 Jun 2017 18:13:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442427 - head/devel/p5-threads X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:13:44 -0000 Author: sunpoet Date: Fri Jun 2 18:13:40 2017 New Revision: 442427 URL: https://svnweb.freebsd.org/changeset/ports/442427 Log: Update to 2.16 Changes: http://search.cpan.org/dist/threads/Changes Modified: head/devel/p5-threads/Makefile head/devel/p5-threads/distinfo Modified: head/devel/p5-threads/Makefile ============================================================================== --- head/devel/p5-threads/Makefile Fri Jun 2 18:13:34 2017 (r442426) +++ head/devel/p5-threads/Makefile Fri Jun 2 18:13:40 2017 (r442427) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= threads -PORTVERSION= 2.15 +PORTVERSION= 2.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JDHEDDEN Modified: head/devel/p5-threads/distinfo ============================================================================== --- head/devel/p5-threads/distinfo Fri Jun 2 18:13:34 2017 (r442426) +++ head/devel/p5-threads/distinfo Fri Jun 2 18:13:40 2017 (r442427) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488200477 -SHA256 (threads-2.15.tar.gz) = 98c9d5f9b877327c7f0ef2190588e1cd690980f039c3124aa8a1feb2b63790db -SIZE (threads-2.15.tar.gz) = 112779 +TIMESTAMP = 1496418368 +SHA256 (threads-2.16.tar.gz) = 5a4ff6f33886b1fd25c275ab02e518a1a01d1727ddc4c6a907d2f53f8f77ae72 +SIZE (threads-2.16.tar.gz) = 113038 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:13:49 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE886AF8C93; Fri, 2 Jun 2017 18:13:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 627CF709A4; Fri, 2 Jun 2017 18:13:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52IDjOQ063742; Fri, 2 Jun 2017 18:13:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IDjQL063741; Fri, 2 Jun 2017 18:13:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021813.v52IDjQL063741@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, 2 Jun 2017 18:13:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442428 - head/devel/p5-XS-Object-Magic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:13:49 -0000 Author: sunpoet Date: Fri Jun 2 18:13:45 2017 New Revision: 442428 URL: https://svnweb.freebsd.org/changeset/ports/442428 Log: Add LICENSE - Remove outdated PERL_LEVEL check Modified: head/devel/p5-XS-Object-Magic/Makefile Modified: head/devel/p5-XS-Object-Magic/Makefile ============================================================================== --- head/devel/p5-XS-Object-Magic/Makefile Fri Jun 2 18:13:40 2017 (r442427) +++ head/devel/p5-XS-Object-Magic/Makefile Fri Jun 2 18:13:45 2017 (r442428) @@ -12,19 +12,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Opaque, extensible XS pointer backed objects using sv_magic +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-ExtUtils-Depends>=0.302:devel/p5-ExtUtils-Depends TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal USE_PERL5= configure USES= perl5 -.include - -.if ${PERL_LEVEL} < 502200 -TEST_DEPENDS+= p5-Test-Simple>=1.001014:devel/p5-Test-Simple -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XS/Object/Magic/Magic.so -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 18:13:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68956AF8C9F; Fri, 2 Jun 2017 18:13: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 mx1.freebsd.org (Postfix) with ESMTPS id 0E6BC709C8; Fri, 2 Jun 2017 18:13: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 v52IDoIm063861; Fri, 2 Jun 2017 18:13:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IDoMD063859; Fri, 2 Jun 2017 18:13:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021813.v52IDoMD063859@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, 2 Jun 2017 18:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442429 - head/security/p5-Crypt-OpenSSL-EC X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:13:52 -0000 Author: sunpoet Date: Fri Jun 2 18:13:50 2017 New Revision: 442429 URL: https://svnweb.freebsd.org/changeset/ports/442429 Log: Update to 1.31 Changes: http://search.cpan.org/dist/Crypt-OpenSSL-EC/Changes Modified: head/security/p5-Crypt-OpenSSL-EC/Makefile head/security/p5-Crypt-OpenSSL-EC/distinfo Modified: head/security/p5-Crypt-OpenSSL-EC/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-EC/Makefile Fri Jun 2 18:13:45 2017 (r442428) +++ head/security/p5-Crypt-OpenSSL-EC/Makefile Fri Jun 2 18:13:50 2017 (r442429) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-OpenSSL-EC -PORTVERSION= 1.3 +PORTVERSION= 1.31 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MIKEM Modified: head/security/p5-Crypt-OpenSSL-EC/distinfo ============================================================================== --- head/security/p5-Crypt-OpenSSL-EC/distinfo Fri Jun 2 18:13:45 2017 (r442428) +++ head/security/p5-Crypt-OpenSSL-EC/distinfo Fri Jun 2 18:13:50 2017 (r442429) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496331243 -SHA256 (Crypt-OpenSSL-EC-1.3.tar.gz) = 7c770ff6fb413dcd1b64df770d7e3b050db876d4b42f732f5e87d45c034935bd -SIZE (Crypt-OpenSSL-EC-1.3.tar.gz) = 69193 +TIMESTAMP = 1496418377 +SHA256 (Crypt-OpenSSL-EC-1.31.tar.gz) = 06c13934f4188a6c3b6266d6c62d0127c6a00bb5808d17d51d18c998627eff70 +SIZE (Crypt-OpenSSL-EC-1.31.tar.gz) = 69152 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:13:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8244BAF8CD5; Fri, 2 Jun 2017 18:13: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 mx1.freebsd.org (Postfix) with ESMTPS id 16A2470A0E; Fri, 2 Jun 2017 18:13: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 v52IDtkV063965; Fri, 2 Jun 2017 18:13:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IDtB6063964; Fri, 2 Jun 2017 18:13:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021813.v52IDtB6063964@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, 2 Jun 2017 18:13:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442430 - head/www/p5-HTTP-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:13:57 -0000 Author: sunpoet Date: Fri Jun 2 18:13:55 2017 New Revision: 442430 URL: https://svnweb.freebsd.org/changeset/ports/442430 Log: Add LICENSE_FILE - Remove outdated PERL_LEVEL check Modified: head/www/p5-HTTP-Tiny/Makefile Modified: head/www/p5-HTTP-Tiny/Makefile ============================================================================== --- head/www/p5-HTTP-Tiny/Makefile Fri Jun 2 18:13:50 2017 (r442429) +++ head/www/p5-HTTP-Tiny/Makefile Fri Jun 2 18:13:55 2017 (r442430) @@ -12,6 +12,7 @@ COMMENT= Small, simple, correct HTTP/1.1 client LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= COOKIE HTTPS IO_SOCKET_IP OPTIONS_DEFAULT=COOKIE HTTPS IO_SOCKET_IP @@ -32,11 +33,4 @@ HTTPS_RUN_DEPENDS= p5-IO-Socket-SSL>=1.42:security/p5- p5-Mozilla-CA>=20160104:www/p5-Mozilla-CA \ p5-Net-SSLeay>=1.49:security/p5-Net-SSLeay -.include - -.if ${PERL_LEVEL} < 502200 && ${PORT_OPTIONS:MIO_SOCKET_IP} -BUILD_DEPENDS+= p5-IO-Socket-IP>=0.32:net/p5-IO-Socket-IP -RUN_DEPENDS+= p5-IO-Socket-IP>=0.32:net/p5-IO-Socket-IP -.endif - -.include +.include From owner-svn-ports-all@freebsd.org Fri Jun 2 18:14:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E37EAF8D06; Fri, 2 Jun 2017 18:14:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C3E2770A4D; Fri, 2 Jun 2017 18:14: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 v52IE0IZ064064; Fri, 2 Jun 2017 18:14:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IE0GH064063; Fri, 2 Jun 2017 18:14:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021814.v52IE0GH064063@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, 2 Jun 2017 18:14:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442431 - head/devel/py-pycparser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:14:04 -0000 Author: sunpoet Date: Fri Jun 2 18:14:00 2017 New Revision: 442431 URL: https://svnweb.freebsd.org/changeset/ports/442431 Log: Add NO_ARCH - While I'm here, sort USE_PYTHON Approved by: portmgr (blanket) With hat: python Modified: head/devel/py-pycparser/Makefile Modified: head/devel/py-pycparser/Makefile ============================================================================== --- head/devel/py-pycparser/Makefile Fri Jun 2 18:13:55 2017 (r442430) +++ head/devel/py-pycparser/Makefile Fri Jun 2 18:14:00 2017 (r442431) @@ -12,7 +12,8 @@ COMMENT= C parser in Python LICENSE= BSD3CLAUSE +NO_ARCH= yes USES?= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include From owner-svn-ports-all@freebsd.org Fri Jun 2 18:14:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA46AAF8D1C; Fri, 2 Jun 2017 18:14: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 mx1.freebsd.org (Postfix) with ESMTPS id E254C70A6E; Fri, 2 Jun 2017 18:14: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 v52IE6kf064173; Fri, 2 Jun 2017 18:14:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IE6ii064172; Fri, 2 Jun 2017 18:14:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021814.v52IE6ii064172@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, 2 Jun 2017 18:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442432 - head/devel/py3-cffi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:14:08 -0000 Author: sunpoet Date: Fri Jun 2 18:14:05 2017 New Revision: 442432 URL: https://svnweb.freebsd.org/changeset/ports/442432 Log: Add $FreeBSD$ line - Fix indent Modified: head/devel/py3-cffi/Makefile (contents, props changed) Modified: head/devel/py3-cffi/Makefile ============================================================================== --- head/devel/py3-cffi/Makefile Fri Jun 2 18:14:00 2017 (r442431) +++ head/devel/py3-cffi/Makefile Fri Jun 2 18:14:05 2017 (r442432) @@ -1,8 +1,9 @@ - +# $FreeBSD$ +# MASTERDIR= ${.CURDIR}/../py-cffi -USES= localbase python:3.3+ compiler - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py3-pycparser + +USES= localbase python:3.3+ compiler .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Jun 2 18:14:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0429DAF8D4D; Fri, 2 Jun 2017 18:14: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 mx1.freebsd.org (Postfix) with ESMTPS id BA4B470AAA; Fri, 2 Jun 2017 18:14: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 v52IEBae064282; Fri, 2 Jun 2017 18:14:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IEBvd064281; Fri, 2 Jun 2017 18:14:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021814.v52IEBvd064281@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, 2 Jun 2017 18:14:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442433 - head/devel/py3-coloredlogs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:14:14 -0000 Author: sunpoet Date: Fri Jun 2 18:14:11 2017 New Revision: 442433 URL: https://svnweb.freebsd.org/changeset/ports/442433 Log: Add $FreeBSD$ line - Fix indent Modified: head/devel/py3-coloredlogs/Makefile (contents, props changed) Modified: head/devel/py3-coloredlogs/Makefile ============================================================================== --- head/devel/py3-coloredlogs/Makefile Fri Jun 2 18:14:05 2017 (r442432) +++ head/devel/py3-coloredlogs/Makefile Fri Jun 2 18:14:11 2017 (r442433) @@ -1,7 +1,8 @@ +# $FreeBSD$ MASTERDIR= ${.CURDIR}/../py-coloredlogs -USES= python:3.3+ +USES= python:3.3+ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>=2.1:textproc/py3-humanfriendly From owner-svn-ports-all@freebsd.org Fri Jun 2 18:14:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17A26AF8D74; Fri, 2 Jun 2017 18:14: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 mx1.freebsd.org (Postfix) with ESMTPS id 394E370AE2; Fri, 2 Jun 2017 18:14: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 v52IEHvc064391; Fri, 2 Jun 2017 18:14:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IEHcZ064390; Fri, 2 Jun 2017 18:14:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021814.v52IEHcZ064390@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, 2 Jun 2017 18:14:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442434 - head/devel/py3-pycparser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:14:23 -0000 Author: sunpoet Date: Fri Jun 2 18:14:16 2017 New Revision: 442434 URL: https://svnweb.freebsd.org/changeset/ports/442434 Log: Add $FreeBSD$ line - Fix indent Modified: head/devel/py3-pycparser/Makefile (contents, props changed) Modified: head/devel/py3-pycparser/Makefile ============================================================================== --- head/devel/py3-pycparser/Makefile Fri Jun 2 18:14:11 2017 (r442433) +++ head/devel/py3-pycparser/Makefile Fri Jun 2 18:14:16 2017 (r442434) @@ -1,6 +1,7 @@ +# $FreeBSD$ MASTERDIR= ${.CURDIR}/../py-pycparser -USES= python:3.3+ +USES= python:3.3+ .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Jun 2 18:14:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96476AF8DA3; Fri, 2 Jun 2017 18:14: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 mx1.freebsd.org (Postfix) with ESMTPS id 1AC4670B0D; Fri, 2 Jun 2017 18:14: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 v52IELAm064497; Fri, 2 Jun 2017 18:14:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IELff064496; Fri, 2 Jun 2017 18:14:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021814.v52IELff064496@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, 2 Jun 2017 18:14:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442435 - head/textproc/py3-humanfriendly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:14:27 -0000 Author: sunpoet Date: Fri Jun 2 18:14:21 2017 New Revision: 442435 URL: https://svnweb.freebsd.org/changeset/ports/442435 Log: Add $FreeBSD$ line - Fix indent Modified: head/textproc/py3-humanfriendly/Makefile (contents, props changed) Modified: head/textproc/py3-humanfriendly/Makefile ============================================================================== --- head/textproc/py3-humanfriendly/Makefile Fri Jun 2 18:14:16 2017 (r442434) +++ head/textproc/py3-humanfriendly/Makefile Fri Jun 2 18:14:21 2017 (r442435) @@ -1,6 +1,7 @@ +# $FreeBSD$ MASTERDIR= ${.CURDIR}/../py-humanfriendly -USES= python:3.3+ +USES= python:3.3+ .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Jun 2 18:14:31 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA17DAF8DCB; Fri, 2 Jun 2017 18:14:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EFA070B32; Fri, 2 Jun 2017 18:14: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 v52IER9B064620; Fri, 2 Jun 2017 18:14:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IERo6064618; Fri, 2 Jun 2017 18:14:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021814.v52IERo6064618@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, 2 Jun 2017 18:14:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442436 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:14:32 -0000 Author: sunpoet Date: Fri Jun 2 18:14:27 2017 New Revision: 442436 URL: https://svnweb.freebsd.org/changeset/ports/442436 Log: Update to 2.9.27 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md 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 Jun 2 18:14:21 2017 (r442435) +++ head/devel/rubygem-aws-sdk-core/Makefile Fri Jun 2 18:14:27 2017 (r442436) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.9.26 +PORTVERSION= 2.9.27 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Fri Jun 2 18:14:21 2017 (r442435) +++ head/devel/rubygem-aws-sdk-core/distinfo Fri Jun 2 18:14:27 2017 (r442436) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496328036 -SHA256 (rubygem/aws-sdk-core-2.9.26.gem) = 832ff442be41b44612df6afda2ea0c48f512aa4b6d699cf5337b796797d1cde9 -SIZE (rubygem/aws-sdk-core-2.9.26.gem) = 1018880 +TIMESTAMP = 1496418392 +SHA256 (rubygem/aws-sdk-core-2.9.27.gem) = f95b7d0b1a62be5a9f2bb794020946c459000ae6f883866806ce06572430f835 +SIZE (rubygem/aws-sdk-core-2.9.27.gem) = 1018880 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:14:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F4FDAF8DF2; Fri, 2 Jun 2017 18:14:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A24B70B58; Fri, 2 Jun 2017 18:14: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 v52IEWdT064747; Fri, 2 Jun 2017 18:14:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IEWrG064744; Fri, 2 Jun 2017 18:14:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021814.v52IEWrG064744@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, 2 Jun 2017 18:14:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442437 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:14:36 -0000 Author: sunpoet Date: Fri Jun 2 18:14:32 2017 New Revision: 442437 URL: https://svnweb.freebsd.org/changeset/ports/442437 Log: Update to 2.9.27 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md 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 Jun 2 18:14:27 2017 (r442436) +++ head/devel/rubygem-aws-sdk-resources/Makefile Fri Jun 2 18:14:32 2017 (r442437) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.9.26 +PORTVERSION= 2.9.27 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Fri Jun 2 18:14:27 2017 (r442436) +++ head/devel/rubygem-aws-sdk-resources/distinfo Fri Jun 2 18:14:32 2017 (r442437) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496328041 -SHA256 (rubygem/aws-sdk-resources-2.9.26.gem) = 96393fb2a213ccba5bbe425a315c6af352df4c9d21371905f39de0ba416f5030 -SIZE (rubygem/aws-sdk-resources-2.9.26.gem) = 48640 +TIMESTAMP = 1496418397 +SHA256 (rubygem/aws-sdk-resources-2.9.27.gem) = 3c8be930a4731bf7d1fe40375d2aa6e4778c823df18cd6e2ebbbfeae7ca33faf +SIZE (rubygem/aws-sdk-resources-2.9.27.gem) = 48640 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:14:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60898AF8E1E; Fri, 2 Jun 2017 18:14: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 mx1.freebsd.org (Postfix) with ESMTPS id 2347970BC1; Fri, 2 Jun 2017 18:14: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 v52IEhBT064998; Fri, 2 Jun 2017 18:14:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IEh3G064995; Fri, 2 Jun 2017 18:14:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021814.v52IEh3G064995@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, 2 Jun 2017 18:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442439 - head/devel/rubygem-sequel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:14:45 -0000 Author: sunpoet Date: Fri Jun 2 18:14:43 2017 New Revision: 442439 URL: https://svnweb.freebsd.org/changeset/ports/442439 Log: Update to 4.47.0 Changes: https://github.com/jeremyevans/sequel/blob/master/CHANGELOG Modified: head/devel/rubygem-sequel/Makefile head/devel/rubygem-sequel/distinfo Modified: head/devel/rubygem-sequel/Makefile ============================================================================== --- head/devel/rubygem-sequel/Makefile Fri Jun 2 18:14:38 2017 (r442438) +++ head/devel/rubygem-sequel/Makefile Fri Jun 2 18:14:43 2017 (r442439) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sequel -PORTVERSION= 4.46.0 +PORTVERSION= 4.47.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sequel/distinfo ============================================================================== --- head/devel/rubygem-sequel/distinfo Fri Jun 2 18:14:38 2017 (r442438) +++ head/devel/rubygem-sequel/distinfo Fri Jun 2 18:14:43 2017 (r442439) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493729566 -SHA256 (rubygem/sequel-4.46.0.gem) = 0ff78ca9b222921f04fe24ddd0cb03ce5c522d1afea9e6a1c10515644ad1f6f6 -SIZE (rubygem/sequel-4.46.0.gem) = 1468928 +TIMESTAMP = 1496418404 +SHA256 (rubygem/sequel-4.47.0.gem) = a300d193b8ff21433f0188c78eb5421075ebe68b62cc7c8ea768ca0caeb88bea +SIZE (rubygem/sequel-4.47.0.gem) = 1470464 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:14:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0778CAF8E1B; Fri, 2 Jun 2017 18:14: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 mx1.freebsd.org (Postfix) with ESMTPS id D804370BA8; Fri, 2 Jun 2017 18:14: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 v52IEcls064870; Fri, 2 Jun 2017 18:14:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IEcEH064867; Fri, 2 Jun 2017 18:14:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021814.v52IEcEH064867@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, 2 Jun 2017 18:14:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442438 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:14:45 -0000 Author: sunpoet Date: Fri Jun 2 18:14:38 2017 New Revision: 442438 URL: https://svnweb.freebsd.org/changeset/ports/442438 Log: Update to 2.9.27 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md 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 Jun 2 18:14:32 2017 (r442437) +++ head/devel/rubygem-aws-sdk/Makefile Fri Jun 2 18:14:38 2017 (r442438) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.9.26 +PORTVERSION= 2.9.27 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Fri Jun 2 18:14:32 2017 (r442437) +++ head/devel/rubygem-aws-sdk/distinfo Fri Jun 2 18:14:38 2017 (r442438) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496328047 -SHA256 (rubygem/aws-sdk-2.9.26.gem) = 3d35aff7430ce8034a5ec3872ffec54afed048e9f2586042a85fde05fa41a217 -SIZE (rubygem/aws-sdk-2.9.26.gem) = 4608 +TIMESTAMP = 1496418385 +SHA256 (rubygem/aws-sdk-2.9.27.gem) = d535f2c499c9ac54c0a712872678e3f35eb68289d32fa7ddd5d4651d865279e9 +SIZE (rubygem/aws-sdk-2.9.27.gem) = 4608 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:14:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9477AAF8E62; Fri, 2 Jun 2017 18:14:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E6B770C02; Fri, 2 Jun 2017 18:14: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 v52IEnLF065122; Fri, 2 Jun 2017 18:14:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IEmAn065120; Fri, 2 Jun 2017 18:14:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021814.v52IEmAn065120@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, 2 Jun 2017 18:14:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442440 - head/sysutils/rubygem-bundler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:14:53 -0000 Author: sunpoet Date: Fri Jun 2 18:14:48 2017 New Revision: 442440 URL: https://svnweb.freebsd.org/changeset/ports/442440 Log: Update to 1.15.1 Changes: https://github.com/bundler/bundler/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-bundler/Makefile head/sysutils/rubygem-bundler/distinfo Modified: head/sysutils/rubygem-bundler/Makefile ============================================================================== --- head/sysutils/rubygem-bundler/Makefile Fri Jun 2 18:14:43 2017 (r442439) +++ head/sysutils/rubygem-bundler/Makefile Fri Jun 2 18:14:48 2017 (r442440) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bundler -PORTVERSION= 1.15.0 +PORTVERSION= 1.15.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-bundler/distinfo ============================================================================== --- head/sysutils/rubygem-bundler/distinfo Fri Jun 2 18:14:43 2017 (r442439) +++ head/sysutils/rubygem-bundler/distinfo Fri Jun 2 18:14:48 2017 (r442440) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495298931 -SHA256 (rubygem/bundler-1.15.0.gem) = 2d22a3fa26b00a62a19fc29f805a6cdccedaf0e4a7ca55816c27e644b2fc04cd -SIZE (rubygem/bundler-1.15.0.gem) = 338432 +TIMESTAMP = 1496418409 +SHA256 (rubygem/bundler-1.15.1.gem) = fa6ec48f94faffe4987f89b4b85409fd6a4ddce8d46f779acdc26d041eb200d7 +SIZE (rubygem/bundler-1.15.1.gem) = 338432 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:14:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C83DFAF8E85; Fri, 2 Jun 2017 18:14: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 mx1.freebsd.org (Postfix) with ESMTPS id 96AE270C3F; Fri, 2 Jun 2017 18:14: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 v52IEseU065267; Fri, 2 Jun 2017 18:14:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IEsdM065263; Fri, 2 Jun 2017 18:14:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021814.v52IEsdM065263@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, 2 Jun 2017 18:14:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442441 - in head/textproc/rubygem-nokogumbo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:14:57 -0000 Author: sunpoet Date: Fri Jun 2 18:14:53 2017 New Revision: 442441 URL: https://svnweb.freebsd.org/changeset/ports/442441 Log: Update to 1.4.12 Changes: https://github.com/rubys/nokogumbo/commits/master Modified: head/textproc/rubygem-nokogumbo/Makefile head/textproc/rubygem-nokogumbo/distinfo head/textproc/rubygem-nokogumbo/files/patch-ext_nokogumboc_extconf.rb Modified: head/textproc/rubygem-nokogumbo/Makefile ============================================================================== --- head/textproc/rubygem-nokogumbo/Makefile Fri Jun 2 18:14:48 2017 (r442440) +++ head/textproc/rubygem-nokogumbo/Makefile Fri Jun 2 18:14:53 2017 (r442441) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nokogumbo -PORTVERSION= 1.4.11 +PORTVERSION= 1.4.12 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-nokogumbo/distinfo ============================================================================== --- head/textproc/rubygem-nokogumbo/distinfo Fri Jun 2 18:14:48 2017 (r442440) +++ head/textproc/rubygem-nokogumbo/distinfo Fri Jun 2 18:14:53 2017 (r442441) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495123830 -SHA256 (rubygem/nokogumbo-1.4.11.gem) = cb1c65be1ffc8c2aad77bd35f2822aaf46b118d60deea18b77cbf51936c708c7 -SIZE (rubygem/nokogumbo-1.4.11.gem) = 228352 +TIMESTAMP = 1496418417 +SHA256 (rubygem/nokogumbo-1.4.12.gem) = 99ccae7117b292c05c85fbab6a93652efa25426154a0d2873ad3b5e75dc5f865 +SIZE (rubygem/nokogumbo-1.4.12.gem) = 228352 Modified: head/textproc/rubygem-nokogumbo/files/patch-ext_nokogumboc_extconf.rb ============================================================================== --- head/textproc/rubygem-nokogumbo/files/patch-ext_nokogumboc_extconf.rb Fri Jun 2 18:14:48 2017 (r442440) +++ head/textproc/rubygem-nokogumbo/files/patch-ext_nokogumboc_extconf.rb Fri Jun 2 18:14:53 2017 (r442441) @@ -1,15 +1,15 @@ ---- ext/nokogumboc/extconf.rb.orig 2015-07-26 21:04:54 UTC +--- ext/nokogumboc/extconf.rb.orig 2017-06-02 16:28:15 UTC +++ ext/nokogumboc/extconf.rb @@ -1,3 +1,4 @@ +require 'rubygems' require 'mkmf' - $CFLAGS += " -std=c99" + $CFLAGS += ' -std=c99' -@@ -10,7 +11,7 @@ if have_library('xml2', 'xmlNewDoc') - select { |name| name.match(%r{gems/nokogiri-([\d.]+)/lib/nokogiri}) }. - sort_by {|name| name[/nokogiri-([\d.]+)/,1].split('.').map(&:to_i)}.last +@@ -12,7 +13,7 @@ if have_library('xml2', 'xmlNewDoc') + .sort_by { |name| name[/nokogiri-([\d.]+)/, 1].split('.').map(&:to_i) } + .last if nokogiri_lib -- nokogiri_ext = nokogiri_lib.sub(%r(lib/nokogiri(.rb)?$), 'ext/nokogiri') +- nokogiri_ext = nokogiri_lib.sub(%r{lib/nokogiri(.rb)?$}, 'ext/nokogiri') + nokogiri_ext = Gem::Specification.find_by_name('nokogiri').extension_dir + "/nokogiri" # if that doesn't work, try workarounds found in Nokogiri's extconf From owner-svn-ports-all@freebsd.org Fri Jun 2 18:15:01 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C2BDAF8EAC; Fri, 2 Jun 2017 18:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 55CC570C60; Fri, 2 Jun 2017 18:15: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 v52IExu7065394; Fri, 2 Jun 2017 18:14:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IExuf065391; Fri, 2 Jun 2017 18:14:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021814.v52IExuf065391@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, 2 Jun 2017 18:14:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442442 - head/www/rubygem-puma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:15:01 -0000 Author: sunpoet Date: Fri Jun 2 18:14:59 2017 New Revision: 442442 URL: https://svnweb.freebsd.org/changeset/ports/442442 Log: Update to 3.9.0 Changes: https://github.com/puma/puma/releases https://github.com/puma/puma/blob/master/History.md https://github.com/puma/puma/commits/master Modified: head/www/rubygem-puma/Makefile head/www/rubygem-puma/distinfo Modified: head/www/rubygem-puma/Makefile ============================================================================== --- head/www/rubygem-puma/Makefile Fri Jun 2 18:14:53 2017 (r442441) +++ head/www/rubygem-puma/Makefile Fri Jun 2 18:14:59 2017 (r442442) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= puma -PORTVERSION= 3.8.2 +PORTVERSION= 3.9.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-puma/distinfo ============================================================================== --- head/www/rubygem-puma/distinfo Fri Jun 2 18:14:53 2017 (r442441) +++ head/www/rubygem-puma/distinfo Fri Jun 2 18:14:59 2017 (r442442) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491215731 -SHA256 (rubygem/puma-3.8.2.gem) = 7ed73c4ffd3d03b77ef21426b88b21156406da44ecb54825b051c9c93d39accf -SIZE (rubygem/puma-3.8.2.gem) = 111616 +TIMESTAMP = 1496418422 +SHA256 (rubygem/puma-3.9.0.gem) = ffa77e73d9f2efc68b055027f04528723af4b3b42d901f433e8db7c1d2032965 +SIZE (rubygem/puma-3.9.0.gem) = 112640 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:15:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C803DAF8ED7; Fri, 2 Jun 2017 18:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 6AF3170C94; Fri, 2 Jun 2017 18:15: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 v52IF4I2065510; Fri, 2 Jun 2017 18:15:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IF4b1065508; Fri, 2 Jun 2017 18:15:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021815.v52IF4b1065508@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, 2 Jun 2017 18:15:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442443 - head/security/go.crypto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:15:07 -0000 Author: sunpoet Date: Fri Jun 2 18:15:04 2017 New Revision: 442443 URL: https://svnweb.freebsd.org/changeset/ports/442443 Log: Fix GH_TAGNAME Approved by: portmgr (blanket) Modified: head/security/go.crypto/Makefile head/security/go.crypto/distinfo Modified: head/security/go.crypto/Makefile ============================================================================== --- head/security/go.crypto/Makefile Fri Jun 2 18:14:59 2017 (r442442) +++ head/security/go.crypto/Makefile Fri Jun 2 18:15:04 2017 (r442443) @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= golang GH_PROJECT= crypto -GH_TAGNAME= 3cb07270c9455e8ad27956a70891c962d121a228 +GH_TAGNAME= 3cb0727 USES= go GO_PKGNAME= golang.org/x/crypto GO_TARGET= ${GO_PKGNAME}/bcrypt \ Modified: head/security/go.crypto/distinfo ============================================================================== --- head/security/go.crypto/distinfo Fri Jun 2 18:14:59 2017 (r442442) +++ head/security/go.crypto/distinfo Fri Jun 2 18:15:04 2017 (r442443) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491146093 -SHA256 (golang-crypto-20170330-3cb07270c9455e8ad27956a70891c962d121a228_GH0.tar.gz) = 6ba16cc8071100343f382124ce29b811ac82461293a14ea19b5161f23fc42d03 -SIZE (golang-crypto-20170330-3cb07270c9455e8ad27956a70891c962d121a228_GH0.tar.gz) = 1318405 +TIMESTAMP = 1496424238 +SHA256 (golang-crypto-20170330-3cb0727_GH0.tar.gz) = eef75f6cbd2cb14d1c0a4561acde19d725808cc2338d440b54d91b9befc07d46 +SIZE (golang-crypto-20170330-3cb0727_GH0.tar.gz) = 1318217 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:15:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAEA0AF8F24; Fri, 2 Jun 2017 18:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 5CBBD70CE5; Fri, 2 Jun 2017 18:15: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 v52IFAof065620; Fri, 2 Jun 2017 18:15:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IFAZW065618; Fri, 2 Jun 2017 18:15:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021815.v52IFAZW065618@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, 2 Jun 2017 18:15:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442444 - head/textproc/go.text X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:15:16 -0000 Author: sunpoet Date: Fri Jun 2 18:15:10 2017 New Revision: 442444 URL: https://svnweb.freebsd.org/changeset/ports/442444 Log: Fix GH_TAGNAME Approved by: portmgr (blanket) Modified: head/textproc/go.text/Makefile head/textproc/go.text/distinfo Modified: head/textproc/go.text/Makefile ============================================================================== --- head/textproc/go.text/Makefile Fri Jun 2 18:15:04 2017 (r442443) +++ head/textproc/go.text/Makefile Fri Jun 2 18:15:10 2017 (r442444) @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= golang GH_PROJECT= text -GH_TAGNAME= ce78b075c2fbd48520f4995b173eb9fe18b56ef3 +GH_TAGNAME= ce78b07 USES= go GO_PKGNAME= golang.org/x/text GO_TARGET= ${GO_PKGNAME}/cases \ Modified: head/textproc/go.text/distinfo ============================================================================== --- head/textproc/go.text/distinfo Fri Jun 2 18:15:04 2017 (r442443) +++ head/textproc/go.text/distinfo Fri Jun 2 18:15:10 2017 (r442444) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468175199 -SHA256 (golang-text-20160702-ce78b075c2fbd48520f4995b173eb9fe18b56ef3_GH0.tar.gz) = 88e9fb27c48773cfd34ca1da0fd9b012461e6f11b1f6379f0ece74ac13c306b2 -SIZE (golang-text-20160702-ce78b075c2fbd48520f4995b173eb9fe18b56ef3_GH0.tar.gz) = 4078217 +TIMESTAMP = 1496424507 +SHA256 (golang-text-20160702-ce78b07_GH0.tar.gz) = b20d8435d4f9df3dd127b3f0b37fb0fd67fb51065ea77eaec9177c2a8a7b9df2 +SIZE (golang-text-20160702-ce78b07_GH0.tar.gz) = 4082187 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:15:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8759CAF8F39; Fri, 2 Jun 2017 18:15: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 mx1.freebsd.org (Postfix) with ESMTPS id EAB6070D06; Fri, 2 Jun 2017 18:15: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 v52IFF3x065747; Fri, 2 Jun 2017 18:15:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IFFuX065744; Fri, 2 Jun 2017 18:15:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021815.v52IFFuX065744@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, 2 Jun 2017 18:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442445 - head/dns/packetq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:15:17 -0000 Author: sunpoet Date: Fri Jun 2 18:15:15 2017 New Revision: 442445 URL: https://svnweb.freebsd.org/changeset/ports/442445 Log: Update to 1.3.1 Changes: https://github.com/DNS-OARC/PacketQ/blob/develop/CHANGES PR: 219730 Submitted by: Leo Vandewoestijne (maintainer) Modified: head/dns/packetq/Makefile head/dns/packetq/distinfo Modified: head/dns/packetq/Makefile ============================================================================== --- head/dns/packetq/Makefile Fri Jun 2 18:15:10 2017 (r442444) +++ head/dns/packetq/Makefile Fri Jun 2 18:15:15 2017 (r442445) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= packetq -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v CATEGORIES= dns Modified: head/dns/packetq/distinfo ============================================================================== --- head/dns/packetq/distinfo Fri Jun 2 18:15:10 2017 (r442444) +++ head/dns/packetq/distinfo Fri Jun 2 18:15:15 2017 (r442445) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495639380 -SHA256 (DNS-OARC-PacketQ-v1.3.0_GH0.tar.gz) = 286fe8d410745f5166dcf078e4e62ff72223f94f784e1952e9facc6c1f9df64b -SIZE (DNS-OARC-PacketQ-v1.3.0_GH0.tar.gz) = 836865 +TIMESTAMP = 1496417825 +SHA256 (DNS-OARC-PacketQ-v1.3.1_GH0.tar.gz) = 7c649207cc35a19fa005f09ba368466606b5d4c20715d5ef0decb21f329b568c +SIZE (DNS-OARC-PacketQ-v1.3.1_GH0.tar.gz) = 843740 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:15:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1F17AF8F87; Fri, 2 Jun 2017 18:15: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 mx1.freebsd.org (Postfix) with ESMTPS id 73E5170D3F; Fri, 2 Jun 2017 18:15: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 v52IFKML065886; Fri, 2 Jun 2017 18:15:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IFKE8065883; Fri, 2 Jun 2017 18:15:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021815.v52IFKE8065883@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, 2 Jun 2017 18:15:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442446 - head/security/py-fail2ban X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:15:29 -0000 Author: sunpoet Date: Fri Jun 2 18:15:20 2017 New Revision: 442446 URL: https://svnweb.freebsd.org/changeset/ports/442446 Log: Update to 0.9.7 [1] - Fix shebang line of fail2ban-python in apache-fakegooglebot [2] - While I'm here: - Add missing OPTIONS_DEFINE=DOCS - Use SHEBANG_LANG - Convert to options target helper Changes: https://github.com/fail2ban/fail2ban/blob/0.9/ChangeLog PR: 219733 [1], 219419 [2] Submitted by: (maintainer) [1], Lukasz Wasikowski [2] Modified: head/security/py-fail2ban/Makefile head/security/py-fail2ban/distinfo Modified: head/security/py-fail2ban/Makefile ============================================================================== --- head/security/py-fail2ban/Makefile Fri Jun 2 18:15:15 2017 (r442445) +++ head/security/py-fail2ban/Makefile Fri Jun 2 18:15:20 2017 (r442446) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fail2ban -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,15 +13,17 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 +OPTIONS_DEFINE= DOCS + USES= python shebangfix USE_GITHUB= yes -GH_TAGNAME= 3605155 USE_PYTHON= autoplist distutils USE_RC_SUBR= fail2ban NO_ARCH= yes SHEBANG_FILES= config/filter.d/ignorecommands/apache-fakegooglebot +SHEBANG_LANG= fail2ban-python SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} @@ -34,6 +36,13 @@ FILES= ${WRKSRC}/bin/fail2ban-client \ ${WRKSRC}/man/fail2ban-client.1 \ ${WRKSRC}/man/fail2ban-client.h2m \ ${WRKSRC}/setup.py + +MAN_FILES= ${WRKSRC}/man/fail2ban-client.1 \ + ${WRKSRC}/man/fail2ban-client.h2m \ + ${WRKSRC}/man/fail2ban-regex.1 \ + ${WRKSRC}/man/fail2ban-server.1 \ + ${WRKSRC}/man/fail2ban.1 + FAIL2BAN_DBDIR= /var/db/${PORTNAME} post-patch: @@ -42,15 +51,19 @@ post-patch: ${WRKSRC}/config/jail.conf @${REINPLACE_CMD} -e 's,/var/lib/fail2ban/,${FAIL2BAN_DBDIR}/,g' \ ${WRKSRC}/config/fail2ban.conf + @${REINPLACE_CMD} -e 's,jail.conf(5),fail2ban-jail.conf(5),g' \ + ${MAN_FILES} post-install: @${MKDIR} ${STAGEDIR}${FAIL2BAN_DBDIR} ${STAGEDIR}/var/run/fail2ban - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .for file in fail2ban-client fail2ban-regex fail2ban-server fail2ban ${INSTALL_MAN} ${WRKSRC}/man/${file}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .endfor ${INSTALL_MAN} ${WRKSRC}/man/jail.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5/fail2ban-jail.conf.5 + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/security/py-fail2ban/distinfo ============================================================================== --- head/security/py-fail2ban/distinfo Fri Jun 2 18:15:15 2017 (r442445) +++ head/security/py-fail2ban/distinfo Fri Jun 2 18:15:20 2017 (r442446) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481500021 -SHA256 (fail2ban-fail2ban-0.9.6-3605155_GH0.tar.gz) = 894c330771d891445ba273447a25f96084889d7ac1dd2b6eb193f69d498b00dc -SIZE (fail2ban-fail2ban-0.9.6-3605155_GH0.tar.gz) = 352123 +TIMESTAMP = 1496237420 +SHA256 (fail2ban-fail2ban-0.9.7_GH0.tar.gz) = 2817eb0d4f670bef2a79a5a9cfb824b41a4445f5a92a307a453ac95f497c7440 +SIZE (fail2ban-fail2ban-0.9.7_GH0.tar.gz) = 356374 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:35:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E01FAF946C; Fri, 2 Jun 2017 18:35: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 mx1.freebsd.org (Postfix) with ESMTPS id 3955372BC0; Fri, 2 Jun 2017 18:35: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 v52IZi3N073967; Fri, 2 Jun 2017 18:35:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IZiWR073965; Fri, 2 Jun 2017 18:35:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021835.v52IZiWR073965@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, 2 Jun 2017 18:35:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442447 - head/audio/py-mutagen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:35:45 -0000 Author: sunpoet Date: Fri Jun 2 18:35:44 2017 New Revision: 442447 URL: https://svnweb.freebsd.org/changeset/ports/442447 Log: Update to 1.38 Changes: https://github.com/quodlibet/mutagen/blob/master/NEWS Modified: head/audio/py-mutagen/Makefile head/audio/py-mutagen/distinfo Modified: head/audio/py-mutagen/Makefile ============================================================================== --- head/audio/py-mutagen/Makefile Fri Jun 2 18:15:20 2017 (r442446) +++ head/audio/py-mutagen/Makefile Fri Jun 2 18:35:44 2017 (r442447) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mutagen -PORTVERSION= 1.37 +PORTVERSION= 1.38 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes -USES?= python:2.7+ shebangfix +USES?= python shebangfix USE_PYTHON= autoplist concurrent distutils SHEBANG_FILES= tools/mid3cp tools/mid3iconv tools/mid3v2 \ tools/moggsplit tools/mutagen-inspect tools/mutagen-pony Modified: head/audio/py-mutagen/distinfo ============================================================================== --- head/audio/py-mutagen/distinfo Fri Jun 2 18:15:20 2017 (r442446) +++ head/audio/py-mutagen/distinfo Fri Jun 2 18:35:44 2017 (r442447) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488031212 -SHA256 (mutagen-1.37.tar.gz) = 539553d3f1ffd890c74f64b819750aef0316933d162c09798c9e7eaf334ae760 -SIZE (mutagen-1.37.tar.gz) = 912600 +TIMESTAMP = 1496427785 +SHA256 (mutagen-1.38.tar.gz) = 23990f70ae678c7b8df3fd59e2adbefa5fe392c36da8c71d2254b21c6cd78766 +SIZE (mutagen-1.38.tar.gz) = 913243 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:35:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84888AF948E; Fri, 2 Jun 2017 18:35: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 mx1.freebsd.org (Postfix) with ESMTPS id 4D9E272BD2; Fri, 2 Jun 2017 18:35: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 v52IZnG0074072; Fri, 2 Jun 2017 18:35:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IZn28074071; Fri, 2 Jun 2017 18:35:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021835.v52IZn28074071@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, 2 Jun 2017 18:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442448 - head/audio/py3-mutagen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:35:50 -0000 Author: sunpoet Date: Fri Jun 2 18:35:49 2017 New Revision: 442448 URL: https://svnweb.freebsd.org/changeset/ports/442448 Log: Add PORTSCOUT Modified: head/audio/py3-mutagen/Makefile Modified: head/audio/py3-mutagen/Makefile ============================================================================== --- head/audio/py3-mutagen/Makefile Fri Jun 2 18:35:44 2017 (r442447) +++ head/audio/py3-mutagen/Makefile Fri Jun 2 18:35:49 2017 (r442448) @@ -2,6 +2,8 @@ MASTERDIR= ${.CURDIR}/../py-mutagen +PORTSCOUT= ignore:1 + USES= python:3.3+ .include "${MASTERDIR}/Makefile" From owner-svn-ports-all@freebsd.org Fri Jun 2 18:35:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C5FDAF94B6; Fri, 2 Jun 2017 18:35: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 mx1.freebsd.org (Postfix) with ESMTPS id E5CD872C25; Fri, 2 Jun 2017 18:35: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 v52IZsXd074196; Fri, 2 Jun 2017 18:35:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IZsX2074193; Fri, 2 Jun 2017 18:35:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706021835.v52IZsX2074193@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, 2 Jun 2017 18:35:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442449 - head/www/py-django111 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:35:56 -0000 Author: sunpoet Date: Fri Jun 2 18:35:54 2017 New Revision: 442449 URL: https://svnweb.freebsd.org/changeset/ports/442449 Log: Update to 1.11.2 Changes: https://docs.djangoproject.com/en/1.11/releases/1.11.2/ Modified: head/www/py-django111/Makefile head/www/py-django111/distinfo Modified: head/www/py-django111/Makefile ============================================================================== --- head/www/py-django111/Makefile Fri Jun 2 18:35:49 2017 (r442448) +++ head/www/py-django111/Makefile Fri Jun 2 18:35:54 2017 (r442449) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django -PORTVERSION= 1.11.1 +PORTVERSION= 1.11.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ https://www.djangoproject.com/m/releases/${PORTVERSION}/ Modified: head/www/py-django111/distinfo ============================================================================== --- head/www/py-django111/distinfo Fri Jun 2 18:35:49 2017 (r442448) +++ head/www/py-django111/distinfo Fri Jun 2 18:35:54 2017 (r442449) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494166687 -SHA256 (python/Django-1.11.1.tar.gz) = bbcefdf822eeef2cd04718ebcc24dd2ecf47407258cfcde2b4f95df57ce33a8c -SIZE (python/Django-1.11.1.tar.gz) = 7857868 +TIMESTAMP = 1496427799 +SHA256 (python/Django-1.11.2.tar.gz) = 3c5b070482df4f9e5750539dc1824d353729ee423fd410c579b8cd3dea5b0617 +SIZE (python/Django-1.11.2.tar.gz) = 7865109 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:37:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7381CAF951F; Fri, 2 Jun 2017 18:37:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BDF972E5B; Fri, 2 Jun 2017 18:37:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52IbtZQ074356; Fri, 2 Jun 2017 18:37:55 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Ibtu4074355; Fri, 2 Jun 2017 18:37:55 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706021837.v52Ibtu4074355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 2 Jun 2017 18:37:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442450 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:37:56 -0000 Author: antoine Date: Fri Jun 2 18:37:55 2017 New Revision: 442450 URL: https://svnweb.freebsd.org/changeset/ports/442450 Log: news/husky-sqpack was resurrected Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jun 2 18:35:54 2017 (r442449) +++ head/MOVED Fri Jun 2 18:37:55 2017 (r442450) @@ -6397,7 +6397,6 @@ news/husky-hptsqfix||2014-08-19|Obsolete due to husky- news/husky-hpucode||2014-08-19|Obsolete due to husky-*-devel => husky-* migration news/husky-msged||2014-08-19|Obsolete due to husky-*-devel => husky-* migration news/husky-nltools||2014-08-19|Obsolete due to husky-*-devel => husky-* migration -news/husky-sqpack||2014-08-19|Obsolete due to husky-*-devel => husky-* migration net/rsmb|net/mosquitto|2014-08-19|Superseded by net/mosquitto deskutils/horde3-hermes||2014-08-20|Has expired: EOL in April 2012 deskutils/horde3-klutz||2014-08-20|Has expired: EOL in April 2012 From owner-svn-ports-all@freebsd.org Fri Jun 2 18:54:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D09CCAF98AB; Fri, 2 Jun 2017 18:54:20 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9900B73797; Fri, 2 Jun 2017 18:54:20 +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 v52IsJYp082573; Fri, 2 Jun 2017 18:54:19 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52IsJ5v082572; Fri, 2 Jun 2017 18:54:19 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201706021854.v52IsJ5v082572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 2 Jun 2017 18:54:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442451 - head/audio/gogglesmm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 18:54:20 -0000 Author: linimon Date: Fri Jun 2 18:54:19 2017 New Revision: 442451 URL: https://svnweb.freebsd.org/changeset/ports/442451 Log: Mark broken: fails to compile everywhere. It fails a different way on powerpc64, so note that, even though that line will not have any effect. Reported by: swills (powerpc64 build) Modified: head/audio/gogglesmm/Makefile Modified: head/audio/gogglesmm/Makefile ============================================================================== --- head/audio/gogglesmm/Makefile Fri Jun 2 18:37:55 2017 (r442450) +++ head/audio/gogglesmm/Makefile Fri Jun 2 18:54:19 2017 (r442451) @@ -16,6 +16,9 @@ LIB_DEPENDS= libtag.so:audio/taglib \ libexpat.so:textproc/expat2 \ libFOX-1.7.so:x11-toolkits/fox17 +BROKEN= fails to compile: sqlite3.h:3712:16: elaborated type refers to a typedef +BROKEN_powerpc64= fails to compile: ap_mad.cpp:358:2: \#error fixme + USE_GITHUB= yes USES= cmake compiler:c++11-lib desktop-file-utils \ From owner-svn-ports-all@freebsd.org Fri Jun 2 19:05:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7C45AF9BA3; Fri, 2 Jun 2017 19:05:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BD6673E38; Fri, 2 Jun 2017 19:05:04 +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 v52J534J086568; Fri, 2 Jun 2017 19:05:03 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52J53r8086566; Fri, 2 Jun 2017 19:05:03 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706021905.v52J53r8086566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 2 Jun 2017 19:05:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442452 - in head/deskutils/kdeplasma-addons: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 19:05:04 -0000 Author: tcberner Date: Fri Jun 2 19:05:03 2017 New Revision: 442452 URL: https://svnweb.freebsd.org/changeset/ports/442452 Log: Fix ambiguity of qFuzzyCompare on armv6 PR: 217080 Submitted by: Mikaël Urankar Added: head/deskutils/kdeplasma-addons/files/patch-applets_timer_timer.cpp (contents, props changed) Modified: head/deskutils/kdeplasma-addons/Makefile Modified: head/deskutils/kdeplasma-addons/Makefile ============================================================================== --- head/deskutils/kdeplasma-addons/Makefile Fri Jun 2 18:54:19 2017 (r442451) +++ head/deskutils/kdeplasma-addons/Makefile Fri Jun 2 19:05:03 2017 (r442452) @@ -2,7 +2,7 @@ PORTNAME= kdeplasma-addons PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org Added: head/deskutils/kdeplasma-addons/files/patch-applets_timer_timer.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/kdeplasma-addons/files/patch-applets_timer_timer.cpp Fri Jun 2 19:05:03 2017 (r442452) @@ -0,0 +1,13 @@ +Fix ambiguous call on armv6. + +--- applets/timer/timer.cpp.orig 2017-01-12 05:36:14 UTC ++++ applets/timer/timer.cpp +@@ -498,7 +498,7 @@ void Timer::toggleTimerVisible() + m_blinkAnim = animGroup; + } + +- m_blinkAnim->setDirection(qFuzzyCompare(m_hoursDigit[0]->opacity(), 1.0) ? ++ m_blinkAnim->setDirection(qFuzzyCompare(m_hoursDigit[0]->opacity(), qreal(1.0)) ? + QAbstractAnimation::Forward : QAbstractAnimation::Backward); + m_blinkAnim->start(); + } From owner-svn-ports-all@freebsd.org Fri Jun 2 19:14:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5BFFAF9D1B; Fri, 2 Jun 2017 19:14:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AF2E7421F; Fri, 2 Jun 2017 19:14:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52JEh1w090750; Fri, 2 Jun 2017 19:14:43 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52JEh7f090747; Fri, 2 Jun 2017 19:14:43 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706021914.v52JEh7f090747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 2 Jun 2017 19:14:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442453 - in head/x11/kde4-workspace: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 19:14:44 -0000 Author: tcberner Date: Fri Jun 2 19:14:43 2017 New Revision: 442453 URL: https://svnweb.freebsd.org/changeset/ports/442453 Log: Fix ambiguity of qFuzzyCompare on armv6 PR: 217078 Submitted by: Mikaël Urankar Added: head/x11/kde4-workspace/files/patch-kwin_effects_blur_blur.cpp (contents, props changed) head/x11/kde4-workspace/files/patch-kwin_scene__xrender.cpp (contents, props changed) Modified: head/x11/kde4-workspace/Makefile Modified: head/x11/kde4-workspace/Makefile ============================================================================== --- head/x11/kde4-workspace/Makefile Fri Jun 2 19:05:03 2017 (r442452) +++ head/x11/kde4-workspace/Makefile Fri Jun 2 19:14:43 2017 (r442453) @@ -2,7 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org Added: head/x11/kde4-workspace/files/patch-kwin_effects_blur_blur.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kde4-workspace/files/patch-kwin_effects_blur_blur.cpp Fri Jun 2 19:14:43 2017 (r442453) @@ -0,0 +1,13 @@ +Fix ambiguous call on armv6. + +--- kwin/effects/blur/blur.cpp.orig 2017-01-11 16:01:39 UTC ++++ kwin/effects/blur/blur.cpp +@@ -387,7 +387,7 @@ bool BlurEffect::shouldBlur(const Effect + if (w->isDesktop()) + return false; + +- bool scaled = !qFuzzyCompare(data.xScale(), 1.0) && !qFuzzyCompare(data.yScale(), 1.0); ++ bool scaled = !qFuzzyCompare(data.xScale(), qreal(1.0)) && !qFuzzyCompare(data.yScale(), qreal(1.0)); + bool translated = data.xTranslation() || data.yTranslation(); + + if (scaled || ((translated || (mask & PAINT_WINDOW_TRANSFORMED)) && !w->data(WindowForceBlurRole).toBool())) Added: head/x11/kde4-workspace/files/patch-kwin_scene__xrender.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kde4-workspace/files/patch-kwin_scene__xrender.cpp Fri Jun 2 19:14:43 2017 (r442453) @@ -0,0 +1,22 @@ +Fix ambiguous call on armv6. + +--- kwin/scene_xrender.cpp.orig 2017-01-11 16:04:04 UTC ++++ kwin/scene_xrender.cpp +@@ -392,7 +392,7 @@ void SceneXrender::Window::performPaint( + { + setTransformedShape(QRegion()); // maybe nothing will be painted + // check if there is something to paint +- bool opaque = isOpaque() && qFuzzyCompare(data.opacity(), 1.0); ++ bool opaque = isOpaque() && qFuzzyCompare(data.opacity(), qreal(1.0)); + /* HACK: It seems this causes painting glitches, disable temporarily + if (( mask & PAINT_WINDOW_OPAQUE ) ^ ( mask & PAINT_WINDOW_TRANSLUCENT )) + { // We are only painting either opaque OR translucent windows, not both +@@ -469,7 +469,7 @@ void SceneXrender::Window::performPaint( + xscale *= screen_paint.xScale(); + yscale *= screen_paint.yScale(); + } +- if (!qFuzzyCompare(xscale, 1.0) || !qFuzzyCompare(yscale, 1.0)) { ++ if (!qFuzzyCompare(xscale, qreal(1.0)) || !qFuzzyCompare(yscale, qreal(1.0))) { + scaled = true; + xform.matrix11 = DOUBLE_TO_FIXED(1.0 / xscale); + xform.matrix22 = DOUBLE_TO_FIXED(1.0 / yscale); From owner-svn-ports-all@freebsd.org Fri Jun 2 19:15:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99A31AF9D4E; Fri, 2 Jun 2017 19:15:43 +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 mx1.freebsd.org (Postfix) with ESMTPS id 300E174315; Fri, 2 Jun 2017 19:15:43 +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 v52JFfdD091046; Fri, 2 Jun 2017 19:15:41 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52JFeac091038; Fri, 2 Jun 2017 19:15:40 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201706021915.v52JFeac091038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Fri, 2 Jun 2017 19:15:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442454 - in head: devel/awscli devel/py-botocore net/py-s3transfer net/turnserver www/node www/node4 www/node6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 19:15:43 -0000 Author: bhughes Date: Fri Jun 2 19:15:40 2017 New Revision: 442454 URL: https://svnweb.freebsd.org/changeset/ports/442454 Log: multiple ports: Update MAINTANER Change bradleythughes@fastmail.fm -> bhughes@FreeBSD.org after receiving my ports commit bit on all ports I maintain: devel/awscli, devel/py-botocore, net/py-s3transfer, net/turnserver, www/node4, www/node6, and www/node. Approved by: robak (mentor) Differential Review: https://reviews.freebsd.org/D11015 Modified: head/devel/awscli/Makefile (contents, props changed) head/devel/py-botocore/Makefile (contents, props changed) head/net/py-s3transfer/Makefile (contents, props changed) head/net/turnserver/Makefile (contents, props changed) head/www/node/Makefile (contents, props changed) head/www/node4/Makefile (contents, props changed) head/www/node6/Makefile (contents, props changed) Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Fri Jun 2 19:14:43 2017 (r442453) +++ head/devel/awscli/Makefile Fri Jun 2 19:15:40 2017 (r442454) @@ -6,7 +6,7 @@ PORTVERSION= 1.11.91 CATEGORIES= devel MASTER_SITES= CHEESESHOP -MAINTAINER= bradleythughes@fastmail.fm +MAINTAINER= bhughes@FreeBSD.org COMMENT= Universal Command Line Interface for Amazon Web Services LICENSE= APACHE20 Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Fri Jun 2 19:14:43 2017 (r442453) +++ head/devel/py-botocore/Makefile Fri Jun 2 19:15:40 2017 (r442454) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bradleythughes@fastmail.fm +MAINTAINER= bhughes@FreeBSD.org COMMENT= Low-level, core functionality of boto 3 LICENSE= APACHE20 Modified: head/net/py-s3transfer/Makefile ============================================================================== --- head/net/py-s3transfer/Makefile Fri Jun 2 19:14:43 2017 (r442453) +++ head/net/py-s3transfer/Makefile Fri Jun 2 19:15:40 2017 (r442454) @@ -6,7 +6,7 @@ CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bradleythughes@fastmail.fm +MAINTAINER= bhughes@FreeBSD.org COMMENT= Amazon S3 Transfer Manager for Python LICENSE= APACHE20 Modified: head/net/turnserver/Makefile ============================================================================== --- head/net/turnserver/Makefile Fri Jun 2 19:14:43 2017 (r442453) +++ head/net/turnserver/Makefile Fri Jun 2 19:15:40 2017 (r442454) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:prog \ turn.extra.docs-2.0.0.1.tar.gz:xdocs -MAINTAINER= bradleythughes@fastmail.fm +MAINTAINER= bhughes@FreeBSD.org COMMENT= STUN/TURN Server; IPv6, DTLS support; RFCs 5389, 5766, 6062, 6156 LICENSE= BSD3CLAUSE Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Fri Jun 2 19:14:43 2017 (r442453) +++ head/www/node/Makefile Fri Jun 2 19:15:40 2017 (r442454) @@ -6,7 +6,7 @@ DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ -MAINTAINER= bradleythughes@fastmail.fm +MAINTAINER= bhughes@FreeBSD.org COMMENT= V8 JavaScript for client and server (7.x) LICENSE= MIT Modified: head/www/node4/Makefile ============================================================================== --- head/www/node4/Makefile Fri Jun 2 19:14:43 2017 (r442453) +++ head/www/node4/Makefile Fri Jun 2 19:15:40 2017 (r442454) @@ -8,7 +8,7 @@ CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 4 -MAINTAINER= bradleythughes@fastmail.fm +MAINTAINER= bhughes@FreeBSD.org COMMENT= V8 JavaScript for client and server (4.x LTS) LICENSE= MIT Modified: head/www/node6/Makefile ============================================================================== --- head/www/node6/Makefile Fri Jun 2 19:14:43 2017 (r442453) +++ head/www/node6/Makefile Fri Jun 2 19:15:40 2017 (r442454) @@ -7,7 +7,7 @@ CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 6 -MAINTAINER= bradleythughes@fastmail.fm +MAINTAINER= bhughes@FreeBSD.org COMMENT= V8 JavaScript for client and server (6.x) LICENSE= MIT From owner-svn-ports-all@freebsd.org Fri Jun 2 19:35:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BC77AFA2F3; Fri, 2 Jun 2017 19:35:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5120574C95; Fri, 2 Jun 2017 19:35:59 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v52JZwog099392; Fri, 2 Jun 2017 19:35:58 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52JZw5o099390; Fri, 2 Jun 2017 19:35:58 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201706021935.v52JZw5o099390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 2 Jun 2017 19:35:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442455 - head/lang/kawa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 19:35:59 -0000 Author: danfe Date: Fri Jun 2 19:35:58 2017 New Revision: 442455 URL: https://svnweb.freebsd.org/changeset/ports/442455 Log: Update `lang/kawa' to version 2.4, minor update and bugfix release. TIMESTAMP (kawa-2.4.tar.gz) = 1493585268 Modified: head/lang/kawa/Makefile head/lang/kawa/distinfo Modified: head/lang/kawa/Makefile ============================================================================== --- head/lang/kawa/Makefile Fri Jun 2 19:15:40 2017 (r442454) +++ head/lang/kawa/Makefile Fri Jun 2 19:35:58 2017 (r442455) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kawa -PORTVERSION= 2.3 +PORTVERSION= 2.4 CATEGORIES= lang scheme java MASTER_SITES= GNU Modified: head/lang/kawa/distinfo ============================================================================== --- head/lang/kawa/distinfo Fri Jun 2 19:15:40 2017 (r442454) +++ head/lang/kawa/distinfo Fri Jun 2 19:35:58 2017 (r442455) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484583959 -SHA256 (kawa-2.3.tar.gz) = ecddb2b149e41f7c1614c3009138556b954e8cc6a3135a953eb97e7e86dc47fe -SIZE (kawa-2.3.tar.gz) = 3273722 +TIMESTAMP = 1493585268 +SHA256 (kawa-2.4.tar.gz) = 14c08be81631a1eb8b8926ca235198ca165156c0c179ecbe6e838d3f4b47635d +SIZE (kawa-2.4.tar.gz) = 3285436 From owner-svn-ports-all@freebsd.org Fri Jun 2 19:36:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51C33AFA322; Fri, 2 Jun 2017 19: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 mx1.freebsd.org (Postfix) with ESMTPS id 202E574D75; Fri, 2 Jun 2017 19: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 v52JakYR099548; Fri, 2 Jun 2017 19:36:46 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52JakTC099546; Fri, 2 Jun 2017 19:36:46 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706021936.v52JakTC099546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 2 Jun 2017 19:36:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442456 - in head/x11/konsole: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 19:36:47 -0000 Author: tcberner Date: Fri Jun 2 19:36:45 2017 New Revision: 442456 URL: https://svnweb.freebsd.org/changeset/ports/442456 Log: Fix ambiguity of qFuzzyCompare on armv6 PR: 217079 Submitted by: Mikaël Urankar Added: head/x11/konsole/files/patch-src_ColorScheme.cpp (contents, props changed) Modified: head/x11/konsole/Makefile Modified: head/x11/konsole/Makefile ============================================================================== --- head/x11/konsole/Makefile Fri Jun 2 19:35:58 2017 (r442455) +++ head/x11/konsole/Makefile Fri Jun 2 19:36:45 2017 (r442456) @@ -2,7 +2,7 @@ PORTNAME= konsole PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde kde-kde4 MAINTAINER= kde@FreeBSD.org Added: head/x11/konsole/files/patch-src_ColorScheme.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/konsole/files/patch-src_ColorScheme.cpp Fri Jun 2 19:36:45 2017 (r442456) @@ -0,0 +1,13 @@ +Fix ambiguous call on armv6. + +--- src/ColorScheme.cpp.orig 2017-01-12 05:40:22 UTC ++++ src/ColorScheme.cpp +@@ -406,7 +406,7 @@ bool ColorSchemeWallpaper::draw(QPainter + if (!_picture || _picture->isNull()) + return false; + +- if (qFuzzyCompare(1.0, opacity)) { ++ if (qFuzzyCompare(qreal(1.0), opacity)) { + painter.drawTiledPixmap(rect, *_picture, rect.topLeft()); + return true; + } From owner-svn-ports-all@freebsd.org Fri Jun 2 19:46:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA388AFA5F8; Fri, 2 Jun 2017 19:46:52 +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 mx1.freebsd.org (Postfix) with ESMTPS id B97107537B; Fri, 2 Jun 2017 19:46:52 +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 v52JkpqT003667; Fri, 2 Jun 2017 19:46:51 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Jkpx1003664; Fri, 2 Jun 2017 19:46:51 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201706021946.v52Jkpx1003664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 2 Jun 2017 19:46:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442457 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 19:46:53 -0000 Author: lifanov Date: Fri Jun 2 19:46:51 2017 New Revision: 442457 URL: https://svnweb.freebsd.org/changeset/ports/442457 Log: Document vulnerability in sysutils/ansible (CVE-2017-7481) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Jun 2 19:36:45 2017 (r442456) +++ head/security/vuxml/vuln.xml Fri Jun 2 19:46:51 2017 (r442457) @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ansible -- Input validation flaw in jinja2 templating system + + + ansible + 2.3.1 + + + + +

    RedHat security team reports:

    +
    +

    An input validation flaw was found in Ansible, where it fails to + properly mark lookup-plugin results as unsafe. If an attacker could + control the results of lookup() calls, they could inject Unicode + strings to be parsed by the jinja2 templating system, result in + code execution.

    +
    + +
    + + https://access.redhat.com/security/cve/cve-2017-7481 + http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7481 + + + 2017-05-09 + 2017-06-02 + +
    + duo -- Two-factor authentication bypass From owner-svn-ports-all@freebsd.org Fri Jun 2 19:47:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D66EAFA691; Fri, 2 Jun 2017 19:47:55 +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 mx1.freebsd.org (Postfix) with ESMTPS id F092D75481; Fri, 2 Jun 2017 19:47:54 +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 v52Jls92003859; Fri, 2 Jun 2017 19:47:54 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52JlsQ1003857; Fri, 2 Jun 2017 19:47:54 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201706021947.v52JlsQ1003857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Fri, 2 Jun 2017 19:47:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442458 - in head/sysutils/ansible: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 19:47:55 -0000 Author: lifanov Date: Fri Jun 2 19:47:53 2017 New Revision: 442458 URL: https://svnweb.freebsd.org/changeset/ports/442458 Log: update sysutils/ansible to 2.3.1.0 Relnotes: https://github.com/ansible/ansible/blob/v2.3.1.0-1/CHANGELOG.md Security: 15a04b9f-47cb-11e7-a853-001fbc0f280f Deleted: head/sysutils/ansible/files/extra-patch-f82d95a Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Fri Jun 2 19:46:51 2017 (r442457) +++ head/sysutils/ansible/Makefile Fri Jun 2 19:47:53 2017 (r442458) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION?= 2.3.0.0 -PORTREVISION?= 2 +PORTVERSION?= 2.3.1.0 +PORTREVISION?= 0 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ @@ -20,7 +20,7 @@ RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml -EXTRA_PATCHES?= ${FILESDIR}/extra-patch-f82d95a +EXTRA_PATCHES?= # NO_ARCH= yes USES?= cpe python Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Fri Jun 2 19:46:51 2017 (r442457) +++ head/sysutils/ansible/distinfo Fri Jun 2 19:47:53 2017 (r442458) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492010911 -SHA256 (ansible-2.3.0.0.tar.gz) = 299f3907cd566a20e163942fa82b6afc86ef89c2726ba503b90c1a651e82a458 -SIZE (ansible-2.3.0.0.tar.gz) = 4251730 +TIMESTAMP = 1496432079 +SHA256 (ansible-2.3.1.0.tar.gz) = cd4b8f53720fcd0c351156b840fdd15ecfbec22c951b5406ec503de49d40b9f5 +SIZE (ansible-2.3.1.0.tar.gz) = 4263357 From owner-svn-ports-all@freebsd.org Fri Jun 2 19:56:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D792CAFA7F6; Fri, 2 Jun 2017 19:56:08 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91ADA75871; Fri, 2 Jun 2017 19:56:08 +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 v52Ju7Nw008014; Fri, 2 Jun 2017 19:56:07 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52Ju7K6008011; Fri, 2 Jun 2017 19:56:07 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706021956.v52Ju7K6008011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 2 Jun 2017 19:56:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442459 - in head: . deskutils/gucharmap misc misc/unicode-ucd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 19:56:08 -0000 Author: kwm Date: Fri Jun 2 19:56:07 2017 New Revision: 442459 URL: https://svnweb.freebsd.org/changeset/ports/442459 Log: Now that textproc/UCD was updated by thierry@ with the required files for gucharmap remove the duplicate misc/unicode-ucd port and build gucharmap against textproc/UCD. Deleted: head/misc/unicode-ucd/ Modified: head/MOVED head/deskutils/gucharmap/Makefile head/misc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jun 2 19:47:53 2017 (r442458) +++ head/MOVED Fri Jun 2 19:56:07 2017 (r442459) @@ -9396,3 +9396,4 @@ net-mgmt/zabbix24-server||2017-05-29|Has expired: Upst net/py-cloudfiles|net/py-python-cloudfiles|2017-05-30|Rename to match PyPI naming irc/konversation-kde4|irc/konversation|2017-05-30|Renamed to irc/konversation lang/perl5.20|lang/perl5.24|2017-06-01|Support ends three years after .0 release, please upgrade to a more recent version of Perl +misc/unicode-ucd|textproc/UCD|2017-06-02|unicode-ucd was a duplicate of textproc/UCD, remove the younger port Modified: head/deskutils/gucharmap/Makefile ============================================================================== --- head/deskutils/gucharmap/Makefile Fri Jun 2 19:47:53 2017 (r442458) +++ head/deskutils/gucharmap/Makefile Fri Jun 2 19:56:07 2017 (r442459) @@ -14,7 +14,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool \ - unicode-ucd>=0:misc/unicode-ucd + UCD>=0:textproc/UCD PORTSCOUT= limitw:1,even @@ -22,7 +22,7 @@ USES= desktop-file-utils gmake gnome libtool localbas pathfix pkgconfig tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-unicode-data=${LOCALBASE}/share/unicode-ucd/ +CONFIGURE_ARGS= --with-unicode-data=${LOCALBASE}/share/unicode/ucd/ USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Fri Jun 2 19:47:53 2017 (r442458) +++ head/misc/Makefile Fri Jun 2 19:56:07 2017 (r442459) @@ -474,7 +474,6 @@ SUBDIR += uk-postcodes SUBDIR += umodunpack SUBDIR += unclutter - SUBDIR += unicode-ucd SUBDIR += upclient SUBDIR += us-zipcodes SUBDIR += usbids From owner-svn-ports-all@freebsd.org Fri Jun 2 19:57:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0AD9AFA835; Fri, 2 Jun 2017 19:57:52 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from smtpq6.tb.mail.iss.as9143.net (smtpq6.tb.mail.iss.as9143.net [212.54.42.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F9C775965; Fri, 2 Jun 2017 19:57:52 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from [212.54.42.118] (helo=lsmtp4.tb.mail.iss.as9143.net) by smtpq6.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dGshc-0005E4-1n; Fri, 02 Jun 2017 21:57:44 +0200 Received: from f49083.upc-f.chello.nl ([80.56.49.83] helo=[192.168.1.74]) by lsmtp4.tb.mail.iss.as9143.net with esmtp (Exim 4.86_2) (envelope-from ) id 1dGshb-00041m-U7; Fri, 02 Jun 2017 21:57:44 +0200 Message-ID: <1496433463.1599.1.camel@FreeBSD.org> Subject: Re: svn commit: r442154 - in head/misc: . unicode-ucd From: Koop Mast To: Thierry Thomas Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Date: Fri, 02 Jun 2017 21:57:43 +0200 In-Reply-To: <20170602145519.GE26373@graf.pompo.net> References: <201705311259.v4VCx8Ci028048@repo.freebsd.org> <20170531163255.GH96830@graf.pompo.net> <1496298868.4396.2.camel@FreeBSD.org> <20170601160712.GK10586@graf.pompo.net> <20170601203800.GM10586@graf.pompo.net> <1496354914.30459.1.camel@FreeBSD.org> <20170602145519.GE26373@graf.pompo.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SourceIP: 80.56.49.83 X-Ziggo-spambar: / X-Ziggo-spamscore: 0.0 X-Ziggo-spamreport: CMAE Analysis: v=2.2 cv=C/qZ8UH+ c=1 sm=1 tr=0 a=06UDlCbfTTtHZh+D0N39nQ==:17 a=IkcTkHD0fZMA:10 a=LWSFodeU3zMA:10 a=6I5d2MoRAAAA:8 a=5wAIEuC21-6WSqxkMzMA:9 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 none X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 19:57:52 -0000 On Fri, 2017-06-02 at 16:55 +0200, Thierry Thomas wrote: > Le ven.  2 juin 17 à  0:08:34 +0200, Koop Mast >  écrivait : > > > > Done, in r442331. > > > > Thanks, but this is not enough. I need the actual Unihan.zip to be > > install. Like I did in the misc/unicode-ucd port, blame gucharmap > > for > > that... > > Done again, in r442380. Thanks! I removed the unicode-ucd port and pointed gucharmap to textproc/UCD in r442459. From owner-svn-ports-all@freebsd.org Fri Jun 2 20:03:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C16AAAFAA24; Fri, 2 Jun 2017 20:03:13 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 979AD75CC7; Fri, 2 Jun 2017 20:03:13 +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 v52K3Cdg012015; Fri, 2 Jun 2017 20:03:12 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52K3CkH012011; Fri, 2 Jun 2017 20:03:12 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706022003.v52K3CkH012011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 2 Jun 2017 20:03:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442460 - in head: . Mk devel/qt5-core devel/qt5-qmake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 20:03:13 -0000 Author: tcberner Date: Fri Jun 2 20:03:12 2017 New Revision: 442460 URL: https://svnweb.freebsd.org/changeset/ports/442460 Log: Do not use gold linker for Qt5 ports. gold linker from binutils 2.28 may produce duplicate library symbols, which makes shared libraries created with it not usable with conventional ld linker. PR: 218187 Submitted by: amdmi3 Modified: head/Mk/bsd.qt.mk head/UPDATING head/devel/qt5-core/Makefile head/devel/qt5-qmake/Makefile Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Fri Jun 2 19:56:07 2017 (r442459) +++ head/Mk/bsd.qt.mk Fri Jun 2 20:03:12 2017 (r442460) @@ -147,7 +147,9 @@ CONFIGURE_ARGS+=-nomake examples -nomake tests \ . if ${ARCH} == i386 && empty(MACHINE_CPU:Msse2) CONFIGURE_ARGS+=-no-sse2 . endif - +# Work around a bug in current binutils, where the gold linker creates +# duplicate symbols. See pr 218187. Disable the gold-linker for Qt5 ports. +CONFIGURE_ARGS+= -no-use-gold-linker . endif . if defined(WANT_QT_DEBUG) || defined(WITH_DEBUG) Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Jun 2 19:56:07 2017 (r442459) +++ head/UPDATING Fri Jun 2 20:03:12 2017 (r442460) @@ -5,6 +5,27 @@ 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. +20170602: + AFFECTS: users of Qt 5 in presence of binutils + AUTHOR: amdmi3@FreeBSD.org + + gold linker from binutils 2.28 may produce duplicate library + symbols, which makes shared libraries created with it not usable + with conventional ld linker. + + This affects Qt, as qt5-qmake will detect gold and use it to build + Qt libraries. Broken libQt5Core will be produced and ports which + depend on it will then fail to link with the following errors: + + ...lib/libQt5Core.so:(.dynamic+0x27ac8): multiple definition of `__bss_start at Qt_5' + ...lib/libQt5Core.so:(.dynamic+0x27ac8): first defined here + ...lib/libQt5Core.so:(.dynamic+0x27ac8): multiple definition of `_edata at Qt_5' + ...lib/libQt5Core.so:(.dynamic+0x27ac8): first defined here + ...lib/libQt5Core.so:(.dynamic+0x2b2d0): multiple definition of `_end at Qt_5' + + Qt5 was fixed to ignore gold. If you see these errors, you + need to rebuild qt5-qmake, then all qt5-* ports. + 20170529: AFFECTS: users of sysutils/dsbmd AUTHOR: mk@freeshell.de Modified: head/devel/qt5-core/Makefile ============================================================================== --- head/devel/qt5-core/Makefile Fri Jun 2 19:56:07 2017 (r442459) +++ head/devel/qt5-core/Makefile Fri Jun 2 20:03:12 2017 (r442460) @@ -2,6 +2,7 @@ PORTNAME= core DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Modified: head/devel/qt5-qmake/Makefile ============================================================================== --- head/devel/qt5-qmake/Makefile Fri Jun 2 19:56:07 2017 (r442459) +++ head/devel/qt5-qmake/Makefile Fri Jun 2 20:03:12 2017 (r442460) @@ -2,7 +2,7 @@ PORTNAME= qmake DISTVERSION= ${QT5_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel PKGNAMEPREFIX= qt5- From owner-svn-ports-all@freebsd.org Fri Jun 2 20:27:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A57D5AFAF10; Fri, 2 Jun 2017 20:27: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 mx1.freebsd.org (Postfix) with ESMTPS id 72F137667D; Fri, 2 Jun 2017 20:27: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 v52KRArC020404; Fri, 2 Jun 2017 20:27:10 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52KRAWu020401; Fri, 2 Jun 2017 20:27:10 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706022027.v52KRAWu020401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 2 Jun 2017 20:27:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442461 - in head/net-im/qTox: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 20:27:11 -0000 Author: tcberner Date: Fri Jun 2 20:27:10 2017 New Revision: 442461 URL: https://svnweb.freebsd.org/changeset/ports/442461 Log: Update net-im/qTox to 1.10.2 PR: 219729 Submitted by: Yuri Victorovich Approved by: Yuri Victorovich (maintainer) Modified: head/net-im/qTox/Makefile head/net-im/qTox/distinfo head/net-im/qTox/files/patch-qtox.pro Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Fri Jun 2 20:03:12 2017 (r442460) +++ head/net-im/qTox/Makefile Fri Jun 2 20:27:10 2017 (r442461) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qTox -PORTVERSION= 1.9.0 -PORTREVISION= 4 +PORTVERSION= 1.10.2 DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p @@ -41,7 +40,7 @@ ICON_SIZES= 14x14 16x16 22x22 24x24 32x32 36x36 48x48 QMAKE_ARGS= FREEBSD_PKGVERSION=${FULLVERSION} PLIST_FILES= bin/qtox \ - share/applications/qTox.desktop \ + share/applications/qtox.desktop \ share/icons/hicolor/scalable/apps/qtox.svgz .for SZ in ${ICON_SIZES} PLIST_FILES+= share/icons/hicolor/${SZ}/apps/qtox.png @@ -74,7 +73,7 @@ post-patch: pre-configure: @${REINPLACE_CMD} '/Comment/s,=.*,=${COMMENT},' \ - ${WRKSRC}/qTox.desktop + ${WRKSRC}/qtox.desktop post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps Modified: head/net-im/qTox/distinfo ============================================================================== --- head/net-im/qTox/distinfo Fri Jun 2 20:03:12 2017 (r442460) +++ head/net-im/qTox/distinfo Fri Jun 2 20:27:10 2017 (r442461) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489987887 -SHA256 (qTox-qTox-v1.9.0_GH0.tar.gz) = aceaac0c9cf8c9c98e364c8380f992547f369db6f0ac62505531c0474c7e04d6 -SIZE (qTox-qTox-v1.9.0_GH0.tar.gz) = 3621777 +TIMESTAMP = 1496411551 +SHA256 (qTox-qTox-v1.10.2_GH0.tar.gz) = 1709ba412149781fc922c0807fddbf36af355e59a8cb4454b568fa739b2a5e80 +SIZE (qTox-qTox-v1.10.2_GH0.tar.gz) = 3647721 Modified: head/net-im/qTox/files/patch-qtox.pro ============================================================================== --- head/net-im/qTox/files/patch-qtox.pro Fri Jun 2 20:03:12 2017 (r442460) +++ head/net-im/qTox/files/patch-qtox.pro Fri Jun 2 20:27:10 2017 (r442461) @@ -22,7 +22,7 @@ +unix { + target.path = $$PREFIX/bin + -+ desktop.files = qTox.desktop ++ desktop.files = qtox.desktop + desktop.path = $$PREFIX/share/applications + + icon.files = img/qtox.png From owner-svn-ports-all@freebsd.org Fri Jun 2 20:52:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79772AFB51E; Fri, 2 Jun 2017 20:52:47 +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 mx1.freebsd.org (Postfix) with ESMTPS id 466E37711F; Fri, 2 Jun 2017 20:52:47 +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 v52KqkQk032140; Fri, 2 Jun 2017 20:52:46 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52KqkPu032139; Fri, 2 Jun 2017 20:52:46 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201706022052.v52KqkPu032139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 2 Jun 2017 20:52:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442462 - head/graphics/enblend X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 20:52:47 -0000 Author: mandree Date: Fri Jun 2 20:52:46 2017 New Revision: 442462 URL: https://svnweb.freebsd.org/changeset/ports/442462 Log: Add libpng to LIB_DEPENDS, fixing poudriere builds. This fixes the following poudriere build failure in the configure stage (in a fully patched amd64-based 10.3-RELEASE jail): [...] checking for jpeglib.h... yes checking png.h usability... no checking png.h presence... no checking for png.h... no configure: error: libpng-devel header files are required to compile Enblend. ===> Script "configure" failed unexpectedly. PR: 219569 Reported by: Stefan Ehmann (with different patch) Approved by: portmgr (blanket for trivial and tested fixes) Modified: head/graphics/enblend/Makefile Modified: head/graphics/enblend/Makefile ============================================================================== --- head/graphics/enblend/Makefile Fri Jun 2 20:27:10 2017 (r442461) +++ head/graphics/enblend/Makefile Fri Jun 2 20:52:46 2017 (r442462) @@ -20,7 +20,8 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libtiff.so:graphics/tiff \ libboost_filesystem.so:devel/boost-libs \ libvigraimpex.so:graphics/vigra \ - libgsl.so:math/gsl + libgsl.so:math/gsl \ + libpng.so:graphics/png RUN_DEPENDS= OpenEXR>=1.0:graphics/OpenEXR BROKEN_powerpc64= fails to configure: libvigraimpex is required to compile Enblend From owner-svn-ports-all@freebsd.org Fri Jun 2 21:20:54 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EEA3AFBA43; Fri, 2 Jun 2017 21:20:54 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F182477AD5; Fri, 2 Jun 2017 21:20:53 +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 v52LKrIh040682; Fri, 2 Jun 2017 21:20:53 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52LKrnU040681; Fri, 2 Jun 2017 21:20:53 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706022120.v52LKrnU040681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 2 Jun 2017 21:20:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442463 - head/graphics/vigra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 21:20:54 -0000 Author: tcberner Date: Fri Jun 2 21:20:52 2017 New Revision: 442463 URL: https://svnweb.freebsd.org/changeset/ports/442463 Log: Add more options to OPTIONS_DEFAULT When convertin the WITHOUT_VIGRA_ flags to options in r441331 I failed to add them to options default. So for example, the dependency on PNG was no longer the default. Add all the options, that were previously flags to OPTIONS_DEFAULT. PR: 219569 Reported by: mandree Modified: head/graphics/vigra/Makefile Modified: head/graphics/vigra/Makefile ============================================================================== --- head/graphics/vigra/Makefile Fri Jun 2 20:52:46 2017 (r442462) +++ head/graphics/vigra/Makefile Fri Jun 2 21:20:52 2017 (r442463) @@ -3,7 +3,7 @@ PORTNAME= vigra DISTVERSION= 1.11.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org @@ -28,7 +28,7 @@ SHEBANG_FILES= config/vigra-config.in USE_LDCONFIG= yes OPTIONS_DEFINE= HDF5 OPENEXR NUMPY DOCS FFTW -OPTIONS_DEFAULT= HDF5 OPENEXR +OPTIONS_DEFAULT= HDF5 OPENEXR FFTW ${OPTIONS_GROUP_IMAGEFORMATS} OPTIONS_GROUP= IMAGEFORMATS OPTIONS_GROUP_IMAGEFORMATS= PNG JPEG TIFF OPTIONS_SUB= yes From owner-svn-ports-all@freebsd.org Fri Jun 2 23:04:25 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2A8BAFCD6C; Fri, 2 Jun 2017 23:04: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 mx1.freebsd.org (Postfix) with ESMTPS id BE15179DA3; Fri, 2 Jun 2017 23:04: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 v52N4OTS084381; Fri, 2 Jun 2017 23:04:24 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v52N4OcP084380; Fri, 2 Jun 2017 23:04:24 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706022304.v52N4OcP084380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 2 Jun 2017 23:04:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442464 - head/deskutils/kchmviewer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2017 23:04:26 -0000 Author: tcberner Date: Fri Jun 2 23:04:24 2017 New Revision: 442464 URL: https://svnweb.freebsd.org/changeset/ports/442464 Log: Fix icons related crashes dos2unix was unexpectedly also 'fixing' the png icons for the Qt resources. This made the application not display any of its own icons, and crashing when trying to display a chm file. Define DOS2UNIX_GLOB so that only source files are patched. PR: 219740 Modified: head/deskutils/kchmviewer/Makefile Modified: head/deskutils/kchmviewer/Makefile ============================================================================== --- head/deskutils/kchmviewer/Makefile Fri Jun 2 21:20:52 2017 (r442463) +++ head/deskutils/kchmviewer/Makefile Fri Jun 2 23:04:24 2017 (r442464) @@ -3,6 +3,7 @@ PORTNAME= kchmviewer PORTVERSION= 7.7 +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= SF @@ -16,5 +17,7 @@ USES= dos2unix qmake:outsource USE_QT5= core dbus gui network printsupport webkit widgets xml \ buildtools_build qmake_build USE_XORG= x11 + +DOS2UNIX_GLOB= *.cpp *.h *.pro *.ui .include From owner-svn-ports-all@freebsd.org Sat Jun 3 02:49:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D735B7C079; Sat, 3 Jun 2017 02:49:47 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pg0-x244.google.com (mail-pg0-x244.google.com [IPv6:2607:f8b0:400e:c05::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 2835C80367; Sat, 3 Jun 2017 02:49:47 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pg0-x244.google.com with SMTP id v18so236617pgb.3; Fri, 02 Jun 2017 19:49:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=vnVw20YKp6L8Gii8JyToKOknJTd72Xmg///HH3ZBEVE=; b=kdWrKZJQgZ2OHHkfL9IfF4vNjv8VkvB/m92KjX1XwfynSSS9ODKpcgeqJnYlx+ycQH 3slNXPDfyD76lo2GKr0ZBsMfjTzl24Y3WQp1dCO/iljeh4LAtYS98s+hWfx7LicKES6O RM9ZtcDvOzJUMgTxMYuVssaSAchI75oGHiSDxEd9bnjxUXDBHbDCuyBAn6cyKmdkEPqC Bem2yLWfF4oYhOPhMMWU+rAMCwyW7Yvcy6ap0iWfpeZHaOef+8Gg7w9xN7sNWjx24pf9 YVs3CZG97qp6Yqni92e2qjyJD1hntZNxwOD2ePiapqsFAup/4YCQ9u9XxJVMHmKhvze5 Wyqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:references:cc:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=vnVw20YKp6L8Gii8JyToKOknJTd72Xmg///HH3ZBEVE=; b=fTryMwnZ3vc0ejGAVgp1QUvhlf+j575ILZq+WxPOitCZ0m0hre9RlwsxOgOa0LwLwf kFy9LnbxgSPQR1Krw+keacgvKHQU/7CJ+g6t5s+e2YQNEu6sYuyPfl/W41LNV+o4uoPk 8n3i1Uqk1yRV5m+ZjuesMLDirsf9jblzQOwNui093lWTxT1O89xUqqjKIWB2mW1/gZy+ +lpyma+W+Yfh9Y3H0LlRq1GcgCtBu42gfFEkSohKtl4fcrfNHOV8ivDzVUqsvbeG3Zs5 5YrGuxWhsbQC5eOnushgqUIOKMj2+89vfEZzbRFeklYObfxary4Yzkj6FEHTlDLbxkGi H2mw== X-Gm-Message-State: AODbwcANpxcIBZqfny61kWNIFzIZV4z47YFrRcIEKIXb3nehTi1Ejz8D kcpTt7+EF6yRFYPTKNQ= X-Received: by 10.84.229.6 with SMTP id b6mr3140412plk.4.1496458186458; Fri, 02 Jun 2017 19:49:46 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01:2042:3e8:d7ce:9b9c? (2001-44b8-31ae-7b01-2042-03e8-d7ce-9b9c.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01:2042:3e8:d7ce:9b9c]) by smtp.gmail.com with ESMTPSA id z69sm16665575pff.0.2017.06.02.19.49.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Jun 2017 19:49:46 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r442460 - in head: . Mk devel/qt5-core devel/qt5-qmake To: "Tobias C. Berner" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201706022003.v52K3CkH012011@repo.freebsd.org> Cc: FreeBSD Ports Security Team From: Kubilay Kocak Message-ID: Date: Sat, 3 Jun 2017 12:45:13 +1000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Thunderbird/54.0a2 MIME-Version: 1.0 In-Reply-To: <201706022003.v52K3CkH012011@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 02:49:47 -0000 On 6/3/17 6:03 AM, Tobias C. Berner wrote: > Author: tcberner > Date: Fri Jun 2 20:03:12 2017 > New Revision: 442460 > URL: https://svnweb.freebsd.org/changeset/ports/442460 > > Log: > Do not use gold linker for Qt5 ports. > > gold linker from binutils 2.28 may produce duplicate library > symbols, which makes shared libraries created with it not usable > with conventional ld linker. > > PR: 218187 > Submitted by: amdmi3 Is quarterly affected by this? Can/should this be MFH'd? > Modified: > head/Mk/bsd.qt.mk > head/UPDATING > head/devel/qt5-core/Makefile > head/devel/qt5-qmake/Makefile > > Modified: head/Mk/bsd.qt.mk > ============================================================================== > --- head/Mk/bsd.qt.mk Fri Jun 2 19:56:07 2017 (r442459) > +++ head/Mk/bsd.qt.mk Fri Jun 2 20:03:12 2017 (r442460) > @@ -147,7 +147,9 @@ CONFIGURE_ARGS+=-nomake examples -nomake tests \ > . if ${ARCH} == i386 && empty(MACHINE_CPU:Msse2) > CONFIGURE_ARGS+=-no-sse2 > . endif > - > +# Work around a bug in current binutils, where the gold linker creates > +# duplicate symbols. See pr 218187. Disable the gold-linker for Qt5 ports. > +CONFIGURE_ARGS+= -no-use-gold-linker > . endif > > . if defined(WANT_QT_DEBUG) || defined(WITH_DEBUG) > > Modified: head/UPDATING > ============================================================================== > --- head/UPDATING Fri Jun 2 19:56:07 2017 (r442459) > +++ head/UPDATING Fri Jun 2 20:03:12 2017 (r442460) > @@ -5,6 +5,27 @@ 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. > > +20170602: > + AFFECTS: users of Qt 5 in presence of binutils > + AUTHOR: amdmi3@FreeBSD.org > + > + gold linker from binutils 2.28 may produce duplicate library > + symbols, which makes shared libraries created with it not usable > + with conventional ld linker. > + > + This affects Qt, as qt5-qmake will detect gold and use it to build > + Qt libraries. Broken libQt5Core will be produced and ports which > + depend on it will then fail to link with the following errors: > + > + ...lib/libQt5Core.so:(.dynamic+0x27ac8): multiple definition of `__bss_start at Qt_5' > + ...lib/libQt5Core.so:(.dynamic+0x27ac8): first defined here > + ...lib/libQt5Core.so:(.dynamic+0x27ac8): multiple definition of `_edata at Qt_5' > + ...lib/libQt5Core.so:(.dynamic+0x27ac8): first defined here > + ...lib/libQt5Core.so:(.dynamic+0x2b2d0): multiple definition of `_end at Qt_5' > + > + Qt5 was fixed to ignore gold. If you see these errors, you > + need to rebuild qt5-qmake, then all qt5-* ports. > + > 20170529: > AFFECTS: users of sysutils/dsbmd > AUTHOR: mk@freeshell.de > > Modified: head/devel/qt5-core/Makefile > ============================================================================== > --- head/devel/qt5-core/Makefile Fri Jun 2 19:56:07 2017 (r442459) > +++ head/devel/qt5-core/Makefile Fri Jun 2 20:03:12 2017 (r442460) > @@ -2,6 +2,7 @@ > > PORTNAME= core > DISTVERSION= ${QT5_VERSION} > +PORTREVISION= 1 > CATEGORIES= devel > PKGNAMEPREFIX= qt5- > > > Modified: head/devel/qt5-qmake/Makefile > ============================================================================== > --- head/devel/qt5-qmake/Makefile Fri Jun 2 19:56:07 2017 (r442459) > +++ head/devel/qt5-qmake/Makefile Fri Jun 2 20:03:12 2017 (r442460) > @@ -2,7 +2,7 @@ > > PORTNAME= qmake > DISTVERSION= ${QT5_VERSION} > -PORTREVISION= 2 > +PORTREVISION= 3 > CATEGORIES= devel > PKGNAMEPREFIX= qt5- > > From owner-svn-ports-all@freebsd.org Sat Jun 3 07:31:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36ED3B957C4; Sat, 3 Jun 2017 07:31:42 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6F58322B; Sat, 3 Jun 2017 07:31:41 +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 v537Veb8087958; Sat, 3 Jun 2017 07:31:40 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v537VeMC087956; Sat, 3 Jun 2017 07:31:40 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201706030731.v537VeMC087956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 3 Jun 2017 07:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442465 - head/textproc/colordiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 07:31:42 -0000 Author: ehaupt Date: Sat Jun 3 07:31:40 2017 New Revision: 442465 URL: https://svnweb.freebsd.org/changeset/ports/442465 Log: Update to 1.0.18 Modified: head/textproc/colordiff/Makefile head/textproc/colordiff/distinfo Modified: head/textproc/colordiff/Makefile ============================================================================== --- head/textproc/colordiff/Makefile Fri Jun 2 23:04:24 2017 (r442464) +++ head/textproc/colordiff/Makefile Sat Jun 3 07:31:40 2017 (r442465) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= colordiff -PORTVERSION= 1.0.17 +PORTVERSION= 1.0.18 CATEGORIES= textproc MASTER_SITES= http://www.colordiff.org/ LOCAL/ehaupt Modified: head/textproc/colordiff/distinfo ============================================================================== --- head/textproc/colordiff/distinfo Fri Jun 2 23:04:24 2017 (r442464) +++ head/textproc/colordiff/distinfo Sat Jun 3 07:31:40 2017 (r442465) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496228015 -SHA256 (colordiff-1.0.17.tar.gz) = 780f70916f6fdc2eccbb519069662de1411705601ba1f1808a7e34f4d987d427 -SIZE (colordiff-1.0.17.tar.gz) = 21561 +TIMESTAMP = 1496474763 +SHA256 (colordiff-1.0.18.tar.gz) = 29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0 +SIZE (colordiff-1.0.18.tar.gz) = 21695 From owner-svn-ports-all@freebsd.org Sat Jun 3 07:32:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD7B9B95925; Sat, 3 Jun 2017 07:32:46 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C91733B8; Sat, 3 Jun 2017 07:32:46 +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 v537WjY1089724; Sat, 3 Jun 2017 07:32:45 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v537WjDE089721; Sat, 3 Jun 2017 07:32:45 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201706030732.v537WjDE089721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 3 Jun 2017 07:32:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442466 - head/net-p2p/go-ethereum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 07:32:46 -0000 Author: riggs Date: Sat Jun 3 07:32:44 2017 New Revision: 442466 URL: https://svnweb.freebsd.org/changeset/ports/442466 Log: Update to upstream version 1.6.2, simplify Details: - Update to upstream version 1.6.2 - Retire existing OPTIONs in favour of the new DEVTOOLS, which installs all developer tools PR: 218689 Submitted by: enriquefynn@gmail.com (maintainer) Modified: head/net-p2p/go-ethereum/Makefile head/net-p2p/go-ethereum/distinfo head/net-p2p/go-ethereum/pkg-plist Modified: head/net-p2p/go-ethereum/Makefile ============================================================================== --- head/net-p2p/go-ethereum/Makefile Sat Jun 3 07:31:40 2017 (r442465) +++ head/net-p2p/go-ethereum/Makefile Sat Jun 3 07:32:44 2017 (r442466) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= go-ethereum -PORTVERSION= 1.5.8 -PORTREVISION= 1 +PORTVERSION= 1.6.2 DISTVERSIONPREFIX= v CATEGORIES= net-p2p @@ -12,38 +11,24 @@ COMMENT= Go implementation of the Ethereum y/w paper LICENSE= GPLv3 BUILD_DEPENDS= go:lang/go -RUN_DEPENDS= go:lang/go USE_GITHUB= yes GH_ACCOUNT= ethereum -USE_GCC= yes - -OPTIONS_DEFINE= BOOTNODE ETHTEST EVM DISASM RLPDUMP +OPTIONS_DEFINE= DEVTOOLS OPTIONS_SUB= yes -BOOTNODE_DESC= Runs a bootstrap node for the Discovery Protocol -ETHTEST_DESC= Test tool which runs with the tests suite -EVM_DESC= A generic Ethereum Virtual Machine -DISASM_DESC= Disassembles EVM code -RLPDUMP_DESC= Prints RLP structures +DEVTOOLS_DESC= Developer tools do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/geth ${STAGEDIR}${PREFIX}/bin - -do-install-BOOTNODE-on: + ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/abigen ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/bootnode ${STAGEDIR}${PREFIX}/bin - -do-install-ETHTEST-on: - ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/ethtest ${STAGEDIR}${PREFIX}/bin - -do-install-EVM-on: ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/evm ${STAGEDIR}${PREFIX}/bin - -do-install-DISASM-on: - ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/disasm ${STAGEDIR}${PREFIX}/bin - -do-install-RLPDUMP-on: + ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/faucet ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/puppeth ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/rlpdump ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/swarm ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/wnode ${STAGEDIR}${PREFIX}/bin .include Modified: head/net-p2p/go-ethereum/distinfo ============================================================================== --- head/net-p2p/go-ethereum/distinfo Sat Jun 3 07:31:40 2017 (r442465) +++ head/net-p2p/go-ethereum/distinfo Sat Jun 3 07:32:44 2017 (r442466) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486054395 -SHA256 (ethereum-go-ethereum-v1.5.8_GH0.tar.gz) = 1b65c18c6da26e92bef230eb44a74708f561014d924ec695145f92381c3026bf -SIZE (ethereum-go-ethereum-v1.5.8_GH0.tar.gz) = 15223201 +TIMESTAMP = 1496303944 +SHA256 (ethereum-go-ethereum-v1.6.2_GH0.tar.gz) = fb9dad31f8cfff572cc3246eba68d2e33dca3c749ef9f8f81175605e0c971409 +SIZE (ethereum-go-ethereum-v1.6.2_GH0.tar.gz) = 17223273 Modified: head/net-p2p/go-ethereum/pkg-plist ============================================================================== --- head/net-p2p/go-ethereum/pkg-plist Sat Jun 3 07:31:40 2017 (r442465) +++ head/net-p2p/go-ethereum/pkg-plist Sat Jun 3 07:32:44 2017 (r442466) @@ -1,6 +1,9 @@ bin/geth -%%BOOTNODE%%bin/bootnode -%%ETHTEST%%bin/ethtest -%%EVM%%bin/evm -%%DISASM%%bin/disasm -%%RLPDUMP%%bin/rlpdump +%%DEVTOOLS%%bin/abigen +%%DEVTOOLS%%bin/bootnode +%%DEVTOOLS%%bin/evm +%%DEVTOOLS%%bin/faucet +%%DEVTOOLS%%bin/puppeth +%%DEVTOOLS%%bin/rlpdump +%%DEVTOOLS%%bin/swarm +%%DEVTOOLS%%bin/wnode From owner-svn-ports-all@freebsd.org Sat Jun 3 09:01:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B77C6BD3D2D; Sat, 3 Jun 2017 09:01:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F2C364E33; Sat, 3 Jun 2017 09:01:21 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5391KfZ023878; Sat, 3 Jun 2017 09:01:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5391Kvn023877; Sat, 3 Jun 2017 09:01:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201706030901.v5391Kvn023877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 3 Jun 2017 09:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442467 - head/russian/mueller-dic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 09:01:21 -0000 Author: amdmi3 Date: Sat Jun 3 09:01:20 2017 New Revision: 442467 URL: https://svnweb.freebsd.org/changeset/ports/442467 Log: - Switch to options helpers Modified: head/russian/mueller-dic/Makefile Modified: head/russian/mueller-dic/Makefile ============================================================================== --- head/russian/mueller-dic/Makefile Sat Jun 3 07:32:44 2017 (r442466) +++ head/russian/mueller-dic/Makefile Sat Jun 3 09:01:20 2017 (r442467) @@ -38,8 +38,11 @@ do-install: # install program with different name (it conflicts with teTeX) ${INSTALL_PROGRAM} ${WRKSRC}/mf ${STAGEDIR}${PREFIX}/bin/muellerfind ${INSTALL_SCRIPT} ${WRKDIR}/mueller ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC_DIC}/Mueller7accentGPL.ru_RU.* ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC_DOC}/Mueller7.txt ${STAGEDIR}${DOCSDIR}/Mueller7.txt + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC_DIC}/Mueller7accentGPL.ru_RU.* ${STAGEDIR}${DATADIR}/ + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC_DOC}/Mueller7.txt ${STAGEDIR}${DOCSDIR}/ .include From owner-svn-ports-all@freebsd.org Sat Jun 3 09:58:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8244CBEE682; Sat, 3 Jun 2017 09:58:12 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B04465F1D; Sat, 3 Jun 2017 09:58:12 +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 v539wBsG046844; Sat, 3 Jun 2017 09:58:11 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v539wBcP046842; Sat, 3 Jun 2017 09:58:11 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706030958.v539wBcP046842@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 3 Jun 2017 09:58:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442468 - in head/devel/qt5-script: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 09:58:12 -0000 Author: tcberner Date: Sat Jun 3 09:58:11 2017 New Revision: 442468 URL: https://svnweb.freebsd.org/changeset/ports/442468 Log: Fix build on armv6. PR: 216736 Submitted by: Mikaël Urankar Added: head/devel/qt5-script/files/patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Platform.h (contents, props changed) Modified: head/devel/qt5-script/Makefile Modified: head/devel/qt5-script/Makefile ============================================================================== --- head/devel/qt5-script/Makefile Sat Jun 3 09:01:20 2017 (r442467) +++ head/devel/qt5-script/Makefile Sat Jun 3 09:58:11 2017 (r442468) @@ -2,6 +2,7 @@ PORTNAME= script DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- Added: head/devel/qt5-script/files/patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Platform.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qt5-script/files/patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Platform.h Sat Jun 3 09:58:11 2017 (r442468) @@ -0,0 +1,26 @@ +Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform +used __ARM_ARCH_6ZK__ instead of __ARM_ARCH_6KZ__. + +Append the correct spellings to the checks for __ARM_ARCH_6ZK__. + + +[1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html + +--- src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h.orig 2017-02-02 14:03:08 UTC ++++ src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h +@@ -296,6 +296,7 @@ + #elif defined(__ARM_ARCH_6__) \ + || defined(__ARM_ARCH_6J__) \ + || defined(__ARM_ARCH_6K__) \ ++ || defined(__ARM_ARCH_6KZ__) \ + || defined(__ARM_ARCH_6Z__) \ + || defined(__ARM_ARCH_6ZK__) \ + || defined(__ARM_ARCH_6T2__) \ +@@ -326,6 +327,7 @@ + + #elif defined(__ARM_ARCH_6J__) \ + || defined(__ARM_ARCH_6K__) \ ++ || defined(__ARM_ARCH_6KZ__) \ + || defined(__ARM_ARCH_6Z__) \ + || defined(__ARM_ARCH_6ZK__) \ + || defined(__ARM_ARCH_6M__) From owner-svn-ports-all@freebsd.org Sat Jun 3 09:59:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D520BEE6C1; Sat, 3 Jun 2017 09:59: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 mx1.freebsd.org (Postfix) with ESMTPS id 29DC666007; Sat, 3 Jun 2017 09:59: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 v539xEuA047003; Sat, 3 Jun 2017 09:59:14 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v539xEJm047001; Sat, 3 Jun 2017 09:59:14 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201706030959.v539xEJm047001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 3 Jun 2017 09:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442469 - head/multimedia/mkvtoolnix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 09:59:15 -0000 Author: riggs Date: Sat Jun 3 09:59:13 2017 New Revision: 442469 URL: https://svnweb.freebsd.org/changeset/ports/442469 Log: Update to upstream version 12.0.0 MFH: 2017Q2 Modified: head/multimedia/mkvtoolnix/Makefile head/multimedia/mkvtoolnix/distinfo Modified: head/multimedia/mkvtoolnix/Makefile ============================================================================== --- head/multimedia/mkvtoolnix/Makefile Sat Jun 3 09:58:11 2017 (r442468) +++ head/multimedia/mkvtoolnix/Makefile Sat Jun 3 09:59:13 2017 (r442469) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 11.0.0 -PORTREVISION= 1 +PORTVERSION= 12.0.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ Modified: head/multimedia/mkvtoolnix/distinfo ============================================================================== --- head/multimedia/mkvtoolnix/distinfo Sat Jun 3 09:58:11 2017 (r442468) +++ head/multimedia/mkvtoolnix/distinfo Sat Jun 3 09:59:13 2017 (r442469) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492947573 -SHA256 (mkvtoolnix-11.0.0.tar.xz) = bb642e1eb2c402c4f93a962f41a1832c99ee5b782f1596dc20f996e9a4aa426d -SIZE (mkvtoolnix-11.0.0.tar.xz) = 4471692 +TIMESTAMP = 1496475376 +SHA256 (mkvtoolnix-12.0.0.tar.xz) = 5c2401d1cc36d8a2d57cb791a5a22f3cda69cb0824c6cee35326b35e7f94b536 +SIZE (mkvtoolnix-12.0.0.tar.xz) = 4480308 From owner-svn-ports-all@freebsd.org Sat Jun 3 10:06:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C913DBEE852; Sat, 3 Jun 2017 10:06: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 mx1.freebsd.org (Postfix) with ESMTPS id A12136639A; Sat, 3 Jun 2017 10:06: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 v53A6AiW051305; Sat, 3 Jun 2017 10:06:10 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53A6Avf051301; Sat, 3 Jun 2017 10:06:10 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706031006.v53A6Avf051301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 3 Jun 2017 10:06:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442470 - in head/lang/qt5-qml: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 10:06:11 -0000 Author: tcberner Date: Sat Jun 3 10:06:10 2017 New Revision: 442470 URL: https://svnweb.freebsd.org/changeset/ports/442470 Log: Fix build on armv6 PR: 216735 Submitted by: Mikaël Urankar Added: head/lang/qt5-qml/files/patch-src_3rdparty_masm_assembler_ARMAssembler.h (contents, props changed) head/lang/qt5-qml/files/patch-src_3rdparty_masm_assembler_ARMv7Assembler.h (contents, props changed) head/lang/qt5-qml/files/patch-src_3rdparty_masm_wtf_Platform.h (contents, props changed) Modified: head/lang/qt5-qml/Makefile Modified: head/lang/qt5-qml/Makefile ============================================================================== --- head/lang/qt5-qml/Makefile Sat Jun 3 09:59:13 2017 (r442469) +++ head/lang/qt5-qml/Makefile Sat Jun 3 10:06:10 2017 (r442470) @@ -2,6 +2,7 @@ PORTNAME= qml DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= lang PKGNAMEPREFIX= qt5- Added: head/lang/qt5-qml/files/patch-src_3rdparty_masm_assembler_ARMAssembler.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/qt5-qml/files/patch-src_3rdparty_masm_assembler_ARMAssembler.h Sat Jun 3 10:06:10 2017 (r442470) @@ -0,0 +1,11 @@ +--- src/3rdparty/masm/assembler/ARMAssembler.h.orig 2017-02-02 10:26:18 UTC ++++ src/3rdparty/masm/assembler/ARMAssembler.h +@@ -1069,6 +1069,8 @@ namespace JSC { + UNUSED_PARAM(size); + #elif OS(QNX) + msync(code, size, MS_INVALIDATE_ICACHE); ++#elif OS(FREEBSD) && COMPILER(CLANG) ++ __clear_cache(code, reinterpret_cast(code) + size); + #else + #error "The cacheFlush support is missing on this platform." + #endif Added: head/lang/qt5-qml/files/patch-src_3rdparty_masm_assembler_ARMv7Assembler.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/qt5-qml/files/patch-src_3rdparty_masm_assembler_ARMv7Assembler.h Sat Jun 3 10:06:10 2017 (r442470) @@ -0,0 +1,11 @@ +--- src/3rdparty/masm/assembler/ARMv7Assembler.h.orig 2016-09-12 04:21:49 UTC ++++ src/3rdparty/masm/assembler/ARMv7Assembler.h +@@ -2311,6 +2311,8 @@ public: + UNUSED_PARAM(code); + UNUSED_PARAM(size); + #endif ++#elif OS(FREEBSD) && COMPILER(CLANG) ++ __clear_cache(code, reinterpret_cast(code) + size); + #else + #error "The cacheFlush support is missing on this platform." + #endif Added: head/lang/qt5-qml/files/patch-src_3rdparty_masm_wtf_Platform.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/qt5-qml/files/patch-src_3rdparty_masm_wtf_Platform.h Sat Jun 3 10:06:10 2017 (r442470) @@ -0,0 +1,17 @@ +Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform +used __ARM_ARCH_6ZK__ instead of __ARM_ARCH_6KZ__. + +Append the correct spellings to the checks for __ARM_ARCH_6ZK__. + +[1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html + +--- src/3rdparty/masm/wtf/Platform.h.orig 2017-02-02 09:31:51 UTC ++++ src/3rdparty/masm/wtf/Platform.h +@@ -211,6 +211,7 @@ + #elif defined(__ARM_ARCH_6__) \ + || defined(__ARM_ARCH_6J__) \ + || defined(__ARM_ARCH_6K__) \ ++ || defined(__ARM_ARCH_6KZ__) \ + || defined(__ARM_ARCH_6Z__) \ + || defined(__ARM_ARCH_6ZK__) \ + || defined(__ARM_ARCH_6T2__) \ From owner-svn-ports-all@freebsd.org Sat Jun 3 10:26:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC2F9BEEBDE; Sat, 3 Jun 2017 10:26:22 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B54F466A8C; Sat, 3 Jun 2017 10:26:22 +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 v53AQLB4059278; Sat, 3 Jun 2017 10:26:21 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53AQLqV059276; Sat, 3 Jun 2017 10:26:21 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706031026.v53AQLqV059276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Jun 2017 10:26:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442471 - head/net/rubygem-ruby_smb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 10:26:23 -0000 Author: antoine Date: Sat Jun 3 10:26:21 2017 New Revision: 442471 URL: https://svnweb.freebsd.org/changeset/ports/442471 Log: Update to 0.0.18 Modified: head/net/rubygem-ruby_smb/Makefile head/net/rubygem-ruby_smb/distinfo Modified: head/net/rubygem-ruby_smb/Makefile ============================================================================== --- head/net/rubygem-ruby_smb/Makefile Sat Jun 3 10:06:10 2017 (r442470) +++ head/net/rubygem-ruby_smb/Makefile Sat Jun 3 10:26:21 2017 (r442471) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ruby_smb -PORTVERSION= 0.0.14 +PORTVERSION= 0.0.18 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-ruby_smb/distinfo ============================================================================== --- head/net/rubygem-ruby_smb/distinfo Sat Jun 3 10:06:10 2017 (r442470) +++ head/net/rubygem-ruby_smb/distinfo Sat Jun 3 10:26:21 2017 (r442471) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495362655 -SHA256 (rubygem/ruby_smb-0.0.14.gem) = 7379e8efe034dbfc76aa9cc9cbf80fffd2eefdca1f9a7eec7645892f0e10f2f7 -SIZE (rubygem/ruby_smb-0.0.14.gem) = 74752 +TIMESTAMP = 1496478698 +SHA256 (rubygem/ruby_smb-0.0.18.gem) = 22185b8c99f909700cdab86b1a4e3885968655012c368aa9140cf67b292f7ec9 +SIZE (rubygem/ruby_smb-0.0.18.gem) = 76800 From owner-svn-ports-all@freebsd.org Sat Jun 3 10:27:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E263EBEEC17; Sat, 3 Jun 2017 10:27:30 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC40366B6D; Sat, 3 Jun 2017 10:27:30 +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 v53ARTie059450; Sat, 3 Jun 2017 10:27:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53ARTOe059448; Sat, 3 Jun 2017 10:27:29 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706031027.v53ARTOe059448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Jun 2017 10:27:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442472 - head/security/rubygem-recog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 10:27:31 -0000 Author: antoine Date: Sat Jun 3 10:27:29 2017 New Revision: 442472 URL: https://svnweb.freebsd.org/changeset/ports/442472 Log: Update to 2.1.8 Modified: head/security/rubygem-recog/Makefile head/security/rubygem-recog/distinfo Modified: head/security/rubygem-recog/Makefile ============================================================================== --- head/security/rubygem-recog/Makefile Sat Jun 3 10:26:21 2017 (r442471) +++ head/security/rubygem-recog/Makefile Sat Jun 3 10:27:29 2017 (r442472) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= recog -PORTVERSION= 2.1.7 +PORTVERSION= 2.1.8 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-recog/distinfo ============================================================================== --- head/security/rubygem-recog/distinfo Sat Jun 3 10:26:21 2017 (r442471) +++ head/security/rubygem-recog/distinfo Sat Jun 3 10:27:29 2017 (r442472) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495363140 -SHA256 (rubygem/recog-2.1.7.gem) = c442b9ab43964ec40f701202d65fef74e3d16bd92d8a2588e6e650ca03534614 -SIZE (rubygem/recog-2.1.7.gem) = 215040 +TIMESTAMP = 1496478416 +SHA256 (rubygem/recog-2.1.8.gem) = 07f9a3b69ca1499c5a4e1acb9f3c1c816cd0b12e36bde525a8d4a79e13422234 +SIZE (rubygem/recog-2.1.8.gem) = 215552 From owner-svn-ports-all@freebsd.org Sat Jun 3 10:28:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66FD8BEEC4D; Sat, 3 Jun 2017 10:28:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 309E766C44; Sat, 3 Jun 2017 10:28:33 +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 v53ASWA7059593; Sat, 3 Jun 2017 10:28:32 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53ASW4n059591; Sat, 3 Jun 2017 10:28:32 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706031028.v53ASW4n059591@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Jun 2017 10:28:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442473 - head/security/rubygem-rex-arch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 10:28:33 -0000 Author: antoine Date: Sat Jun 3 10:28:31 2017 New Revision: 442473 URL: https://svnweb.freebsd.org/changeset/ports/442473 Log: Update to 0.1.8 Modified: head/security/rubygem-rex-arch/Makefile head/security/rubygem-rex-arch/distinfo Modified: head/security/rubygem-rex-arch/Makefile ============================================================================== --- head/security/rubygem-rex-arch/Makefile Sat Jun 3 10:27:29 2017 (r442472) +++ head/security/rubygem-rex-arch/Makefile Sat Jun 3 10:28:31 2017 (r442473) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-arch -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.8 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-rex-arch/distinfo ============================================================================== --- head/security/rubygem-rex-arch/distinfo Sat Jun 3 10:27:29 2017 (r442472) +++ head/security/rubygem-rex-arch/distinfo Sat Jun 3 10:28:31 2017 (r442473) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481362740 -SHA256 (rubygem/rex-arch-0.1.4.gem) = 81596dd393243e1318113b64e2ed5a8f51d0086eb5981e68a7ece1c9cdfe55f8 -SIZE (rubygem/rex-arch-0.1.4.gem) = 19968 +TIMESTAMP = 1496478390 +SHA256 (rubygem/rex-arch-0.1.8.gem) = cef8d082f06884aecfdfc63ff5b5a9b9d092a50a801f5f5b8374c594088bbe8d +SIZE (rubygem/rex-arch-0.1.8.gem) = 19968 From owner-svn-ports-all@freebsd.org Sat Jun 3 10:30:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECF32BEEC8E; Sat, 3 Jun 2017 10:30:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B411766D6B; Sat, 3 Jun 2017 10:30:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53AUpmD059792; Sat, 3 Jun 2017 10:30:51 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53AUpWx059790; Sat, 3 Jun 2017 10:30:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706031030.v53AUpWx059790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Jun 2017 10:30:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442474 - head/security/metasploit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 10:30:53 -0000 Author: antoine Date: Sat Jun 3 10:30:51 2017 New Revision: 442474 URL: https://svnweb.freebsd.org/changeset/ports/442474 Log: Update to 4.14.24 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Sat Jun 3 10:28:31 2017 (r442473) +++ head/security/metasploit/Makefile Sat Jun 3 10:30:51 2017 (r442474) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.14.22 +PORTVERSION= 4.14.24 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -45,7 +45,7 @@ RUN_DEPENDS= nmap:security/nmap \ rubygem-windows_error>=0:devel/rubygem-windows_error \ rubygem-net-ssh>=0:security/rubygem-net-ssh \ rubygem-ruby_smb>=0:net/rubygem-ruby_smb \ - rubygem-rex-arch>=0.1.4:security/rubygem-rex-arch \ + rubygem-rex-arch>=0:security/rubygem-rex-arch \ rubygem-rex-bin_tools>=0:security/rubygem-rex-bin_tools \ rubygem-rex-core>=0:security/rubygem-rex-core \ rubygem-rex-encoder>=0:security/rubygem-rex-encoder \ @@ -85,7 +85,9 @@ STRIP= USE_RUBY= yes USES= python shebangfix PYTHON_NO_DEPENDS= yes -SHEBANG_FILES= external/source/shellcode/windows/build.sh \ +SHEBANG_FILES= data/exploits/CVE-2017-7494/build.sh \ + data/exploits/CVE-2017-7494/install-deps.sh \ + external/source/shellcode/windows/build.sh \ external/source/msfJavaToolkit/compile.sh \ external/source/msfJavaToolkit/testKeytool.rb \ external/source/msfJavaToolkit/testCompilation.rb \ Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Sat Jun 3 10:28:31 2017 (r442473) +++ head/security/metasploit/distinfo Sat Jun 3 10:30:51 2017 (r442474) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495876038 -SHA256 (rapid7-metasploit-framework-4.14.22_GH0.tar.gz) = 05e778426a0aa3ff3dd3a1eb53c668939b6eb9b4f2be30bc2bf15d98aab92a05 -SIZE (rapid7-metasploit-framework-4.14.22_GH0.tar.gz) = 23795415 +TIMESTAMP = 1496478282 +SHA256 (rapid7-metasploit-framework-4.14.24_GH0.tar.gz) = 5b65dc81ede8e74b017a199fc79a3edc60628f84baac1379892fd33f6d70f631 +SIZE (rapid7-metasploit-framework-4.14.24_GH0.tar.gz) = 23946524 From owner-svn-ports-all@freebsd.org Sat Jun 3 10:38:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93386BEEDFE; Sat, 3 Jun 2017 10:38:34 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 41FA16708B; Sat, 3 Jun 2017 10:38:34 +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 v53AcXjm064048; Sat, 3 Jun 2017 10:38:33 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53AcXBr064046; Sat, 3 Jun 2017 10:38:33 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706031038.v53AcXBr064046@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 3 Jun 2017 10:38:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442475 - in head/devel/py-qt4-core: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 10:38:34 -0000 Author: tcberner Date: Sat Jun 3 10:38:33 2017 New Revision: 442475 URL: https://svnweb.freebsd.org/changeset/ports/442475 Log: Fix on armv6 Add patch obtained from gentoo for armv6 where qreal != float . PR: 217424 Submitted by: Mikaël Urankar Obtained from: https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-python/PyQt4/files/PyQt4-4.7.3-qreal_float_support.patch Added: head/devel/py-qt4-core/files/patch-sip_QtCore_qlist.sip (contents, props changed) Modified: head/devel/py-qt4-core/Makefile Modified: head/devel/py-qt4-core/Makefile ============================================================================== --- head/devel/py-qt4-core/Makefile Sat Jun 3 10:30:51 2017 (r442474) +++ head/devel/py-qt4-core/Makefile Sat Jun 3 10:38:33 2017 (r442475) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= core +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel python Added: head/devel/py-qt4-core/files/patch-sip_QtCore_qlist.sip ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-qt4-core/files/patch-sip_QtCore_qlist.sip Sat Jun 3 10:38:33 2017 (r442475) @@ -0,0 +1,238 @@ +Corrects a configure test, and adds explicate double handling +to qlist.sip on architectures where qreal != double + +Obtained from: https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-python/PyQt4/files/PyQt4-4.7.3-qreal_float_support.patch + +--- sip/QtCore/qlist.sip.orig 2015-06-11 17:28:22 UTC ++++ sip/QtCore/qlist.sip +@@ -748,6 +748,230 @@ template + return sipGetState(sipTransferObj); + %End + }; ++ ++// If we're on an architecture where qreal != double, then we need to also ++// explicately handle doubles. On architectures where qreal == double, they ++// will automaticially be cast upwards ++ ++%If (!PyQt_qreal_double) ++ ++%If (Qt_4_3_0 -) ++// QList > is implemented as a Python list of 2-element tuples. ++%MappedType QList > ++{ ++%TypeHeaderCode ++#include ++#include ++%End ++ ++%ConvertFromTypeCode ++ // Create the list. ++ PyObject *l; ++ ++ if ((l = PyList_New(sipCpp->size())) == NULL) ++ return NULL; ++ ++ // Set the list elements. ++ for (int i = 0; i < sipCpp->size(); ++i) ++ { ++ const QPair &p = sipCpp->at(i); ++ PyObject *pobj; ++ ++ if ((pobj = Py_BuildValue((char *)"dd", p.first, p.second)) == NULL) ++ { ++ Py_DECREF(l); ++ ++ return NULL; ++ } ++ ++ PyList_SET_ITEM(l, i, pobj); ++ } ++ ++ return l; ++%End ++ ++%ConvertToTypeCode ++ SIP_SSIZE_T len; ++ ++ // Check the type if that is all that is required. ++ if (sipIsErr == NULL) ++ { ++ if (!PySequence_Check(sipPy) || (len = PySequence_Size(sipPy)) < 0) ++ return 0; ++ ++ for (SIP_SSIZE_T i = 0; i < len; ++i) ++ { ++ PyObject *tup = PySequence_ITEM(sipPy, i); ++ ++ if (!PySequence_Check(tup) || PySequence_Size(tup) != 2) ++ return 0; ++ } ++ ++ return 1; ++ } ++ ++ QList > *ql = new QList >; ++ len = PySequence_Size(sipPy); ++ ++ for (SIP_SSIZE_T i = 0; i < len; ++i) ++ { ++ PyObject *tup = PySequence_ITEM(sipPy, i); ++ ++ double first = PyFloat_AsDouble(PySequence_ITEM(tup, 0)); ++ double second = PyFloat_AsDouble(PySequence_ITEM(tup, 1)); ++ ++ ql->append(QPair(first, second)); ++ } ++ ++ *sipCppPtr = ql; ++ ++ return sipGetState(sipTransferObj); ++%End ++}; ++%End ++%If (Qt_4_3_0 -) ++// QList > is implemented as a Python list of 2-element tuples. ++template ++%MappedType QList > ++{ ++%TypeHeaderCode ++#include ++#include ++%End ++ ++%ConvertFromTypeCode ++ // Create the list. ++ PyObject *l; ++ ++ if ((l = PyList_New(sipCpp->size())) == NULL) ++ return NULL; ++ ++ // Set the list elements. ++ for (int i = 0; i < sipCpp->size(); ++i) ++ { ++ const QPair &p = sipCpp->at(i); ++ TYPE *t = new TYPE(p.second); ++ PyObject *pobj; ++ ++ if ((pobj = sipBuildResult(NULL, "(dB)", p.first, t, sipClass_TYPE, sipTransferObj)) == NULL) ++ { ++ Py_DECREF(l); ++ delete t; ++ ++ return NULL; ++ } ++ ++ PyList_SET_ITEM(l, i, pobj); ++ } ++ ++ return l; ++%End ++ ++%ConvertToTypeCode ++ SIP_SSIZE_T len; ++ ++ // Check the type if that is all that is required. ++ if (sipIsErr == NULL) ++ { ++ if (!PySequence_Check(sipPy) || (len = PySequence_Size(sipPy)) < 0) ++ return 0; ++ ++ for (SIP_SSIZE_T i = 0; i < len; ++i) ++ { ++ PyObject *tup = PySequence_ITEM(sipPy, i); ++ ++ if (!PySequence_Check(tup) || PySequence_Size(tup) != 2) ++ return 0; ++ ++ if (!sipCanConvertToInstance(PySequence_ITEM(tup, 1), sipClass_TYPE, SIP_NOT_NONE)) ++ return 0; ++ } ++ ++ return 1; ++ } ++ ++ QList > *ql = new QList >; ++ len = PySequence_Size(sipPy); ++ ++ for (SIP_SSIZE_T i = 0; i < len; ++i) ++ { ++ PyObject *tup = PySequence_ITEM(sipPy, i); ++ double d; ++ int state; ++ ++ d = PyFloat_AsDouble(PySequence_ITEM(tup, 0)); ++ TYPE *t = reinterpret_cast(sipConvertToInstance(PySequence_ITEM(tup, 1), sipClass_TYPE, sipTransferObj, SIP_NOT_NONE, &state, sipIsErr)); ++ ++ if (*sipIsErr) ++ { ++ sipReleaseInstance(t, sipClass_TYPE, state); ++ ++ delete ql; ++ return 0; ++ } ++ ++ ql->append(QPair(d, *t)); ++ ++ sipReleaseInstance(t, sipClass_TYPE, state); ++ } ++ ++ *sipCppPtr = ql; ++ ++ return sipGetState(sipTransferObj); ++%End ++}; ++%End ++ ++// QList is implemented as a Python list of doubles. ++%MappedType QList ++{ ++%TypeHeaderCode ++#include ++%End ++ ++%ConvertFromTypeCode ++ // Create the list. ++ PyObject *l; ++ ++ if ((l = PyList_New(sipCpp->size())) == NULL) ++ return NULL; ++ ++ // Set the list elements. ++ for (int i = 0; i < sipCpp->size(); ++i) ++ { ++ PyObject *pobj; ++ ++ if ((pobj = PyFloat_FromDouble(sipCpp->value(i))) == NULL) ++ { ++ Py_DECREF(l); ++ ++ return NULL; ++ } ++ ++ PyList_SET_ITEM(l, i, pobj); ++ } ++ ++ return l; ++%End ++ ++%ConvertToTypeCode ++ // Check the type if that is all that is required. ++ if (sipIsErr == NULL) ++ return (PySequence_Check(sipPy) && PySequence_Size(sipPy) >= 0); ++ ++ QList *ql = new QList; ++ SIP_SSIZE_T len = PySequence_Size(sipPy); ++ ++ for (SIP_SSIZE_T i = 0; i < len; ++i) ++ ql->append(PyFloat_AsDouble(PySequence_ITEM(sipPy, i))); ++ ++ *sipCppPtr = ql; ++ ++ return sipGetState(sipTransferObj); ++%End ++}; ++ ++%End + // QList is implemented as a Python list of floats. + %MappedType QList /DocType="list-of-float"/ + { From owner-svn-ports-all@freebsd.org Sat Jun 3 10:47:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AFEABEF0B2; Sat, 3 Jun 2017 10:47:17 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3C9A676B0; Sat, 3 Jun 2017 10:47: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 v53AlGM1068184; Sat, 3 Jun 2017 10:47:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53AlFtZ068182; Sat, 3 Jun 2017 10:47:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706031047.v53AlFtZ068182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Jun 2017 10:47:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442476 - head/textproc/py-openpyxl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 10:47:17 -0000 Author: antoine Date: Sat Jun 3 10:47:15 2017 New Revision: 442476 URL: https://svnweb.freebsd.org/changeset/ports/442476 Log: Update to 2.4.8 Modified: head/textproc/py-openpyxl/Makefile head/textproc/py-openpyxl/distinfo Modified: head/textproc/py-openpyxl/Makefile ============================================================================== --- head/textproc/py-openpyxl/Makefile Sat Jun 3 10:38:33 2017 (r442475) +++ head/textproc/py-openpyxl/Makefile Sat Jun 3 10:47:15 2017 (r442476) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openpyxl -PORTVERSION= 2.4.7 +PORTVERSION= 2.4.8 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-openpyxl/distinfo ============================================================================== --- head/textproc/py-openpyxl/distinfo Sat Jun 3 10:38:33 2017 (r442475) +++ head/textproc/py-openpyxl/distinfo Sat Jun 3 10:47:15 2017 (r442476) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493231386 -SHA256 (openpyxl-2.4.7.tar.gz) = fe00ef04c5560504c625cac9f18913a1d3fb414f0560e715af95d894a6b43d63 -SIZE (openpyxl-2.4.7.tar.gz) = 156579 +TIMESTAMP = 1496478008 +SHA256 (openpyxl-2.4.8.tar.gz) = ee7551efb70648fa8ee569c2b6a6dbbeff390cc94b321da5d508a573b90a4f17 +SIZE (openpyxl-2.4.8.tar.gz) = 156726 From owner-svn-ports-all@freebsd.org Sat Jun 3 11:07:58 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6F9FBEF502; Sat, 3 Jun 2017 11:07:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D6E767DD0; Sat, 3 Jun 2017 11:07:58 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53B7vp3076004; Sat, 3 Jun 2017 11:07:57 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53B7vTe076001; Sat, 3 Jun 2017 11:07:57 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706031107.v53B7vTe076001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Jun 2017 11:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442477 - head/www/py-gevent-websocket X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 11:07:58 -0000 Author: antoine Date: Sat Jun 3 11:07:57 2017 New Revision: 442477 URL: https://svnweb.freebsd.org/changeset/ports/442477 Log: Update to 0.10.1 Modified: head/www/py-gevent-websocket/Makefile head/www/py-gevent-websocket/distinfo head/www/py-gevent-websocket/pkg-descr Modified: head/www/py-gevent-websocket/Makefile ============================================================================== --- head/www/py-gevent-websocket/Makefile Sat Jun 3 10:47:15 2017 (r442476) +++ head/www/py-gevent-websocket/Makefile Sat Jun 3 11:07:57 2017 (r442477) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gevent-websocket -PORTVERSION= 0.9.5 +PORTVERSION= 0.10.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-gevent-websocket/distinfo ============================================================================== --- head/www/py-gevent-websocket/distinfo Sat Jun 3 10:47:15 2017 (r442476) +++ head/www/py-gevent-websocket/distinfo Sat Jun 3 11:07:57 2017 (r442477) @@ -1,2 +1,3 @@ -SHA256 (gevent-websocket-0.9.5.tar.gz) = 0091d6e6aa7298510cadcccb8068e1097a50d4e19090d0c055a93068d4530056 -SIZE (gevent-websocket-0.9.5.tar.gz) = 16970 +TIMESTAMP = 1496478131 +SHA256 (gevent-websocket-0.10.1.tar.gz) = 7eaef32968290c9121f7c35b973e2cc302ffb076d018c9068d2f5ca8b2d85fb0 +SIZE (gevent-websocket-0.10.1.tar.gz) = 18366 Modified: head/www/py-gevent-websocket/pkg-descr ============================================================================== --- head/www/py-gevent-websocket/pkg-descr Sat Jun 3 10:47:15 2017 (r442476) +++ head/www/py-gevent-websocket/pkg-descr Sat Jun 3 11:07:57 2017 (r442477) @@ -4,4 +4,4 @@ Integration on both socket level or using an abstract RPC and PubSub framework using WAMP (WebSocket Application Messaging Protocol). Easily extendible using a simple WebSocket protocol plugin API -WWW: https://bitbucket.org/Jeffrey/gevent-websocket +WWW: https://www.gitlab.com/noppo/gevent-websocket From owner-svn-ports-all@freebsd.org Sat Jun 3 12:32:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD04DBF0D8B; Sat, 3 Jun 2017 12:32:17 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 820446AF62; Sat, 3 Jun 2017 12:32:17 +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 v53CWG18012165; Sat, 3 Jun 2017 12:32:16 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53CWG4U012163; Sat, 3 Jun 2017 12:32:16 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201706031232.v53CWG4U012163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sat, 3 Jun 2017 12:32:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442478 - head/biology/diamond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 12:32:17 -0000 Author: jrm Date: Sat Jun 3 12:32:15 2017 New Revision: 442478 URL: https://svnweb.freebsd.org/changeset/ports/442478 Log: biology/diamond: Update to version 0.9.4 Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.4 Modified: head/biology/diamond/Makefile head/biology/diamond/distinfo Modified: head/biology/diamond/Makefile ============================================================================== --- head/biology/diamond/Makefile Sat Jun 3 11:07:57 2017 (r442477) +++ head/biology/diamond/Makefile Sat Jun 3 12:32:15 2017 (r442478) @@ -2,7 +2,7 @@ PORTNAME= diamond DISTVERSIONPREFIX=v -DISTVERSION= 0.9.3 +DISTVERSION= 0.9.4 CATEGORIES= biology MAINTAINER= jrm@FreeBSD.org Modified: head/biology/diamond/distinfo ============================================================================== --- head/biology/diamond/distinfo Sat Jun 3 11:07:57 2017 (r442477) +++ head/biology/diamond/distinfo Sat Jun 3 12:32:15 2017 (r442478) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495992771 -SHA256 (bbuchfink-diamond-v0.9.3_GH0.tar.gz) = 43d385e494944f4a498d5360742795035f06112f83529e5e731b14d5368d45bb -SIZE (bbuchfink-diamond-v0.9.3_GH0.tar.gz) = 381747 +TIMESTAMP = 1496492008 +SHA256 (bbuchfink-diamond-v0.9.4_GH0.tar.gz) = 74eaa16ff95051f11d4c30cf425c35e577093843f105f10909b22d7610fccf32 +SIZE (bbuchfink-diamond-v0.9.4_GH0.tar.gz) = 382399 From owner-svn-ports-all@freebsd.org Sat Jun 3 12:48:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5525BF10A7; Sat, 3 Jun 2017 12:48:33 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6815F6E462; Sat, 3 Jun 2017 12:48:33 +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 v53CmWUA016417; Sat, 3 Jun 2017 12:48:32 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53CmWAi016415; Sat, 3 Jun 2017 12:48:32 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201706031248.v53CmWAi016415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 3 Jun 2017 12:48:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442479 - head/devel/py-isort X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 12:48:33 -0000 Author: rakuco Date: Sat Jun 3 12:48:32 2017 New Revision: 442479 URL: https://svnweb.freebsd.org/changeset/ports/442479 Log: Update to 4.2.13. Modified: head/devel/py-isort/Makefile head/devel/py-isort/distinfo Modified: head/devel/py-isort/Makefile ============================================================================== --- head/devel/py-isort/Makefile Sat Jun 3 12:32:15 2017 (r442478) +++ head/devel/py-isort/Makefile Sat Jun 3 12:48:32 2017 (r442479) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= isort -PORTVERSION= 4.2.5 +PORTVERSION= 4.2.13 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-isort/distinfo ============================================================================== --- head/devel/py-isort/distinfo Sat Jun 3 12:32:15 2017 (r442478) +++ head/devel/py-isort/distinfo Sat Jun 3 12:48:32 2017 (r442479) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477222626 -SHA256 (isort-4.2.5.tar.gz) = 56b20044f43cf6e6783fe95d054e754acca52dd43fbe9277c1bdff835537ea5c -SIZE (isort-4.2.5.tar.gz) = 36361 +TIMESTAMP = 1496493942 +SHA256 (isort-4.2.13.tar.gz) = 3b742309aecd7dc8d7a87917098c25e5c3871ba2a5c46820b6b8f4eeaa85f122 +SIZE (isort-4.2.13.tar.gz) = 56304 From owner-svn-ports-all@freebsd.org Sat Jun 3 12:48:36 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7354FBF10B0; Sat, 3 Jun 2017 12:48:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 403596E464; Sat, 3 Jun 2017 12:48:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53CmZje016522; Sat, 3 Jun 2017 12:48:35 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53CmZxb016521; Sat, 3 Jun 2017 12:48:35 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201706031248.v53CmZxb016521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sat, 3 Jun 2017 12:48:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442480 - head/biology/molden X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 12:48:36 -0000 Author: linimon Date: Sat Jun 3 12:48:35 2017 New Revision: 442480 URL: https://svnweb.freebsd.org/changeset/ports/442480 Log: Previous commit unbroke the port. Reported by: xmj Modified: head/biology/molden/Makefile Modified: head/biology/molden/Makefile ============================================================================== --- head/biology/molden/Makefile Sat Jun 3 12:48:32 2017 (r442479) +++ head/biology/molden/Makefile Sat Jun 3 12:48:35 2017 (r442480) @@ -17,8 +17,6 @@ LICENSE_NAME= Molden LICENSE_FILE= ${WRKSRC}/CopyRight LICENSE_PERMS= auto-accept -BROKEN= checksum and size mismatch - RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable. WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} From owner-svn-ports-all@freebsd.org Sat Jun 3 13:16:29 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82527BF167B; Sat, 3 Jun 2017 13:16: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 mx1.freebsd.org (Postfix) with ESMTPS id 4C6926F022; Sat, 3 Jun 2017 13:16: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 v53DGSOa028615; Sat, 3 Jun 2017 13:16:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53DGSEB028613; Sat, 3 Jun 2017 13:16:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706031316.v53DGSEB028613@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, 3 Jun 2017 13:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442481 - head/net/mtr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 13:16:29 -0000 Author: sunpoet Date: Sat Jun 3 13:16:28 2017 New Revision: 442481 URL: https://svnweb.freebsd.org/changeset/ports/442481 Log: Update to 0.92 Changes: https://github.com/traviscross/mtr/blob/master/NEWS Modified: head/net/mtr/Makefile head/net/mtr/distinfo Modified: head/net/mtr/Makefile ============================================================================== --- head/net/mtr/Makefile Sat Jun 3 12:48:35 2017 (r442480) +++ head/net/mtr/Makefile Sat Jun 3 13:16:28 2017 (r442481) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mtr -PORTVERSION= 0.88 +PORTVERSION= 0.92 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ LOCAL/sunpoet Modified: head/net/mtr/distinfo ============================================================================== --- head/net/mtr/distinfo Sat Jun 3 12:48:35 2017 (r442480) +++ head/net/mtr/distinfo Sat Jun 3 13:16:28 2017 (r442481) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496418328 -SHA256 (mtr-0.88.tar.gz) = 1e1fe4972cd972f9e5362226ebd16643ab763e6ece3b135b0f60c27e50e51e20 -SIZE (mtr-0.88.tar.gz) = 296225 +TIMESTAMP = 1496491441 +SHA256 (mtr-0.92.tar.gz) = f2979db9e2f41aa8e6574e7771767c9afe111d9213814eb47f5e1e71876e4382 +SIZE (mtr-0.92.tar.gz) = 296430 From owner-svn-ports-all@freebsd.org Sat Jun 3 13:16:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A81B9BF1695; Sat, 3 Jun 2017 13:16: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 mx1.freebsd.org (Postfix) with ESMTPS id 6F3506F026; Sat, 3 Jun 2017 13:16: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 v53DGXdJ028733; Sat, 3 Jun 2017 13:16:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53DGXFR028731; Sat, 3 Jun 2017 13:16:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706031316.v53DGXFR028731@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, 3 Jun 2017 13:16:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442482 - head/devel/p5-List-SomeUtils-XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 13:16:34 -0000 Author: sunpoet Date: Sat Jun 3 13:16:33 2017 New Revision: 442482 URL: https://svnweb.freebsd.org/changeset/ports/442482 Log: Update to 0.53 Changes: http://search.cpan.org/dist/List-SomeUtils-XS/Changes Modified: head/devel/p5-List-SomeUtils-XS/Makefile head/devel/p5-List-SomeUtils-XS/distinfo Modified: head/devel/p5-List-SomeUtils-XS/Makefile ============================================================================== --- head/devel/p5-List-SomeUtils-XS/Makefile Sat Jun 3 13:16:28 2017 (r442481) +++ head/devel/p5-List-SomeUtils-XS/Makefile Sat Jun 3 13:16:33 2017 (r442482) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= List-SomeUtils-XS -PORTVERSION= 0.52 +PORTVERSION= 0.53 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-List-SomeUtils-XS/distinfo ============================================================================== --- head/devel/p5-List-SomeUtils-XS/distinfo Sat Jun 3 13:16:28 2017 (r442481) +++ head/devel/p5-List-SomeUtils-XS/distinfo Sat Jun 3 13:16:33 2017 (r442482) @@ -1,2 +1,3 @@ -SHA256 (List-SomeUtils-XS-0.52.tar.gz) = e0e43c393283c15d8d447c4797102193a2c3543a20f6a014dd8aced0a843f4e1 -SIZE (List-SomeUtils-XS-0.52.tar.gz) = 92368 +TIMESTAMP = 1496491449 +SHA256 (List-SomeUtils-XS-0.53.tar.gz) = aa2a0844305810d81a60b127a8f2a2b959b9ef4bf904e0b557909eab42f4ef56 +SIZE (List-SomeUtils-XS-0.53.tar.gz) = 94488 From owner-svn-ports-all@freebsd.org Sat Jun 3 13:16:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3FA5BF16E9; Sat, 3 Jun 2017 13:16: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 mx1.freebsd.org (Postfix) with ESMTPS id A5AA86F07E; Sat, 3 Jun 2017 13:16: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 v53DGc0H028854; Sat, 3 Jun 2017 13:16:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53DGcIh028852; Sat, 3 Jun 2017 13:16:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706031316.v53DGcIh028852@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, 3 Jun 2017 13:16:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442483 - head/net/rubygem-fog-google X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 13:16:40 -0000 Author: sunpoet Date: Sat Jun 3 13:16:38 2017 New Revision: 442483 URL: https://svnweb.freebsd.org/changeset/ports/442483 Log: Update to 0.5.3 Changes: https://github.com/fog/fog-google/commits/master Modified: head/net/rubygem-fog-google/Makefile head/net/rubygem-fog-google/distinfo Modified: head/net/rubygem-fog-google/Makefile ============================================================================== --- head/net/rubygem-fog-google/Makefile Sat Jun 3 13:16:33 2017 (r442482) +++ head/net/rubygem-fog-google/Makefile Sat Jun 3 13:16:38 2017 (r442483) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-google -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-google/distinfo ============================================================================== --- head/net/rubygem-fog-google/distinfo Sat Jun 3 13:16:33 2017 (r442482) +++ head/net/rubygem-fog-google/distinfo Sat Jun 3 13:16:38 2017 (r442483) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484304902 -SHA256 (rubygem/fog-google-0.5.2.gem) = 36e4f91033dccac50be4155cd24fdd631fda88fbeb39f02dba10863fc84b9a8d -SIZE (rubygem/fog-google-0.5.2.gem) = 137216 +TIMESTAMP = 1496491457 +SHA256 (rubygem/fog-google-0.5.3.gem) = 310a8a1b37643341d17eb413f46059e397e4519d4c3a25eaf29a1394ab99339d +SIZE (rubygem/fog-google-0.5.3.gem) = 138752 From owner-svn-ports-all@freebsd.org Sat Jun 3 13:16:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24D5ABF172C; Sat, 3 Jun 2017 13:16:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CA2C66F0F0; Sat, 3 Jun 2017 13:16: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 v53DGhwf028990; Sat, 3 Jun 2017 13:16:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53DGhmV028986; Sat, 3 Jun 2017 13:16:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706031316.v53DGhmV028986@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, 3 Jun 2017 13:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442484 - head/textproc/p5-XML-DOM-Lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 13:16:45 -0000 Author: sunpoet Date: Sat Jun 3 13:16:43 2017 New Revision: 442484 URL: https://svnweb.freebsd.org/changeset/ports/442484 Log: Update to 0.16 - Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/textproc/p5-XML-DOM-Lite/Makefile head/textproc/p5-XML-DOM-Lite/distinfo head/textproc/p5-XML-DOM-Lite/pkg-plist Modified: head/textproc/p5-XML-DOM-Lite/Makefile ============================================================================== --- head/textproc/p5-XML-DOM-Lite/Makefile Sat Jun 3 13:16:38 2017 (r442483) +++ head/textproc/p5-XML-DOM-Lite/Makefile Sat Jun 3 13:16:43 2017 (r442484) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= XML-DOM-Lite -PORTVERSION= 0.15 -PORTREVISION= 1 +PORTVERSION= 0.16 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Lite Pure Perl XML DOM Parser Kit +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-XML-DOM-Lite/distinfo ============================================================================== --- head/textproc/p5-XML-DOM-Lite/distinfo Sat Jun 3 13:16:38 2017 (r442483) +++ head/textproc/p5-XML-DOM-Lite/distinfo Sat Jun 3 13:16:43 2017 (r442484) @@ -1,2 +1,3 @@ -SHA256 (XML-DOM-Lite-0.15.tar.gz) = 33655d4ec84eb5de9a66c0cce06ffa7824c151973ab71d8040b99fc1f1a64a7c -SIZE (XML-DOM-Lite-0.15.tar.gz) = 31886 +TIMESTAMP = 1496491465 +SHA256 (XML-DOM-Lite-0.16.tar.gz) = 12cd5a8f8aabfd3f0c5699a58db55bbfcc4a6e899fde405f05bbf4ac388e526b +SIZE (XML-DOM-Lite-0.16.tar.gz) = 31315 Modified: head/textproc/p5-XML-DOM-Lite/pkg-plist ============================================================================== --- head/textproc/p5-XML-DOM-Lite/pkg-plist Sat Jun 3 13:16:38 2017 (r442483) +++ head/textproc/p5-XML-DOM-Lite/pkg-plist Sat Jun 3 13:16:43 2017 (r442484) @@ -1,9 +1,3 @@ -%%PERL5_MAN3%%/XML::DOM::Lite.3.gz -%%PERL5_MAN3%%/XML::DOM::Lite::Document.3.gz -%%PERL5_MAN3%%/XML::DOM::Lite::NodeList.3.gz -%%PERL5_MAN3%%/XML::DOM::Lite::Parser.3.gz -%%PERL5_MAN3%%/XML::DOM::Lite::XPath.3.gz -%%PERL5_MAN3%%/XML::DOM::Lite::XSLT.3.gz %%SITE_PERL%%/XML/DOM/Lite.pm %%SITE_PERL%%/XML/DOM/Lite/Constants.pm %%SITE_PERL%%/XML/DOM/Lite/Document.pm @@ -14,3 +8,9 @@ %%SITE_PERL%%/XML/DOM/Lite/Serializer.pm %%SITE_PERL%%/XML/DOM/Lite/XPath.pm %%SITE_PERL%%/XML/DOM/Lite/XSLT.pm +%%PERL5_MAN3%%/XML::DOM::Lite.3.gz +%%PERL5_MAN3%%/XML::DOM::Lite::Document.3.gz +%%PERL5_MAN3%%/XML::DOM::Lite::NodeList.3.gz +%%PERL5_MAN3%%/XML::DOM::Lite::Parser.3.gz +%%PERL5_MAN3%%/XML::DOM::Lite::XPath.3.gz +%%PERL5_MAN3%%/XML::DOM::Lite::XSLT.3.gz From owner-svn-ports-all@freebsd.org Sat Jun 3 13:16:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05248BF1753; Sat, 3 Jun 2017 13:16: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 mx1.freebsd.org (Postfix) with ESMTPS id B9B346F150; Sat, 3 Jun 2017 13:16: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 v53DGmhq029107; Sat, 3 Jun 2017 13:16:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53DGmiE029106; Sat, 3 Jun 2017 13:16:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706031316.v53DGmiE029106@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, 3 Jun 2017 13:16:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442485 - head/archivers/rubygem-minitar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 13:16:50 -0000 Author: sunpoet Date: Sat Jun 3 13:16:48 2017 New Revision: 442485 URL: https://svnweb.freebsd.org/changeset/ports/442485 Log: Update WWW - Update CONFLICTS_INSTALL Modified: head/archivers/rubygem-minitar/Makefile head/archivers/rubygem-minitar/pkg-descr Modified: head/archivers/rubygem-minitar/Makefile ============================================================================== --- head/archivers/rubygem-minitar/Makefile Sat Jun 3 13:16:43 2017 (r442484) +++ head/archivers/rubygem-minitar/Makefile Sat Jun 3 13:16:48 2017 (r442485) @@ -12,13 +12,12 @@ COMMENT= Library and command-line utility for tar arch LICENSE= GPLv2 GPLv3 RUBY LICENSE_COMB= dual -NO_ARCH= yes +CONFLICTS_INSTALL= rubygem-archive-tar-minitar +NO_ARCH= yes USE_RUBY= yes USES= gem PLIST_FILES= bin/minitar - -CONFLICTS_INSTALL= rubygem-archive-tar-minitar-[0-9]* .include Modified: head/archivers/rubygem-minitar/pkg-descr ============================================================================== --- head/archivers/rubygem-minitar/pkg-descr Sat Jun 3 13:16:43 2017 (r442484) +++ head/archivers/rubygem-minitar/pkg-descr Sat Jun 3 13:16:48 2017 (r442485) @@ -1,3 +1,3 @@ Ruby library and command-line utility for tar archives. -WWW: https://github.com/atoulme/minitar +WWW: https://github.com/halostatue/minitar From owner-svn-ports-all@freebsd.org Sat Jun 3 13:16:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF5F3BF1783; Sat, 3 Jun 2017 13:16: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 mx1.freebsd.org (Postfix) with ESMTPS id 8288E6F1C5; Sat, 3 Jun 2017 13:16: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 v53DGsVv029232; Sat, 3 Jun 2017 13:16:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53DGsKe029230; Sat, 3 Jun 2017 13:16:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706031316.v53DGsKe029230@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, 3 Jun 2017 13:16:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442486 - head/devel/rubygem-aws-sdk-core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 13:16:55 -0000 Author: sunpoet Date: Sat Jun 3 13:16:54 2017 New Revision: 442486 URL: https://svnweb.freebsd.org/changeset/ports/442486 Log: Update to 2.9.28 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md 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 Jun 3 13:16:48 2017 (r442485) +++ head/devel/rubygem-aws-sdk-core/Makefile Sat Jun 3 13:16:54 2017 (r442486) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-core -PORTVERSION= 2.9.27 +PORTVERSION= 2.9.28 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-core/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-core/distinfo Sat Jun 3 13:16:48 2017 (r442485) +++ head/devel/rubygem-aws-sdk-core/distinfo Sat Jun 3 13:16:54 2017 (r442486) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496418392 -SHA256 (rubygem/aws-sdk-core-2.9.27.gem) = f95b7d0b1a62be5a9f2bb794020946c459000ae6f883866806ce06572430f835 -SIZE (rubygem/aws-sdk-core-2.9.27.gem) = 1018880 +TIMESTAMP = 1496491474 +SHA256 (rubygem/aws-sdk-core-2.9.28.gem) = b73f21643240f99bcc357a2c9f491d90bd7d58be1b395b1c3856263021529d3c +SIZE (rubygem/aws-sdk-core-2.9.28.gem) = 1022464 From owner-svn-ports-all@freebsd.org Sat Jun 3 13:17:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDB1ABF17C5; Sat, 3 Jun 2017 13:17: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 mx1.freebsd.org (Postfix) with ESMTPS id 873676F231; Sat, 3 Jun 2017 13:17: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 v53DGx6E029350; Sat, 3 Jun 2017 13:16:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53DGxS2029348; Sat, 3 Jun 2017 13:16:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706031316.v53DGxS2029348@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, 3 Jun 2017 13:16:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442487 - head/devel/rubygem-aws-sdk-resources X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 13:17:00 -0000 Author: sunpoet Date: Sat Jun 3 13:16:59 2017 New Revision: 442487 URL: https://svnweb.freebsd.org/changeset/ports/442487 Log: Update to 2.9.28 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md 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 Jun 3 13:16:54 2017 (r442486) +++ head/devel/rubygem-aws-sdk-resources/Makefile Sat Jun 3 13:16:59 2017 (r442487) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk-resources -PORTVERSION= 2.9.27 +PORTVERSION= 2.9.28 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk-resources/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk-resources/distinfo Sat Jun 3 13:16:54 2017 (r442486) +++ head/devel/rubygem-aws-sdk-resources/distinfo Sat Jun 3 13:16:59 2017 (r442487) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496418397 -SHA256 (rubygem/aws-sdk-resources-2.9.27.gem) = 3c8be930a4731bf7d1fe40375d2aa6e4778c823df18cd6e2ebbbfeae7ca33faf -SIZE (rubygem/aws-sdk-resources-2.9.27.gem) = 48640 +TIMESTAMP = 1496491480 +SHA256 (rubygem/aws-sdk-resources-2.9.28.gem) = bce528880c8faed2202608b597efa6c5346d2e3d0de1ce5a67022b91a4867b17 +SIZE (rubygem/aws-sdk-resources-2.9.28.gem) = 48640 From owner-svn-ports-all@freebsd.org Sat Jun 3 13:17:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCC59BF1814; Sat, 3 Jun 2017 13:17:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D79B6F2A6; Sat, 3 Jun 2017 13:17:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53DH41d029475; Sat, 3 Jun 2017 13:17:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53DH4ni029473; Sat, 3 Jun 2017 13:17:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706031317.v53DH4ni029473@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, 3 Jun 2017 13:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442488 - head/devel/rubygem-aws-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 13:17:06 -0000 Author: sunpoet Date: Sat Jun 3 13:17:04 2017 New Revision: 442488 URL: https://svnweb.freebsd.org/changeset/ports/442488 Log: Update to 2.9.28 Changes: https://github.com/aws/aws-sdk-ruby/blob/master/CHANGELOG.md 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 Jun 3 13:16:59 2017 (r442487) +++ head/devel/rubygem-aws-sdk/Makefile Sat Jun 3 13:17:04 2017 (r442488) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aws-sdk -PORTVERSION= 2.9.27 +PORTVERSION= 2.9.28 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-aws-sdk/distinfo ============================================================================== --- head/devel/rubygem-aws-sdk/distinfo Sat Jun 3 13:16:59 2017 (r442487) +++ head/devel/rubygem-aws-sdk/distinfo Sat Jun 3 13:17:04 2017 (r442488) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496418385 -SHA256 (rubygem/aws-sdk-2.9.27.gem) = d535f2c499c9ac54c0a712872678e3f35eb68289d32fa7ddd5d4651d865279e9 -SIZE (rubygem/aws-sdk-2.9.27.gem) = 4608 +TIMESTAMP = 1496491485 +SHA256 (rubygem/aws-sdk-2.9.28.gem) = 75d80294da6078a65c98ac57338192127d719db807df25d73e6dd6bcc20d7efc +SIZE (rubygem/aws-sdk-2.9.28.gem) = 4608 From owner-svn-ports-all@freebsd.org Sat Jun 3 13:17:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10EE1BF18DC; Sat, 3 Jun 2017 13:17: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 mx1.freebsd.org (Postfix) with ESMTPS id B1E866F346; Sat, 3 Jun 2017 13:17: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 v53DH9Hw029595; Sat, 3 Jun 2017 13:17:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53DH9To029593; Sat, 3 Jun 2017 13:17:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706031317.v53DH9To029593@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, 3 Jun 2017 13:17:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442489 - head/devel/rubygem-google-api-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 13:17:11 -0000 Author: sunpoet Date: Sat Jun 3 13:17:09 2017 New Revision: 442489 URL: https://svnweb.freebsd.org/changeset/ports/442489 Log: Update to 0.12.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 Sat Jun 3 13:17:04 2017 (r442488) +++ head/devel/rubygem-google-api-client/Makefile Sat Jun 3 13:17:09 2017 (r442489) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-api-client -PORTVERSION= 0.11.3 +PORTVERSION= 0.12.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-google-api-client/distinfo ============================================================================== --- head/devel/rubygem-google-api-client/distinfo Sat Jun 3 13:17:04 2017 (r442488) +++ head/devel/rubygem-google-api-client/distinfo Sat Jun 3 13:17:09 2017 (r442489) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495889646 -SHA256 (rubygem/google-api-client-0.11.3.gem) = d2e523a0cec75de5b7c5046c608b256d3c7e96c29f1bb643984534b957b42784 -SIZE (rubygem/google-api-client-0.11.3.gem) = 3190272 +TIMESTAMP = 1496491496 +SHA256 (rubygem/google-api-client-0.12.0.gem) = bbe4cc0b6db8f153da638a5035084ad5f66ab546c9d7110688b9a73ce13fd658 +SIZE (rubygem/google-api-client-0.12.0.gem) = 2580992 From owner-svn-ports-all@freebsd.org Sat Jun 3 13:17:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 712F1BF1956; Sat, 3 Jun 2017 13:17: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 mx1.freebsd.org (Postfix) with ESMTPS id 35B5D6F3C9; Sat, 3 Jun 2017 13:17: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 v53DHFKL029714; Sat, 3 Jun 2017 13:17:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53DHF7k029712; Sat, 3 Jun 2017 13:17:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706031317.v53DHF7k029712@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, 3 Jun 2017 13:17:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442490 - head/devel/rubygem-oj X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 13:17:16 -0000 Author: sunpoet Date: Sat Jun 3 13:17:14 2017 New Revision: 442490 URL: https://svnweb.freebsd.org/changeset/ports/442490 Log: Update to 3.0.11 Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md Modified: head/devel/rubygem-oj/Makefile head/devel/rubygem-oj/distinfo Modified: head/devel/rubygem-oj/Makefile ============================================================================== --- head/devel/rubygem-oj/Makefile Sat Jun 3 13:17:09 2017 (r442489) +++ head/devel/rubygem-oj/Makefile Sat Jun 3 13:17:14 2017 (r442490) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oj -PORTVERSION= 3.0.10 +PORTVERSION= 3.0.11 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-oj/distinfo ============================================================================== --- head/devel/rubygem-oj/distinfo Sat Jun 3 13:17:09 2017 (r442489) +++ head/devel/rubygem-oj/distinfo Sat Jun 3 13:17:14 2017 (r442490) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495728119 -SHA256 (rubygem/oj-3.0.10.gem) = 7f5df9aef488186bff383152bc909204b4aef5f498eaf939a1e47e6b7002f3f0 -SIZE (rubygem/oj-3.0.10.gem) = 179200 +TIMESTAMP = 1496491501 +SHA256 (rubygem/oj-3.0.11.gem) = 5809a07ee92be3c00b70f8d2d84a0a423bf931ea24def6fe1c16f4a95113e10d +SIZE (rubygem/oj-3.0.11.gem) = 179200 From owner-svn-ports-all@freebsd.org Sat Jun 3 13:17:21 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A77AFBF197B; Sat, 3 Jun 2017 13:17: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 mx1.freebsd.org (Postfix) with ESMTPS id 6F6666F434; Sat, 3 Jun 2017 13:17: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 v53DHK9W029835; Sat, 3 Jun 2017 13:17:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53DHKN6029833; Sat, 3 Jun 2017 13:17:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706031317.v53DHKN6029833@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, 3 Jun 2017 13:17:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442491 - head/graphics/rubygem-dragonfly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 13:17:21 -0000 Author: sunpoet Date: Sat Jun 3 13:17:20 2017 New Revision: 442491 URL: https://svnweb.freebsd.org/changeset/ports/442491 Log: Update to 1.1.3 Changes: https://github.com/markevans/dragonfly/blob/master/History.md Modified: head/graphics/rubygem-dragonfly/Makefile head/graphics/rubygem-dragonfly/distinfo Modified: head/graphics/rubygem-dragonfly/Makefile ============================================================================== --- head/graphics/rubygem-dragonfly/Makefile Sat Jun 3 13:17:14 2017 (r442490) +++ head/graphics/rubygem-dragonfly/Makefile Sat Jun 3 13:17:20 2017 (r442491) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dragonfly -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-dragonfly/distinfo ============================================================================== --- head/graphics/rubygem-dragonfly/distinfo Sat Jun 3 13:17:14 2017 (r442490) +++ head/graphics/rubygem-dragonfly/distinfo Sat Jun 3 13:17:20 2017 (r442491) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494169983 -SHA256 (rubygem/dragonfly-1.1.2.gem) = a4fd798af1b87690202cca96fb3f4a0510b965466c1e2989e714b71b53d26129 -SIZE (rubygem/dragonfly-1.1.2.gem) = 428544 +TIMESTAMP = 1496491509 +SHA256 (rubygem/dragonfly-1.1.3.gem) = c73b17cf809e64f19414bbcf9c82cf9bac07def9f4eff82b9af6a71cb9fca847 +SIZE (rubygem/dragonfly-1.1.3.gem) = 429056 From owner-svn-ports-all@freebsd.org Sat Jun 3 13:17:26 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE90FBF199F; Sat, 3 Jun 2017 13:17:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7533B6F497; Sat, 3 Jun 2017 13:17: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 v53DHPEn029955; Sat, 3 Jun 2017 13:17:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53DHPLg029952; Sat, 3 Jun 2017 13:17:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706031317.v53DHPLg029952@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, 3 Jun 2017 13:17:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442492 - head/sysutils/rubygem-r10k X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 13:17:26 -0000 Author: sunpoet Date: Sat Jun 3 13:17:25 2017 New Revision: 442492 URL: https://svnweb.freebsd.org/changeset/ports/442492 Log: Update to 2.5.5 Changes: https://github.com/puppetlabs/r10k/blob/2.5.x/CHANGELOG.mkd Modified: head/sysutils/rubygem-r10k/Makefile head/sysutils/rubygem-r10k/distinfo Modified: head/sysutils/rubygem-r10k/Makefile ============================================================================== --- head/sysutils/rubygem-r10k/Makefile Sat Jun 3 13:17:20 2017 (r442491) +++ head/sysutils/rubygem-r10k/Makefile Sat Jun 3 13:17:25 2017 (r442492) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= r10k -PORTVERSION= 2.5.4 -PORTREVISION= 1 +PORTVERSION= 2.5.5 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -16,7 +15,6 @@ RUN_DEPENDS= rubygem-colored>=1.2:textproc/rubygem-col rubygem-cri>=2.6.1:devel/rubygem-cri \ rubygem-gettext-setup>=0.5:devel/rubygem-gettext-setup \ rubygem-log4r>=1.1.10:sysutils/rubygem-log4r \ - rubygem-minitar>=0.5.4:archivers/rubygem-minitar \ rubygem-multi_json>=1.10:devel/rubygem-multi_json \ rubygem-puppet_forge>=2.1.5:sysutils/rubygem-puppet_forge \ rubygem-semantic_puppet0>=0.1.0:devel/rubygem-semantic_puppet0 Modified: head/sysutils/rubygem-r10k/distinfo ============================================================================== --- head/sysutils/rubygem-r10k/distinfo Sat Jun 3 13:17:20 2017 (r442491) +++ head/sysutils/rubygem-r10k/distinfo Sat Jun 3 13:17:25 2017 (r442492) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491494600 -SHA256 (rubygem/r10k-2.5.4.gem) = f124b051ffa2fe7072595634d20dbc9bd4158f28c19f2036fcbc435df5cc7387 -SIZE (rubygem/r10k-2.5.4.gem) = 188928 +TIMESTAMP = 1496491518 +SHA256 (rubygem/r10k-2.5.5.gem) = 708afe3873a181290d824655e2a99527d04ff32b4bd6e45fb6131fad27db3d7f +SIZE (rubygem/r10k-2.5.5.gem) = 188416 From owner-svn-ports-all@freebsd.org Sat Jun 3 13:55:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F823BF2002; Sat, 3 Jun 2017 13:55:23 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59B4A7057A; Sat, 3 Jun 2017 13:55:23 +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 v53DtMrv045907; Sat, 3 Jun 2017 13:55:22 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53DtMAJ045905; Sat, 3 Jun 2017 13:55:22 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706031355.v53DtMAJ045905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 3 Jun 2017 13:55:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442493 - head/math/py-fastcluster X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 13:55:23 -0000 Author: tcberner Date: Sat Jun 3 13:55:21 2017 New Revision: 442493 URL: https://svnweb.freebsd.org/changeset/ports/442493 Log: Update to 1.1.23 PR: 219354 Submitted by: xmj Approved by: xmj (maintainer) Modified: head/math/py-fastcluster/Makefile head/math/py-fastcluster/distinfo Modified: head/math/py-fastcluster/Makefile ============================================================================== --- head/math/py-fastcluster/Makefile Sat Jun 3 13:17:25 2017 (r442492) +++ head/math/py-fastcluster/Makefile Sat Jun 3 13:55:21 2017 (r442493) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fastcluster -PORTVERSION= 1.1.21 +PORTVERSION= 1.1.23 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-fastcluster/distinfo ============================================================================== --- head/math/py-fastcluster/distinfo Sat Jun 3 13:17:25 2017 (r442492) +++ head/math/py-fastcluster/distinfo Sat Jun 3 13:55:21 2017 (r442493) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481609357 -SHA256 (fastcluster-1.1.21.tar.gz) = c0f7c234a93d5414e9b1300b17ec5c82bd9a9e4c210fc5d9bc3e2bc82fced989 -SIZE (fastcluster-1.1.21.tar.gz) = 162920 +TIMESTAMP = 1495026276 +SHA256 (fastcluster-1.1.23.tar.gz) = dfcd192d4cd53cd0db27f9d86dc3c49d3a15e6114ff875428c367b8bd679e318 +SIZE (fastcluster-1.1.23.tar.gz) = 163512 From owner-svn-ports-all@freebsd.org Sat Jun 3 14:04:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45185BF217D; Sat, 3 Jun 2017 14:04:05 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C4EB708EE; Sat, 3 Jun 2017 14:04:04 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53E4497049977; Sat, 3 Jun 2017 14:04:04 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53E43D7049974; Sat, 3 Jun 2017 14:04:03 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201706031404.v53E43D7049974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Sat, 3 Jun 2017 14:04:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442494 - head/www/libjwt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 14:04:05 -0000 Author: kevlo Date: Sat Jun 3 14:04:03 2017 New Revision: 442494 URL: https://svnweb.freebsd.org/changeset/ports/442494 Log: Update to 1.8.0 Modified: head/www/libjwt/Makefile head/www/libjwt/distinfo head/www/libjwt/pkg-plist Modified: head/www/libjwt/Makefile ============================================================================== --- head/www/libjwt/Makefile Sat Jun 3 13:55:21 2017 (r442493) +++ head/www/libjwt/Makefile Sat Jun 3 14:04:03 2017 (r442494) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libjwt -PORTVERSION= 1.7.4 +PORTVERSION= 1.8.0 DISTVERSIONPREFIX= v CATEGORIES= www Modified: head/www/libjwt/distinfo ============================================================================== --- head/www/libjwt/distinfo Sat Jun 3 13:55:21 2017 (r442493) +++ head/www/libjwt/distinfo Sat Jun 3 14:04:03 2017 (r442494) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489452469 -SHA256 (benmcollins-libjwt-v1.7.4_GH0.tar.gz) = 23686834f815855bcf1bb9578677b16887edc749b77d9b56d8594fbf65a9d61f -SIZE (benmcollins-libjwt-v1.7.4_GH0.tar.gz) = 79836 +TIMESTAMP = 1496498305 +SHA256 (benmcollins-libjwt-v1.8.0_GH0.tar.gz) = e97c15c14dbd49d5ba435cb26e06e6cdd6e32cf9f0be6b6e9a2d2d330923ea17 +SIZE (benmcollins-libjwt-v1.8.0_GH0.tar.gz) = 75789 Modified: head/www/libjwt/pkg-plist ============================================================================== --- head/www/libjwt/pkg-plist Sat Jun 3 13:55:21 2017 (r442493) +++ head/www/libjwt/pkg-plist Sat Jun 3 14:04:03 2017 (r442494) @@ -2,5 +2,5 @@ include/jwt.h lib/libjwt.a lib/libjwt.so lib/libjwt.so.0 -lib/libjwt.so.0.3.0 +lib/libjwt.so.0.3.1 libdata/pkgconfig/libjwt.pc From owner-svn-ports-all@freebsd.org Sat Jun 3 14:18:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCAABBF2583; Sat, 3 Jun 2017 14:18:20 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80F0A7117E; Sat, 3 Jun 2017 14:18:20 +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 v53EIJRL054418; Sat, 3 Jun 2017 14:18:19 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53EIJUe054412; Sat, 3 Jun 2017 14:18:19 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201706031418.v53EIJUe054412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 3 Jun 2017 14:18:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442495 - in head/math: . viennacl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 14:18:20 -0000 Author: cpm Date: Sat Jun 3 14:18:18 2017 New Revision: 442495 URL: https://svnweb.freebsd.org/changeset/ports/442495 Log: Add new port math/viennacl ViennaCL is a free open-source linear algebra library for computations on many-core architectures (GPUs, MIC) and multi-core CPUs. The library is written in C++ and supports CUDA, OpenCL, and OpenMP (including switches at runtime). http://viennacl.sourceforge.net/ PR: 219714 Submitted by: pfg Added: head/math/viennacl/ head/math/viennacl/Makefile (contents, props changed) head/math/viennacl/distinfo (contents, props changed) head/math/viennacl/pkg-descr (contents, props changed) head/math/viennacl/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Jun 3 14:04:03 2017 (r442494) +++ head/math/Makefile Sat Jun 3 14:18:18 2017 (r442495) @@ -713,6 +713,7 @@ SUBDIR += ump SUBDIR += units SUBDIR += unuran + SUBDIR += viennacl SUBDIR += vowpal_wabbit SUBDIR += vtk5 SUBDIR += vtk5-data Added: head/math/viennacl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/viennacl/Makefile Sat Jun 3 14:18:18 2017 (r442495) @@ -0,0 +1,22 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= viennacl +PORTVERSION= 1.7.1 +CATEGORIES= math +MASTER_SITES= SF/${PORTNAME}/1.7.x/ +DISTNAME= ViennaCL-${PORTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Linear algebra and solver library using CUDA, OpenCL, and OpenMP + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl +LIB_DEPENDS= libOpenCL.so:devel/ocl-icd +RUN_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl + +USES= compiler:openmp cmake:outsource localbase + +.include Added: head/math/viennacl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/viennacl/distinfo Sat Jun 3 14:18:18 2017 (r442495) @@ -0,0 +1,3 @@ +TIMESTAMP = 1496330953 +SHA256 (ViennaCL-1.7.1.tar.gz) = a596b77972ad3d2bab9d4e63200b171cd0e709fb3f0ceabcaf3668c87d3a238b +SIZE (ViennaCL-1.7.1.tar.gz) = 16990366 Added: head/math/viennacl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/viennacl/pkg-descr Sat Jun 3 14:18:18 2017 (r442495) @@ -0,0 +1,14 @@ +ViennaCL is a free open-source linear algebra library for computations on +many-core architectures (GPUs, MIC) and multi-core CPUs. The library is +written in C++ and supports CUDA, OpenCL, and OpenMP (including switches +at runtime). + +The highlights of the latest 1.7.x release family are: + +* Fast sparse matrix-matrix multiplications, outperforming CUBLAS and MKL. +* Fine-grained parallel algebraic multigrid preconditioners for CPUs, Xeon + Phis, and GPUs. +* Fine-grained parallel incomplete LU factorization preconditioners for + CPUs, Xeon Phis, and GPUs. + +WWW: http://viennacl.sourceforge.net/ Added: head/math/viennacl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/viennacl/pkg-plist Sat Jun 3 14:18:18 2017 (r442495) @@ -0,0 +1,257 @@ +include/viennacl/backend/cpu_ram.hpp +include/viennacl/backend/cuda.hpp +include/viennacl/backend/mem_handle.hpp +include/viennacl/backend/memory.hpp +include/viennacl/backend/opencl.hpp +include/viennacl/backend/util.hpp +include/viennacl/circulant_matrix.hpp +include/viennacl/compressed_compressed_matrix.hpp +include/viennacl/compressed_matrix.hpp +include/viennacl/context.hpp +include/viennacl/coordinate_matrix.hpp +include/viennacl/detail/matrix_def.hpp +include/viennacl/detail/vector_def.hpp +include/viennacl/device_specific/builtin_database/common.hpp +include/viennacl/device_specific/builtin_database/devices/accelerator/fallback.hpp +include/viennacl/device_specific/builtin_database/devices/cpu/fallback.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/amd/evergreen/cedar.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/amd/evergreen/cypress.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/amd/northern_islands/barts.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/amd/northern_islands/devastator.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/amd/northern_islands/scrapper.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/amd/southern_islands/tahiti.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/amd/volcanic_islands/hawaii.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/fallback.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/nvidia/fermi/geforce_gt_540m.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/nvidia/fermi/geforce_gtx_470.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/nvidia/fermi/geforce_gtx_580.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/nvidia/fermi/tesla_c2050.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/nvidia/kepler/tesla_k20m.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/nvidia/maxwell/geforce_gtx_750_ti.hpp +include/viennacl/device_specific/builtin_database/devices/gpu/nvidia/tesla/geforce_gtx_260.hpp +include/viennacl/device_specific/builtin_database/matrix_product.hpp +include/viennacl/device_specific/execute.hpp +include/viennacl/device_specific/execution_handler.hpp +include/viennacl/device_specific/forwards.h +include/viennacl/device_specific/lazy_program_compiler.hpp +include/viennacl/device_specific/mapped_objects.hpp +include/viennacl/device_specific/templates/matrix_product_template.hpp +include/viennacl/device_specific/templates/template_base.hpp +include/viennacl/device_specific/templates/utils.hpp +include/viennacl/device_specific/tree_parsing.hpp +include/viennacl/device_specific/utils.hpp +include/viennacl/ell_matrix.hpp +include/viennacl/fft.hpp +include/viennacl/forwards.h +include/viennacl/hankel_matrix.hpp +include/viennacl/hyb_matrix.hpp +include/viennacl/io/matrix_market.hpp +include/viennacl/linalg/amg.hpp +include/viennacl/linalg/amg_operations.hpp +include/viennacl/linalg/bicgstab.hpp +include/viennacl/linalg/bisect.hpp +include/viennacl/linalg/bisect_gpu.hpp +include/viennacl/linalg/cg.hpp +include/viennacl/linalg/circulant_matrix_operations.hpp +include/viennacl/linalg/cuda/amg_operations.hpp +include/viennacl/linalg/cuda/bisect_kernel_calls.hpp +include/viennacl/linalg/cuda/bisect_kernel_large.hpp +include/viennacl/linalg/cuda/bisect_kernel_large_multi.hpp +include/viennacl/linalg/cuda/bisect_kernel_large_onei.hpp +include/viennacl/linalg/cuda/bisect_kernel_small.hpp +include/viennacl/linalg/cuda/bisect_util.hpp +include/viennacl/linalg/cuda/common.hpp +include/viennacl/linalg/cuda/direct_solve.hpp +include/viennacl/linalg/cuda/fft_operations.hpp +include/viennacl/linalg/cuda/ilu_operations.hpp +include/viennacl/linalg/cuda/iterative_operations.hpp +include/viennacl/linalg/cuda/matrix_operations.hpp +include/viennacl/linalg/cuda/matrix_operations_col.hpp +include/viennacl/linalg/cuda/matrix_operations_prod.hpp +include/viennacl/linalg/cuda/matrix_operations_row.hpp +include/viennacl/linalg/cuda/misc_operations.hpp +include/viennacl/linalg/cuda/nmf_operations.hpp +include/viennacl/linalg/cuda/scalar_operations.hpp +include/viennacl/linalg/cuda/sparse_matrix_operations.hpp +include/viennacl/linalg/cuda/sparse_matrix_operations_solve.hpp +include/viennacl/linalg/cuda/spgemm.hpp +include/viennacl/linalg/cuda/spgemm_rmerge.hpp +include/viennacl/linalg/cuda/vector_operations.hpp +include/viennacl/linalg/detail/amg/amg_base.hpp +include/viennacl/linalg/detail/bisect/bisect_kernel_calls.hpp +include/viennacl/linalg/detail/bisect/bisect_large.hpp +include/viennacl/linalg/detail/bisect/bisect_small.hpp +include/viennacl/linalg/detail/bisect/config.hpp +include/viennacl/linalg/detail/bisect/gerschgorin.hpp +include/viennacl/linalg/detail/bisect/structs.hpp +include/viennacl/linalg/detail/bisect/util.hpp +include/viennacl/linalg/detail/ilu/block_ilu.hpp +include/viennacl/linalg/detail/ilu/chow_patel_ilu.hpp +include/viennacl/linalg/detail/ilu/common.hpp +include/viennacl/linalg/detail/ilu/ilu0.hpp +include/viennacl/linalg/detail/ilu/ilut.hpp +include/viennacl/linalg/detail/op_applier.hpp +include/viennacl/linalg/detail/op_executor.hpp +include/viennacl/linalg/detail/spai/block_matrix.hpp +include/viennacl/linalg/detail/spai/block_vector.hpp +include/viennacl/linalg/detail/spai/fspai.hpp +include/viennacl/linalg/detail/spai/qr.hpp +include/viennacl/linalg/detail/spai/small_matrix.hpp +include/viennacl/linalg/detail/spai/spai-dynamic.hpp +include/viennacl/linalg/detail/spai/spai-static.hpp +include/viennacl/linalg/detail/spai/spai.hpp +include/viennacl/linalg/detail/spai/spai_tag.hpp +include/viennacl/linalg/detail/spai/sparse_vector.hpp +include/viennacl/linalg/direct_solve.hpp +include/viennacl/linalg/eig.hpp +include/viennacl/linalg/fft_operations.hpp +include/viennacl/linalg/gmres.hpp +include/viennacl/linalg/hankel_matrix_operations.hpp +include/viennacl/linalg/host_based/amg_operations.hpp +include/viennacl/linalg/host_based/common.hpp +include/viennacl/linalg/host_based/direct_solve.hpp +include/viennacl/linalg/host_based/fft_operations.hpp +include/viennacl/linalg/host_based/ilu_operations.hpp +include/viennacl/linalg/host_based/iterative_operations.hpp +include/viennacl/linalg/host_based/matrix_operations.hpp +include/viennacl/linalg/host_based/misc_operations.hpp +include/viennacl/linalg/host_based/nmf_operations.hpp +include/viennacl/linalg/host_based/scalar_operations.hpp +include/viennacl/linalg/host_based/sparse_matrix_operations.hpp +include/viennacl/linalg/host_based/spgemm_vector.hpp +include/viennacl/linalg/host_based/vector_operations.hpp +include/viennacl/linalg/ichol.hpp +include/viennacl/linalg/ilu.hpp +include/viennacl/linalg/ilu_operations.hpp +include/viennacl/linalg/inner_prod.hpp +include/viennacl/linalg/iterative_operations.hpp +include/viennacl/linalg/jacobi_precond.hpp +include/viennacl/linalg/lanczos.hpp +include/viennacl/linalg/lu.hpp +include/viennacl/linalg/matrix_operations.hpp +include/viennacl/linalg/maxmin.hpp +include/viennacl/linalg/misc_operations.hpp +include/viennacl/linalg/mixed_precision_cg.hpp +include/viennacl/linalg/nmf.hpp +include/viennacl/linalg/norm_1.hpp +include/viennacl/linalg/norm_2.hpp +include/viennacl/linalg/norm_frobenius.hpp +include/viennacl/linalg/norm_inf.hpp +include/viennacl/linalg/opencl/amg_operations.hpp +include/viennacl/linalg/opencl/bisect_kernel_calls.hpp +include/viennacl/linalg/opencl/common.hpp +include/viennacl/linalg/opencl/direct_solve.hpp +include/viennacl/linalg/opencl/fft_operations.hpp +include/viennacl/linalg/opencl/ilu_operations.hpp +include/viennacl/linalg/opencl/iterative_operations.hpp +include/viennacl/linalg/opencl/kernels/amg.hpp +include/viennacl/linalg/opencl/kernels/bisect.hpp +include/viennacl/linalg/opencl/kernels/compressed_compressed_matrix.hpp +include/viennacl/linalg/opencl/kernels/compressed_matrix.hpp +include/viennacl/linalg/opencl/kernels/coordinate_matrix.hpp +include/viennacl/linalg/opencl/kernels/ell_matrix.hpp +include/viennacl/linalg/opencl/kernels/fft.hpp +include/viennacl/linalg/opencl/kernels/hyb_matrix.hpp +include/viennacl/linalg/opencl/kernels/ilu.hpp +include/viennacl/linalg/opencl/kernels/iterative.hpp +include/viennacl/linalg/opencl/kernels/matrix.hpp +include/viennacl/linalg/opencl/kernels/matrix_element.hpp +include/viennacl/linalg/opencl/kernels/matrix_solve.hpp +include/viennacl/linalg/opencl/kernels/nmf.hpp +include/viennacl/linalg/opencl/kernels/scalar.hpp +include/viennacl/linalg/opencl/kernels/scan.hpp +include/viennacl/linalg/opencl/kernels/sliced_ell_matrix.hpp +include/viennacl/linalg/opencl/kernels/spai.hpp +include/viennacl/linalg/opencl/kernels/svd.hpp +include/viennacl/linalg/opencl/kernels/vector.hpp +include/viennacl/linalg/opencl/kernels/vector_element.hpp +include/viennacl/linalg/opencl/matrix_operations.hpp +include/viennacl/linalg/opencl/misc_operations.hpp +include/viennacl/linalg/opencl/nmf_operations.hpp +include/viennacl/linalg/opencl/scalar_operations.hpp +include/viennacl/linalg/opencl/sparse_matrix_operations.hpp +include/viennacl/linalg/opencl/vandermonde_matrix_operations.hpp +include/viennacl/linalg/opencl/vector_operations.hpp +include/viennacl/linalg/power_iter.hpp +include/viennacl/linalg/prod.hpp +include/viennacl/linalg/qr-method-common.hpp +include/viennacl/linalg/qr-method.hpp +include/viennacl/linalg/qr.hpp +include/viennacl/linalg/row_scaling.hpp +include/viennacl/linalg/scalar_operations.hpp +include/viennacl/linalg/spai.hpp +include/viennacl/linalg/sparse_matrix_operations.hpp +include/viennacl/linalg/sum.hpp +include/viennacl/linalg/svd.hpp +include/viennacl/linalg/toeplitz_matrix_operations.hpp +include/viennacl/linalg/tql2.hpp +include/viennacl/linalg/vandermonde_matrix_operations.hpp +include/viennacl/linalg/vector_operations.hpp +include/viennacl/matrix.hpp +include/viennacl/matrix_proxy.hpp +include/viennacl/meta/enable_if.hpp +include/viennacl/meta/predicate.hpp +include/viennacl/meta/result_of.hpp +include/viennacl/meta/tag_of.hpp +include/viennacl/misc/bandwidth_reduction.hpp +include/viennacl/misc/cuthill_mckee.hpp +include/viennacl/misc/gibbs_poole_stockmeyer.hpp +include/viennacl/ocl/backend.hpp +include/viennacl/ocl/command_queue.hpp +include/viennacl/ocl/context.hpp +include/viennacl/ocl/device.hpp +include/viennacl/ocl/device_utils.hpp +include/viennacl/ocl/enqueue.hpp +include/viennacl/ocl/error.hpp +include/viennacl/ocl/forwards.h +include/viennacl/ocl/handle.hpp +include/viennacl/ocl/kernel.hpp +include/viennacl/ocl/local_mem.hpp +include/viennacl/ocl/platform.hpp +include/viennacl/ocl/program.hpp +include/viennacl/ocl/utils.hpp +include/viennacl/range.hpp +include/viennacl/scalar.hpp +include/viennacl/scheduler/execute.hpp +include/viennacl/scheduler/execute_axbx.hpp +include/viennacl/scheduler/execute_elementwise.hpp +include/viennacl/scheduler/execute_generic_dispatcher.hpp +include/viennacl/scheduler/execute_matrix_dispatcher.hpp +include/viennacl/scheduler/execute_matrix_prod.hpp +include/viennacl/scheduler/execute_scalar_assign.hpp +include/viennacl/scheduler/execute_scalar_dispatcher.hpp +include/viennacl/scheduler/execute_util.hpp +include/viennacl/scheduler/execute_vector_dispatcher.hpp +include/viennacl/scheduler/forwards.h +include/viennacl/scheduler/io.hpp +include/viennacl/scheduler/preset.hpp +include/viennacl/slice.hpp +include/viennacl/sliced_ell_matrix.hpp +include/viennacl/toeplitz_matrix.hpp +include/viennacl/tools/adapter.hpp +include/viennacl/tools/entry_proxy.hpp +include/viennacl/tools/matrix_generation.hpp +include/viennacl/tools/matrix_size_deducer.hpp +include/viennacl/tools/random.hpp +include/viennacl/tools/sha1.hpp +include/viennacl/tools/shared_ptr.hpp +include/viennacl/tools/timer.hpp +include/viennacl/tools/tools.hpp +include/viennacl/traits/clear.hpp +include/viennacl/traits/context.hpp +include/viennacl/traits/fill.hpp +include/viennacl/traits/handle.hpp +include/viennacl/traits/row_major.hpp +include/viennacl/traits/size.hpp +include/viennacl/traits/start.hpp +include/viennacl/traits/stride.hpp +include/viennacl/vandermonde_matrix.hpp +include/viennacl/vector.hpp +include/viennacl/vector_proxy.hpp +include/viennacl/version.hpp +lib/cmake/viennacl/FindOpenCL.cmake +lib/cmake/viennacl/ViennaCLConfig.cmake +lib/cmake/viennacl/ViennaCLConfigVersion.cmake +@dir include/viennacl/device_specific/builtin_database/devices/cpu/amd +@dir include/viennacl/device_specific/builtin_database/devices/gpu/amd/unknown +@dir include/viennacl/linalg/kernels From owner-svn-ports-all@freebsd.org Sat Jun 3 14:25:50 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4ABCDBF28C3; Sat, 3 Jun 2017 14:25:50 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14B087175F; Sat, 3 Jun 2017 14:25:50 +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 v53EPm6h058552; Sat, 3 Jun 2017 14:25:48 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53EPmvt058551; Sat, 3 Jun 2017 14:25:48 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201706031425.v53EPmvt058551@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 3 Jun 2017 14:25:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442496 - head/multimedia/mpv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 14:25:50 -0000 Author: cpm Date: Sat Jun 3 14:25:48 2017 New Revision: 442496 URL: https://svnweb.freebsd.org/changeset/ports/442496 Log: - Enable DVDNAV and DVDREAD options by default. - Pet portlint - Bump PORTREVISION PR: 219745 Submitted by: chungyeol.lee@gmail.com Modified: head/multimedia/mpv/Makefile Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Sat Jun 3 14:18:18 2017 (r442495) +++ head/multimedia/mpv/Makefile Sat Jun 3 14:25:48 2017 (r442496) @@ -3,8 +3,8 @@ PORTNAME= mpv PORTVERSION= 0.25.0 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio @@ -81,9 +81,11 @@ DOCS_BUILD_DEPENDS= rst2html:textproc/py-docutils DOCS_CONFIGURE_ON= --enable-html DVDNAV_LIB_DEPENDS= libdvdnav.so:multimedia/libdvdnav +DVDNAV_CONFIGURE_ON= --enable-dvdnav DVDNAV_CONFIGURE_OFF= --disable-dvdnav DVDREAD_LIB_DEPENDS= libdvdread.so:multimedia/libdvdread +DVDREAD_CONFIGURE_ON= --enable-dvdread DVDREAD_CONFIGURE_OFF= --disable-dvdread JACK_LIB_DEPENDS= libjack.so:audio/jack From owner-svn-ports-all@freebsd.org Sat Jun 3 14:32:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77468BF2E43; Sat, 3 Jun 2017 14:32:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4108671E8B; Sat, 3 Jun 2017 14:32:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53EWhse062584; Sat, 3 Jun 2017 14:32:43 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53EWhef062583; Sat, 3 Jun 2017 14:32:43 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706031432.v53EWhef062583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 3 Jun 2017 14:32:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442497 - head/devel/py-testtools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 14:32:44 -0000 Author: tcberner Date: Sat Jun 3 14:32:42 2017 New Revision: 442497 URL: https://svnweb.freebsd.org/changeset/ports/442497 Log: Update to 2.3.0 and give maintainership - update to 2.3.0 - actually allow build on python 3.x - give maintainership to xmj PR: 219335 Submitted by: xmj Deleted: head/devel/py-testtools/pkg-plist Modified: head/devel/py-testtools/Makefile head/devel/py-testtools/distinfo Modified: head/devel/py-testtools/Makefile ============================================================================== --- head/devel/py-testtools/Makefile Sat Jun 3 14:25:48 2017 (r442496) +++ head/devel/py-testtools/Makefile Sat Jun 3 14:32:42 2017 (r442497) @@ -2,21 +2,29 @@ # $FreeBSD$ PORTNAME= testtools -PORTVERSION= 0.9.35 -PORTREVISION= 1 +PORTVERSION= 2.3.0 CATEGORIES= devel python -MASTER_SITES= http://launchpadlibrarian.net/164010578/ \ - http://www.c-s.li/ports/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johannes@perceivon.net COMMENT= Extensions to the Python library's unit testing framework LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:devel/py-pbr RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=0.0.3:devel/py-extras USES= python -USE_PYTHON= distutils +USE_PYTHON= distutils autoplist concurrent + +OPTIONS_DEFINE= DOCS + +PORTDOCS= api.rst for-framework-folk.rst for-test-authors.rst hacking.rst \ + index.rst overview.rst twisted-support.rst + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${CP} ${WRKSRC}/doc/*.rst ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/py-testtools/distinfo ============================================================================== --- head/devel/py-testtools/distinfo Sat Jun 3 14:25:48 2017 (r442496) +++ head/devel/py-testtools/distinfo Sat Jun 3 14:32:42 2017 (r442497) @@ -1,2 +1,3 @@ -SHA256 (testtools-0.9.35.tar.gz) = 9a9ad71aa9b439a389a70568c2947a4350c64bbbb5e3249bf6c0b844a6f93854 -SIZE (testtools-0.9.35.tar.gz) = 195677 +TIMESTAMP = 1494946238 +SHA256 (testtools-2.3.0.tar.gz) = 5827ec6cf8233e0f29f51025addd713ca010061204fdea77484a2934690a0559 +SIZE (testtools-2.3.0.tar.gz) = 231559 From owner-svn-ports-all@freebsd.org Sat Jun 3 14:36:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF066BF2F4F; Sat, 3 Jun 2017 14:36:41 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3B7472025; Sat, 3 Jun 2017 14:36:41 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53EaeFk062862; Sat, 3 Jun 2017 14:36:40 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53Eaet1062860; Sat, 3 Jun 2017 14:36:40 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706031436.v53Eaet1062860@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 3 Jun 2017 14:36:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442498 - head/devel/py-xmltodict X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 14:36:42 -0000 Author: tcberner Date: Sat Jun 3 14:36:40 2017 New Revision: 442498 URL: https://svnweb.freebsd.org/changeset/ports/442498 Log: Update to 0.11.0 PR: 219339 Submitted by: xmj Approved by: xmj (maintainer) Modified: head/devel/py-xmltodict/Makefile head/devel/py-xmltodict/distinfo Modified: head/devel/py-xmltodict/Makefile ============================================================================== --- head/devel/py-xmltodict/Makefile Sat Jun 3 14:32:42 2017 (r442497) +++ head/devel/py-xmltodict/Makefile Sat Jun 3 14:36:40 2017 (r442498) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmltodict -PORTVERSION= 0.10.1 +PORTVERSION= 0.11.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-xmltodict/distinfo ============================================================================== --- head/devel/py-xmltodict/distinfo Sat Jun 3 14:32:42 2017 (r442497) +++ head/devel/py-xmltodict/distinfo Sat Jun 3 14:36:40 2017 (r442498) @@ -1,2 +1,3 @@ -SHA256 (xmltodict-0.10.1.tar.gz) = b2cab0184bbb8c3627fc54b03ed79ea2f4d5579fa041e3456ff8d3b3c09b0d5e -SIZE (xmltodict-0.10.1.tar.gz) = 24620 +TIMESTAMP = 1494950061 +SHA256 (xmltodict-0.11.0.tar.gz) = 8f8d7d40aa28d83f4109a7e8aa86e67a4df202d9538be40c0cb1d70da527b0df +SIZE (xmltodict-0.11.0.tar.gz) = 26589 From owner-svn-ports-all@freebsd.org Sat Jun 3 14:44:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BE6FBF30E6; Sat, 3 Jun 2017 14:44:04 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5618972380; Sat, 3 Jun 2017 14:44:04 +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 v53Ei33H066954; Sat, 3 Jun 2017 14:44:03 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53Ei3jc066952; Sat, 3 Jun 2017 14:44:03 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706031444.v53Ei3jc066952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 3 Jun 2017 14:44:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442499 - head/math/py-bottleneck X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 14:44:04 -0000 Author: tcberner Date: Sat Jun 3 14:44:02 2017 New Revision: 442499 URL: https://svnweb.freebsd.org/changeset/ports/442499 Log: Update to 1.2.1 PR: 219353 Submitted by: xmj Approved by: xmj (maintainer) Modified: head/math/py-bottleneck/Makefile head/math/py-bottleneck/distinfo Modified: head/math/py-bottleneck/Makefile ============================================================================== --- head/math/py-bottleneck/Makefile Sat Jun 3 14:36:40 2017 (r442498) +++ head/math/py-bottleneck/Makefile Sat Jun 3 14:44:02 2017 (r442499) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bottleneck -PORTVERSION= 1.0.0 +PORTVERSION= 1.2.1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/math/py-bottleneck/distinfo ============================================================================== --- head/math/py-bottleneck/distinfo Sat Jun 3 14:36:40 2017 (r442498) +++ head/math/py-bottleneck/distinfo Sat Jun 3 14:44:02 2017 (r442499) @@ -1,2 +1,3 @@ -SHA256 (Bottleneck-1.0.0.tar.gz) = 8d9b7ad4fadf9648acc924a6ee522c7cb5b474e75faaad9d90dfd55e2805b495 -SIZE (Bottleneck-1.0.0.tar.gz) = 363223 +TIMESTAMP = 1495026626 +SHA256 (Bottleneck-1.2.1.tar.gz) = 6efcde5f830aed64feafca0359b51db0e184c72af8ba6675b4a99f263922eb36 +SIZE (Bottleneck-1.2.1.tar.gz) = 105225 From owner-svn-ports-all@freebsd.org Sat Jun 3 14:44:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2B10BF30EB; Sat, 3 Jun 2017 14:44:05 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E68772385; Sat, 3 Jun 2017 14:44:05 +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 v53Ei46n067083; Sat, 3 Jun 2017 14:44:04 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53Ei43M067081; Sat, 3 Jun 2017 14:44:04 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201706031444.v53Ei43M067081@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 3 Jun 2017 14:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442500 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 14:44:05 -0000 Author: adamw Date: Sat Jun 3 14:44:04 2017 New Revision: 442500 URL: https://svnweb.freebsd.org/changeset/ports/442500 Log: Update to patchlevel 606. Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat Jun 3 14:44:02 2017 (r442499) +++ head/editors/vim/Makefile Sat Jun 3 14:44:04 2017 (r442500) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.0.0604 -### REMOVE GH_TAGNAME (53) ON NEXT UPDATE +PORTVERSION= 8.0.0606 DISTVERSIONPREFIX= v CATEGORIES= editors @@ -50,7 +49,6 @@ VIM_VER= ${PORTNAME}${PORTVERSION:R:S|.||g} SLAVEDIRS= editors/vim-lite USE_GITHUB= yes -GH_TAGNAME= b4d6c3e SHEBANG_FILES= runtime/tools/demoserver.py runtime/tools/efm_perl.pl CPE_VERSION= ${PORTVERSION:R} PORTSCOUT= site:https://github.com/vim/vim/releases Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat Jun 3 14:44:02 2017 (r442499) +++ head/editors/vim/distinfo Sat Jun 3 14:44:04 2017 (r442500) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495898573 -SHA256 (vim-vim-v8.0.0604-b4d6c3e_GH0.tar.gz) = 453902b0bdf4bfe88b038a9e6c033807ce126e2abc7883a90045f94d1017a06e -SIZE (vim-vim-v8.0.0604-b4d6c3e_GH0.tar.gz) = 13114767 +TIMESTAMP = 1496500944 +SHA256 (vim-vim-v8.0.0606_GH0.tar.gz) = fe8dc50c735f625073cbe06b6dda863e623117ce41b66f40ce5f7efd77a1109e +SIZE (vim-vim-v8.0.0606_GH0.tar.gz) = 13115772 From owner-svn-ports-all@freebsd.org Sat Jun 3 14:48:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 396EBBF3249; Sat, 3 Jun 2017 14:48:44 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EED7D726F9; Sat, 3 Jun 2017 14:48:43 +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 v53EmgjH067410; Sat, 3 Jun 2017 14:48:42 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53EmgjM067408; Sat, 3 Jun 2017 14:48:42 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706031448.v53EmgjM067408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 3 Jun 2017 14:48:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442501 - head/www/py-django-debug-toolbar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 14:48:44 -0000 Author: tcberner Date: Sat Jun 3 14:48:42 2017 New Revision: 442501 URL: https://svnweb.freebsd.org/changeset/ports/442501 Log: Update to 1.8 PR: 219336 Submitted by: xmj Approved by: xmj (maintainer) Modified: head/www/py-django-debug-toolbar/Makefile head/www/py-django-debug-toolbar/distinfo Modified: head/www/py-django-debug-toolbar/Makefile ============================================================================== --- head/www/py-django-debug-toolbar/Makefile Sat Jun 3 14:44:04 2017 (r442500) +++ head/www/py-django-debug-toolbar/Makefile Sat Jun 3 14:48:42 2017 (r442501) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-debug-toolbar -PORTVERSION= 1.6 +PORTVERSION= 1.8 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-debug-toolbar/distinfo ============================================================================== --- head/www/py-django-debug-toolbar/distinfo Sat Jun 3 14:44:04 2017 (r442500) +++ head/www/py-django-debug-toolbar/distinfo Sat Jun 3 14:48:42 2017 (r442501) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485121551 -SHA256 (django-debug-toolbar-1.6.tar.gz) = 4eddb6fa791c4bfc6aa49e4c073663cd3719fe1c8609501aedf25b8586563e7a -SIZE (django-debug-toolbar-1.6.tar.gz) = 116455 +TIMESTAMP = 1494949198 +SHA256 (django-debug-toolbar-1.8.tar.gz) = e9f08b94f9423ac76cfc287151182bbaddbe7521ae32bef9f9863e2ac58018d3 +SIZE (django-debug-toolbar-1.8.tar.gz) = 111730 From owner-svn-ports-all@freebsd.org Sat Jun 3 14:52:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE551BF33B9; Sat, 3 Jun 2017 14:52:40 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 876B572A48; Sat, 3 Jun 2017 14:52:40 +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 v53EqdcW071179; Sat, 3 Jun 2017 14:52:39 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53Eqd4d071177; Sat, 3 Jun 2017 14:52:39 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706031452.v53Eqd4d071177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 3 Jun 2017 14:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442502 - head/devel/py-check-manifest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 14:52:40 -0000 Author: tcberner Date: Sat Jun 3 14:52:39 2017 New Revision: 442502 URL: https://svnweb.freebsd.org/changeset/ports/442502 Log: Update to 0.35 PR: 219338 Submitted by: xmj Approved by: xmj (maintainer) Modified: head/devel/py-check-manifest/Makefile head/devel/py-check-manifest/distinfo Modified: head/devel/py-check-manifest/Makefile ============================================================================== --- head/devel/py-check-manifest/Makefile Sat Jun 3 14:48:42 2017 (r442501) +++ head/devel/py-check-manifest/Makefile Sat Jun 3 14:52:39 2017 (r442502) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= check-manifest -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ MAINTAINER= johannes@perceivon.net COMMENT= Check MANIFEST.in in a Python source package for completeness LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENCE.rst +LICENSE_FILE= ${WRKSRC}/LICENSE.rst TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock Modified: head/devel/py-check-manifest/distinfo ============================================================================== --- head/devel/py-check-manifest/distinfo Sat Jun 3 14:48:42 2017 (r442501) +++ head/devel/py-check-manifest/distinfo Sat Jun 3 14:52:39 2017 (r442502) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481606062 -SHA256 (check-manifest-0.34.tar.gz) = 5209b2c5b2850ac32323ca0fa4d5731090d19f70a8b07b6c2c409c3a7f14a2bf -SIZE (check-manifest-0.34.tar.gz) = 31694 +TIMESTAMP = 1494949834 +SHA256 (check-manifest-0.35.tar.gz) = f9b7a3a6071f1991009bfa760f903b6d31f7b852a35d76a1cbbbcd1b22c9f44a +SIZE (check-manifest-0.35.tar.gz) = 31994 From owner-svn-ports-all@freebsd.org Sat Jun 3 15:07:11 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D1BDBF35CC; Sat, 3 Jun 2017 15:07:11 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0305A72ED4; Sat, 3 Jun 2017 15:07:10 +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 v53F79Cw075493; Sat, 3 Jun 2017 15:07:09 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53F79jS075492; Sat, 3 Jun 2017 15:07:09 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201706031507.v53F79jS075492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sat, 3 Jun 2017 15:07:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442503 - head/math/viennacl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 15:07:11 -0000 Author: cpm Date: Sat Jun 3 15:07:09 2017 New Revision: 442503 URL: https://svnweb.freebsd.org/changeset/ports/442503 Log: - Sort USES Modified: head/math/viennacl/Makefile Modified: head/math/viennacl/Makefile ============================================================================== --- head/math/viennacl/Makefile Sat Jun 3 14:52:39 2017 (r442502) +++ head/math/viennacl/Makefile Sat Jun 3 15:07:09 2017 (r442503) @@ -17,6 +17,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/ LIB_DEPENDS= libOpenCL.so:devel/ocl-icd RUN_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl -USES= compiler:openmp cmake:outsource localbase +USES= cmake:outsource compiler:openmp localbase .include From owner-svn-ports-all@freebsd.org Sat Jun 3 15:32:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D308BF3F1F; Sat, 3 Jun 2017 15:32:33 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18334745DE; Sat, 3 Jun 2017 15:32:33 +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 v53FWWZ2088104; Sat, 3 Jun 2017 15:32:32 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53FWWQY088103; Sat, 3 Jun 2017 15:32:32 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201706031532.v53FWWQY088103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sat, 3 Jun 2017 15:32:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442504 - head/lang/erlang X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 15:32:33 -0000 Author: olgeni Date: Sat Jun 3 15:32:31 2017 New Revision: 442504 URL: https://svnweb.freebsd.org/changeset/ports/442504 Log: Use a local mirror for armstrong_thesis_2003.pdf, which is no longer available. Submitted by: miwi Modified: head/lang/erlang/Makefile Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Sat Jun 3 15:07:09 2017 (r442503) +++ head/lang/erlang/Makefile Sat Jun 3 15:32:31 2017 (r442504) @@ -84,7 +84,7 @@ TOOLS_VSN= 2.9.1 .if ${PORT_OPTIONS:MDOCS} DISTFILES+= ${ERLANG_DOCS}:erlangorg \ ${DOC_DISTFILES} -DOC_DISTFILES= armstrong_thesis_2003.pdf:joe \ +DOC_DISTFILES= armstrong_thesis_2003.pdf:local \ bjarnelic.pdf:publications \ erlang-book-part1.pdf:erlangorg \ master_thesis_patterns.pdf:local \ From owner-svn-ports-all@freebsd.org Sat Jun 3 15:34:42 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DF24BF3F72; Sat, 3 Jun 2017 15:34:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from sg.miwi.cc (sg.miwi.cc [45.76.178.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "", Issuer "Miwi" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48E73746C3; Sat, 3 Jun 2017 15:34:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sg.miwi.cc X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.1 Received: from sg.miwi.cc (sg.miwi.cc [45.76.178.87]) by sg.miwi.cc (OpenSMTPD) with ESMTPS id 565417fa TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 3 Jun 2017 23:34:33 +0800 (MYT) Date: Sat, 3 Jun 2017 23:34:32 +0800 From: Martin Wilke To: Kubilay Kocak Cc: "Tobias C. Berner" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, FreeBSD Ports Security Team Subject: Re: svn commit: r442460 - in head: . Mk devel/qt5-core devel/qt5-qmake Message-ID: <20170603153432.t5a75a3jznkp4xah@sg.miwi.cc> References: <201706022003.v52K3CkH012011@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed In-Reply-To: User-Agent: NeoMutt/20170428 (1.8.2) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 15:34:42 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 - - Approved. On Sat, Jun 03, 2017 at 12:45:13PM +1000, Kubilay Kocak wrote: > On 6/3/17 6:03 AM, Tobias C. Berner wrote: > > Author: tcberner > > Date: Fri Jun 2 20:03:12 2017 > > New Revision: 442460 > > URL: https://svnweb.freebsd.org/changeset/ports/442460 > > > > Log: > > Do not use gold linker for Qt5 ports. > > > > gold linker from binutils 2.28 may produce duplicate library > > symbols, which makes shared libraries created with it not usable > > with conventional ld linker. > > > > PR: 218187 > > Submitted by: amdmi3 > > > Is quarterly affected by this? Can/should this be MFH'd? > > > Modified: > > head/Mk/bsd.qt.mk > > head/UPDATING > > head/devel/qt5-core/Makefile > > head/devel/qt5-qmake/Makefile > > > > Modified: head/Mk/bsd.qt.mk > > ============================================================================== > > --- head/Mk/bsd.qt.mk Fri Jun 2 19:56:07 2017 (r442459) > > +++ head/Mk/bsd.qt.mk Fri Jun 2 20:03:12 2017 (r442460) > > @@ -147,7 +147,9 @@ CONFIGURE_ARGS+=-nomake examples -nomake tests \ > > . if ${ARCH} == i386 && empty(MACHINE_CPU:Msse2) > > CONFIGURE_ARGS+=-no-sse2 > > . endif > > - > > +# Work around a bug in current binutils, where the gold linker creates > > +# duplicate symbols. See pr 218187. Disable the gold-linker for Qt5 ports. > > +CONFIGURE_ARGS+= -no-use-gold-linker > > . endif > > > > . if defined(WANT_QT_DEBUG) || defined(WITH_DEBUG) > > > > Modified: head/UPDATING > > ============================================================================== > > --- head/UPDATING Fri Jun 2 19:56:07 2017 (r442459) > > +++ head/UPDATING Fri Jun 2 20:03:12 2017 (r442460) > > @@ -5,6 +5,27 @@ 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. > > > > +20170602: > > + AFFECTS: users of Qt 5 in presence of binutils > > + AUTHOR: amdmi3@FreeBSD.org > > + > > + gold linker from binutils 2.28 may produce duplicate library > > + symbols, which makes shared libraries created with it not usable > > + with conventional ld linker. > > + > > + This affects Qt, as qt5-qmake will detect gold and use it to build > > + Qt libraries. Broken libQt5Core will be produced and ports which > > + depend on it will then fail to link with the following errors: > > + > > + ...lib/libQt5Core.so:(.dynamic+0x27ac8): multiple definition of `__bss_start at Qt_5' > > + ...lib/libQt5Core.so:(.dynamic+0x27ac8): first defined here > > + ...lib/libQt5Core.so:(.dynamic+0x27ac8): multiple definition of `_edata at Qt_5' > > + ...lib/libQt5Core.so:(.dynamic+0x27ac8): first defined here > > + ...lib/libQt5Core.so:(.dynamic+0x2b2d0): multiple definition of `_end at Qt_5' > > + > > + Qt5 was fixed to ignore gold. If you see these errors, you > > + need to rebuild qt5-qmake, then all qt5-* ports. > > + > > 20170529: > > AFFECTS: users of sysutils/dsbmd > > AUTHOR: mk@freeshell.de > > > > Modified: head/devel/qt5-core/Makefile > > ============================================================================== > > --- head/devel/qt5-core/Makefile Fri Jun 2 19:56:07 2017 (r442459) > > +++ head/devel/qt5-core/Makefile Fri Jun 2 20:03:12 2017 (r442460) > > @@ -2,6 +2,7 @@ > > > > PORTNAME= core > > DISTVERSION= ${QT5_VERSION} > > +PORTREVISION= 1 > > CATEGORIES= devel > > PKGNAMEPREFIX= qt5- > > > > > > Modified: head/devel/qt5-qmake/Makefile > > ============================================================================== > > --- head/devel/qt5-qmake/Makefile Fri Jun 2 19:56:07 2017 (r442459) > > +++ head/devel/qt5-qmake/Makefile Fri Jun 2 20:03:12 2017 (r442460) > > @@ -2,7 +2,7 @@ > > > > PORTNAME= qmake > > DISTVERSION= ${QT5_VERSION} > > -PORTREVISION= 2 > > +PORTREVISION= 3 > > CATEGORIES= devel > > PKGNAMEPREFIX= qt5- > > > > > > > _______________________________________________________ > Please think twice when forwarding, cc:ing, or bcc:ing > ports-security-team messages. Ask if you are unsure. - -- +-----------------oOO--(_)--OOo-------------------------+ With best Regards, Martin Wilke (miwi_(at)_FreeBSD.org) Mess with the Best, Die like the Rest -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJZMtcIAAoJEB8/xmUxOhJnWJkH/3SDlgXYNq6og0w6QhF/Oqu8 j+fRYqX38gq5MkXMxbjphCs6WrjL514kMrxqzvBZ2/yqgPKK+MfxppUvfAi8g6qY UIhzUBp2eMeBKjOfGz6+W6pe1bBXaYy7+sEIY5y4XXrY6muBLtEzZOAWOlvFPKR8 tvKUHGJngmeo+aNDojnpVWY/vIzeasg0Nxtb8TseSn7UBPWFbj0FiSbMpRtp4FCX x+MK/x7qEH/PZEEnA7BRJxdfYD96r8jVLrdT4xUzPAPVjMh0YWRMTWyt3fcoYGCQ vLdhfglPclpsUZQljZ1gMzWWGqAw1XPG1w2XqAhM9ZTYFMRdd+P2lhaUroFnHTo= =FUMj -----END PGP SIGNATURE----- From owner-svn-ports-all@freebsd.org Sat Jun 3 16:02:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEDA2BF4A81; Sat, 3 Jun 2017 16:02:27 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCD2175825; Sat, 3 Jun 2017 16:02:27 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53G2QUe000707; Sat, 3 Jun 2017 16:02:26 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53G2QHC000704; Sat, 3 Jun 2017 16:02:26 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201706031602.v53G2QHC000704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 3 Jun 2017 16:02:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442505 - head/security/libtasn1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 16:02:28 -0000 Author: novel Date: Sat Jun 3 16:02:26 2017 New Revision: 442505 URL: https://svnweb.freebsd.org/changeset/ports/442505 Log: security/libtasn1: update to 4.12 Modified: head/security/libtasn1/Makefile head/security/libtasn1/distinfo head/security/libtasn1/pkg-plist Modified: head/security/libtasn1/Makefile ============================================================================== --- head/security/libtasn1/Makefile Sat Jun 3 15:32:31 2017 (r442504) +++ head/security/libtasn1/Makefile Sat Jun 3 16:02:26 2017 (r442505) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libtasn1 -PORTVERSION= 4.10 +PORTVERSION= 4.12 CATEGORIES= security MASTER_SITES= GNU Modified: head/security/libtasn1/distinfo ============================================================================== --- head/security/libtasn1/distinfo Sat Jun 3 15:32:31 2017 (r442504) +++ head/security/libtasn1/distinfo Sat Jun 3 16:02:26 2017 (r442505) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484659485 -SHA256 (libtasn1-4.10.tar.gz) = 681a4d9a0d259f2125713f2e5766c5809f151b3a1392fd91390f780b4b8f5a02 -SIZE (libtasn1-4.10.tar.gz) = 1887057 +TIMESTAMP = 1496492671 +SHA256 (libtasn1-4.12.tar.gz) = 6753da2e621257f33f5b051cc114d417e5206a0818fe0b1ecfd6153f70934753 +SIZE (libtasn1-4.12.tar.gz) = 1888450 Modified: head/security/libtasn1/pkg-plist ============================================================================== --- head/security/libtasn1/pkg-plist Sat Jun 3 15:32:31 2017 (r442504) +++ head/security/libtasn1/pkg-plist Sat Jun 3 16:02:26 2017 (r442505) @@ -5,7 +5,7 @@ include/libtasn1.h lib/libtasn1.a lib/libtasn1.so lib/libtasn1.so.6 -lib/libtasn1.so.6.5.3 +lib/libtasn1.so.6.5.4 libdata/pkgconfig/libtasn1.pc man/man1/asn1Coding.1.gz man/man1/asn1Decoding.1.gz From owner-svn-ports-all@freebsd.org Sat Jun 3 16:03:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A2B4BF4AC6; Sat, 3 Jun 2017 16:03:15 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4673C75910; Sat, 3 Jun 2017 16:03:15 +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 v53G3E3I000854; Sat, 3 Jun 2017 16:03:14 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53G3EVl000852; Sat, 3 Jun 2017 16:03:14 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201706031603.v53G3EVl000852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 3 Jun 2017 16:03:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442506 - head/security/p11-kit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 16:03:15 -0000 Author: novel Date: Sat Jun 3 16:03:14 2017 New Revision: 442506 URL: https://svnweb.freebsd.org/changeset/ports/442506 Log: security/p11-kit: update to 0.23.7 Modified: head/security/p11-kit/Makefile head/security/p11-kit/distinfo Modified: head/security/p11-kit/Makefile ============================================================================== --- head/security/p11-kit/Makefile Sat Jun 3 16:02:26 2017 (r442505) +++ head/security/p11-kit/Makefile Sat Jun 3 16:03:14 2017 (r442506) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= p11-kit -PORTVERSION= 0.23.5 +PORTVERSION= 0.23.7 CATEGORIES= security devel MASTER_SITES= https://github.com/p11-glue/p11-kit/releases/download/${PORTVERSION}/ Modified: head/security/p11-kit/distinfo ============================================================================== --- head/security/p11-kit/distinfo Sat Jun 3 16:02:26 2017 (r442505) +++ head/security/p11-kit/distinfo Sat Jun 3 16:03:14 2017 (r442506) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488468978 -SHA256 (p11-kit-0.23.5.tar.gz) = 0d8fed192563c324bb5ace3c068f06558a5569a6e8eb47eee1cd79ada3b1124f -SIZE (p11-kit-0.23.5.tar.gz) = 1074479 +TIMESTAMP = 1496461827 +SHA256 (p11-kit-0.23.7.tar.gz) = 988e7c86f2641b36702503481292ef0686e6b1c39d80b215699b6dbf1024be41 +SIZE (p11-kit-0.23.7.tar.gz) = 1087009 From owner-svn-ports-all@freebsd.org Sat Jun 3 16:09:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E2C8BF4BD6; Sat, 3 Jun 2017 16:09:05 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A72D75AE6; Sat, 3 Jun 2017 16:09:05 +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 v53G94pB001182; Sat, 3 Jun 2017 16:09:04 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53G94Gn001180; Sat, 3 Jun 2017 16:09:04 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706031609.v53G94Gn001180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 3 Jun 2017 16:09:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442507 - head/devel/py-memory_profiler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 16:09:05 -0000 Author: tcberner Date: Sat Jun 3 16:09:03 2017 New Revision: 442507 URL: https://svnweb.freebsd.org/changeset/ports/442507 Log: Update to 0.47 - update to 0.47 - default-enable PSUTILS option/dependency, to silence annoying warnings PR: 219752 Submitted by: xmj (maintainer) Modified: head/devel/py-memory_profiler/Makefile head/devel/py-memory_profiler/distinfo Modified: head/devel/py-memory_profiler/Makefile ============================================================================== --- head/devel/py-memory_profiler/Makefile Sat Jun 3 16:03:14 2017 (r442506) +++ head/devel/py-memory_profiler/Makefile Sat Jun 3 16:09:03 2017 (r442507) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= memory_profiler -PORTVERSION= 0.41 +PORTVERSION= 0.47 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,8 @@ COMMENT= Line-by-line and process memory consumption a LICENSE= BSD2CLAUSE OPTIONS_DEFINE= PSUTIL +OPTIONS_DEFAULT= PSUTIL + PSUTIL_DESC= Use psutil for better performance PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>1.0.0:sysutils/py-psutil Modified: head/devel/py-memory_profiler/distinfo ============================================================================== --- head/devel/py-memory_profiler/distinfo Sat Jun 3 16:03:14 2017 (r442506) +++ head/devel/py-memory_profiler/distinfo Sat Jun 3 16:09:03 2017 (r442507) @@ -1,2 +1,3 @@ -SHA256 (memory_profiler-0.41.tar.gz) = dce6e931c281662a500b142595517d095267216472c2926e5ec8edab89898d10 -SIZE (memory_profiler-0.41.tar.gz) = 28835 +TIMESTAMP = 1496505442 +SHA256 (memory_profiler-0.47.tar.gz) = e992f2a341a5332dad1ad4a008eeac7cfe78c7ea4abdf7535a3e7e79093328cb +SIZE (memory_profiler-0.47.tar.gz) = 33725 From owner-svn-ports-all@freebsd.org Sat Jun 3 16:16:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2356BF4D45; Sat, 3 Jun 2017 16:16:09 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8227075E3B; Sat, 3 Jun 2017 16:16:09 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53GG8En005300; Sat, 3 Jun 2017 16:16:08 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53GG8gO005297; Sat, 3 Jun 2017 16:16:08 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201706031616.v53GG8gO005297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 3 Jun 2017 16:16:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442508 - head/graphics/azpainter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 16:16:09 -0000 Author: danfe Date: Sat Jun 3 16:16:08 2017 New Revision: 442508 URL: https://svnweb.freebsd.org/changeset/ports/442508 Log: Update AzPainter to version 2.0.6. Now comes with dark theme, icons of different sizes for various controls, and customizable toolbar buttons. TIMESTAMP (azpainter-2.0.6.tar.bz2) = 1496440852 Modified: head/graphics/azpainter/Makefile head/graphics/azpainter/distinfo head/graphics/azpainter/pkg-plist Modified: head/graphics/azpainter/Makefile ============================================================================== --- head/graphics/azpainter/Makefile Sat Jun 3 16:09:03 2017 (r442507) +++ head/graphics/azpainter/Makefile Sat Jun 3 16:16:08 2017 (r442508) @@ -2,22 +2,22 @@ # $FreeBSD$ PORTNAME= azpainter -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= graphics -MASTER_SITES= http://aarnet.dl.osdn.jp/azpainter/67713/ \ - http://acc.dl.osdn.jp/azpainter/67713/ \ - http://c3sl.dl.osdn.jp/azpainter/67713/ \ - http://cznic.dl.osdn.jp/azpainter/67713/ \ - http://gigenet.dl.osdn.jp/azpainter/67713/ \ - http://iij.dl.osdn.jp/azpainter/67713/ \ - http://jaist.dl.osdn.jp/azpainter/67713/ \ - http://master.dl.osdn.jp/azpainter/67713/ \ - http://nchc.dl.osdn.jp/azpainter/67713/ \ - http://onet.dl.osdn.jp/azpainter/67713/ \ - http://osdn.dl.osdn.jp/azpainter/67713/ \ - http://pumath.dl.osdn.jp/azpainter/67713/ \ - http://rwthaachen.dl.osdn.jp/azpainter/67713/ \ - http://ymu.dl.osdn.jp/azpainter/67713/ +MASTER_SITES= http://aarnet.dl.osdn.jp/azpainter/67805/ \ + http://acc.dl.osdn.jp/azpainter/67805/ \ + http://c3sl.dl.osdn.jp/azpainter/67805/ \ + http://cznic.dl.osdn.jp/azpainter/67805/ \ + http://gigenet.dl.osdn.jp/azpainter/67805/ \ + http://iij.dl.osdn.jp/azpainter/67805/ \ + http://jaist.dl.osdn.jp/azpainter/67805/ \ + http://master.dl.osdn.jp/azpainter/67805/ \ + http://nchc.dl.osdn.jp/azpainter/67805/ \ + http://onet.dl.osdn.jp/azpainter/67805/ \ + http://osdn.dl.osdn.jp/azpainter/67805/ \ + http://pumath.dl.osdn.jp/azpainter/67805/ \ + http://rwthaachen.dl.osdn.jp/azpainter/67805/ \ + http://ymu.dl.osdn.jp/azpainter/67805/ MAINTAINER= danfe@FreeBSD.org COMMENT= 16-bit RGB full color painting application Modified: head/graphics/azpainter/distinfo ============================================================================== --- head/graphics/azpainter/distinfo Sat Jun 3 16:09:03 2017 (r442507) +++ head/graphics/azpainter/distinfo Sat Jun 3 16:16:08 2017 (r442508) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495246236 -SHA256 (azpainter-2.0.5.tar.bz2) = 7c3bc35fff51b3529911e5d6ce6ee2ce565694c17755fe1e6f52e6d9ad0ce839 -SIZE (azpainter-2.0.5.tar.bz2) = 831989 +TIMESTAMP = 1496440852 +SHA256 (azpainter-2.0.6.tar.bz2) = f7f1c0bff9f0fe2fe6864c051a91f6e2b931c527a0e75ecde91170142163a321 +SIZE (azpainter-2.0.6.tar.bz2) = 858099 Modified: head/graphics/azpainter/pkg-plist ============================================================================== --- head/graphics/azpainter/pkg-plist Sat Jun 3 16:09:03 2017 (r442507) +++ head/graphics/azpainter/pkg-plist Sat Jun 3 16:16:08 2017 (r442508) @@ -1,15 +1,28 @@ bin/azpainter +%%DATADIR%%/13x13/layer.png +%%DATADIR%%/16x16/brushedit.png +%%DATADIR%%/16x16/canvasview.png +%%DATADIR%%/16x16/imgviewer.png +%%DATADIR%%/16x16/layer.png +%%DATADIR%%/16x16/tool.png +%%DATADIR%%/16x16/toolbar.png +%%DATADIR%%/16x16/toolsub.png +%%DATADIR%%/20x20/brushedit.png +%%DATADIR%%/20x20/canvasview.png +%%DATADIR%%/20x20/imgviewer.png +%%DATADIR%%/20x20/tool.png +%%DATADIR%%/20x20/toolbar.png +%%DATADIR%%/20x20/toolsub.png +%%DATADIR%%/24x24/brushedit.png +%%DATADIR%%/24x24/canvasview.png +%%DATADIR%%/24x24/imgviewer.png +%%DATADIR%%/24x24/tool.png +%%DATADIR%%/24x24/toolbar.png +%%DATADIR%%/24x24/toolsub.png %%DATADIR%%/brush/circle1.png %%DATADIR%%/brush/ellipse.png %%DATADIR%%/brush-2.dat %%DATADIR%%/grad.dat -%%DATADIR%%/ib_brushedit.png -%%DATADIR%%/ib_canvasview.png -%%DATADIR%%/ib_imgviewer.png -%%DATADIR%%/ib_layer.png -%%DATADIR%%/ib_tool.png -%%DATADIR%%/ib_toolbar.png -%%DATADIR%%/ib_toolsub.png %%DATADIR%%/icon.png %%DATADIR%%/palette-2.dat %%DATADIR%%/sckey-2.conf @@ -153,6 +166,7 @@ bin/azpainter %%DATADIR%%/texture/various/wall.png %%DATADIR%%/texture/various/white_circle.png %%DATADIR%%/texture/various/x-mark.png +%%DATADIR%%/theme/black.theme %%NLS%%%%DATADIR%%/tr/en.mtr %%NLS%%%%DATADIR%%/tr/ja.mtr %%NLS%%%%DATADIR%%/tr/pt_BR.mtr From owner-svn-ports-all@freebsd.org Sat Jun 3 16:57:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E33A7BF56C2; Sat, 3 Jun 2017 16:57: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 mx1.freebsd.org (Postfix) with ESMTPS id AE45C76F4B; Sat, 3 Jun 2017 16:57:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53GvN9O021513; Sat, 3 Jun 2017 16:57:23 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53GvN5P021511; Sat, 3 Jun 2017 16:57:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201706031657.v53GvN5P021511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 3 Jun 2017 16:57:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442509 - in head/www/grafana4: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 16:57:25 -0000 Author: swills Date: Sat Jun 3 16:57:23 2017 New Revision: 442509 URL: https://svnweb.freebsd.org/changeset/ports/442509 Log: www/grafana4: fix doc mistake in the init script PR: 219696 Submitted by: Mark.Martinec@ijs.si Modified: head/www/grafana4/Makefile head/www/grafana4/files/grafana.in Modified: head/www/grafana4/Makefile ============================================================================== --- head/www/grafana4/Makefile Sat Jun 3 16:16:08 2017 (r442508) +++ head/www/grafana4/Makefile Sat Jun 3 16:57:23 2017 (r442509) @@ -2,6 +2,7 @@ PORTNAME= grafana PORTVERSION= 4.3.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES+= https://s3-us-west-2.amazonaws.com/grafana-releases/release/:public Modified: head/www/grafana4/files/grafana.in ============================================================================== --- head/www/grafana4/files/grafana.in Sat Jun 3 16:16:08 2017 (r442508) +++ head/www/grafana4/files/grafana.in Sat Jun 3 16:57:23 2017 (r442509) @@ -12,7 +12,7 @@ # grafana_enable (bool): Set to YES to enable grafana # Default: NO # grafana_conf (str): grafana configration file -# Default: %%PREFIX%%/etc/grafana.cfg +# Default: %%PREFIX%%/etc/grafana.conf # grafana_user (str): grafana daemon user # Default: %%GRAFANA_USER%% # grafana_group (str): grafana daemon group From owner-svn-ports-all@freebsd.org Sat Jun 3 17:57:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B1BDBF6383; Sat, 3 Jun 2017 17:57:39 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0292678695; Sat, 3 Jun 2017 17:57: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 v53HvcUS045676; Sat, 3 Jun 2017 17:57:38 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53Hvb6h045672; Sat, 3 Jun 2017 17:57:37 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201706031757.v53Hvb6h045672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 3 Jun 2017 17:57:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442510 - in head: . www/kanboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 17:57:39 -0000 Author: joneum Date: Sat Jun 3 17:57:37 2017 New Revision: 442510 URL: https://svnweb.freebsd.org/changeset/ports/442510 Log: - www/kanboard: Update from 1.0.41 to 1.0.44 - Changelog: https://github.com/kanboard/kanboard/blob/master/ChangeLog PR: 219663 Submitted by: Bart Wrobel (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11004 Modified: head/UPDATING head/www/kanboard/Makefile head/www/kanboard/distinfo head/www/kanboard/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Jun 3 16:57:23 2017 (r442509) +++ head/UPDATING Sat Jun 3 17:57:37 2017 (r442510) @@ -5,6 +5,15 @@ 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. +20170603: + AFFECTS: users of www/kanboard + AUTHOR: joneum@FreeBSD.org + + After update to 1.0.44, there are following breaking changes: + * Move calendar to external plugin: https://github.com/kanboard/plugin-calendar + * Move Gantt charts to external plugin: https://github.com/kanboard/plugin-gantt + * Move Gravatar to external plugin: https://github.com/kanboard/plugin-gravatar + 20170602: AFFECTS: users of Qt 5 in presence of binutils AUTHOR: amdmi3@FreeBSD.org Modified: head/www/kanboard/Makefile ============================================================================== --- head/www/kanboard/Makefile Sat Jun 3 16:57:23 2017 (r442509) +++ head/www/kanboard/Makefile Sat Jun 3 17:57:37 2017 (r442510) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kanboard -PORTVERSION= 1.0.41 +PORTVERSION= 1.0.44 CATEGORIES= www MASTER_SITES= http://kanboard.net/ \ https://bitbucket.org/if0/kanboard-archives/downloads/ \ Modified: head/www/kanboard/distinfo ============================================================================== --- head/www/kanboard/distinfo Sat Jun 3 16:57:23 2017 (r442509) +++ head/www/kanboard/distinfo Sat Jun 3 17:57:37 2017 (r442510) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490640952 -SHA256 (kanboard-1.0.41.zip) = 825885960c65f7817d9fc34ca5ac8c36ef637ed285bcdb2bf3f5569bf64c9ff2 -SIZE (kanboard-1.0.41.zip) = 7112626 +TIMESTAMP = 1496172935 +SHA256 (kanboard-1.0.44.zip) = ea6bbc7c4ff05148f204074e73b48f374bb9d466fe1891401cac3e5a1d5dc970 +SIZE (kanboard-1.0.44.zip) = 7064312 Modified: head/www/kanboard/pkg-plist ============================================================================== --- head/www/kanboard/pkg-plist Sat Jun 3 16:57:23 2017 (r442509) +++ head/www/kanboard/pkg-plist Sat Jun 3 17:57:37 2017 (r442510) @@ -122,7 +122,6 @@ %%WWWDIR%%/app/Controller/BoardPopoverController.php %%WWWDIR%%/app/Controller/BoardTooltipController.php %%WWWDIR%%/app/Controller/BoardViewController.php -%%WWWDIR%%/app/Controller/CalendarController.php %%WWWDIR%%/app/Controller/CaptchaController.php %%WWWDIR%%/app/Controller/CategoryController.php %%WWWDIR%%/app/Controller/ColumnController.php @@ -154,7 +153,6 @@ %%WWWDIR%%/app/Controller/ProjectCreationController.php %%WWWDIR%%/app/Controller/ProjectEditController.php %%WWWDIR%%/app/Controller/ProjectFileController.php -%%WWWDIR%%/app/Controller/ProjectGanttController.php %%WWWDIR%%/app/Controller/ProjectListController.php %%WWWDIR%%/app/Controller/ProjectOverviewController.php %%WWWDIR%%/app/Controller/ProjectPermissionController.php @@ -177,7 +175,6 @@ %%WWWDIR%%/app/Controller/TaskDuplicationController.php %%WWWDIR%%/app/Controller/TaskExternalLinkController.php %%WWWDIR%%/app/Controller/TaskFileController.php -%%WWWDIR%%/app/Controller/TaskGanttController.php %%WWWDIR%%/app/Controller/TaskImportController.php %%WWWDIR%%/app/Controller/TaskInternalLinkController.php %%WWWDIR%%/app/Controller/TaskListController.php @@ -388,17 +385,18 @@ %%WWWDIR%%/app/Formatter/BoardTaskFormatter.php %%WWWDIR%%/app/Formatter/GroupAutoCompleteFormatter.php %%WWWDIR%%/app/Formatter/ProjectActivityEventFormatter.php -%%WWWDIR%%/app/Formatter/ProjectGanttFormatter.php +%%WWWDIR%%/app/Formatter/ProjectApiApiFormatter.php +%%WWWDIR%%/app/Formatter/ProjectsApiFormatter.php %%WWWDIR%%/app/Formatter/SubtaskListFormatter.php %%WWWDIR%%/app/Formatter/SubtaskTimeTrackingCalendarFormatter.php +%%WWWDIR%%/app/Formatter/TaskApiFormatter.php %%WWWDIR%%/app/Formatter/TaskAutoCompleteFormatter.php -%%WWWDIR%%/app/Formatter/TaskCalendarFormatter.php -%%WWWDIR%%/app/Formatter/TaskGanttFormatter.php %%WWWDIR%%/app/Formatter/TaskICalFormatter.php %%WWWDIR%%/app/Formatter/TaskListFormatter.php %%WWWDIR%%/app/Formatter/TaskListSubtaskAssigneeFormatter.php %%WWWDIR%%/app/Formatter/TaskListSubtaskFormatter.php %%WWWDIR%%/app/Formatter/TaskSuggestMenuFormatter.php +%%WWWDIR%%/app/Formatter/TasksApiFormatter.php %%WWWDIR%%/app/Formatter/UserAutoCompleteFormatter.php %%WWWDIR%%/app/Formatter/UserMentionFormatter.php %%WWWDIR%%/app/Group/DatabaseBackendGroupProvider.php @@ -409,7 +407,6 @@ %%WWWDIR%%/app/Helper/AssetHelper.php %%WWWDIR%%/app/Helper/AvatarHelper.php %%WWWDIR%%/app/Helper/BoardHelper.php -%%WWWDIR%%/app/Helper/CalendarHelper.php %%WWWDIR%%/app/Helper/CommentHelper.php %%WWWDIR%%/app/Helper/DateHelper.php %%WWWDIR%%/app/Helper/FileHelper.php @@ -444,6 +441,7 @@ %%WWWDIR%%/app/Job/UserMentionJob.php %%WWWDIR%%/app/Library/password.php %%WWWDIR%%/app/Locale/bs_BA/translations.php +%%WWWDIR%%/app/Locale/ca_ES/translations.php %%WWWDIR%%/app/Locale/cs_CZ/translations.php %%WWWDIR%%/app/Locale/da_DK/translations.php %%WWWDIR%%/app/Locale/de_DE/translations.php @@ -554,6 +552,9 @@ %%WWWDIR%%/app/Notification/WebNotification.php %%WWWDIR%%/app/Notification/WebhookNotification.php %%WWWDIR%%/app/Pagination/DashboardPagination.php +%%WWWDIR%%/app/Pagination/ProjectPagination.php +%%WWWDIR%%/app/Pagination/SubtaskPagination.php +%%WWWDIR%%/app/Pagination/TaskPagination.php %%WWWDIR%%/app/Pagination/UserPagination.php %%WWWDIR%%/app/Schema/Migration.php %%WWWDIR%%/app/Schema/Mysql.php @@ -633,8 +634,6 @@ %%WWWDIR%%/app/Template/board/view_private.php %%WWWDIR%%/app/Template/board/view_public.php %%WWWDIR%%/app/Template/board_popover/close_all_tasks_column.php -%%WWWDIR%%/app/Template/calendar/project.php -%%WWWDIR%%/app/Template/calendar/user.php %%WWWDIR%%/app/Template/category/create.php %%WWWDIR%%/app/Template/category/edit.php %%WWWDIR%%/app/Template/category/index.php @@ -659,7 +658,6 @@ %%WWWDIR%%/app/Template/config/api.php %%WWWDIR%%/app/Template/config/application.php %%WWWDIR%%/app/Template/config/board.php -%%WWWDIR%%/app/Template/config/calendar.php %%WWWDIR%%/app/Template/config/email.php %%WWWDIR%%/app/Template/config/integrations.php %%WWWDIR%%/app/Template/config/keyboard_shortcuts.php @@ -675,7 +673,12 @@ %%WWWDIR%%/app/Template/custom_filter/edit.php %%WWWDIR%%/app/Template/custom_filter/index.php %%WWWDIR%%/app/Template/custom_filter/remove.php -%%WWWDIR%%/app/Template/dashboard/show.php +%%WWWDIR%%/app/Template/dashboard/layout.php +%%WWWDIR%%/app/Template/dashboard/overview.php +%%WWWDIR%%/app/Template/dashboard/projects.php +%%WWWDIR%%/app/Template/dashboard/sidebar.php +%%WWWDIR%%/app/Template/dashboard/subtasks.php +%%WWWDIR%%/app/Template/dashboard/tasks.php %%WWWDIR%%/app/Template/doc/show.php %%WWWDIR%%/app/Template/event/comment_create.php %%WWWDIR%%/app/Template/event/comment_delete.php @@ -709,6 +712,7 @@ %%WWWDIR%%/app/Template/group/dropdown.php %%WWWDIR%%/app/Template/group/index.php %%WWWDIR%%/app/Template/group/remove.php +%%WWWDIR%%/app/Template/group/user_dropdown.php %%WWWDIR%%/app/Template/group/users.php %%WWWDIR%%/app/Template/group_creation/show.php %%WWWDIR%%/app/Template/group_modification/show.php @@ -760,7 +764,6 @@ %%WWWDIR%%/app/Template/project_edit/show.php %%WWWDIR%%/app/Template/project_file/create.php %%WWWDIR%%/app/Template/project_file/remove.php -%%WWWDIR%%/app/Template/project_gantt/show.php %%WWWDIR%%/app/Template/project_header/dropdown.php %%WWWDIR%%/app/Template/project_header/header.php %%WWWDIR%%/app/Template/project_header/search.php @@ -859,7 +862,6 @@ %%WWWDIR%%/app/Template/task_file/remove.php %%WWWDIR%%/app/Template/task_file/screenshot.php %%WWWDIR%%/app/Template/task_file/show.php -%%WWWDIR%%/app/Template/task_gantt/show.php %%WWWDIR%%/app/Template/task_import/show.php %%WWWDIR%%/app/Template/task_internal_link/create.php %%WWWDIR%%/app/Template/task_internal_link/edit.php @@ -920,7 +922,6 @@ %%WWWDIR%%/app/Template/user_view/timesheet.php %%WWWDIR%%/app/Template/web_notification/show.php %%WWWDIR%%/app/User/Avatar/AvatarFileProvider.php -%%WWWDIR%%/app/User/Avatar/GravatarProvider.php %%WWWDIR%%/app/User/Avatar/LetterAvatarProvider.php %%WWWDIR%%/app/User/DatabaseUserProvider.php %%WWWDIR%%/app/User/LdapUserProvider.php @@ -980,7 +981,6 @@ %%WWWDIR%%/assets/fonts/fontawesome-webfont.woff %%WWWDIR%%/assets/fonts/fontawesome-webfont.woff2 %%WWWDIR%%/assets/img/favicon.png -%%WWWDIR%%/assets/img/gravatar-icon.png %%WWWDIR%%/assets/img/icon.svg %%WWWDIR%%/assets/img/touch-icon-ipad-retina.png %%WWWDIR%%/assets/img/touch-icon-ipad.png @@ -989,7 +989,6 @@ %%WWWDIR%%/assets/js/app.min.js %%WWWDIR%%/assets/js/components/accordion.js %%WWWDIR%%/assets/js/components/board-task-click.js -%%WWWDIR%%/assets/js/components/calendar.js %%WWWDIR%%/assets/js/components/chart-project-avg-time-column.js %%WWWDIR%%/assets/js/components/chart-project-burndown.js %%WWWDIR%%/assets/js/components/chart-project-cumulative-flow.js @@ -1035,7 +1034,6 @@ %%WWWDIR%%/assets/js/src/Bootstrap.js %%WWWDIR%%/assets/js/src/Column.js %%WWWDIR%%/assets/js/src/Dropdown.js -%%WWWDIR%%/assets/js/src/Gantt.js %%WWWDIR%%/assets/js/src/Namespace.js %%WWWDIR%%/assets/js/src/Search.js %%WWWDIR%%/assets/js/src/Swimlane.js @@ -1057,7 +1055,6 @@ %%WWWDIR%%/assets/sass/_file_upload.sass %%WWWDIR%%/assets/sass/_filter_box.sass %%WWWDIR%%/assets/sass/_form.sass -%%WWWDIR%%/assets/sass/_gantt_chart.sass %%WWWDIR%%/assets/sass/_header.sass %%WWWDIR%%/assets/sass/_icon.sass %%WWWDIR%%/assets/sass/_image_slideshow.sass @@ -1104,6 +1101,21 @@ %%WWWDIR%%/config.default.php %%WWWDIR%%/data/.htaccess %%WWWDIR%%/data/web.config +%%WWWDIR%%/doc/cs_CZ/board-collapsed-expanded.markdown +%%WWWDIR%%/doc/cs_CZ/board-horizontal-scrolling-and-compact-view.markdown +%%WWWDIR%%/doc/cs_CZ/board-show-hide-columns.markdown +%%WWWDIR%%/doc/cs_CZ/closing-tasks.markdown +%%WWWDIR%%/doc/cs_CZ/creating-projects.markdown +%%WWWDIR%%/doc/cs_CZ/creating-tasks.markdown +%%WWWDIR%%/doc/cs_CZ/duplicate-move-tasks.markdown +%%WWWDIR%%/doc/cs_CZ/editing-projects.markdown +%%WWWDIR%%/doc/cs_CZ/index.markdown +%%WWWDIR%%/doc/cs_CZ/project-configuration.markdown +%%WWWDIR%%/doc/cs_CZ/project-permissions.markdown +%%WWWDIR%%/doc/cs_CZ/project-types.markdown +%%WWWDIR%%/doc/cs_CZ/project-views.markdown +%%WWWDIR%%/doc/cs_CZ/removing-projects.markdown +%%WWWDIR%%/doc/cs_CZ/what-is-kanban.markdown %%WWWDIR%%/doc/en_US/2fa.markdown %%WWWDIR%%/doc/en_US/analytics-tasks.markdown %%WWWDIR%%/doc/en_US/analytics.markdown From owner-svn-ports-all@freebsd.org Sat Jun 3 18:03:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B18C2BF65D6; Sat, 3 Jun 2017 18:03:41 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CB4578B91; Sat, 3 Jun 2017 18:03:41 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53I3e33049647; Sat, 3 Jun 2017 18:03:40 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53I3eVT049644; Sat, 3 Jun 2017 18:03:40 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201706031803.v53I3eVT049644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 3 Jun 2017 18:03:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442511 - in head/science/py-h5py: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 18:03:41 -0000 Author: tcberner Date: Sat Jun 3 18:03:40 2017 New Revision: 442511 URL: https://svnweb.freebsd.org/changeset/ports/442511 Log: Update to 2.7.0 PR: 219754 Submitted by: xmj (maintainer) Added: head/science/py-h5py/files/ head/science/py-h5py/files/patch-setup__build.py (contents, props changed) Modified: head/science/py-h5py/Makefile head/science/py-h5py/distinfo Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Sat Jun 3 17:57:37 2017 (r442510) +++ head/science/py-h5py/Makefile Sat Jun 3 18:03:40 2017 (r442511) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= h5py -PORTVERSION= 2.6.0 -PORTREVISION= 1 +PORTVERSION= 2.7.0 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -31,6 +30,9 @@ PORTEXAMPLES= multiprocessing_example.py swmr_multipro swmr_inotify_example.py threading_example.py OPTIONS_DEFINE= DOCS EXAMPLES + +post-patch: + ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup_build.py do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/science/py-h5py/distinfo ============================================================================== --- head/science/py-h5py/distinfo Sat Jun 3 17:57:37 2017 (r442510) +++ head/science/py-h5py/distinfo Sat Jun 3 18:03:40 2017 (r442511) @@ -1,2 +1,3 @@ -SHA256 (h5py-h5py-2.6.0_GH0.tar.gz) = 7fec1d6f19418b3a624bbb90c7baa105952c0bb6cfbb6676f436fac44fc6ccfb -SIZE (h5py-h5py-2.6.0_GH0.tar.gz) = 246443 +TIMESTAMP = 1496507199 +SHA256 (h5py-h5py-2.7.0_GH0.tar.gz) = fff3a878c6adfa1b4f5c30b558a295d52dd4fee9174128c626ef416dec1b536b +SIZE (h5py-h5py-2.7.0_GH0.tar.gz) = 265122 Added: head/science/py-h5py/files/patch-setup__build.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/py-h5py/files/patch-setup__build.py Sat Jun 3 18:03:40 2017 (r442511) @@ -0,0 +1,13 @@ +--- setup_build.py.orig 2017-06-03 16:40:14 UTC ++++ setup_build.py +@@ -49,8 +49,8 @@ if sys.platform.startswith('win'): + ('H5_BUILT_AS_DYNAMIC_LIB', None) + ]) + else: +- COMPILER_SETTINGS['include_dirs'].extend(['/opt/local/include''/usr/local/include']) +- COMPILER_SETTINGS['library_dirs'].extend(['/opt/local/include''/usr/local/include']) ++ COMPILER_SETTINGS['include_dirs'].extend(['%%PREFIX%%/include']) ++ COMPILER_SETTINGS['library_dirs'].extend(['%%PREFIX%%/lib']) + + + class h5py_build_ext(build_ext): From owner-svn-ports-all@freebsd.org Sat Jun 3 18:17:43 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B600BF6A28; Sat, 3 Jun 2017 18:17:43 +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 mx1.freebsd.org (Postfix) with ESMTPS id 16C49792CD; Sat, 3 Jun 2017 18:17:43 +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 v53IHgqr054098; Sat, 3 Jun 2017 18:17:42 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53IHghu054096; Sat, 3 Jun 2017 18:17:42 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201706031817.v53IHghu054096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 3 Jun 2017 18:17:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442512 - head/math/lp_solve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 18:17:43 -0000 Author: joneum Date: Sat Jun 3 18:17:41 2017 New Revision: 442512 URL: https://svnweb.freebsd.org/changeset/ports/442512 Log: - math/lp_solve: Update from 5.5.2.3 to 5.5.2.5 - LICENSE update - Changelog: http://lpsolve.sourceforge.net/5.5/changes55.htm PR: 219242 Reported by: pfg Approved by: mayo@oyam.ca (maintainer timeout, 2,5 weeks), miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11006 Modified: head/math/lp_solve/Makefile head/math/lp_solve/distinfo Modified: head/math/lp_solve/Makefile ============================================================================== --- head/math/lp_solve/Makefile Sat Jun 3 18:03:40 2017 (r442511) +++ head/math/lp_solve/Makefile Sat Jun 3 18:17:41 2017 (r442512) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lp_solve -PORTVERSION= 5.5.2.3 +PORTVERSION= 5.5.2.5 CATEGORIES= math MASTER_SITES= SF/lpsolve/lpsolve/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_source @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_source MAINTAINER= mayo@oyam.ca COMMENT= Linear Programming Solver -LICENSE= LGPL20 +LICENSE= LGPL21 WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:R:R} Modified: head/math/lp_solve/distinfo ============================================================================== --- head/math/lp_solve/distinfo Sat Jun 3 18:03:40 2017 (r442511) +++ head/math/lp_solve/distinfo Sat Jun 3 18:17:41 2017 (r442512) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473108105 -SHA256 (lp_solve_5.5.2.3_source.tar.gz) = fb43ae8ad3bb4cee617863f7fc03b26ccc0ff7946a9cc4665cb9afa04c0a1cab -SIZE (lp_solve_5.5.2.3_source.tar.gz) = 812420 +TIMESTAMP = 1494620539 +SHA256 (lp_solve_5.5.2.5_source.tar.gz) = 201a7c62b8b3360c884ee2a73ed7667e5716fc1e809755053b398c2f5b0cf28a +SIZE (lp_solve_5.5.2.5_source.tar.gz) = 812947 From owner-svn-ports-all@freebsd.org Sat Jun 3 18:41:04 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 439B8BF71DD; Sat, 3 Jun 2017 18:41:04 +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 mx1.freebsd.org (Postfix) with ESMTPS id 10F557A1D9; Sat, 3 Jun 2017 18:41:03 +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 v53If3Mo063561; Sat, 3 Jun 2017 18:41:03 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53If3jV063559; Sat, 3 Jun 2017 18:41:03 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201706031841.v53If3jV063559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 3 Jun 2017 18:41:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442513 - in head/net-mgmt/softflowd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 18:41:04 -0000 Author: joneum Date: Sat Jun 3 18:41:02 2017 New Revision: 442513 URL: https://svnweb.freebsd.org/changeset/ports/442513 Log: - Set USES: autoreconf - Switch to GitHub - Bump PORTREVISION PR: 219501 Reported by: Paul Godard Approved by: jmohacsi@bsd.hu (maintainer) miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10961 Deleted: head/net-mgmt/softflowd/files/patch-softflowd.c Modified: head/net-mgmt/softflowd/Makefile head/net-mgmt/softflowd/distinfo Modified: head/net-mgmt/softflowd/Makefile ============================================================================== --- head/net-mgmt/softflowd/Makefile Sat Jun 3 18:17:41 2017 (r442512) +++ head/net-mgmt/softflowd/Makefile Sat Jun 3 18:41:02 2017 (r442513) @@ -3,15 +3,20 @@ PORTNAME= softflowd PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= net-mgmt ipv6 -MASTER_SITES= http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/softflowd/ MAINTAINER= jmohacsi@bsd.hu COMMENT= Flow-based network traffic analyzer and exporter LICENSE= BSD2CLAUSE -USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= irino +GH_PROJECT= softflowd +GH_TAGNAME= 3aa2af5 + +USES= gmake autoreconf GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} Modified: head/net-mgmt/softflowd/distinfo ============================================================================== --- head/net-mgmt/softflowd/distinfo Sat Jun 3 18:17:41 2017 (r442512) +++ head/net-mgmt/softflowd/distinfo Sat Jun 3 18:41:02 2017 (r442513) @@ -1,3 +1,3 @@ -TIMESTAMP = 1329097555 -SHA256 (softflowd-0.9.9.tar.gz) = 2313f2c50ea9b3f2db3524e38ec7cd71f9a6e885ac2e3b55ab037bccf8173612 -SIZE (softflowd-0.9.9.tar.gz) = 91939 +TIMESTAMP = 1494777006 +SHA256 (irino-softflowd-0.9.9-3aa2af5_GH0.tar.gz) = be6b742b5b62d27742ca79db5f9aacf88e58626f3952742449a41b92b8a92231 +SIZE (irino-softflowd-0.9.9-3aa2af5_GH0.tar.gz) = 57901 From owner-svn-ports-all@freebsd.org Sat Jun 3 18:48:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6086BF7265; Sat, 3 Jun 2017 18:48:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B9CE7A51B; Sat, 3 Jun 2017 18:48:10 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53Im9K2066705; Sat, 3 Jun 2017 18:48:09 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53Im9VP066703; Sat, 3 Jun 2017 18:48:09 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201706031848.v53Im9VP066703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 3 Jun 2017 18:48:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442514 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 18:48:10 -0000 Author: pi Date: Sat Jun 3 18:48:09 2017 New Revision: 442514 URL: https://svnweb.freebsd.org/changeset/ports/442514 Log: databases/cego: 2.33.12 -> 2.33.14 - Design modification in CegoAction for semantic action ( execXXX methods ) An analysed statement is now just executed after complete succesful parsing of the given input. This avoid protocol effects for queries like "select * from t1;;" where the query is executed but the second semicolon is detected as an parse error which also is sent to the client. For this the new method CegoAction::execute has introduced which is ( explicitly ) called after successful CegoAction::parse - Fix for distinct handling in CegoAggreation Fix for alias handling regarding view creates. Alias definitions are mandatory now for aggregated attribute definitions, e.g. create view v1 as select count(*) from t1; => returns now ERROR: Missing alias reference for view create and must be written as create view v1 as select count(*) as c from t1; Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Jun 3 18:41:02 2017 (r442513) +++ head/databases/cego/Makefile Sat Jun 3 18:48:09 2017 (r442514) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.33.12 +PORTVERSION= 2.33.14 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Jun 3 18:41:02 2017 (r442513) +++ head/databases/cego/distinfo Sat Jun 3 18:48:09 2017 (r442514) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495867900 -SHA256 (cego-2.33.12.tar.gz) = da06fc7e8df9b987a74b52128a706c218b8f18c8ee6e3214981936c1461e5a8f -SIZE (cego-2.33.12.tar.gz) = 1455611 +TIMESTAMP = 1496513315 +SHA256 (cego-2.33.14.tar.gz) = f9dd63c30feb446fd5246a7e382f08a8165f91b37c18d7655906459ca4bc187a +SIZE (cego-2.33.14.tar.gz) = 1408782 From owner-svn-ports-all@freebsd.org Sat Jun 3 19:26:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D9CDBF7C6B; Sat, 3 Jun 2017 19:26:07 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFFC77B73D; Sat, 3 Jun 2017 19:26: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 v53JQ5lA083067; Sat, 3 Jun 2017 19:26:05 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53JQ5AS083062; Sat, 3 Jun 2017 19:26:05 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201706031926.v53JQ5AS083062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 3 Jun 2017 19:26:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442515 - in head: databases/sqlrelay devel/rudiments X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 19:26:07 -0000 Author: pi Date: Sat Jun 3 19:26:05 2017 New Revision: 442515 URL: https://svnweb.freebsd.org/changeset/ports/442515 Log: devel/rudiments: update 1.0.4 -> 1.0.5 databases/sqlrelay: update 1.0.1 -> 1.1.0 http://software.firstworks.com/2017/05/rudiments-105-release-announcement.html http://software.firstworks.com/2017/05/sql-relay-110-release-announcement.html Modified: head/databases/sqlrelay/Makefile.common head/databases/sqlrelay/distinfo head/databases/sqlrelay/pkg-plist head/devel/rudiments/Makefile head/devel/rudiments/distinfo head/devel/rudiments/pkg-plist Modified: head/databases/sqlrelay/Makefile.common ============================================================================== --- head/databases/sqlrelay/Makefile.common Sat Jun 3 18:48:09 2017 (r442514) +++ head/databases/sqlrelay/Makefile.common Sat Jun 3 19:26:05 2017 (r442515) @@ -1,7 +1,7 @@ # $FreeBSD$ SQLRELAY_PORTNAME= sqlrelay -SQLRELAY_PORTVERSION= 1.0.1 +SQLRELAY_PORTVERSION= 1.1.0 SQLRELAY_PORTDIR= databases/${SQLRELAY_PORTNAME} SQLRELAY_WRKSRC_CMD= cd ${PORTSDIR}/${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC Modified: head/databases/sqlrelay/distinfo ============================================================================== --- head/databases/sqlrelay/distinfo Sat Jun 3 18:48:09 2017 (r442514) +++ head/databases/sqlrelay/distinfo Sat Jun 3 19:26:05 2017 (r442515) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490519903 -SHA256 (sqlrelay-1.0.1.tar.gz) = 280ba94f6163a3a3575dfd3d971be98050609d9900336d2a18c72a47d1f76817 -SIZE (sqlrelay-1.0.1.tar.gz) = 4368060 +TIMESTAMP = 1496516419 +SHA256 (sqlrelay-1.1.0.tar.gz) = 38b0a4c283ef839be8a8bddce470cfb904e710fd9e1732770d4fa8cae3ac2713 +SIZE (sqlrelay-1.1.0.tar.gz) = 4388952 Modified: head/databases/sqlrelay/pkg-plist ============================================================================== --- head/databases/sqlrelay/pkg-plist Sat Jun 3 18:48:09 2017 (r442514) +++ head/databases/sqlrelay/pkg-plist Sat Jun 3 19:26:05 2017 (r442515) @@ -66,41 +66,41 @@ include/sqlrelay/sqlrserver.h include/sqlrelay/sqlrutil.h %%MYSQL%%lib/libmysql3sqlrelay.so %%MYSQL%%lib/libmysql3sqlrelay.so.4 -%%MYSQL%%lib/libmysql3sqlrelay.so.4.0.1 +%%MYSQL%%lib/libmysql3sqlrelay.so.4.0.0 %%MYSQL%%lib/libmysql40sqlrelay.so %%MYSQL%%lib/libmysql40sqlrelay.so.4 -%%MYSQL%%lib/libmysql40sqlrelay.so.4.0.1 +%%MYSQL%%lib/libmysql40sqlrelay.so.4.0.0 %%MYSQL%%lib/libmysql41sqlrelay.so %%MYSQL%%lib/libmysql41sqlrelay.so.4 -%%MYSQL%%lib/libmysql41sqlrelay.so.4.0.1 +%%MYSQL%%lib/libmysql41sqlrelay.so.4.0.0 %%MYSQL%%lib/libmysql50sqlrelay.so %%MYSQL%%lib/libmysql50sqlrelay.so.4 -%%MYSQL%%lib/libmysql50sqlrelay.so.4.0.1 +%%MYSQL%%lib/libmysql50sqlrelay.so.4.0.0 %%MYSQL%%lib/libmysql51sqlrelay.so %%MYSQL%%lib/libmysql51sqlrelay.so.4 -%%MYSQL%%lib/libmysql51sqlrelay.so.4.0.1 +%%MYSQL%%lib/libmysql51sqlrelay.so.4.0.0 %%PGSQL%%lib/libpqsqlrelay.so lib/libpqsqlrelay.so.4 -lib/libpqsqlrelay.so.4.0.1 +lib/libpqsqlrelay.so.4.0.0 lib/libsqlrclient.a lib/libsqlrclient.so lib/libsqlrclient.so.4 -lib/libsqlrclient.so.4.0.1 +lib/libsqlrclient.so.4.0.0 lib/libsqlrclientwrapper.a lib/libsqlrclientwrapper.so lib/libsqlrclientwrapper.so.4 -lib/libsqlrclientwrapper.so.4.0.1 +lib/libsqlrclientwrapper.so.4.0.0 %%ODBC%%lib/libsqlrodbc.so %%ODBC%%lib/libsqlrodbc.so.4 %%ODBC%%lib/libsqlrodbc.so.4.0.1 lib/libsqlrserver.a lib/libsqlrserver.so -lib/libsqlrserver.so.4 -lib/libsqlrserver.so.4.0.1 +lib/libsqlrserver.so.5 +lib/libsqlrserver.so.5.0.0 lib/libsqlrutil.a lib/libsqlrutil.so -lib/libsqlrutil.so.4 -lib/libsqlrutil.so.4.0.1 +lib/libsqlrutil.so.5 +lib/libsqlrutil.so.5.0.0 libdata/pkgconfig/sqlrelay-c++.pc libdata/pkgconfig/sqlrelay-c.pc libexec/sqlrelay/sqlrauth_database.so @@ -126,8 +126,10 @@ libexec/sqlrelay/sqlrquery_sqlrcmdcstat.so libexec/sqlrelay/sqlrquery_sqlrcmdgstat.so libexec/sqlrelay/sqlrresultsettranslation_test.so libexec/sqlrelay/sqlrresultsettranslation_reformatdatetime.so +libexec/sqlrelay/sqlrrouter_clientinfolist.so libexec/sqlrelay/sqlrrouter_clientiplist.so libexec/sqlrelay/sqlrrouter_regex.so +libexec/sqlrelay/sqlrrouter_usedatabase.so libexec/sqlrelay/sqlrrouter_userlist.so libexec/sqlrelay/sqlrschedule_cron_userlist.so libexec/sqlrelay/sqlrtranslation_normalize.so Modified: head/devel/rudiments/Makefile ============================================================================== --- head/devel/rudiments/Makefile Sat Jun 3 18:48:09 2017 (r442514) +++ head/devel/rudiments/Makefile Sat Jun 3 19:26:05 2017 (r442515) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rudiments -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= devel MASTER_SITES= SF @@ -34,6 +34,6 @@ SSL_CONFIGURE_ON= --with-ssl-includes=-I${OPENSSLINC} --with-ssl-libs=-L${OPENSSLLIB} post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments.so.4.0.4 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librudiments.so.4.0.5 .include Modified: head/devel/rudiments/distinfo ============================================================================== --- head/devel/rudiments/distinfo Sat Jun 3 18:48:09 2017 (r442514) +++ head/devel/rudiments/distinfo Sat Jun 3 19:26:05 2017 (r442515) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490216850 -SHA256 (rudiments-1.0.4.tar.gz) = d40936cbcd71222ddb1599a71ae880a25dfd995e1555575b0a8a91b3f4286cc6 -SIZE (rudiments-1.0.4.tar.gz) = 2216053 +TIMESTAMP = 1496516236 +SHA256 (rudiments-1.0.5.tar.gz) = bc745a8a0ee719b66d00495a20d7a7df08fb4dd9f8a140b79e4dbdda65c34ef7 +SIZE (rudiments-1.0.5.tar.gz) = 2270928 Modified: head/devel/rudiments/pkg-plist ============================================================================== --- head/devel/rudiments/pkg-plist Sat Jun 3 18:48:09 2017 (r442514) +++ head/devel/rudiments/pkg-plist Sat Jun 3 19:26:05 2017 (r442515) @@ -228,6 +228,6 @@ include/rudiments/xmlsax.h lib/librudiments.a lib/librudiments.so lib/librudiments.so.4 -lib/librudiments.so.4.0.4 +lib/librudiments.so.4.0.5 libdata/pkgconfig/rudiments.pc man/man1/rudiments-config.1.gz From owner-svn-ports-all@freebsd.org Sat Jun 3 19:26:13 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C37C3BF7C8A; Sat, 3 Jun 2017 19:26:13 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EE347B755; Sat, 3 Jun 2017 19:26:13 +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 v53JQCeL083184; Sat, 3 Jun 2017 19:26:12 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53JQCHR083182; Sat, 3 Jun 2017 19:26:12 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201706031926.v53JQCHR083182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 3 Jun 2017 19:26:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r442516 - branches/2017Q2/multimedia/mkvtoolnix X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 19:26:13 -0000 Author: riggs Date: Sat Jun 3 19:26:12 2017 New Revision: 442516 URL: https://svnweb.freebsd.org/changeset/ports/442516 Log: MFH: r442469 Update to upstream version 12.0.0 Approved by: portmgr (miwi) Modified: branches/2017Q2/multimedia/mkvtoolnix/Makefile branches/2017Q2/multimedia/mkvtoolnix/distinfo Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/multimedia/mkvtoolnix/Makefile ============================================================================== --- branches/2017Q2/multimedia/mkvtoolnix/Makefile Sat Jun 3 19:26:05 2017 (r442515) +++ branches/2017Q2/multimedia/mkvtoolnix/Makefile Sat Jun 3 19:26:12 2017 (r442516) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 11.0.0 +PORTVERSION= 12.0.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ Modified: branches/2017Q2/multimedia/mkvtoolnix/distinfo ============================================================================== --- branches/2017Q2/multimedia/mkvtoolnix/distinfo Sat Jun 3 19:26:05 2017 (r442515) +++ branches/2017Q2/multimedia/mkvtoolnix/distinfo Sat Jun 3 19:26:12 2017 (r442516) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492947573 -SHA256 (mkvtoolnix-11.0.0.tar.xz) = bb642e1eb2c402c4f93a962f41a1832c99ee5b782f1596dc20f996e9a4aa426d -SIZE (mkvtoolnix-11.0.0.tar.xz) = 4471692 +TIMESTAMP = 1496475376 +SHA256 (mkvtoolnix-12.0.0.tar.xz) = 5c2401d1cc36d8a2d57cb791a5a22f3cda69cb0824c6cee35326b35e7f94b536 +SIZE (mkvtoolnix-12.0.0.tar.xz) = 4480308 From owner-svn-ports-all@freebsd.org Sat Jun 3 19:27:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FCC8BF7CDF; Sat, 3 Jun 2017 19:27:37 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5D0297B8EC; Sat, 3 Jun 2017 19:27:37 +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 v53JRawP083360; Sat, 3 Jun 2017 19:27:36 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53JRao4083358; Sat, 3 Jun 2017 19:27:36 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201706031927.v53JRao4083358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sat, 3 Jun 2017 19:27:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442517 - head/lang/spidermonkey24/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 19:27:37 -0000 Author: kwm Date: Sat Jun 3 19:27:36 2017 New Revision: 442517 URL: https://svnweb.freebsd.org/changeset/ports/442517 Log: Fix the build on armv6 PR: 214167 Submitted by: mikael.urankar@gmail.com Reported by: Ulrich Grey Added: head/lang/spidermonkey24/files/patch-assembler_wtf_Platform.h (contents, props changed) head/lang/spidermonkey24/files/patch-vm_NumericConversions.h (contents, props changed) Modified: Directory Properties: head/lang/spidermonkey24/files/patch-assembler_jit_ExecutableAllocator.h (props changed) Added: head/lang/spidermonkey24/files/patch-assembler_wtf_Platform.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/spidermonkey24/files/patch-assembler_wtf_Platform.h Sat Jun 3 19:27:36 2017 (r442517) @@ -0,0 +1,18 @@ +--- assembler/wtf/Platform.h.orig 2016-12-23 16:20:31 UTC ++++ assembler/wtf/Platform.h +@@ -269,6 +269,7 @@ + #elif defined(__ARM_ARCH_6__) \ + || defined(__ARM_ARCH_6J__) \ + || defined(__ARM_ARCH_6K__) \ ++ || defined(__ARM_ARCH_6KZ__) \ + || defined(__ARM_ARCH_6Z__) \ + || defined(__ARM_ARCH_6ZK__) \ + || defined(__ARM_ARCH_6T2__) \ +@@ -306,6 +307,7 @@ + + #elif defined(__ARM_ARCH_6J__) \ + || defined(__ARM_ARCH_6K__) \ ++ || defined(__ARM_ARCH_6KZ__) \ + || defined(__ARM_ARCH_6Z__) \ + || defined(__ARM_ARCH_6ZK__) \ + || defined(__ARM_ARCH_6M__) Added: head/lang/spidermonkey24/files/patch-vm_NumericConversions.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/spidermonkey24/files/patch-vm_NumericConversions.h Sat Jun 3 19:27:36 2017 (r442517) @@ -0,0 +1,11 @@ +--- vm/NumericConversions.h.orig 2016-12-23 16:23:54 UTC ++++ vm/NumericConversions.h +@@ -132,7 +132,7 @@ ToIntWidth(double d) + inline int32_t + ToInt32(double d) + { +-#if defined (__arm__) && defined (__GNUC__) ++#if defined (__arm__) && defined (__GNUC__) && !defined(__clang__) + int32_t i; + uint32_t tmp0; + uint32_t tmp1; From owner-svn-ports-all@freebsd.org Sat Jun 3 19:44:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14CB6BF80B9; Sat, 3 Jun 2017 19:44:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C698F7C076; Sat, 3 Jun 2017 19:44:32 +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 v53JiVbG091391; Sat, 3 Jun 2017 19:44:31 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53JiVGr091386; Sat, 3 Jun 2017 19:44:31 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706031944.v53JiVGr091386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Jun 2017 19:44:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442518 - in head/textproc: . py-yapf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 19:44:33 -0000 Author: antoine Date: Sat Jun 3 19:44:31 2017 New Revision: 442518 URL: https://svnweb.freebsd.org/changeset/ports/442518 Log: New port: textproc/py-yapf A formatter for Python code. WWW: https://github.com/google/yapf Added: head/textproc/py-yapf/ head/textproc/py-yapf/Makefile (contents, props changed) head/textproc/py-yapf/distinfo (contents, props changed) head/textproc/py-yapf/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Jun 3 19:27:36 2017 (r442517) +++ head/textproc/Makefile Sat Jun 3 19:44:31 2017 (r442518) @@ -1361,6 +1361,7 @@ SUBDIR += py-xlutils SUBDIR += py-xlwriter SUBDIR += py-xlwt + SUBDIR += py-yapf SUBDIR += py-zope.app.i18n SUBDIR += py-zope.app.locales SUBDIR += py-zope.i18nmessageid Added: head/textproc/py-yapf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-yapf/Makefile Sat Jun 3 19:44:31 2017 (r442518) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= yapf +PORTVERSION= 0.16.2 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Formatter for Python code + +LICENSE= APACHE20 + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist +DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} +TEST_TARGET= test + +.include Added: head/textproc/py-yapf/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-yapf/distinfo Sat Jun 3 19:44:31 2017 (r442518) @@ -0,0 +1,3 @@ +TIMESTAMP = 1496501208 +SHA256 (yapf-0.16.2.tar.gz) = 96732f1a0bc1b2bc3398ead271cd2409a59f45febc83360cf1ad56ff8c492036 +SIZE (yapf-0.16.2.tar.gz) = 115357 Added: head/textproc/py-yapf/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-yapf/pkg-descr Sat Jun 3 19:44:31 2017 (r442518) @@ -0,0 +1,3 @@ +A formatter for Python code. + +WWW: https://github.com/google/yapf From owner-svn-ports-all@freebsd.org Sat Jun 3 19:48:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A07CFBF8182; Sat, 3 Jun 2017 19:48: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 mx1.freebsd.org (Postfix) with ESMTPS id 6E4D47C178; Sat, 3 Jun 2017 19:48: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 v53JmF30091690; Sat, 3 Jun 2017 19:48:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53JmFfg091689; Sat, 3 Jun 2017 19:48:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201706031948.v53JmFfg091689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Jun 2017 19:48:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442519 - head/security X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 19:48:16 -0000 Author: antoine Date: Sat Jun 3 19:48:15 2017 New Revision: 442519 URL: https://svnweb.freebsd.org/changeset/ports/442519 Log: Hook security/pecl-ssh2-0 to the build Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Jun 3 19:44:31 2017 (r442518) +++ head/security/Makefile Sat Jun 3 19:48:15 2017 (r442519) @@ -772,6 +772,7 @@ SUBDIR += pecl-pam SUBDIR += pecl-scrypt SUBDIR += pecl-ssh2 + SUBDIR += pecl-ssh2-0 SUBDIR += pev SUBDIR += pft SUBDIR += pgp From owner-svn-ports-all@freebsd.org Sat Jun 3 21:00:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8610CBF90C0; Sat, 3 Jun 2017 21:00:53 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 514667DEE6; Sat, 3 Jun 2017 21:00:53 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53L0qOH020993; Sat, 3 Jun 2017 21:00:52 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53L0qA2020991; Sat, 3 Jun 2017 21:00:52 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201706032100.v53L0qA2020991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sat, 3 Jun 2017 21:00:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442520 - head/graphics/shotwell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 21:00:53 -0000 Author: cmt Date: Sat Jun 3 21:00:52 2017 New Revision: 442520 URL: https://svnweb.freebsd.org/changeset/ports/442520 Log: graphics/shotwell: update to 0.26.2 Announcement: https://mail.gnome.org/archives/shotwell-list/2017-June/msg00002.html Modified: head/graphics/shotwell/Makefile head/graphics/shotwell/distinfo Modified: head/graphics/shotwell/Makefile ============================================================================== --- head/graphics/shotwell/Makefile Sat Jun 3 19:48:15 2017 (r442519) +++ head/graphics/shotwell/Makefile Sat Jun 3 21:00:52 2017 (r442520) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= shotwell -PORTVERSION= 0.26.1 -PORTREVISION= 1 +PORTVERSION= 0.26.2 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} Modified: head/graphics/shotwell/distinfo ============================================================================== --- head/graphics/shotwell/distinfo Sat Jun 3 19:48:15 2017 (r442519) +++ head/graphics/shotwell/distinfo Sat Jun 3 21:00:52 2017 (r442520) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491989055 -SHA256 (shotwell-0.26.1.tar.xz) = 0a60cc8a132fd962ed8c73f82b3f8ad7cbf1014bb93e89eee83e5c9a8c0b5375 -SIZE (shotwell-0.26.1.tar.xz) = 5593092 +TIMESTAMP = 1496515346 +SHA256 (shotwell-0.26.2.tar.xz) = 4f65283d54772ef6344b8e8acb242f06b7f5b3f8e42ccb292b02c06a8dc2323b +SIZE (shotwell-0.26.2.tar.xz) = 5575388 From owner-svn-ports-all@freebsd.org Sat Jun 3 21:46:38 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61C11BF99CA; Sat, 3 Jun 2017 21:46:38 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D3447EEFF; Sat, 3 Jun 2017 21:46:38 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v53Lkbmq040242; Sat, 3 Jun 2017 21:46:37 GMT (envelope-from bar@FreeBSD.org) Received: (from bar@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53LkbQl040239; Sat, 3 Jun 2017 21:46:37 GMT (envelope-from bar@FreeBSD.org) Message-Id: <201706032146.v53LkbQl040239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bar set sender to bar@FreeBSD.org using -f From: Barbara Guida Date: Sat, 3 Jun 2017 21:46:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442521 - in head/net-p2p/amule-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 21:46:38 -0000 Author: bar Date: Sat Jun 3 21:46:36 2017 New Revision: 442521 URL: https://svnweb.freebsd.org/changeset/ports/442521 Log: Update to SVN-r10989. Added: head/net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp (contents, props changed) Modified: head/net-p2p/amule-devel/Makefile head/net-p2p/amule-devel/distinfo Modified: head/net-p2p/amule-devel/Makefile ============================================================================== --- head/net-p2p/amule-devel/Makefile Sat Jun 3 21:00:52 2017 (r442520) +++ head/net-p2p/amule-devel/Makefile Sat Jun 3 21:46:36 2017 (r442521) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= amule -PORTVERSION= 10983 +PORTVERSION= 10989 PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://amule.sourceforge.net/tarballs/ Modified: head/net-p2p/amule-devel/distinfo ============================================================================== --- head/net-p2p/amule-devel/distinfo Sat Jun 3 21:00:52 2017 (r442520) +++ head/net-p2p/amule-devel/distinfo Sat Jun 3 21:46:36 2017 (r442521) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487634574 -SHA256 (aMule-SVN-r10983.tar.bz2) = 484d8d0ae4c3f7b3b696d5e5f96b7d7d10025aa36f6c5fc919593268224cd29f -SIZE (aMule-SVN-r10983.tar.bz2) = 4740871 +TIMESTAMP = 1496524353 +SHA256 (aMule-SVN-r10989.tar.bz2) = cc503846198108e420bc0f11124699c81971ec3b39df4ded23881e360b489db6 +SIZE (aMule-SVN-r10989.tar.bz2) = 4740127 Added: head/net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/amule-devel/files/patch-src_OtherFunctions.cpp Sat Jun 3 21:46:36 2017 (r442521) @@ -0,0 +1,11 @@ +--- src/OtherFunctions.cpp.orig 2017-06-02 17:07:14.000000000 +0200 ++++ src/OtherFunctions.cpp 2017-06-03 23:19:52.518208000 +0200 +@@ -1107,7 +1107,7 @@ + #if defined(__WXMAC__) || defined(__WINDOWS__) + locale.AddCatalogLookupPathPrefix(JoinPaths(wxStandardPaths::Get().GetDataDir(), wxT("locale"))); + #else +-#if (wxCHECK_VERSION(2,9,5) && !wxCHECK_VERION(3,0,3)) || (wxCHECK_VERSION(3,1,0) && !wxCHECK_VERSION(3,1,1)) ++#if (wxCHECK_VERSION(2,9,5) && !wxCHECK_VERSION(3,0,3)) || (wxCHECK_VERSION(3,1,0) && !wxCHECK_VERSION(3,1,1)) + // Add correct place to look for catalog files if we're using a wxWidgets version where it's broken + // See also http://trac.wxwidgets.org/ticket/17740 + locale.AddCatalogLookupPathPrefix(JoinPaths(JoinPaths(wxStandardPaths::Get().GetInstallPrefix(), wxT("share")), wxT("locale"))); From owner-svn-ports-all@freebsd.org Sat Jun 3 21:56:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D7B4BF9C1B; Sat, 3 Jun 2017 21:56: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 mx1.freebsd.org (Postfix) with ESMTPS id DF4607F459; Sat, 3 Jun 2017 21:56:26 +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 v53LuQCu044234; Sat, 3 Jun 2017 21:56:26 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v53LuPPp044232; Sat, 3 Jun 2017 21:56:25 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201706032156.v53LuPPp044232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sat, 3 Jun 2017 21:56:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442522 - in head/emulators/tpm-emulator: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2017 21:56:27 -0000 Author: ler Date: Sat Jun 3 21:56:25 2017 New Revision: 442522 URL: https://svnweb.freebsd.org/changeset/ports/442522 Log: emulators/tpm-emulator: fail to run in arm64 due to improper getopt(3) use Add patch to fix it. PR: 219352 Submitted by: Phillip R. Jaenke Approved by: maintainer timeout. Added: head/emulators/tpm-emulator/files/patch-tpmd_unix_tpmd.c (contents, props changed) Modified: head/emulators/tpm-emulator/Makefile Modified: head/emulators/tpm-emulator/Makefile ============================================================================== --- head/emulators/tpm-emulator/Makefile Sat Jun 3 21:46:36 2017 (r442521) +++ head/emulators/tpm-emulator/Makefile Sat Jun 3 21:56:25 2017 (r442522) @@ -3,7 +3,7 @@ PORTNAME= tpm-emulator PORTVERSION= 0.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators security MASTER_SITES= SF/${PORTNAME}.berlios DISTNAME= ${PORTNAME:S,-,_,}-${PORTVERSION} Added: head/emulators/tpm-emulator/files/patch-tpmd_unix_tpmd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/tpm-emulator/files/patch-tpmd_unix_tpmd.c Sat Jun 3 21:56:25 2017 (r442522) @@ -0,0 +1,11 @@ +--- tpmd/unix/tpmd.c.orig 2011-12-20 18:30:06 UTC ++++ tpmd/unix/tpmd.c +@@ -85,7 +85,7 @@ static void print_usage(char *name) + + static void parse_options(int argc, char **argv) + { +- char c; ++ int c; + struct passwd *pwd; + struct group *grp; + opt_uid = getuid();