logrotate: update to 3.8.7.

This commit is contained in:
Juan RP 2014-09-08 11:40:11 +02:00
parent 4542c25f53
commit f6bcac5730
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'logrotate'
pkgname=logrotate
version=3.8.1
revision=2
version=3.8.7
revision=1
makedepends="popt-devel"
conf_files="/etc/logrotate.conf"
short_desc="Log file rotation and periodic maintenance"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://fedorahosted.org/logrotate/"
license="GPL-2"
distfiles="https://fedorahosted.org/releases/l/o/$pkgname/${pkgname}-${version}.tar.gz"
checksum=c12471e70ae8bc923bd5c4f25e8fd6483b68c6301f3cd79f7cfe37bc5b370169
checksum=f6ba691f40e30e640efa2752c1f9499a3f9738257660994de70a45fe00d12b64
do_build() {
sed -i "s|CFLAGS = -Wall|CFLAGS += -Wall|" Makefile
@ -21,6 +21,6 @@ do_build() {
do_install() {
make PREFIX=${DESTDIR} install
vinstall ${FILESDIR}/logrotate.conf 644 etc
vconf ${FILESDIR}/logrotate.conf
vinstall ${FILESDIR}/logrotate.cron-daily 744 etc/cron.daily logrotate
}