Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2012 02:07:35 +0200
From:      Alex Samorukov <samm@os2.kiev.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165343: [MAINTAINER] sysutils/atop: update to 1.26.b8
Message-ID:  <E1RzdGZ-0001hG-GC@s1.sdv.com.ua>
Resent-Message-ID: <201202210010.q1L0ACav033566@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165343
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/atop: update to 1.26.b8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 21 00:10:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Alex Samorukov
>Release:        FreeBSD 7.3-RELEASE-p8 i386
>Organization:
Net-Art
>Environment:
System: FreeBSD s1.sdv.com.ua 7.3-RELEASE-p8 FreeBSD 7.3-RELEASE-p8 #9: Fri Nov  4 14:30:35 EET
>Description:
- Update to 1.26.b8
- Fixing "rotate" command in the provided rc.d script

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- atop-1.26.b8.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/atop/Makefile /root/tmp/atop/Makefile
--- /usr/ports/sysutils/atop/Makefile	2011-07-27 22:23:02.000000000 +0300
+++ /root/tmp/atop/Makefile	2012-02-21 01:59:57.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	atop
-PORTVERSION=	1.26.b7
+PORTVERSION=	1.26.b8
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_BERLIOS}
 MASTER_SITE_SUBDIR=atop-freebsd
diff -ruN --exclude=CVS /usr/ports/sysutils/atop/distinfo /root/tmp/atop/distinfo
--- /usr/ports/sysutils/atop/distinfo	2011-07-27 22:23:02.000000000 +0300
+++ /root/tmp/atop/distinfo	2012-02-21 02:05:45.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (atop-1.26.fbsd.beta7.tar.bz2) = f0719eb25733a849e495849ee44319b486bec0084d429371e0536c43eed8a3dd
-SIZE (atop-1.26.fbsd.beta7.tar.bz2) = 132226
+SHA256 (atop-1.26.fbsd.beta8.tar.bz2) = e9c9668ca5f71324fe86fcf6409c5966128ff28db5c04dd43c3c0166be963ee9
+SIZE (atop-1.26.fbsd.beta8.tar.bz2) = 132336
diff -ruN --exclude=CVS /usr/ports/sysutils/atop/files/atop.in /root/tmp/atop/files/atop.in
--- /usr/ports/sysutils/atop/files/atop.in	2012-01-14 10:56:56.000000000 +0200
+++ /root/tmp/atop/files/atop.in	2012-02-21 01:55:37.000000000 +0200
@@ -62,7 +62,7 @@
     echo "Rotating logfile (${name})."
     # write final sample and stop
     sig_stop=SIGUSR2
-    /usr/bin/find $atop_logdir -name atop_???????? -mtime +${atop_keepdays} -exec rm {} \;
+    /usr/bin/find $atop_logdir/ -name atop_???????? -mtime +${atop_keepdays} -exec rm {} \;
     run_rc_command "restart"
 }
 
--- atop-1.26.b8.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1RzdGZ-0001hG-GC>