Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2012 20:25:52 +0000 (UTC)
From:      Beech Rintoul <beech@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308792 - head/sysutils/atop
Message-ID:  <201212122025.qBCKPqHE040438@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <samm@os2.kiev.ua> (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%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212122025.qBCKPqHE040438>