svn commit: r512133 - head/lang/luajit-openresty

Vanilla Hsu vanilla at fatpipi.com
Mon Sep 16 01:59:16 UTC 2019


Hi:

There is error on my box, could you help to check?

nat [/usr/ports] -root- ls -l /usr/local/bin/luajit*
lrwxr-xr-x  1 root  wheel      19 Sep 16 09:56 /usr/local/bin/luajit ->
luajit-2.1-20190912
-rwxr-xr-x  1 root  wheel  613856 Sep 16 09:56
/usr/local/bin/luajit-2.1.0-beta3

luajit-openresty will install luajit's binary as luajit-2.1.0-beta3, but
try to link to luajit-2.1-20190912.


Martin Matuska <mm at freebsd.org> 於 2019年9月16日 週一 上午7:09寫道:

> Author: mm
> Date: Sun Sep 15 23:09:47 2019
> New Revision: 512133
> URL: https://svnweb.freebsd.org/changeset/ports/512133
>
> Log:
>   lang/luajit-openresty: Use DISTVERSIONPREFIX to construct GH tagname
>
> Modified:
>   head/lang/luajit-openresty/Makefile
>   head/lang/luajit-openresty/distinfo
>
> Modified: head/lang/luajit-openresty/Makefile
>
> ==============================================================================
> --- head/lang/luajit-openresty/Makefile Sun Sep 15 23:00:02 2019
> (r512132)
> +++ head/lang/luajit-openresty/Makefile Sun Sep 15 23:09:47 2019
> (r512133)
> @@ -2,7 +2,9 @@
>  # $FreeBSD$
>
>  PORTNAME=      luajit
> +DISTVERSIONPREFIX=     v
>  DISTVERSION=   2.1-20190912
> +PORTREVISION=  1
>  CATEGORIES=    lang
>  PKGNAMESUFFIX= -openresty
>
> @@ -23,7 +25,6 @@ MAKE_ARGS=    CC=${CC}
>  USE_GITHUB=    yes
>  GH_ACCOUNT=    openresty
>  GH_PROJECT=    luajit2
> -GH_TAGNAME=    v${DISTVERSION}
>
>  PLIST_SUB+=    VERSION=2.1.0-beta3 SOVERSION=2.1.0
>
>
> Modified: head/lang/luajit-openresty/distinfo
>
> ==============================================================================
> --- head/lang/luajit-openresty/distinfo Sun Sep 15 23:00:02 2019
> (r512132)
> +++ head/lang/luajit-openresty/distinfo Sun Sep 15 23:09:47 2019
> (r512133)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1568578398
> -SHA256 (openresty-luajit2-2.1-20190912-v2.1-20190912_GH0.tar.gz) =
> e90192d853412b59c44662b10aaf175ee2da4b38f72cb044fef682984dd3320a
> -SIZE (openresty-luajit2-2.1-20190912-v2.1-20190912_GH0.tar.gz) = 1094113
> +TIMESTAMP = 1568588894
> +SHA256 (openresty-luajit2-v2.1-20190912_GH0.tar.gz) =
> e90192d853412b59c44662b10aaf175ee2da4b38f72cb044fef682984dd3320a
> +SIZE (openresty-luajit2-v2.1-20190912_GH0.tar.gz) = 1094113
>


More information about the svn-ports-head mailing list