svn commit: r559245 - head/devel/rubygem-rdoc

Joseph Mingrone jrm at FreeBSD.org
Sat Dec 26 04:31:32 UTC 2020


On Fri, 2020-12-25 at 14:43, Koichiro Iwao <meta at FreeBSD.org> wrote:

> Author: meta
> Date: Fri Dec 25 14:43:26 2020
> New Revision: 559245
> URL: https://svnweb.freebsd.org/changeset/ports/559245

> Log:
>   devel/rubygem-rdoc: Update to 6.3.0

>   PR:		252012
>   Submitted by:	Yasuhiro Kimura <yasu at utahime.org>
>   Relnotes:	https://github.com/ruby/rdoc/commits/v6.3.0

> Modified:
>   head/devel/rubygem-rdoc/Makefile
>   head/devel/rubygem-rdoc/distinfo

> Modified: head/devel/rubygem-rdoc/Makefile
> ==============================================================================
> --- head/devel/rubygem-rdoc/Makefile	Fri Dec 25 14:37:17 2020	(r559244)
> +++ head/devel/rubygem-rdoc/Makefile	Fri Dec 25 14:43:26 2020	(r559245)
> @@ -1,7 +1,7 @@
>  # $FreeBSD$

>  PORTNAME=	rdoc
> -PORTVERSION=	6.2.1
> +PORTVERSION=	6.3.0
>  CATEGORIES=	devel rubygems
>  MASTER_SITES=	RG

> @@ -20,7 +20,12 @@ NO_ARCH=	yes
>  .include <bsd.port.pre.mk>

>  .if ${RUBY_VER} >= 2.7
> -PLIST_FILES=	bin/rdoc bin/ri
> +PLIST_FILES=	bin/rdoc bin/ri share/man/man1/ri.1.gz
> +
> +post-install:
> +	${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man1
> +	${INSTALL_DATA} ${WRKSRC}/man/ri.1 ${STAGEDIR}${PREFIX}/share/man/man1
> +
>  .elif ${RUBY_VER} == 2.6
>  # WIP: rdoc wrapper script is installed by ruby port so far, see bug 241554, 237833
>  post-install:

> Modified: head/devel/rubygem-rdoc/distinfo
> ==============================================================================
> --- head/devel/rubygem-rdoc/distinfo	Fri Dec 25 14:37:17 2020	(r559244)
> +++ head/devel/rubygem-rdoc/distinfo	Fri Dec 25 14:43:26 2020	(r559245)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1580772081
> -SHA256 (rubygem/rdoc-6.2.1.gem) = 0c3a458ce536b907839125263129bd9d488ec5be44552ec643b29c1272150621
> -SIZE (rubygem/rdoc-6.2.1.gem) = 563712
> +TIMESTAMP = 1608537359
> +SHA256 (rubygem/rdoc-6.3.0.gem) = 847dd20651136ceb7ce1bfcf12cec7b681ad9e4195ebcf71300105d74422e1e7
> +SIZE (rubygem/rdoc-6.3.0.gem) = 565760

Hi,

I think this will break the build of gitlab, because www/gitlab-ce has
build and run dependencies with

rubygem-rdoc>=6.1.2<6.3:devel/rubygem-rdoc.

Regards,

Joe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 987 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20201226/68b722b3/attachment.sig>


More information about the svn-ports-all mailing list