svn commit: r520935 - in head: archivers/par2cmdline-tbb biology/bowtie2 cad/opencascade databases/tiledb devel/blitz devel/ikos devel/ispc devel/py-numba devel/tbb devel/tbb/files graphics/blender...

Po-Chuan Hsieh sunpoet at freebsd.org
Tue Dec 31 13:54:20 UTC 2019


On Fri, Dec 27, 2019 at 12:25 AM Ganael LAPLANCHE <martymac at freebsd.org>
wrote:

> Author: martymac
> Date: Thu Dec 26 16:25:22 2019
> New Revision: 520935
> URL: https://svnweb.freebsd.org/changeset/ports/520935
>
> Log:
>   Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]
>
>   Also, while here, re-generate patches using the makepatch target
>
>   [1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES
>
> Modified: head/devel/tbb/Makefile
>
> ==============================================================================
> --- head/devel/tbb/Makefile     Thu Dec 26 16:24:04 2019        (r520934)
> +++ head/devel/tbb/Makefile     Thu Dec 26 16:25:22 2019        (r520935)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>
>  PORTNAME=      tbb
> -PORTVERSION=   2019.8
> +PORTVERSION=   2020.0
>  CATEGORIES=    devel
>
>  MAINTAINER=    martymac at FreeBSD.org
> @@ -17,7 +17,7 @@ USES= compiler gmake tar:tgz
>
>  USE_GITHUB=    yes
>  GH_ACCOUNT=    01org
> -GH_TAGNAME=    ${PORTVERSION:S/./_U/}
> +GH_TAGNAME=    v${PORTVERSION}
>

Hi Ganael,

FYI, it's preferred to use DISTVERSIONPREFIX=v instead.
The distinfo would also be changed as follows.

Regards,
sunpoet

Index: Makefile
===================================================================
--- Makefile    (revision 521599)
+++ Makefile    (working copy)
@@ -3,6 +3,7 @@

 PORTNAME=      tbb
 PORTVERSION=   2020.0
+DISTVERSIONPREFIX=     v
 CATEGORIES=    devel

 MAINTAINER=    martymac at FreeBSD.org
@@ -17,7 +18,6 @@

 USE_GITHUB=    yes
 GH_ACCOUNT=    01org
-GH_TAGNAME=    v${PORTVERSION}

 SUB_FILES=     tbb.pc
 SUB_LIST=      prefix="${PREFIX}" \
Index: distinfo
===================================================================
--- distinfo    (revision 521599)
+++ distinfo    (working copy)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576704424
-SHA256 (01org-tbb-2020.0-v2020.0_GH0.tar.gz) =
8eed2377ac62e6ac10af5a8303ce861e4525ffe491a061b48e8fe094fc741ce9
-SIZE (01org-tbb-2020.0-v2020.0_GH0.tar.gz) = 2624531
+TIMESTAMP = 1577783505
+SHA256 (01org-tbb-v2020.0_GH0.tar.gz) =
8eed2377ac62e6ac10af5a8303ce861e4525ffe491a061b48e8fe094fc741ce9
+SIZE (01org-tbb-v2020.0_GH0.tar.gz) = 2624531


More information about the svn-ports-head mailing list