- Update to 0.5.4
- Update the Makefile so the healthd.sh for the port is installed instead the one in the files directory, which is out-of-date. PR: 19984, 19993 Submitted by: maintainer
This commit is contained in:
parent
c8a277dd4a
commit
a0ce692f90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30785
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= healthd
|
||||
PORTVERSION= 0.5.3
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://healthd.thehousleys.net/
|
||||
|
||||
|
@ -21,7 +21,7 @@ INSTALL_TARGET= install-all
|
|||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \
|
||||
${ECHO} "Installing ${PREFIX}/etc/rc.d/healthd.sh startup file."; \
|
||||
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh; \
|
||||
${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh; \
|
||||
fi
|
||||
@if [ ! -f ${PREFIX}/etc/healthd.conf ]; then \
|
||||
${ECHO} "Installing ${PREFIX}/etc/healthd.conf configuration file."; \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (healthd-0.5.3.tar.gz) = f8b350dfff5c97c3705b17e82abe34d9
|
||||
MD5 (healthd-0.5.4.tar.gz) = 15ec943465835e349c116aa36370c31a
|
||||
|
|
Loading…
Reference in a new issue