From owner-svn-ports-all@freebsd.org Fri Mar 24 16:41:53 2017 Return-Path: Delivered-To: svn-ports-all@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 4D45BD1BD4B; Fri, 24 Mar 2017 16:41:53 +0000 (UTC) (envelope-from trociny@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 F310E3DE; Fri, 24 Mar 2017 16:41:52 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2OGfqq4090955; Fri, 24 Mar 2017 16:41:52 GMT (envelope-from trociny@FreeBSD.org) Received: (from trociny@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2OGfpJ9090952; Fri, 24 Mar 2017 16:41:51 GMT (envelope-from trociny@FreeBSD.org) Message-Id: <201703241641.v2OGfpJ9090952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trociny set sender to trociny@FreeBSD.org using -f From: Mikolaj Golub Date: Fri, 24 Mar 2017 16:41:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436824 - head/sysutils/gather X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2017 16:41:53 -0000 Author: trociny Date: Fri Mar 24 16:41:51 2017 New Revision: 436824 URL: https://svnweb.freebsd.org/changeset/ports/436824 Log: update master site and unbreak the port Modified: head/sysutils/gather/Makefile head/sysutils/gather/distinfo head/sysutils/gather/pkg-descr Modified: head/sysutils/gather/Makefile ============================================================================== --- head/sysutils/gather/Makefile Fri Mar 24 16:22:45 2017 (r436823) +++ head/sysutils/gather/Makefile Fri Mar 24 16:41:51 2017 (r436824) @@ -4,20 +4,16 @@ PORTNAME= gather PORTVERSION= 0.4.1 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE MAINTAINER= trociny@FreeBSD.org COMMENT= Utility to store and display system statistics LICENSE= BSD2CLAUSE -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -PROJECTHOST= gatherit - USES= perl5 +USE_GITHUB= yes + +GH_ACCOUNT= trociny CONFLICTS_INSTALL= harvest-[0-9]* Modified: head/sysutils/gather/distinfo ============================================================================== --- head/sysutils/gather/distinfo Fri Mar 24 16:22:45 2017 (r436823) +++ head/sysutils/gather/distinfo Fri Mar 24 16:41:51 2017 (r436824) @@ -1,2 +1,3 @@ -SHA256 (gather-0.4.1.tar.gz) = f76517403cff6671c6b79b09e7fccf1d8ef373a0157480db8d067c7f115e49f4 -SIZE (gather-0.4.1.tar.gz) = 16296 +TIMESTAMP = 1490372948 +SHA256 (trociny-gather-0.4.1_GH0.tar.gz) = 49ee0a47b99bd6f44ed133c0c09956a3badfdcf0a56e9d583b19b32d111e8d9f +SIZE (trociny-gather-0.4.1_GH0.tar.gz) = 16093 Modified: head/sysutils/gather/pkg-descr ============================================================================== --- head/sysutils/gather/pkg-descr Fri Mar 24 16:22:45 2017 (r436823) +++ head/sysutils/gather/pkg-descr Fri Mar 24 16:41:51 2017 (r436824) @@ -2,4 +2,4 @@ gather utility can be used to store syst variety of system utils and display it. It is just a wrapper around these utilities to make a work with system statistics more convenient. -WWW: http://gatherit.googlecode.com/ +WWW: https://github.com/trociny/gather