From owner-svn-ports-head@freebsd.org Sat Mar 2 16:37:04 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33121150458F for ; Sat, 2 Mar 2019 16:37:04 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB4506ED05 for ; Sat, 2 Mar 2019 16:37:03 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 78A152CCA3 for ; Sat, 2 Mar 2019 16:37:03 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f52.google.com with SMTP id b20so860302edw.11 for ; Sat, 02 Mar 2019 08:37:03 -0800 (PST) X-Gm-Message-State: APjAAAWVVT/gkWIEl9MeOedjuFO7Jgsf6vD9k8DRs1+pukRNj507XgVe Fx+S8YjzkG1W+0sXfkueQKTsh1SrBfoF6LkQRY8nLQ== X-Google-Smtp-Source: APXvYqyXCzxDXnCYbrtIf2S0OnULXwkpkgfwFUkeXl6x/vpZO/P2HXIg6TtRzVvzPZS9UHa9mmApzbobEv8zMNyBGwI= X-Received: by 2002:a17:906:e107:: with SMTP id gj7mr6953543ejb.208.1551544622181; Sat, 02 Mar 2019 08:37:02 -0800 (PST) MIME-Version: 1.0 References: <201903021145.x22Bjrxe025248@repo.freebsd.org> In-Reply-To: <201903021145.x22Bjrxe025248@repo.freebsd.org> From: Po-Chuan Hsieh Date: Sun, 3 Mar 2019 00:36:25 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r494390 - head/textproc/rubygem-nokogiri To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Rspamd-Queue-Id: CB4506ED05 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.984,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2019 16:37:04 -0000 On Sat, Mar 2, 2019 at 7:45 PM Matthias Fechner wrote: > Author: mfechner > Date: Sat Mar 2 11:45:53 2019 > New Revision: 494390 > URL: https://svnweb.freebsd.org/changeset/ports/494390 > > Log: > Update to 1.10.1 which is required for gitlab-ce 11.8 upgrade. > Changelog: > https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md Besides gitlab-ce, did you check all dependent ports? At least redmine wants nokogiri ~> 1.8.1. > > Modified: > head/textproc/rubygem-nokogiri/Makefile > head/textproc/rubygem-nokogiri/distinfo > > Modified: head/textproc/rubygem-nokogiri/Makefile > > ============================================================================== > --- head/textproc/rubygem-nokogiri/Makefile Sat Mar 2 11:43:18 2019 > (r494389) > +++ head/textproc/rubygem-nokogiri/Makefile Sat Mar 2 11:45:53 2019 > (r494390) > @@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= nokogiri > -PORTVERSION= 1.8.5 > -PORTREVISION= 1 > +PORTVERSION= 1.10.1 > CATEGORIES= textproc rubygems > MASTER_SITES= RG > > @@ -16,7 +15,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} > LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ > libgpg-error.so:security/libgpg-error \ > libunwind.so:devel/libunwind > -RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config > +RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config \ > + rubygem-mini_portile2>=2.4.0:devel/rubygem-mini_portile2 > > USES= gem gnome pkgconfig gettext-runtime > USE_GNOME= libxml2 libxslt > > Modified: head/textproc/rubygem-nokogiri/distinfo > > ============================================================================== > --- head/textproc/rubygem-nokogiri/distinfo Sat Mar 2 11:43:18 2019 > (r494389) > +++ head/textproc/rubygem-nokogiri/distinfo Sat Mar 2 11:45:53 2019 > (r494390) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1540022382 > -SHA256 (rubygem/nokogiri-1.8.5.gem) = > 1f93a829257b621d40c4cbfce3acdcd688b0b3d70497ceae4fa2baf955eede2f > -SIZE (rubygem/nokogiri-1.8.5.gem) = 9279488 > +TIMESTAMP = 1551202925 > +SHA256 (rubygem/nokogiri-1.10.1.gem) = > 0405d84a87d7dbc057eb9a2d0fcef5795e23992db516b83d37b91f69d8a1f427 > +SIZE (rubygem/nokogiri-1.10.1.gem) = 8980480 > >