mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to 0.5.
PR: 19427 Submitted by: MAINTAINER
This commit is contained in:
parent
8b4c4f394d
commit
1e8805ff6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29756
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= healthd
|
||||
PORTVERSION= 0.4.2
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://healthd.thehousleys.net/
|
||||
|
||||
@ -15,7 +15,7 @@ MAINTAINER= jim@thehousleys.net
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --exec-prefix=${PREFIX}
|
||||
|
||||
MAN8= healthd.8
|
||||
MAN8= healthd.8 healthdc.8
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (healthd-0.4.2.tar.gz) = 35ba9a8d4ce1fbd89f407c941d38fea6
|
||||
MD5 (healthd-0.5.tar.gz) = 17260935197df4b3c596f8ab69c11eef
|
||||
|
@ -1,3 +1,6 @@
|
||||
bin/healthd
|
||||
bin/healthdc
|
||||
sbin/healthd
|
||||
@unexec if cmp -s %D/etc/healthd.conf %D/etc/healthd.conf.sample; then rm -f %D/etc/healthd.conf; fi
|
||||
etc/healthd.conf.sample
|
||||
@exec if [ ! -f %D/etc/healthd.conf ]; then cp -p %D/%F %B/healthd.conf; fi
|
||||
etc/rc.d/healthd.sh
|
||||
|
Loading…
Reference in New Issue
Block a user