svn commit: r504006 - head/comms/telldus-core

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 12 09:01:55 UTC 2019


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 at 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


More information about the svn-ports-all mailing list