On 07/28/18 17:24, Frederic Cambus wrote:
> Hi ports@,
>
> Lynx 2.8.9 stable has finally been released, so here is a diff to
> update to this version. Unless I'm mistaken, bumping EPOCH is required
> here so users are updated from lynx-2.8.9pl19 to lynx-2.8.9.
Why not just make it lynx-2.8.9pl20? Does it really matter if upstream
switched to a rel naming? A user who cares about the version string that
badly will check it themselves after installation, no?
~Brian
> Comments? OK?
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/lynx/Makefile,v
> retrieving revision 1.41
> diff -u -p -r1.41 Makefile
> --- Makefile 18 May 2018 14:22:07 -0000 1.41
> +++ Makefile 28 Jul 2018 18:21:30 -0000
> @@ -1,11 +1,12 @@
> # $OpenBSD: Makefile,v 1.41 2018/05/18 14:22:07 fcambus Exp $
>
> V = 2.8.9
> -PL = 19
> COMMENT = text web browser
> -DISTNAME = lynx${V}dev.${PL}
> -PKGNAME = lynx-${V}pl${PL}
> +DISTNAME = lynx${V}rel.1
> +PKGNAME = lynx-${V}
> +EPOCH = 0
> EXTRACT_SUFX = .tar.bz2
> +
> CATEGORIES = www net
>
> HOMEPAGE = https://lynx.invisible-island.net/
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/www/lynx/distinfo,v
> retrieving revision 1.16
> diff -u -p -r1.16 distinfo
> --- distinfo 18 May 2018 14:22:07 -0000 1.16
> +++ distinfo 28 Jul 2018 18:21:30 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (lynx2.8.9dev.19.tar.bz2) = AiNwb4MQ7Lc4NCxrxR674YefKJClbF5vCZ4oKJqKjp8=
> -SIZE (lynx2.8.9dev.19.tar.bz2) = 2688338
> +SHA256 (lynx2.8.9rel.1.tar.bz2) = OH8ZPXeS+c+toUxgsOXAv/GPIn2SV6OUg+FPoar3lZU=
> +SIZE (lynx2.8.9rel.1.tar.bz2) = 2689171
> Index: patches/patch-lynx_cfg
> ===================================================================
> RCS file: /cvs/ports/www/lynx/patches/patch-lynx_cfg,v
> retrieving revision 1.4
> diff -u -p -r1.4 patch-lynx_cfg
> --- patches/patch-lynx_cfg 28 Jul 2017 17:05:29 -0000 1.4
> +++ patches/patch-lynx_cfg 28 Jul 2018 18:21:30 -0000
> @@ -6,7 +6,7 @@ Index: lynx.cfg
> #
> # Normally we expect you will connect to a remote site, e.g., the Lynx starting
> # site:
> --STARTFILE:http://lynx.invisible-island.net/
> +-STARTFILE:https://lynx.invisible-island.net/
> +STARTFILE:https://www.openbsd.org/
> #
> # As an alternative, you may want to use a local URL. A good choice for this is
> Index: patches/patch-lynx_man
> ===================================================================
> RCS file: /cvs/ports/www/lynx/patches/patch-lynx_man,v
> retrieving revision 1.7
> diff -u -p -r1.7 patch-lynx_man
> --- patches/patch-lynx_man 18 May 2018 14:22:07 -0000 1.7
> +++ patches/patch-lynx_man 28 Jul 2018 18:21:30 -0000
> @@ -2,7 +2,7 @@ $OpenBSD: patch-lynx_man,v 1.7 2018/05/1
> Index: lynx.man
> --- lynx.man.orig
> +++ lynx.man
> -@@ -617,6 +617,22 @@ flushes the cache on a proxy server
> +@@ -618,6 +618,22 @@ flushes the cache on a proxy server
> allows a list of services to be disabled selectively.
> Dashes and underscores in option names can be intermixed.
> The following list is printed if no options are specified.
>
No comments:
Post a Comment