Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2019 09:01:54 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504006 - head/comms/telldus-core
Message-ID:  <201906120901.x5C91s7k002738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 12 09:01:54 2019
New Revision: 504006
URL: https://svnweb.freebsd.org/changeset/ports/504006

Log:
  - Add LICENSE_FILE
  - Update WWW
  - Whitespace fixes
  
  Approved by:	portmgr blanket

Modified:
  head/comms/telldus-core/Makefile
  head/comms/telldus-core/pkg-descr

Modified: head/comms/telldus-core/Makefile
==============================================================================
--- head/comms/telldus-core/Makefile	Wed Jun 12 07:51:50 2019	(r504005)
+++ head/comms/telldus-core/Makefile	Wed Jun 12 09:01:54 2019	(r504006)
@@ -11,6 +11,7 @@ MAINTAINER=	johan@stromnet.se
 COMMENT=	Tellstick Telldus daemon + library
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	help2man:misc/help2man
 LIB_DEPENDS=	libftdi.so:devel/libftdi \
@@ -20,11 +21,11 @@ LIB_DEPENDS=	libftdi.so:devel/libftdi \
 USES=		cmake compiler:c++11-lang iconv:wchar_t
 USE_LDCONFIG=	yes
 
-CMAKE_ARGS+=-DGENERATE_MAN=TRUE
+CMAKE_ARGS+=	-DGENERATE_MAN=TRUE
 # Note: these are internal defines and shall NOT contain ${STAGEDIR}
-CMAKE_ARGS+=-DSYSCONF_INSTALL_DIR="${PREFIX}/etc"
+CMAKE_ARGS+=	-DSYSCONF_INSTALL_DIR="${PREFIX}/etc"
 # Using global /var, otherwise testport complains "Warning: port uses /usr/local/var instead of /var"
-CMAKE_ARGS+=-DSTATE_INSTALL_DIR="/var/telldus"
+CMAKE_ARGS+=	-DSTATE_INSTALL_DIR="/var/telldus"
 CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
 CXXFLAGS_clang=	-Wno-c++11-narrowing
 

Modified: head/comms/telldus-core/pkg-descr
==============================================================================
--- head/comms/telldus-core/pkg-descr	Wed Jun 12 07:51:50 2019	(r504005)
+++ head/comms/telldus-core/pkg-descr	Wed Jun 12 09:01:54 2019	(r504006)
@@ -6,4 +6,4 @@ devices. Through a UNIX socket, the sensors and device
 controlled from the command line tool "tdtool", or via the libtelldus-core
 C client library.
 
-WWW: http://www.telldus.com/products/tellstick
+WWW: http://developer.telldus.com/wiki/TellStickInstallationSource



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906120901.x5C91s7k002738>