Date: Thu, 03 Apr 2014 21:19:28 +0100 From: Thomas Hurst <tom@hur.st> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/188240: [MAINTAINER] sysutils/k8temp: update to 0.4.1 Message-ID: <E1WVo6i-000Gut-Sc@voi.aagh.net> Resent-Message-ID: <201404032020.s33KK1YE051872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 188240 >Category: ports >Synopsis: [MAINTAINER] sysutils/k8temp: update to 0.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 03 20:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Thomas Hurst >Release: FreeBSD 10.0-STABLE amd64 >Organization: >Environment: System: FreeBSD voi.aagh.net 10.0-STABLE FreeBSD 10.0-STABLE #11 r263054: Thu Mar 13 21:40:32 GMT >Description: - Update to 0.4.1 - Support staging Tested with poudriere, port tools and redports on 9.2-RELEASE, 10-RELEASE/STABLE, and 11-CURRENT. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- k8temp-0.4.1.patch begins here --- diff -ruN /usr/ports/sysutils/k8temp/Makefile ./Makefile --- /usr/ports/sysutils/k8temp/Makefile 2014-01-22 17:00:46.000000000 +0000 +++ ./Makefile 2014-04-03 20:59:11.768904466 +0100 @@ -2,27 +2,23 @@ # $FreeBSD: head/sysutils/k8temp/Makefile 340722 2014-01-22 17:00:46Z mat $ PORTNAME= k8temp -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= sysutils MASTER_SITES= http://hur.st/k8temp/ MAINTAINER= tom@hur.st COMMENT= Athlon 64 and Opteron on-die temperature reader -ONLY_FOR_ARCHS= i386 amd64 +LICENSE= MIT -MAN8= k8temp.8 +USES= tar:xz -PLIST_FILES= sbin/k8temp +ONLY_FOR_ARCHS= i386 amd64 -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|WARNS=.*[6-9]|WARNS=5|g' ${WRKSRC}/Makefile +PLIST_FILES= sbin/k8temp man/man8/k8temp.8.gz do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/k8temp ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/k8temp.8 ${PREFIX}/man/man8 + ${INSTALL_PROGRAM} ${WRKSRC}/k8temp ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/k8temp.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .include <bsd.port.mk> - -WARNS= 6 diff -ruN /usr/ports/sysutils/k8temp/distinfo ./distinfo --- /usr/ports/sysutils/k8temp/distinfo 2014-01-22 15:30:13.000000000 +0000 +++ ./distinfo 2014-04-03 20:45:33.438960155 +0100 @@ -1,2 +1,2 @@ -SHA256 (k8temp-0.4.0.tar.gz) = 94a48289e5eaf79e7bc44fb6815eb4bbc160139bc4a4e81bd1684cffec45c14b -SIZE (k8temp-0.4.0.tar.gz) = 7784 +SHA256 (k8temp-0.4.1.tar.xz) = ce65b5867c515a891d74ec63d9644095604c854a214b041ca5809bbb55e4fff0 +SIZE (k8temp-0.4.1.tar.xz) = 7484 --- k8temp-0.4.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1WVo6i-000Gut-Sc>