Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2012 11:55:02 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309386 - head/sysutils/atop
Message-ID:  <201212221155.qBMBt2Rc070984@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Dec 22 11:55:01 2012
New Revision: 309386
URL: http://svnweb.freebsd.org/changeset/ports/309386

Log:
  - Update to version 2.0.2b
  - Switch downloading to USE_GITHUB
  
  PR:		ports/174596
  Submitted by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)

Modified:
  head/sysutils/atop/Makefile
  head/sysutils/atop/distinfo

Modified: head/sysutils/atop/Makefile
==============================================================================
--- head/sysutils/atop/Makefile	Sat Dec 22 11:51:49 2012	(r309385)
+++ head/sysutils/atop/Makefile	Sat Dec 22 11:55:01 2012	(r309386)
@@ -1,22 +1,21 @@
-# New ports collection makefile for:	atop
-# Date created:		2011-06-30
-# Whom:			Alex Samorukov <samm@os2.kiev.ua>
-#
+# Created by: Alex Samorukov <samm@os2.kiev.ua>
 # $FreeBSD$
-#
 
 PORTNAME=	atop
-PORTVERSION=	2.0.2.b1
+PORTVERSION=	2.0.2.b2
 CATEGORIES=	sysutils
-MASTER_SITES=	http://cloud.github.com/downloads/samm-git/atop-freebsd/
-DISTNAME=	${PORTNAME}-${PORTVERSION:C|b|fbsd.beta|}
 
 MAINTAINER=	samm@os2.kiev.ua
 COMMENT=	ASCII Monitor for system resources and process activity
 
 LICENSE=	GPLv2
 
-USE_BZIP2=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	samm-git
+GH_PROJECT=	atop-freebsd
+GH_TAGNAME=	${PORTNAME}-${PORTVERSION:C|b|fbsd.beta|}
+GH_COMMIT=	f9357ca
+
 USE_NCURSES=	yes
 MAKEFILE=	BSDmakefile
 MAN1=		atop.1 atopsar.1

Modified: head/sysutils/atop/distinfo
==============================================================================
--- head/sysutils/atop/distinfo	Sat Dec 22 11:51:49 2012	(r309385)
+++ head/sysutils/atop/distinfo	Sat Dec 22 11:55:01 2012	(r309386)
@@ -1,2 +1,2 @@
-SHA256 (atop-2.0.2.fbsd.beta1.tar.bz2) = f36962494f0eae5b099e63b8a9266be475f94a8c51f0c928e5418e017da6c4e6
-SIZE (atop-2.0.2.fbsd.beta1.tar.bz2) = 137660
+SHA256 (atop-2.0.2.b2.tar.gz) = 119d92437ec66aaffeb518956d6b92d31e7e303493717991a59ef060a22fedb0
+SIZE (atop-2.0.2.b2.tar.gz) = 179124



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