From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 03:01:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9EF545ED; Tue, 10 Jun 2014 03:01:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 746DC2EAD; Tue, 10 Jun 2014 03:01:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5A31bd4002223; Tue, 10 Jun 2014 03:01:37 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5A31b6O002222; Tue, 10 Jun 2014 03:01:37 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201406100301.s5A31b6O002222@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Tue, 10 Jun 2014 03:01:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357244 - head/sysutils/mtpfs X-SVN-Group: ports-head 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.18 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, 10 Jun 2014 03:01:37 -0000 Author: danilo Date: Tue Jun 10 03:01:36 2014 New Revision: 357244 URL: http://svnweb.freebsd.org/changeset/ports/357244 QAT: https://qat.redports.org/buildarchive/r357244/ Log: - Add stage support [1] - Convert LIB_DEPENDS to new syntax PR: ports/190849 Submitted by: jhixson@gmail.com [1] Modified: head/sysutils/mtpfs/Makefile Modified: head/sysutils/mtpfs/Makefile ============================================================================== --- head/sysutils/mtpfs/Makefile Tue Jun 10 03:00:30 2014 (r357243) +++ head/sysutils/mtpfs/Makefile Tue Jun 10 03:01:36 2014 (r357244) @@ -9,15 +9,14 @@ MASTER_SITES= http://www.adebenham.com/f MAINTAINER= john@pcbsd.org COMMENT= MTP device filesystem -LIB_DEPENDS= mtp:${PORTSDIR}/multimedia/libmtp \ - id3-3.8:${PORTSDIR}/audio/id3lib \ - id3tag:${PORTSDIR}/audio/libid3tag \ - mad:${PORTSDIR}/audio/libmad +LIB_DEPENDS= libmtp.so:${PORTSDIR}/multimedia/libmtp \ + libid3.so:${PORTSDIR}/audio/id3lib \ + libid3tag.so:${PORTSDIR}/audio/libid3tag \ + libmad.so:${PORTSDIR}/audio/libmad USES= fuse pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes PLIST_FILES= bin/mtpfs -NO_STAGE= yes .include