1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Update to 1.9.0

- Update MASTER_SITES
- Update WWW

Changes:	https://devel.ringlet.net/sysutils/timelimit/NEWS
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-04-15 20:02:46 +00:00
parent 53126bf5bd
commit 8ed0ec2c37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467417
3 changed files with 6 additions and 6 deletions

View File

@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= timelimit
PORTVERSION= 1.8.2
PORTVERSION= 1.9.0
CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/files/sys/timelimit/ \
MASTER_SITES= https://devel.ringlet.net/files/sys/timelimit/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1511371358
SHA256 (timelimit-1.8.2.tar.xz) = aa8a78385b151dcb3d09ef8a10ffc9e9a228333a1161d3d685b5069009f9be5c
SIZE (timelimit-1.8.2.tar.xz) = 9636
TIMESTAMP = 1523789098
SHA256 (timelimit-1.9.0.tar.xz) = 6d34e8e0bd06720c6c73d1baff5405f9385d0e675c5d6b1e9b6649cc070308cb
SIZE (timelimit-1.9.0.tar.xz) = 13548

View File

@ -2,4 +2,4 @@ timelimit executes a command and terminates the spawned process after a given
time with a given signal. A 'warning' signal is sent first, then, after a
timeout, a 'kill' signal, similar to the way init(8) operates on shutdown.
WWW: http://devel.ringlet.net/sysutils/timelimit/
WWW: https://devel.ringlet.net/sysutils/timelimit/