Date: Sat, 12 Mar 2022 10:33:13 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 46dabd6f2827 - main - devel/libfaketime: Update version 0.9.7=>0.9.10 Message-ID: <202203121033.22CAXDNn037214@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=46dabd6f282748263b1eec1531ba7fce4bfc5183 commit 46dabd6f282748263b1eec1531ba7fce4bfc5183 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-03-09 16:23:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-03-12 10:33:03 +0000 devel/libfaketime: Update version 0.9.7=>0.9.10 Relnotes: https://github.com/wolfcw/libfaketime/releases/tag/v0.9.10 --- devel/libfaketime/Makefile | 21 +++++++++------------ devel/libfaketime/distinfo | 6 +++--- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/devel/libfaketime/Makefile b/devel/libfaketime/Makefile index fb91dcd09df7..6e757517c4bd 100644 --- a/devel/libfaketime/Makefile +++ b/devel/libfaketime/Makefile @@ -2,7 +2,7 @@ PORTNAME= libfaketime DISTVERSIONPREFIX= v -DISTVERSION= 0.9.7 +DISTVERSION= 0.9.10 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org @@ -13,29 +13,26 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake shebangfix USE_GITHUB= yes -USE_LDCONFIG= yes - GH_ACCOUNT= wolfcw GH_TAGNAME= da77808 +USE_LDCONFIG= yes + +SHEBANG_FILES= test/functests/common.inc test/testframe.sh # FAKE_STAT doesn't currently work on FreeBSD # Add -DFAKE_STAT to FEATS to see why MAKE_ENV+= FEATS="-DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS" \ - WARNS="-Wall" \ - MANDIR="/man" + MANDIR="/man" \ + WARNS="-Wall" +TEST_TARGET= test PLIST_FILES= bin/faketime \ lib/faketime/libfaketime.so.1 \ lib/faketime/libfaketimeMT.so.1 \ + man/man1/faketime.1.gz \ share/doc/faketime/NEWS \ - share/doc/faketime/README \ - man/man1/faketime.1.gz - -SHEBANG_FILES= test/testframe.sh \ - test/functests/common.inc - -TEST_TARGET= test + share/doc/faketime/README post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/faketime \ diff --git a/devel/libfaketime/distinfo b/devel/libfaketime/distinfo index 59ae171dc7fc..e93aebf64d1e 100644 --- a/devel/libfaketime/distinfo +++ b/devel/libfaketime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533612095 -SHA256 (wolfcw-libfaketime-v0.9.7-da77808_GH0.tar.gz) = 59d42d762fa1372325486082d9498c0ce6dcb2446ed567bc5f0d85a7c2f1b017 -SIZE (wolfcw-libfaketime-v0.9.7-da77808_GH0.tar.gz) = 55667 +TIMESTAMP = 1646764041 +SHA256 (wolfcw-libfaketime-v0.9.10-da77808_GH0.tar.gz) = 59d42d762fa1372325486082d9498c0ce6dcb2446ed567bc5f0d85a7c2f1b017 +SIZE (wolfcw-libfaketime-v0.9.10-da77808_GH0.tar.gz) = 55667
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203121033.22CAXDNn037214>