From owner-svn-ports-all@freebsd.org Sat Mar 4 21:55:33 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 15E07CF90C2; Sat, 4 Mar 2017 21:55:33 +0000 (UTC) (envelope-from ehaupt@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 BCD89188D; Sat, 4 Mar 2017 21:55:32 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v24LtVLc091888; Sat, 4 Mar 2017 21:55:31 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v24LtVjE091886; Sat, 4 Mar 2017 21:55:31 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201703042155.v24LtVjE091886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 4 Mar 2017 21:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435429 - head/sysutils/bsdcrashtar 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: Sat, 04 Mar 2017 21:55:33 -0000 Author: ehaupt Date: Sat Mar 4 21:55:31 2017 New Revision: 435429 URL: https://svnweb.freebsd.org/changeset/ports/435429 Log: Move sysutils/bsdcrashtar from GOOGLE_CODE to GitHub Summary: This port is too useful to be removed. Since the author has already moved the project from Google Code to GitHub I think this port should follow. Test Plan: - portlint -A: OK - poudriere testport (all supported tier-1 arch): OK Reviewers: trociny Reviewed By: trociny Subscribers: mat Differential Revision: https://reviews.freebsd.org/D9885 Modified: head/sysutils/bsdcrashtar/Makefile head/sysutils/bsdcrashtar/distinfo Modified: head/sysutils/bsdcrashtar/Makefile ============================================================================== --- head/sysutils/bsdcrashtar/Makefile Sat Mar 4 21:32:19 2017 (r435428) +++ head/sysutils/bsdcrashtar/Makefile Sat Mar 4 21:55:31 2017 (r435429) @@ -5,19 +5,20 @@ PORTNAME= bsdcrashtar PORTVERSION= 0.1.3 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE MAINTAINER= trociny@FreeBSD.org COMMENT= Archive FreeBSD kernel crash files -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -PLIST_FILES= sbin/bsdcrashtar \ - man/man8/bsdcrashtar.8.gz +LICENSE= BSD3CLAUSE USES= uidfix +USE_GITHUB= yes + +GH_ACCOUNT= trociny + MAKE_ENV+= NO_OBJ=yes +PLIST_FILES= sbin/bsdcrashtar \ + man/man8/bsdcrashtar.8.gz + .include Modified: head/sysutils/bsdcrashtar/distinfo ============================================================================== --- head/sysutils/bsdcrashtar/distinfo Sat Mar 4 21:32:19 2017 (r435428) +++ head/sysutils/bsdcrashtar/distinfo Sat Mar 4 21:55:31 2017 (r435429) @@ -1,2 +1,3 @@ -SHA256 (bsdcrashtar-0.1.3.tar.gz) = 6ec63e0365e1d093e1db72e7751fcf2615c23cc27621d0fc6c977970c042e799 -SIZE (bsdcrashtar-0.1.3.tar.gz) = 5645 +TIMESTAMP = 1488647458 +SHA256 (trociny-bsdcrashtar-0.1.3_GH0.tar.gz) = e2f480205410b2682a436b9947b1b5528c5aecfabe443d0be7458e9de026e7c0 +SIZE (trociny-bsdcrashtar-0.1.3_GH0.tar.gz) = 5643