Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 09:37:15 +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: r552957 - head/graphics/libkdcraw
Message-ID:  <202010220937.09M9bFej045415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct 22 09:37:14 2020
New Revision: 552957
URL: https://svnweb.freebsd.org/changeset/ports/552957

Log:
  - Add LICENSE
  - Pet portlint
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/libkdcraw/Makefile
  head/graphics/libkdcraw/pkg-descr

Modified: head/graphics/libkdcraw/Makefile
==============================================================================
--- head/graphics/libkdcraw/Makefile	Thu Oct 22 09:36:12 2020	(r552956)
+++ head/graphics/libkdcraw/Makefile	Thu Oct 22 09:37:14 2020	(r552957)
@@ -7,19 +7,21 @@ CATEGORIES=	graphics kde kde-applications
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	LibRaw interface for KDE
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libjasper.so:graphics/jasper \
 		liblcms.so:graphics/lcms \
 		libxml2.so:textproc/libxml2 \
 		libraw.so:graphics/libraw
 
-CMAKE_ARGS+=	-DWITH_OpenMP:BOOL=False \
-		-DENABLE_RAWSPEED=True
-
 USES=		cmake compiler:c++11-lang jpeg kde:5 pkgconfig qt:5 tar:xz
 USE_KDE=	ecm
 USE_QT=		core gui \
 		buildtools_build qmake_build
 USE_LDCONFIG=	yes
+CMAKE_ARGS=	-DWITH_OpenMP:BOOL=False \
+		-DENABLE_RAWSPEED=True
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/graphics/libkdcraw/pkg-descr
==============================================================================
--- head/graphics/libkdcraw/pkg-descr	Thu Oct 22 09:36:12 2020	(r552956)
+++ head/graphics/libkdcraw/pkg-descr	Thu Oct 22 09:37:14 2020	(r552957)
@@ -1,4 +1,4 @@
 libkdcraw is a C++ interface around the LibRaw library
 used to decode RAW picture files.
 
-WWW: http://www.digikam.org/
+WWW: https://www.digikam.org/



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