From owner-svn-ports-head@freebsd.org Sat Mar 3 08:59:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11BC9F27E95; Sat, 3 Mar 2018 08:59:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B77BD75DC7; Sat, 3 Mar 2018 08:59:34 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE39D241ED; Sat, 3 Mar 2018 08:59:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w238xYF8079672; Sat, 3 Mar 2018 08:59:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w238xYWW079670; Sat, 3 Mar 2018 08:59:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803030859.w238xYWW079670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 08:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463470 - head/accessibility/sct X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/accessibility/sct X-SVN-Commit-Revision: 463470 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 08:59:35 -0000 Author: yuri Date: Sat Mar 3 08:59:34 2018 New Revision: 463470 URL: https://svnweb.freebsd.org/changeset/ports/463470 Log: accessibility/sct: Update to 0.2.1 Port changes: * Changed to DISTVERSION * Added LICENSE_FILE * Added manpage * Removed stripping - now done upstream PR: 226297 Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org> (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/accessibility/sct/Makefile head/accessibility/sct/distinfo Modified: head/accessibility/sct/Makefile ============================================================================== --- head/accessibility/sct/Makefile Sat Mar 3 08:51:27 2018 (r463469) +++ head/accessibility/sct/Makefile Sat Mar 3 08:59:34 2018 (r463470) @@ -1,22 +1,21 @@ # $FreeBSD$ PORTNAME= sct -PORTVERSION= 0.1.0 +DISTVERSION= 0.2.1 CATEGORIES= accessibility MAINTAINER= 0mp@FreeBSD.org COMMENT= Utility to change screen temperature LICENSE= UNLICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= 0mp - USE_XORG= x11 xrandr +INSTALL_TARGET= install-strip -PLIST_FILES= bin/sct - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sct +PLIST_FILES= bin/sct \ + man/man1/sct.1.gz .include Modified: head/accessibility/sct/distinfo ============================================================================== --- head/accessibility/sct/distinfo Sat Mar 3 08:51:27 2018 (r463469) +++ head/accessibility/sct/distinfo Sat Mar 3 08:59:34 2018 (r463470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516135722 -SHA256 (0mp-sct-0.1.0_GH0.tar.gz) = 982bae0448daff0b41eabe492b8b33223e2dad010e861fd6f09e8d9d0d7ca6c1 -SIZE (0mp-sct-0.1.0_GH0.tar.gz) = 2167 +TIMESTAMP = 1519997618 +SHA256 (0mp-sct-0.2.1_GH0.tar.gz) = dc10f115d55c6979d81213870dab2d92c3941e314eef14ede0561d6b0569e87f +SIZE (0mp-sct-0.2.1_GH0.tar.gz) = 2775