From owner-svn-ports-all@freebsd.org Fri Jun 9 21:42:09 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 6884EBFDC49; Fri, 9 Jun 2017 21:42:09 +0000 (UTC) (envelope-from feld@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 32C237D508; Fri, 9 Jun 2017 21:42:09 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v59Lg8hc098485; Fri, 9 Jun 2017 21:42:08 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v59Lg8kE098484; Fri, 9 Jun 2017 21:42:08 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201706092142.v59Lg8kE098484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 9 Jun 2017 21:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r443043 - branches/2017Q2/accessibility/redshift X-SVN-Group: ports-branches 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: Fri, 09 Jun 2017 21:42:09 -0000 Author: feld Date: Fri Jun 9 21:42:08 2017 New Revision: 443043 URL: https://svnweb.freebsd.org/changeset/ports/443043 Log: MFH: r443042 accessibility/redshift: fix shebangs - Also add LICENSE and LICENSE_FILE PR: 219526 Modified: branches/2017Q2/accessibility/redshift/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/accessibility/redshift/Makefile ============================================================================== --- branches/2017Q2/accessibility/redshift/Makefile Fri Jun 9 21:39:22 2017 (r443042) +++ branches/2017Q2/accessibility/redshift/Makefile Fri Jun 9 21:42:08 2017 (r443043) @@ -3,16 +3,20 @@ PORTNAME= redshift PORTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= accessibility MASTER_SITES= http://launchpad.net/redshift/trunk/${PORTVERSION}/+download/ MAINTAINER= feld@FreeBSD.org COMMENT= Adjusts the color temperature of your screen -USES= gmake pkgconfig tar:bzip2 +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gmake pkgconfig shebangfix tar:bzip2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes +SHEBANG_FILES= src/gtk-redshift/gtk-redshift CONFIGURE_ARGS+= --disable-wingdi