www/tinyproxy: Remove pid file using service script

- Bump PORTREVISION for package change

PR:		253323
This commit is contained in:
Helge Oldach 2024-05-28 18:17:02 +08:00 committed by Po-Chuan Hsieh
parent 8e1b5ca101
commit f4fd84d27e
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
PORTNAME= tinyproxy
PORTVERSION= 1.11.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= https://github.com/tinyproxy/tinyproxy/releases/download/${PORTVERSION}/

View file

@ -13,6 +13,8 @@
name="tinyproxy"
rcvar=tinyproxy_enable
stop_postcmd="rm -f \${pidfile}"
load_rc_config $name
# Make sure the pidfile matches what's in the config file.