Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2020 09:37:38 +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: r556960 - head/graphics/libpgf
Message-ID:  <202012040937.0B49bcWd029766@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Dec  4 09:37:37 2020
New Revision: 556960
URL: https://svnweb.freebsd.org/changeset/ports/556960

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

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

Modified: head/graphics/libpgf/Makefile
==============================================================================
--- head/graphics/libpgf/Makefile	Fri Dec  4 09:21:49 2020	(r556959)
+++ head/graphics/libpgf/Makefile	Fri Dec  4 09:37:37 2020	(r556960)
@@ -10,7 +10,8 @@ DISTNAME=	libPGF-codec-and-console-src
 MAINTAINER=	jhale@FreeBSD.org
 COMMENT=	Progressive Graphics Format (PGF) library
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		autoreconf dos2unix libtool pathfix zip
 USE_LDCONFIG=	yes

Modified: head/graphics/libpgf/pkg-descr
==============================================================================
--- head/graphics/libpgf/pkg-descr	Fri Dec  4 09:21:49 2020	(r556959)
+++ head/graphics/libpgf/pkg-descr	Fri Dec  4 09:37:37 2020	(r556960)
@@ -2,4 +2,4 @@ The Progressive Graphics File (PGF) is an efficient im
 based on a fast, discrete wavelet transform with progressive coding features.
 PGF can be used for lossless and lossy compression.
 
-WWW: http://www.libpgf.org
+WWW: https://www.libpgf.org/



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