From owner-svn-ports-head@FreeBSD.ORG Wed Jul 10 01:57:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AE8D95F9; Wed, 10 Jul 2013 01:57:15 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A0B401BC6; Wed, 10 Jul 2013 01:57:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6A1vFTr031563; Wed, 10 Jul 2013 01:57:15 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6A1vF2o031561; Wed, 10 Jul 2013 01:57:15 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201307100157.r6A1vF2o031561@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 10 Jul 2013 01:57:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322596 - in head/graphics: fusefs-gphotofs libgphoto2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 01:57:15 -0000 Author: danfe Date: Wed Jul 10 01:57:14 2013 New Revision: 322596 URL: http://svnweb.freebsd.org/changeset/ports/322596 Log: - Unbreak the build of fusefs-gphotofs (add missing pkgconfig) - Define LICENSE for fusefs-gphotofs and libgphoto2 while here Modified: head/graphics/fusefs-gphotofs/Makefile head/graphics/libgphoto2/Makefile Modified: head/graphics/fusefs-gphotofs/Makefile ============================================================================== --- head/graphics/fusefs-gphotofs/Makefile Wed Jul 10 01:43:23 2013 (r322595) +++ head/graphics/fusefs-gphotofs/Makefile Wed Jul 10 01:57:14 2013 (r322596) @@ -11,9 +11,11 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= ports@FreeBSD.org COMMENT= Mount PTP camera as a file system -LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 +LICENSE= GPLv2 -USES= fuse +LIB_DEPENDS= gphoto2:${PORTSDIR}/graphics/libgphoto2 + +USES= fuse pkgconfig USE_BZIP2= yes USE_GNOME= glib20 GNU_CONFIGURE= yes Modified: head/graphics/libgphoto2/Makefile ============================================================================== --- head/graphics/libgphoto2/Makefile Wed Jul 10 01:43:23 2013 (r322595) +++ head/graphics/libgphoto2/Makefile Wed Jul 10 01:57:14 2013 (r322596) @@ -10,6 +10,8 @@ MASTER_SITES= SF/gphoto/libgphoto/${PORT MAINTAINER= ports@FreeBSD.org COMMENT= Universal digital camera control library +LICENSE= LGPL21 + LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \ jpeg:${PORTSDIR}/graphics/jpeg