diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 14:17:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 14:17:38 +0000 |
commit | ebdb629c557892bfe6b70c3a97c9c9b60835249c (patch) | |
tree | 02ccb1cce962b3bebf8fa6e882d64db9a1e00c03 /sysutils/logrotate/Makefile | |
parent | 8455f0e8414df5bfef7e4af56ea37141335a3906 (diff) | |
download | ports-ebdb629c557892bfe6b70c3a97c9c9b60835249c.tar.gz ports-ebdb629c557892bfe6b70c3a97c9c9b60835249c.zip |
Notes
Diffstat (limited to 'sysutils/logrotate/Makefile')
-rw-r--r-- | sysutils/logrotate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile index af3c92f6a8f3..e7ab05f05d4b 100644 --- a/sysutils/logrotate/Makefile +++ b/sysutils/logrotate/Makefile @@ -7,7 +7,7 @@ PORTNAME= logrotate PORTVERSION= 3.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} MASTER_SITE_SUBDIR= l/logrotate @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} -PATCHFILES= ${PORTNAME}_${PORTVERSION}-2.diff.gz +PATCHFILES= ${PORTNAME}_${PORTVERSION}-5.diff.gz MAINTAINER= js@iksz.hu COMMENT= Daemon to rotate, compress, remove and mail system log files |