Date: Sun, 30 Apr 2017 22:09:42 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439853 - in head/sysutils/i7z: . files Message-ID: <201704302209.v3UM9gYK092557@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ler Date: Sun Apr 30 22:09:42 2017 New Revision: 439853 URL: https://svnweb.freebsd.org/changeset/ports/439853 Log: sysutils/i7z: Migrate port to GitHub and take maintainership Maintainer hasn't responded to numerous PR's over the last 3.5 years, and the port was scheduled for expiration. Give to new volunteer. PR: 218942 Submitted by: dim@FreeBSD.org Approved by: adamw (mentor, implicit) Deleted: head/sysutils/i7z/files/ Modified: head/sysutils/i7z/Makefile head/sysutils/i7z/distinfo head/sysutils/i7z/pkg-descr Modified: head/sysutils/i7z/Makefile ============================================================================== --- head/sysutils/i7z/Makefile Sun Apr 30 21:50:50 2017 (r439852) +++ head/sysutils/i7z/Makefile Sun Apr 30 22:09:42 2017 (r439853) @@ -1,23 +1,20 @@ # $FreeBSD$ PORTNAME= i7z -PORTVERSION= 0.27.2 -PORTREVISION= 4 +PORTVERSION= 0.27.3 CATEGORIES= sysutils -MASTER_SITES= GOOGLE_CODE -MAINTAINER= zont@FreeBSD.org -COMMENT= Thermal and C-state reporting utility for Intel-Core-i CPUs +MAINTAINER= dim@FreeBSD.org +COMMENT= Thermal and C-state reporting utility for Intel Core CPUs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +USE_GITHUB= yes +GH_ACCOUNT= DimitryAndric +GH_TAGNAME= v0.27.3 USES= gmake -USE_GCC= yes PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz Modified: head/sysutils/i7z/distinfo ============================================================================== --- head/sysutils/i7z/distinfo Sun Apr 30 21:50:50 2017 (r439852) +++ head/sysutils/i7z/distinfo Sun Apr 30 22:09:42 2017 (r439853) @@ -1,2 +1,3 @@ -SHA256 (i7z-0.27.2.tar.gz) = a7f72d65732c17eef0df4f284927fe744fc650075f2364c51c9497534d8f47f1 -SIZE (i7z-0.27.2.tar.gz) = 51226 +TIMESTAMP = 1493410401 +SHA256 (DimitryAndric-i7z-0.27.3-v0.27.3_GH0.tar.gz) = d9c4445d870401d08483c7dc9d8a319c0c8ec111b13ca3735851fd6b58d20e90 +SIZE (DimitryAndric-i7z-0.27.3-v0.27.3_GH0.tar.gz) = 64455 Modified: head/sysutils/i7z/pkg-descr ============================================================================== --- head/sysutils/i7z/pkg-descr Sun Apr 30 21:50:50 2017 (r439852) +++ head/sysutils/i7z/pkg-descr Sun Apr 30 22:09:42 2017 (r439853) @@ -1,4 +1,4 @@ i7z prints out the C-states and temperature for i3, i5 and i7 based Core processors from Intel (including Nehalems, Sandy Bridge and Ivy Bridge). -WWW: http://code.google.com/p/i7z/ +WWW: https://github.com/DimitryAndric/i7z
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704302209.v3UM9gYK092557>