Date: Wed, 24 Jan 2018 14:56:26 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459842 - in head/sysutils/solaar: . files Message-ID: <201801241456.w0OEuQC0073390@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Wed Jan 24 14:56:25 2018 New Revision: 459842 URL: https://svnweb.freebsd.org/changeset/ports/459842 Log: sysutils/solaar: Update to 0.9.2-221-g1a67b33 Changes: https://github.com/pwr/Solaar/compare/53ec751...0.9.2-221-g1a67b33 Deleted: head/sysutils/solaar/files/patch-lib_logitech__receiver_settings.py Modified: head/sysutils/solaar/Makefile head/sysutils/solaar/distinfo head/sysutils/solaar/files/devd-solaar.conf Modified: head/sysutils/solaar/Makefile ============================================================================== --- head/sysutils/solaar/Makefile Wed Jan 24 14:48:23 2018 (r459841) +++ head/sysutils/solaar/Makefile Wed Jan 24 14:56:25 2018 (r459842) @@ -1,8 +1,12 @@ # $FreeBSD$ PORTNAME= solaar -PORTVERSION= g20170327 -PORTREVISION= 2 +# The latest release is from 2013 and there is not going to be a new +# release for now: +# https://github.com/pwr/Solaar/issues/288 +# https://github.com/pwr/Solaar/issues/296 +DISTVERSION= 0.9.2-221 +DISTVERSIONSUFFIX= -g1a67b33 CATEGORIES= sysutils MAINTAINER= tobik@FreeBSD.org @@ -14,17 +18,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING # libhidapi.so is only loaded at runtime via ctypes (dlopen) RUN_DEPENDS= ${LOCALBASE}/lib/libhidapi.so:comms/hidapi -USES= python -USE_PYTHON= distutils autoplist concurrent optsuffix - +USES= python USE_GITHUB= yes GH_ACCOUNT= pwr GH_PROJECT= Solaar -# The latest release is from 2013 and there is not going to be a new -# release for now: -# https://github.com/pwr/Solaar/issues/288 -# https://github.com/pwr/Solaar/issues/296 -GH_TAGNAME= 53ec751 +USE_PYTHON= distutils autoplist concurrent optsuffix NO_ARCH= yes Modified: head/sysutils/solaar/distinfo ============================================================================== --- head/sysutils/solaar/distinfo Wed Jan 24 14:48:23 2018 (r459841) +++ head/sysutils/solaar/distinfo Wed Jan 24 14:56:25 2018 (r459842) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490648037 -SHA256 (pwr-Solaar-g20170327-53ec751_GH0.tar.gz) = 0dca927e30c5436215d732a328d72f6d73b2a1878df6efa4ba054b1dbec9310f -SIZE (pwr-Solaar-g20170327-53ec751_GH0.tar.gz) = 1189828 +TIMESTAMP = 1516754216 +SHA256 (pwr-Solaar-0.9.2-221-g1a67b33_GH0.tar.gz) = ce5f9dc83a0bb3ba2d84e1cc5c169fe4cb3d53d1ff2e269b9e4ce3382e6e2ceb +SIZE (pwr-Solaar-0.9.2-221-g1a67b33_GH0.tar.gz) = 1192295 Modified: head/sysutils/solaar/files/devd-solaar.conf ============================================================================== --- head/sysutils/solaar/files/devd-solaar.conf Wed Jan 24 14:48:23 2018 (r459841) +++ head/sysutils/solaar/files/devd-solaar.conf Wed Jan 24 14:56:25 2018 (r459842) @@ -6,7 +6,7 @@ notify 100 { match "subsystem" "DEVICE"; match "type" "ATTACH"; match "vendor" "0x046d"; - match "product" "(0xc52b|0xc532|0xc52f|0xc526|0xc52e|0xc51b|0xc531|0xc517|0xc518|0xc51a|0xc521|0xc525)"; + match "product" "(0xc52b|0xc532|0xc52f|0xc526|0xc52e|0xc51b|0xc531|0xc517|0xc518|0xc51a|0xc521|0xc525|0xc534)"; # Please uncomment the line below and change the group name to suit # your own needs. # action "chgrp solaar /dev/$cdev && chmod 660 /dev/$cdev";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801241456.w0OEuQC0073390>