Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 19:23:44 +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: r399506 - head/sysutils/py-glances
Message-ID:  <201510161923.t9GJNiIL044332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri Oct 16 19:23:44 2015
New Revision: 399506
URL: https://svnweb.freebsd.org/changeset/ports/399506

Log:
  - Update to version 2.5.0 [1]
  - Add NO_ARCH
  
  PR:		203602 [1]
  Submitted by:	Gasol Wu (maintainer) [1]

Modified:
  head/sysutils/py-glances/Makefile
  head/sysutils/py-glances/distinfo

Modified: head/sysutils/py-glances/Makefile
==============================================================================
--- head/sysutils/py-glances/Makefile	Fri Oct 16 19:09:52 2015	(r399505)
+++ head/sysutils/py-glances/Makefile	Fri Oct 16 19:23:44 2015	(r399506)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	glances
-PORTVERSION=	2.4.2
+PORTVERSION=	2.5.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,9 +20,11 @@ OPTIONS_SUB=	yes
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	nicolargo
+GH_TAGNAME=	v2.5
 
 USES=		python
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 PLIST_FILES=	%%ETCDIR%%/glances.conf.sample \
 		man/man1/glances.1.gz

Modified: head/sysutils/py-glances/distinfo
==============================================================================
--- head/sysutils/py-glances/distinfo	Fri Oct 16 19:09:52 2015	(r399505)
+++ head/sysutils/py-glances/distinfo	Fri Oct 16 19:23:44 2015	(r399506)
@@ -1,2 +1,2 @@
-SHA256 (nicolargo-glances-v2.4.2_GH0.tar.gz) = 725e8d15e8347e5371e3b8c7c3e9f2e3c8389dd847f01a693ceae8c910d1b97c
-SIZE (nicolargo-glances-v2.4.2_GH0.tar.gz) = 3077285
+SHA256 (nicolargo-glances-v2.5.0-v2.5_GH0.tar.gz) = 352d863d115870f0823203ffe29119f3ebfa12236b76af525e920356f822cad0
+SIZE (nicolargo-glances-v2.5.0-v2.5_GH0.tar.gz) = 3239078



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