svn commit: r463470 - head/accessibility/sct
Yuri Victorovich
yuri at FreeBSD.org
Sat Mar 3 08:59:35 UTC 2018
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 at 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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list