diff options
author | nbm <nbm@FreeBSD.org> | 2000-04-28 05:43:43 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-04-28 05:43:43 +0800 |
commit | 650994ae78f47671c0fb073e8b19203da6a78e3b (patch) | |
tree | 80a50831634892a0a2757477e4b32ad7dc712d4a /sysutils/daemontools | |
parent | a5c60d2499c9944940656476bd1761936a1ce623 (diff) | |
download | freebsd-ports-gnome-650994ae78f47671c0fb073e8b19203da6a78e3b.tar.gz freebsd-ports-gnome-650994ae78f47671c0fb073e8b19203da6a78e3b.tar.zst freebsd-ports-gnome-650994ae78f47671c0fb073e8b19203da6a78e3b.zip |
Update to (non-backwards-compatible) daemontools 0.70, and take over
MAINTAINERship.
PR: 16580
Diffstat (limited to 'sysutils/daemontools')
-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 |