svn commit: r513431 - head/devel/rubygem-numerizer
Po-Chuan Hsieh
sunpoet at freebsd.org
Tue Oct 1 17:52:01 UTC 2019
On Tue, Oct 1, 2019 at 6:33 AM Matthias Fechner <mfechner at freebsd.org>
wrote:
> Author: mfechner
> Date: Mon Sep 30 22:33:07 2019
> New Revision: 513431
> URL: https://svnweb.freebsd.org/changeset/ports/513431
>
> Log:
> devel/rubygem-numerizer: Downgrade to 0.1.1 to work with Gitlab-ce.
>
It's strongly discouraged for PORTREVISION going backward without a good
reason, e.g. security or compatibility issue.
And you have to set PORTEPOCH.
Would you please consider copying this version as rubygem-numerizer011 and
reverting this change (without setting PORTEPOCH).
Thanks.
Take Maintainership.
>
> Modified:
> head/devel/rubygem-numerizer/Makefile
> head/devel/rubygem-numerizer/distinfo
>
> Modified: head/devel/rubygem-numerizer/Makefile
>
> ==============================================================================
> --- head/devel/rubygem-numerizer/Makefile Mon Sep 30 22:31:31 2019
> (r513430)
> +++ head/devel/rubygem-numerizer/Makefile Mon Sep 30 22:33:07 2019
> (r513431)
> @@ -2,18 +2,19 @@
> # $FreeBSD$
>
> PORTNAME= numerizer
> -PORTVERSION= 0.2.0
> +PORTVERSION= 0.1.1
> CATEGORIES= devel rubygems
> MASTER_SITES= RG
>
> -MAINTAINER= ruby at FreeBSD.org
> +MAINTAINER= mfechner at FreeBSD.org
> COMMENT= Parse numbers in natural language from strings
>
> LICENSE= MIT
> LICENSE_FILE= ${WRKSRC}/LICENSE
>
> -NO_ARCH= yes
> -USE_RUBY= yes
> USES= gem
> +USE_RUBY= yes
> +
> +NO_ARCH= yes
>
> .include <bsd.port.mk>
>
> Modified: head/devel/rubygem-numerizer/distinfo
>
> ==============================================================================
> --- head/devel/rubygem-numerizer/distinfo Mon Sep 30 22:31:31 2019
> (r513430)
> +++ head/devel/rubygem-numerizer/distinfo Mon Sep 30 22:33:07 2019
> (r513431)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1469615026
> -SHA256 (rubygem/numerizer-0.2.0.gem) =
> e58076d5ee5370417b7e52d9cb25836d62acd1b8d9a194c308707986c1705d7b
> -SIZE (rubygem/numerizer-0.2.0.gem) = 8704
> +TIMESTAMP = 1569747220
> +SHA256 (rubygem/numerizer-0.1.1.gem) =
> 10ec9efec62472b69a3a0e275a18a44baa595ce6e2e4cfc1678d5cb2974c336f
> +SIZE (rubygem/numerizer-0.1.1.gem) = 7680
> _______________________________________________
> 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