svn commit: r552957 - head/graphics/libkdcraw

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 22 09:37:16 UTC 2020


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


More information about the svn-ports-all mailing list