svn commit: r505820 - head/graphics/libart_lgpl

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 4 09:32:07 UTC 2019


Author: amdmi3
Date: Thu Jul  4 09:32:06 2019
New Revision: 505820
URL: https://svnweb.freebsd.org/changeset/ports/505820

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

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

Modified: head/graphics/libart_lgpl/Makefile
==============================================================================
--- head/graphics/libart_lgpl/Makefile	Thu Jul  4 09:02:07 2019	(r505819)
+++ head/graphics/libart_lgpl/Makefile	Thu Jul  4 09:32:06 2019	(r505820)
@@ -13,6 +13,9 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Library for high-performance 2D graphics
 
+LICENSE=	LGPL20+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		libtool pathfix tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/graphics/libart_lgpl/pkg-descr
==============================================================================
--- head/graphics/libart_lgpl/pkg-descr	Thu Jul  4 09:02:07 2019	(r505819)
+++ head/graphics/libart_lgpl/pkg-descr	Thu Jul  4 09:32:06 2019	(r505820)
@@ -5,4 +5,4 @@ It is written in optimized C, and is fully compatible 
 C++. With a small footprint of 10,000 lines of code, it is
 especially suitable for embedded applications.
 
-WWW: http://www.levien.com/libart/
+WWW: https://www.levien.com/libart/


More information about the svn-ports-all mailing list