Date: Fri, 9 Jun 2017 21:42:08 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r443043 - branches/2017Q2/accessibility/redshift Message-ID: <201706092142.v59Lg8kE098484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706092142.v59Lg8kE098484>