From owner-svn-ports-all@freebsd.org Sat Sep 7 19:57:41 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A5EBBDB9C3 for ; Sat, 7 Sep 2019 19:57:41 +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 46QlZs3vYcz3R0L for ; Sat, 7 Sep 2019 19:57:41 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) (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 3BAB21796B for ; Sat, 7 Sep 2019 19:57:41 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f43.google.com with SMTP id c20so615655eds.1 for ; Sat, 07 Sep 2019 12:57:41 -0700 (PDT) X-Gm-Message-State: APjAAAW1DF4kWbF0EXBfFCAoodB3jOKzC5wPjgGPbRwplHvDBDhZYPYO p7+mUPswsmoUnWIlJRqCcZmt80ATwTjmRJFlkZTbCA== X-Google-Smtp-Source: APXvYqwdpgzXZwsREHTNV03+KlKsvlydBptI/UQBDTVaQvg7Ec1+n8KyscFa93+aRGsfJcpMP214WmyQsP7fnTJn8Hg= X-Received: by 2002:aa7:cf83:: with SMTP id z3mr11924441edx.68.1567886260199; Sat, 07 Sep 2019 12:57:40 -0700 (PDT) MIME-Version: 1.0 References: <201909071952.x87Jq9pK037494@repo.freebsd.org> In-Reply-To: <201909071952.x87Jq9pK037494@repo.freebsd.org> From: Po-Chuan Hsieh Date: Sun, 8 Sep 2019 03:57:04 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r511415 - head/textproc/ruby-htree To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2019 19:57:41 -0000 On Sun, Sep 8, 2019 at 3:52 AM Matthias Fechner wrote: > Author: mfechner > Date: Sat Sep 7 19:52:09 2019 > New Revision: 511415 > URL: https://svnweb.freebsd.org/changeset/ports/511415 > > Log: > Added rdoc as build dependency which is required for ruby 2.6. > > PR: 240161 > Approved by: maintainer timeout > > Modified: > head/textproc/ruby-htree/Makefile > > Modified: head/textproc/ruby-htree/Makefile > > ============================================================================== > --- head/textproc/ruby-htree/Makefile Sat Sep 7 19:12:33 2019 > (r511414) > +++ head/textproc/ruby-htree/Makefile Sat Sep 7 19:52:09 2019 > (r511415) > @@ -3,6 +3,7 @@ > > PORTNAME= htree > PORTVERSION= 0.8 > +PORTREVISION= 1 > You do not need to bump PORTREVISION for BUILD_DEPENDS change. It does not change the generated package. And there was no package for Ruby 2.6 in this case. > CATEGORIES= textproc www ruby > MASTER_SITES= http://www.a-k-r.org/htree/ > PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} > @@ -10,6 +11,8 @@ DIST_SUBDIR= ruby > > MAINTAINER= knu@FreeBSD.org > COMMENT= Ruby library to manipulate HTML/XML tree data structure > + > +BUILD_DEPENDS= rubygem-rdoc>=0.a:devel/rubygem-rdoc > > OPTIONS_DEFINE= DOCS > > _______________________________________________ > 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" >