Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2020 09:37:09 +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: r552495 - head/graphics/photoqt
Message-ID:  <202010160937.09G9b98K006200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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