From owner-svn-ports-head@freebsd.org Wed Nov 11 16:53:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CC65A2CF35; Wed, 11 Nov 2015 16:53:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F6F51CE2; Wed, 11 Nov 2015 16:53:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tABGr4c5071165; Wed, 11 Nov 2015 16:53:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tABGr4UF071163; Wed, 11 Nov 2015 16:53:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511111653.tABGr4UF071163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 11 Nov 2015 16:53:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401281 - head/sysutils/pcpustat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:53:05 -0000 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