aboutsummaryrefslogtreecommitdiff
path: root/sysutils/logrotate
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2004-10-20 15:08:32 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2004-10-20 15:08:32 +0000
commitef9240185e5c1eae22dc759efa6b6aee5c3d60fc (patch)
treec7bf74dc5a62507d40f02cdf539033b4974cd568 /sysutils/logrotate
parentd5846b43692bd47ece11d4a877d0d9da5a74e572 (diff)
downloadports-ef9240185e5c1eae22dc759efa6b6aee5c3d60fc.tar.gz
ports-ef9240185e5c1eae22dc759efa6b6aee5c3d60fc.zip
Notes
Diffstat (limited to 'sysutils/logrotate')
-rw-r--r--sysutils/logrotate/Makefile4
-rw-r--r--sysutils/logrotate/distinfo4
-rw-r--r--sysutils/logrotate/files/patch-Makefile15
3 files changed, 14 insertions, 9 deletions
diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile
index 41b936d72184..af3c92f6a8f3 100644
--- a/sysutils/logrotate/Makefile
+++ b/sysutils/logrotate/Makefile
@@ -7,7 +7,7 @@
PORTNAME= logrotate
PORTVERSION= 3.7
-PORTREVISION= 2
+PORTREVISION= 3
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}-1.diff.gz
+PATCHFILES= ${PORTNAME}_${PORTVERSION}-2.diff.gz
MAINTAINER= js@iksz.hu
COMMENT= Daemon to rotate, compress, remove and mail system log files
diff --git a/sysutils/logrotate/distinfo b/sysutils/logrotate/distinfo
index ddad60503ac9..526c6eae2f53 100644
--- a/sysutils/logrotate/distinfo
+++ b/sysutils/logrotate/distinfo
@@ -1,4 +1,4 @@
MD5 (logrotate_3.7.orig.tar.gz) = bf0de3a495294300f32e71f136119c41
SIZE (logrotate_3.7.orig.tar.gz) = 35737
-MD5 (logrotate_3.7-1.diff.gz) = 3d74ebcb63731d2afa4f97438af5f4bb
-SIZE (logrotate_3.7-1.diff.gz) 12739
+MD5 (logrotate_3.7-2.diff.gz) = 2d476de60efd31df01d769355cb7b457
+SIZE (logrotate_3.7-2.diff.gz) = 13203
diff --git a/sysutils/logrotate/files/patch-Makefile b/sysutils/logrotate/files/patch-Makefile
index 7bdd71397d65..c7192e6f7fb0 100644
--- a/sysutils/logrotate/files/patch-Makefile
+++ b/sysutils/logrotate/files/patch-Makefile
@@ -1,7 +1,12 @@
-diff -ruN logrotate-3.7-orig/Makefile logrotate-3.7/Makefile
---- logrotate-3.7-orig/Makefile Mon Oct 27 10:36:37 2003
-+++ logrotate-3.7/Makefile Mon May 24 08:10:46 2004
-@@ -50,6 +50,12 @@
+--- logrotate-3.7-orig/Makefile Wed Oct 20 19:07:27 2004
++++ logrotate-3.7/Makefile Wed Oct 20 19:07:42 2004
+@@ -1,5 +1,4 @@
+ VERSION = $(shell awk '/Version:/ { print $$2 }' logrotate.spec)
+-CVSROOT = $(shell cat CVS/Root)
+ CVSTAG = r$(subst .,-,$(VERSION))
+ OS_NAME = $(shell uname -s)
+ LFS = $(shell echo `getconf LFS_CFLAGS 2>/dev/null`)
+@@ -50,6 +49,12 @@
BASEDIR = /usr
endif
@@ -14,7 +19,7 @@ diff -ruN logrotate-3.7-orig/Makefile logrotate-3.7/Makefile
ifneq ($(POPT_DIR),)
CFLAGS += -I$(POPT_DIR)
LOADLIBES += -L$(POPT_DIR)
-@@ -102,10 +108,13 @@
+@@ -102,10 +107,13 @@
if [ "$(OS_NAME)" = HP-UX ]; then \
$(INSTALL) $(PROG) $(PREFIX)/$(BINDIR) 0755 bin bin; \
$(INSTALL) $(MAN) $(PREFIX)/$(MANDIR)/man`echo $(MAN) | sed "s/.*\.//"` 0644 bin bin; \