diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-04-27 21:43:43 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-04-27 21:43:43 +0000 |
commit | 89b0981b2e1c338904a2576ffbb5bbf4040763a5 (patch) | |
tree | e755ab45b2827862a04a64e5bbe1e788a674569e /sysutils | |
parent | Snapshot of daemontools 0.53; without repo-copy, since the history is (diff) |
Update to (non-backwards-compatible) daemontools 0.70, and take over
MAINTAINERship.
PR: 16580
Notes
Notes:
svn path=/head/; revision=28047
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/daemontools/Makefile | 21 | ||||
-rw-r--r-- | sysutils/daemontools/distinfo | 2 | ||||
-rw-r--r-- | sysutils/daemontools/pkg-plist | 19 |
3 files changed, 22 insertions, 20 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 21e1d4d6502c..5904f65e3b30 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -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> diff --git a/sysutils/daemontools/distinfo b/sysutils/daemontools/distinfo index ef5761b95143..211f9bd56492 100644 --- a/sysutils/daemontools/distinfo +++ b/sysutils/daemontools/distinfo @@ -1 +1 @@ -MD5 (daemontools-0.53.tar.gz) = e9c5817525ea138e8a143392b3ea8f6a +MD5 (daemontools-0.70.tar.gz) = c88e8c5e4453b4df41571f60eaa0baf3 diff --git a/sysutils/daemontools/pkg-plist b/sysutils/daemontools/pkg-plist index a297cebde8e2..bedaad45ad93 100644 --- a/sysutils/daemontools/pkg-plist +++ b/sysutils/daemontools/pkg-plist @@ -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 |