From owner-dev-commits-ports-all@freebsd.org Tue May 18 19:31:50 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 35676655089; Tue, 18 May 2021 19:31:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fl5jL0ZSfz4fSF; Tue, 18 May 2021 19:31:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DDADF24ED2; Tue, 18 May 2021 19:31:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14IJVnfu036098; Tue, 18 May 2021 19:31:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14IJVnwe036097; Tue, 18 May 2021 19:31:49 GMT (envelope-from git) Date: Tue, 18 May 2021 19:31:49 GMT Message-Id: <202105181931.14IJVnwe036097@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 4a91a054e5db - main - sysutils/timelimit: Update to 1.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4a91a054e5dbee08922fc8142b719e11eeae3341 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2021 19:31:51 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a91a054e5dbee08922fc8142b719e11eeae3341 commit 4a91a054e5dbee08922fc8142b719e11eeae3341 Author: Po-Chuan Hsieh AuthorDate: 2021-05-18 19:27:56 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-18 19:27:56 +0000 sysutils/timelimit: Update to 1.9.2 Changes: https://devel.ringlet.net/sysutils/timelimit/NEWS --- sysutils/timelimit/Makefile | 8 ++++---- sysutils/timelimit/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sysutils/timelimit/Makefile b/sysutils/timelimit/Makefile index 5e5aa0282e69..cd1f83810bbc 100644 --- a/sysutils/timelimit/Makefile +++ b/sysutils/timelimit/Makefile @@ -1,7 +1,7 @@ # Created by: roam@FreeBSD.org PORTNAME= timelimit -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.2 CATEGORIES= sysutils MASTER_SITES= https://devel.ringlet.net/files/sys/timelimit/ \ LOCAL/sunpoet @@ -11,13 +11,13 @@ COMMENT= Limit the absolute execution time of a process LICENSE= BSD2CLAUSE -# bin/timelimit -CONFLICTS_INSTALL= netpipes - USES= tar:xz PLIST_FILES= bin/timelimit share/man/man1/timelimit.1.gz +# bin/timelimit +CONFLICTS_INSTALL= netpipes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${PREFIX}/share/man/man1/ diff --git a/sysutils/timelimit/distinfo b/sysutils/timelimit/distinfo index 994d18da917c..c55df5f2f870 100644 --- a/sysutils/timelimit/distinfo +++ b/sysutils/timelimit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523789098 -SHA256 (timelimit-1.9.0.tar.xz) = 6d34e8e0bd06720c6c73d1baff5405f9385d0e675c5d6b1e9b6649cc070308cb -SIZE (timelimit-1.9.0.tar.xz) = 13548 +TIMESTAMP = 1621183178 +SHA256 (timelimit-1.9.2.tar.xz) = 9cdd1f06049b9e1a4b7a8a93a0d4d0e1920bd617e7cd005525261a3f91386796 +SIZE (timelimit-1.9.2.tar.xz) = 13728