Date: Sun, 8 Sep 2019 03:57:04 +0800 From: Po-Chuan Hsieh <sunpoet@freebsd.org> To: Matthias Fechner <mfechner@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r511415 - head/textproc/ruby-htree Message-ID: <CAMHz58SjA2ap0dqxu%2B3ShQm6ZGCse9XmZoRO6aOGF=DqQ5Kqzw@mail.gmail.com> In-Reply-To: <201909071952.x87Jq9pK037494@repo.freebsd.org> References: <201909071952.x87Jq9pK037494@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 8, 2019 at 3:52 AM Matthias Fechner <mfechner@freebsd.org> 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58SjA2ap0dqxu%2B3ShQm6ZGCse9XmZoRO6aOGF=DqQ5Kqzw>