diff options
author | lukem <lukem@pkgsrc.org> | 2005-05-30 04:05:46 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2005-05-30 04:05:46 +0000 |
commit | 48e1e52690ca66c9c39737c7321ea8590b5c0b59 (patch) | |
tree | ea0780410b1be42a109967c701814f2b29462fe4 /sysutils | |
parent | 63f2e5bf5baf8eef9c9ab9e48521cd7823fff081 (diff) | |
download | pkgsrc-48e1e52690ca66c9c39737c7321ea8590b5c0b59.tar.gz |
Update to logrot 1.7.
Notable changes:
* Add --with-pidfile to allow override the path to syslogd's pidfile.
* Update my email address.
* Remove advertising clause from my license.
Use --with-pidfile when building on NetBSD so that chroot/sandbox
builds default to the correct path for syslogd.pid.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/logrot/Makefile | 10 | ||||
-rw-r--r-- | sysutils/logrot/distinfo | 8 |
2 files changed, 11 insertions, 7 deletions
diff --git a/sysutils/logrot/Makefile b/sysutils/logrot/Makefile index 92240081586..bbb6f043f4c 100644 --- a/sysutils/logrot/Makefile +++ b/sysutils/logrot/Makefile @@ -1,13 +1,17 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:40 grant Exp $ +# $NetBSD: Makefile,v 1.8 2005/05/30 04:05:46 lukem Exp $ # -DISTNAME= logrot-1.6 +DISTNAME= logrot-1.7 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.cs.rmit.edu.au/pub/utils/ +MASTER_SITES= http://www.mewburn.net/luke/src/ MAINTAINER= lukem@NetBSD.org +HOMEPAGE= http://www.mewburn.net/luke/software.html COMMENT= Rotate log files in a safe and configurable manner GNU_CONFIGURE= YES +OPSYSVARS+= CONFIGURE_ARGS +CONFIGURE_ARGS.NetBSD+= --with-pidfile=/var/run/syslogd.pid + .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/logrot/distinfo b/sysutils/logrot/distinfo index 18ede660a02..9e4deb2d4c5 100644 --- a/sysutils/logrot/distinfo +++ b/sysutils/logrot/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 13:40:54 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/05/30 04:05:46 lukem Exp $ -SHA1 (logrot-1.6.tar.gz) = 657b5bdd26b05fbd57465cc3e297150e10e88b6a -RMD160 (logrot-1.6.tar.gz) = 2cfde2d1aa67fe0047bd4adb929a1b348e9780b5 -Size (logrot-1.6.tar.gz) = 35234 bytes +SHA1 (logrot-1.7.tar.gz) = 854f1b20c7ebeb22fc9fef455c05b1044c68338f +RMD160 (logrot-1.7.tar.gz) = a3781410064a9b229766021f2c8bb2e7bc811489 +Size (logrot-1.7.tar.gz) = 35618 bytes |