pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/sarah Update to 0.9.1b:
details: https://anonhg.NetBSD.org/pkgsrc/rev/cb9bda6f0ad1
branches: trunk
changeset: 499933:cb9bda6f0ad1
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Sep 29 14:13:15 2005 +0000
description:
Update to 0.9.1b:
v 0.9.1b 2004/02/06
* fixed bug introduced 2004/02/05 which caused true default
options, such as INCDEPTH, to be destroyed when new options
blocks are defined
v 0.9b 2004/02/05
* fixed bug that caused some duplicate definitions of directives
to add to previous definitions, rather than replace them
bug id 631657
* fixed OPTION->INDEX to report an error if an invalid INDEX
value is specified
* directives can now be specified with no data. Combined with
the above fix for duplicate directives, this has the effect
that any directive can now be unset, even when originally
specified in the OPTIONS block
bug id 631660
* fixed bug that would result in syslogd being signalled on every
execution of sarah
bug id 891554
* fixed output in verbose mode that would cause sarah to try to
print file type as well as permissions when doing a chmod on
rotated files
2002/05/10
* fixed bug introduced on 2002/05/06 that causes sarah to die in
mid-rotation if DATE indexing is used.
* complete rewrite of log rotation logic -- old bug would cause
logs to always rotate when SIZELOGIC is OR, DATE is defined,
and SIZE is not defined
2002/05/06
* changed the way day-of-week matching is done to fix support for
OSes that don't comply with XPG4, such as Solaris pre-8.0
2002/02/28
* SIZE directive takes magnitude attribute (deprecated SIZEMOD)
v 0.8b 2002/02/13
* SARAH now released under the GNU GPL. Added and changed
licensing information in the necessary places.
Use pkgsrc config file handling framework.
diffstat:
sysutils/sarah/Makefile | 18 ++++++++----------
sysutils/sarah/distinfo | 8 ++++----
2 files changed, 12 insertions(+), 14 deletions(-)
diffs (49 lines):
diff -r ac18a4d2d29b -r cb9bda6f0ad1 sysutils/sarah/Makefile
--- a/sysutils/sarah/Makefile Thu Sep 29 14:11:36 2005 +0000
+++ b/sysutils/sarah/Makefile Thu Sep 29 14:13:15 2005 +0000
@@ -1,24 +1,22 @@
-# $NetBSD: Makefile,v 1.9 2005/07/16 01:19:23 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/09/29 14:13:15 wiz Exp $
-DISTNAME= sarah-0.7b
+DISTNAME= sarah-0.9.1b
CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.conundrum.com/pub/sarah/
+MASTER_SITES= ftp://ftp.conundrum.com/pub/sarah/ \
+ http://prdownloads.sourceforge.net/sarah/
MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://sarah.sourceforge.net/
COMMENT= Syslog automated Rotation and Archive Handler
-LICENSE= limited-redistribution
-RESTRICTED= "Do not redistribute"
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_SRC_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_CDROM=${RESTRICTED}
-
USE_TOOLS+= perl:run
REPLACE_PERL= sarah
NO_BUILD= YES
INSTALLATION_DIRS= bin man/man1
+USE_PKGINSTALL= YES
+CONF_FILES+= ${PREFIX}/share/examples/sarah/sarah.conf.sample \
+ ${PKG_SYSCONFDIR}/sarah.conf
post-patch:
${SED} -e "s,/usr/local,${PREFIX},g" \
diff -r ac18a4d2d29b -r cb9bda6f0ad1 sysutils/sarah/distinfo
--- a/sysutils/sarah/distinfo Thu Sep 29 14:11:36 2005 +0000
+++ b/sysutils/sarah/distinfo Thu Sep 29 14:13:15 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 13:40:57 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/09/29 14:13:15 wiz Exp $
-SHA1 (sarah-0.7b.tar.gz) = e0043c212f73465ffac26c431cf23d5026b6a73b
-RMD160 (sarah-0.7b.tar.gz) = b8a8318743eb47ed6ae6f8a1fedd744f180f8ae9
-Size (sarah-0.7b.tar.gz) = 24617 bytes
+SHA1 (sarah-0.9.1b.tar.gz) = 1c890ac52937898141164c9abbfb52004780cbbb
+RMD160 (sarah-0.9.1b.tar.gz) = f73c89209093d533582f0f1931190d9ea36c4620
+Size (sarah-0.9.1b.tar.gz) = 38031 bytes
Home |
Main Index |
Thread Index |
Old Index