From root@os2.ru  Tue Jul  5 08:44:31 2011
Return-Path: <root@os2.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F31271065679
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Jul 2011 08:44:30 +0000 (UTC)
	(envelope-from root@os2.ru)
Received: from s1.sdv.com.ua (s1.sdv.com.ua [77.120.97.61])
	by mx1.freebsd.org (Postfix) with ESMTP id B59E98FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Jul 2011 08:44:30 +0000 (UTC)
Received: from 90-105-243-80.cust.centrio.cz ([80.243.105.90] helo=os2.ru)
	by s1.sdv.com.ua with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.76 (FreeBSD))
	(envelope-from <root@os2.ru>)
	id 1Qe1F3-000AVK-BG; Tue, 05 Jul 2011 11:44:28 +0300
Received: from root by os2.ru with local (Exim 4.76 (FreeBSD))
	(envelope-from <root@os2.ru>)
	id 1Qe1Ew-00050m-32; Tue, 05 Jul 2011 10:44:18 +0200
Message-Id: <E1Qe1Ew-00050m-32@os2.ru>
Date: Tue, 05 Jul 2011 10:44:18 +0200
From: Alex Samorukov <samm@os2.kiev.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc: samm@os2.kiev.ua
Subject: [MAINTAINER] sysutils/atop: update to 1.26.b5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         158659
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/atop: update to 1.26.b5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    avl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 05 08:50:04 UTC 2011
>Closed-Date:    Tue Jul 05 14:06:24 UTC 2011
>Last-Modified:  Tue Jul  5 14:10:10 UTC 2011
>Originator:     Alex Samorukov
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
NetArt s.r.o.
>Environment:
System: FreeBSD bsd 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011
>Description:
- Update to 1.26.b5
- Describe atop rc script variables
- Fix install message
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- atop-1.26.b5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/atop/Makefile /root/atop/Makefile
--- /usr/ports/sysutils/atop/Makefile	2011-07-04 09:50:42.000000000 +0200
+++ /root/atop/Makefile	2011-07-05 10:36:50.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	atop
-PORTVERSION=	1.26.b4
-PORTREVISION=	1
+PORTVERSION=	1.26.b5
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_BERLIOS}
 MASTER_SITE_SUBDIR=atop-freebsd
diff -ruN --exclude=CVS /usr/ports/sysutils/atop/distinfo /root/atop/distinfo
--- /usr/ports/sysutils/atop/distinfo	2011-07-02 15:23:32.000000000 +0200
+++ /root/atop/distinfo	2011-07-05 10:37:07.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (atop-1.26.fbsd.beta4.tar.bz2) = 1ac8ebc8ed47c2789f2eb22b4a84e3b2e624b6c55cc6c827026e3821e861fbb0
-SIZE (atop-1.26.fbsd.beta4.tar.bz2) = 130254
+SHA256 (atop-1.26.fbsd.beta5.tar.bz2) = 7c28d0ebe4473c0041c8a392ee91e1869853674b3577a4287a3d32f759aeac65
+SIZE (atop-1.26.fbsd.beta5.tar.bz2) = 130289
diff -ruN --exclude=CVS /usr/ports/sysutils/atop/files/atop.in /root/atop/files/atop.in
--- /usr/ports/sysutils/atop/files/atop.in	2011-07-04 09:50:42.000000000 +0200
+++ /root/atop/files/atop.in	2011-07-05 10:36:14.000000000 +0200
@@ -11,6 +11,20 @@
 #       /etc/rc.conf.local
 #       /etc/rc.conf.d/atop
 #
+# Add the following lines to /etc/rc.conf to enable atop in daemon mode:
+# atop_enable (bool):         Set to "NO" by default.
+#                             Set it to "YES" to enable atop in daemon mode
+# atop_interval (str):        Set to 10 by default
+#                             Interval for data capture.
+# atop_logdir (str):          Set to "%%LOGDIR%%".
+#                             Directory to store atop binary logs
+# atop_keepdays (str):        Set to 30 by default.
+#                             Number of days to keep the logs when "rotate"
+#                             command is running.
+# atop_flags (str):           Set to "" by default.
+#                             Extra flags passed to start command.
+#
+#
 # DO NOT CHANGE THESE DEFAULT VALUES HERE
 
 . /etc/rc.subr
@@ -45,7 +59,6 @@
 
 atop_rotate()
 {
-    
     echo "Rotating logfile (${name})."
     # write final sample and stop
     sig_stop=SIGUSR2
diff -ruN --exclude=CVS /usr/ports/sysutils/atop/files/pkg-message.in /root/atop/files/pkg-message.in
--- /usr/ports/sysutils/atop/files/pkg-message.in	2011-07-02 15:23:32.000000000 +0200
+++ /root/atop/files/pkg-message.in	2011-07-05 10:41:42.000000000 +0200
@@ -10,7 +10,7 @@
 
 You will also need to add "rotate" command to the system crontab:
 
-0 0 * * *		%%PREFIX%%/etc/rc.d/atop rotate
+0 0 * * *		%%PREFIX%%/etc/rc.d/atop rotate >dev/null
 
 To change number of days to keep the logs (default - 30) use atop_keepdays
 variable in your /etc/rc.conf file.
--- atop-1.26.b5.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Alex Samorukov <samm@os2.kiev.ua>
To: bug-followup@FreeBSD.org, samm@os2.kiev.ua
Cc:  
Subject: Re: ports/158659: [MAINTAINER] sysutils/atop: update to 1.26.b5
Date: Tue, 05 Jul 2011 11:39:01 +0200

 I found an error caused by previous commit with minor cleanups.
 
 Line:
 pidfile="${atop_pidfile:-'/var/run/atop.pid'}"
 
 should be replaced with
 
 pidfile=${atop_pidfile:-'/var/run/atop.pid'}
 
 Could you please fix this?
Responsible-Changed-From-To: freebsd-ports-bugs->avl 
Responsible-Changed-By: avl 
Responsible-Changed-When: Tue Jul 5 10:40:32 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158659 
State-Changed-From-To: open->closed 
State-Changed-By: avl 
State-Changed-When: Tue Jul 5 14:06:23 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158659 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158659: commit references a PR
Date: Tue,  5 Jul 2011 14:04:26 +0000 (UTC)

 avl         2011-07-05 14:04:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/atop        Makefile distinfo 
     sysutils/atop/files  atop.in pkg-message.in 
   Log:
   - Update to 1.26.b5
   - Describe atop rc script variables
   - Fix install message
   - Fix rc script regression caused by last commit (atop_pid escaping)
   
   PR:             ports/158659
   Submitted by:   Alex Samorukov <samm at os2.kiev.ua> (maintainer)
   
   Revision  Changes    Path
   1.4       +1 -2      ports/sysutils/atop/Makefile
   1.3       +2 -2      ports/sysutils/atop/distinfo
   1.4       +16 -3     ports/sysutils/atop/files/atop.in
   1.2       +1 -1      ports/sysutils/atop/files/pkg-message.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
