From owner-cvs-all@FreeBSD.ORG Thu Dec 15 11:45:10 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E17C71065675; Thu, 15 Dec 2011 11:45:10 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B77B18FC0C; Thu, 15 Dec 2011 11:45:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pBFBjAwP033319; Thu, 15 Dec 2011 11:45:10 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBFBjABj033318; Thu, 15 Dec 2011 11:45:10 GMT (envelope-from danfe) Message-Id: <201112151145.pBFBjABj033318@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 15 Dec 2011 11:45:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/lensfun Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2011 11:45:11 -0000 danfe 2011-12-15 11:45:10 UTC FreeBSD ports repository Modified files: graphics/lensfun Makefile pkg-plist Log: - Change license: GPL only applies to binaries, which are not installed by the port, so use more appropriate LGPL; this also brings us in line with most of the GNU/Linux distributions - Remove licenses and useless documentation (README file containing build instructions); 95% of users do not interact with lensfun directly anyway - Adjust Python dependency: it is only required during build time - Enable verbose build (helps to study logs) - Respect CXX/AR[*], CFLAGS; adjust COMMENT and Makefile header - Fix symlink (do not use absolute path) and wrap overly long line - Cleanup and sort pkg-plist - Bump PORTREVISION after recent changes PR: ports/163270 [*] Revision Changes Path 1.8 +16 -15 ports/graphics/lensfun/Makefile 1.4 +1 -7 ports/graphics/lensfun/pkg-plist