svn commit: r537052 - head/devel/oniguruma

Ultima ultima at ultimasbox.com
Sun May 31 18:00:50 UTC 2020


This patch version update (sigh) disabled the onigposix by default which
is required by libevhtp. Can we please enable this in ports by default or
create a flavor with it enabled?

Best regards,
Richard Gallamore

On Sat, May 30, 2020 at 12:03 AM Yuri Victorovich <yuri at freebsd.org> wrote:

> Author: yuri
> Date: Sat May 30 07:03:38 2020
> New Revision: 537052
> URL: https://svnweb.freebsd.org/changeset/ports/537052
>
> Log:
>   devel/oniguruma: Update 6.9.4 -> 6.9.5_rev1
>
> Modified:
>   head/devel/oniguruma/Makefile
>   head/devel/oniguruma/distinfo
>   head/devel/oniguruma/pkg-plist
>
> Modified: head/devel/oniguruma/Makefile
>
> ==============================================================================
> --- head/devel/oniguruma/Makefile       Sat May 30 06:58:32 2020
> (r537051)
> +++ head/devel/oniguruma/Makefile       Sat May 30 07:03:38 2020
> (r537052)
> @@ -2,10 +2,9 @@
>  # $FreeBSD$
>
>  PORTNAME=      oniguruma
> -DISTVERSION=   6.9.4
> +DISTVERSIONPREFIX=     v
> +DISTVERSION=   6.9.5_rev1
>  CATEGORIES=    devel textproc
> -MASTER_SITES=
> https://github.com/kkos/${PORTNAME}/releases/download/v${DISTVERSION}/
> -DISTNAME=
> <https://github.com/kkos/$%7BPORTNAME%7D/releases/download/v$%7BDISTVERSION%7D/-DISTNAME=>
>     onig-${DISTVERSION}
>
>  MAINTAINER=    yuri at FreeBSD.org
>  COMMENT=       Regular expressions library compatible with POSIX/GNU/Perl
> @@ -14,6 +13,8 @@ LICENSE=      BSD2CLAUSE
>  LICENSE_FILE=  ${WRKSRC}/COPYING
>
>  USES=                  autoreconf pathfix libtool  # configure provided
> in the tarball breaks: https://github.com/kkos/oniguruma/issues/73
> +USE_GITHUB=            yes
> +GH_ACCOUNT=            kkos
>  GNU_CONFIGURE=         yes
>  CONFIGURE_ARGS=                --disable-static
>  PATHFIX_MAKEFILEIN=    Makefile.am
>
> Modified: head/devel/oniguruma/distinfo
>
> ==============================================================================
> --- head/devel/oniguruma/distinfo       Sat May 30 06:58:32 2020
> (r537051)
> +++ head/devel/oniguruma/distinfo       Sat May 30 07:03:38 2020
> (r537052)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1578254327
> -SHA256 (onig-6.9.4.tar.gz) =
> 4669d22ff7e0992a7e93e116161cac9c0949cd8960d1c562982026726f0e6d53
> -SIZE (onig-6.9.4.tar.gz) = 908702
> +TIMESTAMP = 1590822080
> +SHA256 (kkos-oniguruma-v6.9.5_rev1_GH0.tar.gz) =
> e0c2212102fa4146c43b6c4f2f7727a84fd055cc2109c293d64298cef0c372b5
> +SIZE (kkos-oniguruma-v6.9.5_rev1_GH0.tar.gz) = 613016
>
> Modified: head/devel/oniguruma/pkg-plist
>
> ==============================================================================
> --- head/devel/oniguruma/pkg-plist      Sat May 30 06:58:32 2020
> (r537051)
> +++ head/devel/oniguruma/pkg-plist      Sat May 30 07:03:38 2020
> (r537052)
> @@ -1,6 +1,5 @@
>  bin/onig-config
>  include/oniggnu.h
> -include/onigposix.h
>  include/oniguruma.h
>  lib/libonig.so
>  lib/libonig.so.5
>


More information about the svn-ports-head mailing list