sysutils/logwatch: update to version 7.5.1
PR: 235324 Submitted by: Joachim Werner <jockl@pianojockl.org> Approved by: maintainer timeout (trix@basement.net, >2 week)
This commit is contained in:
parent
66d0adf424
commit
8b042882f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494733
4 changed files with 11 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= logwatch
|
||||
PORTVERSION= 7.4.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.5.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1475262344
|
||||
SHA256 (logwatch-7.4.3.tar.gz) = 1dbdc48d65e150f2dbb43f1e4f4700d94166e053b1c7bbbdedf4ad670283720e
|
||||
SIZE (logwatch-7.4.3.tar.gz) = 462552
|
||||
TIMESTAMP = 1548859013
|
||||
SHA256 (logwatch-7.5.1.tar.gz) = 9d4a00625065f25058f8966e7fb11f9f72db25507b4dd9c05f57e14447c33295
|
||||
SIZE (logwatch-7.5.1.tar.gz) = 469715
|
||||
|
|
|
@ -53,6 +53,7 @@ install:
|
|||
daemon \
|
||||
denyhosts \
|
||||
dnssec \
|
||||
dovecot \
|
||||
dpkg \
|
||||
emerge \
|
||||
eventlog \
|
||||
|
@ -76,6 +77,7 @@ install:
|
|||
qmail-send-current \
|
||||
qmail-smtpd-current \
|
||||
resolver \
|
||||
rsnapshot \
|
||||
rt314 \
|
||||
samba \
|
||||
secure \
|
||||
|
@ -158,6 +160,7 @@ install:
|
|||
qmail-smtpd \
|
||||
raid \
|
||||
resolver \
|
||||
rsnapshot \
|
||||
rt314 \
|
||||
samba \
|
||||
saslauthd \
|
||||
|
@ -184,7 +187,6 @@ install:
|
|||
xntpd \
|
||||
yum \
|
||||
zz-disk_space \
|
||||
zz-fortune \
|
||||
zz-network \
|
||||
zz-runtime \
|
||||
zz-sys \
|
||||
|
|
|
@ -9,6 +9,7 @@ etc/logwatch/defaults/logfiles/cron.conf
|
|||
etc/logwatch/defaults/logfiles/daemon.conf
|
||||
etc/logwatch/defaults/logfiles/denyhosts.conf
|
||||
etc/logwatch/defaults/logfiles/dnssec.conf
|
||||
etc/logwatch/defaults/logfiles/dovecot.conf
|
||||
etc/logwatch/defaults/logfiles/dpkg.conf
|
||||
etc/logwatch/defaults/logfiles/emerge.conf
|
||||
etc/logwatch/defaults/logfiles/eventlog.conf
|
||||
|
@ -32,6 +33,7 @@ etc/logwatch/defaults/logfiles/qmail-pop3ds-current.conf
|
|||
etc/logwatch/defaults/logfiles/qmail-send-current.conf
|
||||
etc/logwatch/defaults/logfiles/qmail-smtpd-current.conf
|
||||
etc/logwatch/defaults/logfiles/resolver.conf
|
||||
etc/logwatch/defaults/logfiles/rsnapshot.conf
|
||||
etc/logwatch/defaults/logfiles/rt314.conf
|
||||
etc/logwatch/defaults/logfiles/samba.conf
|
||||
etc/logwatch/defaults/logfiles/secure.conf
|
||||
|
@ -111,6 +113,7 @@ etc/logwatch/defaults/services/qmail-smtpd.conf
|
|||
etc/logwatch/defaults/services/qmail.conf
|
||||
etc/logwatch/defaults/services/raid.conf
|
||||
etc/logwatch/defaults/services/resolver.conf
|
||||
etc/logwatch/defaults/services/rsnapshot.conf
|
||||
etc/logwatch/defaults/services/rt314.conf
|
||||
etc/logwatch/defaults/services/samba.conf
|
||||
etc/logwatch/defaults/services/saslauthd.conf
|
||||
|
@ -137,7 +140,6 @@ etc/logwatch/defaults/services/windows.conf
|
|||
etc/logwatch/defaults/services/xntpd.conf
|
||||
etc/logwatch/defaults/services/yum.conf
|
||||
etc/logwatch/defaults/services/zz-disk_space.conf
|
||||
etc/logwatch/defaults/services/zz-fortune.conf
|
||||
etc/logwatch/defaults/services/zz-network.conf
|
||||
etc/logwatch/defaults/services/zz-runtime.conf
|
||||
etc/logwatch/defaults/services/zz-sys.conf
|
||||
|
@ -222,6 +224,7 @@ libexec/logwatch/defaults/services/qmail-send
|
|||
libexec/logwatch/defaults/services/qmail-smtpd
|
||||
libexec/logwatch/defaults/services/raid
|
||||
libexec/logwatch/defaults/services/resolver
|
||||
libexec/logwatch/defaults/services/rsnapshot
|
||||
libexec/logwatch/defaults/services/rt314
|
||||
libexec/logwatch/defaults/services/samba
|
||||
libexec/logwatch/defaults/services/saslauthd
|
||||
|
@ -248,7 +251,6 @@ libexec/logwatch/defaults/services/windows
|
|||
libexec/logwatch/defaults/services/xntpd
|
||||
libexec/logwatch/defaults/services/yum
|
||||
libexec/logwatch/defaults/services/zz-disk_space
|
||||
libexec/logwatch/defaults/services/zz-fortune
|
||||
libexec/logwatch/defaults/services/zz-network
|
||||
libexec/logwatch/defaults/services/zz-runtime
|
||||
libexec/logwatch/defaults/services/zz-sys
|
||||
|
|
Loading…
Reference in a new issue