git: 4a91a054e5db - main - sysutils/timelimit: Update to 1.9.2
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 18 19:31:51 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4a91a054e5dbee08922fc8142b719e11eeae3341
commit 4a91a054e5dbee08922fc8142b719e11eeae3341
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-18 19:27:56 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
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 at 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
More information about the dev-commits-ports-all
mailing list