Date: Thu, 5 Sep 2019 01:16:43 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511151 - head/math/exprtk Message-ID: <201909050116.x851GhGZ031628@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Thu Sep 5 01:16:42 2019 New Revision: 511151 URL: https://svnweb.freebsd.org/changeset/ports/511151 Log: math/exprtk: Update g20190630 -> g20190717 Modified: head/math/exprtk/Makefile head/math/exprtk/distinfo Modified: head/math/exprtk/Makefile ============================================================================== --- head/math/exprtk/Makefile Wed Sep 4 21:14:18 2019 (r511150) +++ head/math/exprtk/Makefile Thu Sep 5 01:16:42 2019 (r511151) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exprtk -DISTVERSION= g20190630 +DISTVERSION= g20190717 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -11,7 +11,7 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= ArashPartow -GH_TAGNAME= 7ccb123 +GH_TAGNAME= 6f0a967 NO_BUILD= yes NO_ARCH= yes @@ -20,5 +20,8 @@ PLIST_FILES= include/exprtk.hpp do-install: ${INSTALL_DATA} ${WRKSRC}/exprtk.hpp ${STAGEDIR}${PREFIX}/include + +benchmark: + cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} pgo .include <bsd.port.mk> Modified: head/math/exprtk/distinfo ============================================================================== --- head/math/exprtk/distinfo Wed Sep 4 21:14:18 2019 (r511150) +++ head/math/exprtk/distinfo Thu Sep 5 01:16:42 2019 (r511151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563763240 -SHA256 (ArashPartow-exprtk-g20190630-7ccb123_GH0.tar.gz) = a86b5a80b22ec44bf4196228209e9fd2c92a471254e9216feb752723a5174bdb -SIZE (ArashPartow-exprtk-g20190630-7ccb123_GH0.tar.gz) = 1313655 +TIMESTAMP = 1567643872 +SHA256 (ArashPartow-exprtk-g20190717-6f0a967_GH0.tar.gz) = 7adfc227edd7d4f176ee23bbf355a6a46505e1ee3c3b6fcfb43b6a3331db1a62 +SIZE (ArashPartow-exprtk-g20190717-6f0a967_GH0.tar.gz) = 1316372
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909050116.x851GhGZ031628>