pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/logrot Update to logrot 1.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3779b64c2fa4
branches:  trunk
changeset: 494763:3779b64c2fa4
user:      lukem <lukem%pkgsrc.org@localhost>
date:      Mon May 30 04:05:46 2005 +0000

description:
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:

 sysutils/logrot/Makefile |  10 +++++++---
 sysutils/logrot/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 14e19f6bb2d0 -r 3779b64c2fa4 sysutils/logrot/Makefile
--- a/sysutils/logrot/Makefile  Mon May 30 00:15:22 2005 +0000
+++ b/sysutils/logrot/Makefile  Mon May 30 04:05:46 2005 +0000
@@ -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@localhost
+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 -r 14e19f6bb2d0 -r 3779b64c2fa4 sysutils/logrot/distinfo
--- a/sysutils/logrot/distinfo  Mon May 30 00:15:22 2005 +0000
+++ b/sysutils/logrot/distinfo  Mon May 30 04:05:46 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index