svn commit: r511415 - head/textproc/ruby-htree

Po-Chuan Hsieh sunpoet at freebsd.org
Sat Sep 7 19:57:41 UTC 2019


On Sun, Sep 8, 2019 at 3:52 AM Matthias Fechner <mfechner at 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 at 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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
>


More information about the svn-ports-all mailing list