svn commit: r552495 - head/graphics/photoqt

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


Author: amdmi3
Date: Fri Oct 16 09:37:08 2020
New Revision: 552495
URL: https://svnweb.freebsd.org/changeset/ports/552495

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

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

Modified: head/graphics/photoqt/Makefile
==============================================================================
--- head/graphics/photoqt/Makefile	Fri Oct 16 08:56:09 2020	(r552494)
+++ head/graphics/photoqt/Makefile	Fri Oct 16 09:37:08 2020	(r552495)
@@ -9,7 +9,8 @@ CATEGORIES=	graphics
 MAINTAINER=	melanhit at gmail.com
 COMMENT=	Simple, powerful and good looking QT5 image viewer
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cmake compiler:c++11-lib desktop-file-utils \
 		localbase:ldflags qt:5

Modified: head/graphics/photoqt/pkg-descr
==============================================================================
--- head/graphics/photoqt/pkg-descr	Fri Oct 16 08:56:09 2020	(r552494)
+++ head/graphics/photoqt/pkg-descr	Fri Oct 16 09:37:08 2020	(r552495)
@@ -1,4 +1,4 @@
-PhotoQt is a simple, yet powerful and good looking image viewer, 
+PhotoQt is a simple, yet powerful and good looking image viewer,
 written in C++/Qt
 
-WWW: http://photoqt.org/
+WWW: https://photoqt.org/


More information about the svn-ports-all mailing list