Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2019 09:38:25 +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: r512887 - head/sysutils/libsysstat
Message-ID:  <201909260938.x8Q9cPV2039822@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 26 09:38:25 2019
New Revision: 512887
URL: https://svnweb.freebsd.org/changeset/ports/512887

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Cosmetic fixes
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/libsysstat/Makefile
  head/sysutils/libsysstat/pkg-descr

Modified: head/sysutils/libsysstat/Makefile
==============================================================================
--- head/sysutils/libsysstat/Makefile	Thu Sep 26 09:38:23 2019	(r512886)
+++ head/sysutils/libsysstat/Makefile	Thu Sep 26 09:38:25 2019	(r512887)
@@ -10,14 +10,15 @@ MASTER_SITES=	LXQT/${PORTNAME}
 MAINTAINER=	jsm@FreeBSD.org
 COMMENT=	Library used to query system info and statistics
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=	cmake compiler:c++11-lang lxqt pkgconfig tar:xz qt:5
-USE_QT=	qmake_build buildtools_build core
+USES=		cmake compiler:c++11-lang lxqt pkgconfig tar:xz qt:5
+USE_QT=		qmake_build buildtools_build core
 USE_LXQT=	buildtools
 USE_LDCONFIG=	yes
 
 post-extract:
-	@${CP} ${FILESDIR}/config.h.in ${WRKSRC};
+	@${CP} ${FILESDIR}/config.h.in ${WRKSRC}
 
 .include <bsd.port.mk>

Modified: head/sysutils/libsysstat/pkg-descr
==============================================================================
--- head/sysutils/libsysstat/pkg-descr	Thu Sep 26 09:38:23 2019	(r512886)
+++ head/sysutils/libsysstat/pkg-descr	Thu Sep 26 09:38:25 2019	(r512887)
@@ -1,4 +1,4 @@
 Qt-based library to query system information like CPU, memory usage and
 network traffic.
 
-WWW: http://lxqt.org/
+WWW: https://lxqt.org/



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