Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Nov 2015 16:53:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401281 - head/sysutils/pcpustat
Message-ID:  <201511111653.tABGr4UF071163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov 11 16:53:04 2015
New Revision: 401281
URL: https://svnweb.freebsd.org/changeset/ports/401281

Log:
  - Update MASTER_SITES and unbreak this port
  - Add LICENSE_FILE
  
  Tarballs are identical except .hg_archival.txt

Modified:
  head/sysutils/pcpustat/Makefile
  head/sysutils/pcpustat/distinfo

Modified: head/sysutils/pcpustat/Makefile
==============================================================================
--- head/sysutils/pcpustat/Makefile	Wed Nov 11 16:52:59 2015	(r401280)
+++ head/sysutils/pcpustat/Makefile	Wed Nov 11 16:53:04 2015	(r401281)
@@ -4,16 +4,18 @@
 PORTNAME=	pcpustat
 PORTVERSION=	1.6
 CATEGORIES=	sysutils
-MASTER_SITES=	http://chipstips.com/download/
+MASTER_SITES=	https://bitbucket.org/sterlingcamden/pcpustat/get/
+DISTNAME=	${PORTVERSION}
+DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Per-CPU usage statistics
 
-BROKEN=		unfetchable
-
 LICENSE=	OWL
+LICENSE_FILE=	${WRKSRC}/license.txt
 
 USES=		tar:bzip2
+WRKSRC=		${WRKDIR}/sterlingcamden-pcpustat-2b8712536989
 
 PLIST_FILES=	bin/pcpustat \
 		man/man1/pcpustat.1.gz

Modified: head/sysutils/pcpustat/distinfo
==============================================================================
--- head/sysutils/pcpustat/distinfo	Wed Nov 11 16:52:59 2015	(r401280)
+++ head/sysutils/pcpustat/distinfo	Wed Nov 11 16:53:04 2015	(r401281)
@@ -1,2 +1,2 @@
-SHA256 (pcpustat-1.6.tar.bz2) = 46abfee9b670155454c629f184c987258ed1f74736631d1a5f6418cd00801831
-SIZE (pcpustat-1.6.tar.bz2) = 5117
+SHA256 (pcpustat/1.6.tar.bz2) = 3bc1906f8d4865bb02c59f2f752e79b08433bc1aa447d78ea3de1a0d02c45e64
+SIZE (pcpustat/1.6.tar.bz2) = 5135



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