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
This commit is contained in:
parent
4b3fa3f0cf
commit
2a071c3cd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435429
2 changed files with 11 additions and 9 deletions
|
@ -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
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= uidfix
|
||||
USE_GITHUB= yes
|
||||
|
||||
GH_ACCOUNT= trociny
|
||||
|
||||
MAKE_ENV+= NO_OBJ=yes
|
||||
|
||||
PLIST_FILES= sbin/bsdcrashtar \
|
||||
man/man8/bsdcrashtar.8.gz
|
||||
|
||||
USES= uidfix
|
||||
MAKE_ENV+= NO_OBJ=yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue