svn commit: r553428 - head/graphics/libkipi

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 27 09:37:17 UTC 2020


Author: amdmi3
Date: Tue Oct 27 09:37:16 2020
New Revision: 553428
URL: https://svnweb.freebsd.org/changeset/ports/553428

Log:
  - Add license
  - Update WWW
  
  Approved by:	portmgr blanket

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

Modified: head/graphics/libkipi/Makefile
==============================================================================
--- head/graphics/libkipi/Makefile	Tue Oct 27 09:10:56 2020	(r553427)
+++ head/graphics/libkipi/Makefile	Tue Oct 27 09:37:16 2020	(r553428)
@@ -7,6 +7,9 @@ CATEGORIES=	graphics kde kde-applications
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	KDE Image Plugin Interface
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
 USE_KDE=	auth codecs config configwidgets coreaddons ecm i18n \
 		libkdcraw libkexiv2 service widgetsaddons xmlgui

Modified: head/graphics/libkipi/pkg-descr
==============================================================================
--- head/graphics/libkipi/pkg-descr	Tue Oct 27 09:10:56 2020	(r553427)
+++ head/graphics/libkipi/pkg-descr	Tue Oct 27 09:37:16 2020	(r553428)
@@ -1,5 +1,5 @@
 Kipi (KDE Image Plugin Interface) is an effort to develop a common
 plugin structure for Digikam, GwenView and other KDE parts.  Its
-aim is to be able to share image plugins among graphic applications. 
+aim is to be able to share image plugins among graphic applications.
 
-WWW: http://www.digikam.org/
+WWW: https://www.digikam.org/


More information about the svn-ports-all mailing list