From owner-svn-ports-all@freebsd.org Tue Feb 6 13:12:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F711EC9C88; Tue, 6 Feb 2018 13:12:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D08846865C; Tue, 6 Feb 2018 13:12:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB14418567; Tue, 6 Feb 2018 13:12:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w16DCmtD063962; Tue, 6 Feb 2018 13:12:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w16DCmDG063961; Tue, 6 Feb 2018 13:12:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802061312.w16DCmDG063961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 6 Feb 2018 13:12:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461042 - head/graphics/lensfun X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/lensfun X-SVN-Commit-Revision: 461042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2018 13:12:49 -0000 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