summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-09-29 14:13:15 +0000
committerwiz <wiz@pkgsrc.org>2005-09-29 14:13:15 +0000
commitf965db1127850eea197f6c0af8310e32f7db4a50 (patch)
tree961b0f71f73714d1926687fd43ac943cb6bb7f6c
parent024a8cce5f27b342e46303e2663cf258ccfdc7c3 (diff)
downloadpkgsrc-f965db1127850eea197f6c0af8310e32f7db4a50.tar.gz
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.
-rw-r--r--sysutils/sarah/Makefile18
-rw-r--r--sysutils/sarah/distinfo8
2 files changed, 12 insertions, 14 deletions
diff --git a/sysutils/sarah/Makefile b/sysutils/sarah/Makefile
index dd5d8118a75..bc79ad258aa 100644
--- a/sysutils/sarah/Makefile
+++ b/sysutils/sarah/Makefile
@@ -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
+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 --git a/sysutils/sarah/distinfo b/sysutils/sarah/distinfo
index 8a67c21d45c..68f67483d99 100644
--- a/sysutils/sarah/distinfo
+++ b/sysutils/sarah/distinfo
@@ -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