Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2018 13:12:48 +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: r461042 - head/graphics/lensfun
Message-ID:  <201802061312.w16DCmDG063961@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb  6 13:12:48 2018
New Revision: 461042
URL: https://svnweb.freebsd.org/changeset/ports/461042

Log:
  - Provide complete license information
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/lensfun/Makefile

Modified: head/graphics/lensfun/Makefile
==============================================================================
--- head/graphics/lensfun/Makefile	Tue Feb  6 13:12:04 2018	(r461041)
+++ head/graphics/lensfun/Makefile	Tue Feb  6 13:12:48 2018	(r461042)
@@ -3,18 +3,23 @@
 
 PORTNAME=	lensfun
 PORTVERSION=	0.3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Library for fixing lens geometry distortions
 
-LICENSE=	LGPL3
+LICENSE=	GPLv3 LGPL3 CC-BY-SA-3.0 PD
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv3=		${WRKSRC}/docs/gpl-3.0.txt
+LICENSE_FILE_LGPL3=		${WRKSRC}/docs/lgpl-3.0.txt
+LICENSE_FILE_CC-BY-SA-3.0=	${WRKSRC}/docs/cc-by-sa-3.0.txt
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		cmake gettext-runtime pathfix pkgconfig
+USES=		cmake gettext-runtime pathfix pkgconfig shebangfix
+SHEBANG_FILES=	apps/lensfun-update-data apps/lensfun-add-adapter
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 CMAKE_ARGS=	-DBUILD_AUXFUN:BOOL=ON



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