Update to (non-backwards-compatible) daemontools 0.70, and take over
MAINTAINERship. PR: 16580
This commit is contained in:
parent
437ec95cc2
commit
89b0981b2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28047
@ -6,21 +6,20 @@
|
||||
#
|
||||
|
||||
PORTNAME= daemontools
|
||||
PORTVERSION= 0.53
|
||||
PORTVERSION= 0.70
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://koobera.math.uic.edu/www/software/
|
||||
MASTER_SITES= http://cr.yp.to/daemontools/
|
||||
|
||||
MAINTAINER= dom@myrddin.demon.co.uk
|
||||
MAINTAINER= nbm@FreeBSD.org
|
||||
|
||||
NO_PACKAGE= Unsure of djb's license
|
||||
NO_PACKAGE= Unsure of djb\'s license
|
||||
|
||||
ALL_TARGET= it man
|
||||
INSTALL_TARGET= setup
|
||||
ALL_TARGET= it
|
||||
INSTALL_TARGET= setup check
|
||||
|
||||
SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \
|
||||
MANMODE="${MANMODE}" CFLAGS="${CFLAGS}"
|
||||
|
||||
MAN1= accustamp.1 cyclog.1 errorsto.1 fifo.1 setuser.1 supervise.1 \
|
||||
svc.1 svstat.1 tailocal.1 testfilelock.1 usually.1
|
||||
post-patch:
|
||||
@echo "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
|
||||
@echo "${CC} -s" > ${WRKSRC}/conf-ld
|
||||
@echo "${PREFIX}" > ${WRKSRC}/conf-home
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (daemontools-0.53.tar.gz) = e9c5817525ea138e8a143392b3ea8f6a
|
||||
MD5 (daemontools-0.70.tar.gz) = c88e8c5e4453b4df41571f60eaa0baf3
|
||||
|
@ -1,11 +1,14 @@
|
||||
bin/svscan
|
||||
bin/supervise
|
||||
bin/svc
|
||||
bin/svok
|
||||
bin/svstat
|
||||
bin/testfilelock
|
||||
bin/fifo
|
||||
bin/cyclog
|
||||
bin/errorsto
|
||||
bin/usually
|
||||
bin/accustamp
|
||||
bin/tailocal
|
||||
bin/setuser
|
||||
bin/fghack
|
||||
bin/multilog
|
||||
bin/tai64n
|
||||
bin/tai64nlocal
|
||||
bin/softlimit
|
||||
bin/setuidgid
|
||||
bin/envuidgid
|
||||
bin/envdir
|
||||
bin/setlock
|
||||
|
Loading…
Reference in New Issue
Block a user