Date: Thu, 4 Jul 2019 09:32:06 +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: r505820 - head/graphics/libart_lgpl Message-ID: <201907040932.x649W6Ye010123@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907040932.x649W6Ye010123>