From owner-svn-ports-all@FreeBSD.ORG Wed Dec 12 20:25:53 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C94EE0E; Wed, 12 Dec 2012 20:25:53 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 569C48FC14; Wed, 12 Dec 2012 20:25:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBCKPrXJ040444; Wed, 12 Dec 2012 20:25:53 GMT (envelope-from beech@svn.freebsd.org) Received: (from beech@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBCKPqHE040438; Wed, 12 Dec 2012 20:25:52 GMT (envelope-from beech@svn.freebsd.org) Message-Id: <201212122025.qBCKPqHE040438@svn.freebsd.org> From: Beech Rintoul Date: Wed, 12 Dec 2012 20:25:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308792 - head/sysutils/atop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 20:25:53 -0000 Author: beech Date: Wed Dec 12 20:25:52 2012 New Revision: 308792 URL: http://svnweb.freebsd.org/changeset/ports/308792 Log: - Update to 2.0.2.b1 - Migrate from berlios to github to avoid redirections PR: ports/174365 Submitted by: Alex Samorukov (maintainer) Modified: head/sysutils/atop/Makefile (contents, props changed) head/sysutils/atop/distinfo (contents, props changed) head/sysutils/atop/pkg-plist (contents, props changed) Modified: head/sysutils/atop/Makefile ============================================================================== --- head/sysutils/atop/Makefile Wed Dec 12 20:25:47 2012 (r308791) +++ head/sysutils/atop/Makefile Wed Dec 12 20:25:52 2012 (r308792) @@ -6,10 +6,9 @@ # PORTNAME= atop -PORTVERSION= 1.26.b8 +PORTVERSION= 2.0.2.b1 CATEGORIES= sysutils -MASTER_SITES= BERLIOS -MASTER_SITE_SUBDIR=atop-freebsd +MASTER_SITES= http://cloud.github.com/downloads/samm-git/atop-freebsd/ DISTNAME= ${PORTNAME}-${PORTVERSION:C|b|fbsd.beta|} MAINTAINER= samm@os2.kiev.ua @@ -19,7 +18,7 @@ LICENSE= GPLv2 USE_BZIP2= yes USE_NCURSES= yes -MAKEFILE= Makefile.fbsd +MAKEFILE= BSDmakefile MAN1= atop.1 atopsar.1 MAN5= atoprc.5 LOGDIR?= /var/log/atop Modified: head/sysutils/atop/distinfo ============================================================================== --- head/sysutils/atop/distinfo Wed Dec 12 20:25:47 2012 (r308791) +++ head/sysutils/atop/distinfo Wed Dec 12 20:25:52 2012 (r308792) @@ -1,2 +1,2 @@ -SHA256 (atop-1.26.fbsd.beta8.tar.bz2) = e9c9668ca5f71324fe86fcf6409c5966128ff28db5c04dd43c3c0166be963ee9 -SIZE (atop-1.26.fbsd.beta8.tar.bz2) = 132336 +SHA256 (atop-2.0.2.fbsd.beta1.tar.bz2) = f36962494f0eae5b099e63b8a9266be475f94a8c51f0c928e5418e017da6c4e6 +SIZE (atop-2.0.2.fbsd.beta1.tar.bz2) = 137660 Modified: head/sysutils/atop/pkg-plist ============================================================================== --- head/sysutils/atop/pkg-plist Wed Dec 12 20:25:47 2012 (r308791) +++ head/sysutils/atop/pkg-plist Wed Dec 12 20:25:52 2012 (r308792) @@ -1,3 +1,3 @@ bin/atop bin/atopsar -@unexec rmdir %%LOGDIR%% 2> /dev/null || true +@dirrmtry %%LOGDIR%%