aboutsummaryrefslogtreecommitdiff
path: root/sysutils/logrotate
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-01-06 10:25:12 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-01-06 10:25:12 +0000
commit0202163be63412ef95108c0912e39e2539fa41bd (patch)
treef03b5e180b694e1d90d69d8a75aa42f50770d20b /sysutils/logrotate
parent8573821e0a7a5ffde29f8101157fce0abf00838e (diff)
downloadports-0202163be63412ef95108c0912e39e2539fa41bd.tar.gz
ports-0202163be63412ef95108c0912e39e2539fa41bd.zip
Notes
Diffstat (limited to 'sysutils/logrotate')
-rw-r--r--sysutils/logrotate/Makefile2
-rw-r--r--sysutils/logrotate/distinfo4
-rw-r--r--sysutils/logrotate/files/patch-config.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile
index 9a51270d8b59..ec3f3d65832d 100644
--- a/sysutils/logrotate/Makefile
+++ b/sysutils/logrotate/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= logrotate
-PORTVERSION= 3.8.7
+PORTVERSION= 3.8.8
CATEGORIES= sysutils
MASTER_SITES= https://fedorahosted.org/releases/l/o/logrotate/
diff --git a/sysutils/logrotate/distinfo b/sysutils/logrotate/distinfo
index f69c39b555b9..636364fcbad0 100644
--- a/sysutils/logrotate/distinfo
+++ b/sysutils/logrotate/distinfo
@@ -1,2 +1,2 @@
-SHA256 (logrotate-3.8.7.tar.gz) = f6ba691f40e30e640efa2752c1f9499a3f9738257660994de70a45fe00d12b64
-SIZE (logrotate-3.8.7.tar.gz) = 58898
+SHA256 (logrotate-3.8.8.tar.gz) = 46a1510ef4a1f4359edd5f361112cfd1523942e85ff28e6cbb0c81bad1829d0f
+SIZE (logrotate-3.8.8.tar.gz) = 72014
diff --git a/sysutils/logrotate/files/patch-config.h b/sysutils/logrotate/files/patch-config.h
index d5d08ed63a3a..62fc64fdc155 100644
--- a/sysutils/logrotate/files/patch-config.h
+++ b/sysutils/logrotate/files/patch-config.h
@@ -7,7 +7,7 @@ index ae7f308..7c0a2b3 100644
#endif
+#ifdef __FreeBSD__
-+ #define DEFAULT_MAIL_COMMAND "/usr/bin/mailx -s"
++ #define DEFAULT_MAIL_COMMAND "/usr/bin/mailx"
+ #define COMPRESS_COMMAND "/usr/bin/gzip"
+ #define UNCOMPRESS_COMMAND "/usr/bin/gunzip"
+ #define STATEFILE "/var/run/logrotate.status"