From owner-svn-ports-head@FreeBSD.ORG Wed Oct 23 20:48:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A0C12B25; Wed, 23 Oct 2013 20:48:37 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DC482F6A; Wed, 23 Oct 2013 20:48:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9NKmbrg040540; Wed, 23 Oct 2013 20:48:37 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9NKmbfA040538; Wed, 23 Oct 2013 20:48:37 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201310232048.r9NKmbfA040538@svn.freebsd.org> From: Olivier Duchateau Date: Wed, 23 Oct 2013 20:48:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331424 - in head: archivers/thunar-archive-plugin audio/thunar-media-tags-plugin 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, 23 Oct 2013 20:48:37 -0000 Author: olivierd Date: Wed Oct 23 20:48:36 2013 New Revision: 331424 URL: http://svnweb.freebsd.org/changeset/ports/331424 Log: - Support STAGEDIR - Convert to new LIB_DEPENDS format (audio/thunar-media-tags-plugin) Modified: head/archivers/thunar-archive-plugin/Makefile head/audio/thunar-media-tags-plugin/Makefile Modified: head/archivers/thunar-archive-plugin/Makefile ============================================================================== --- head/archivers/thunar-archive-plugin/Makefile Wed Oct 23 20:45:10 2013 (r331423) +++ head/archivers/thunar-archive-plugin/Makefile Wed Oct 23 20:48:36 2013 (r331424) @@ -11,7 +11,6 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Archive plugin for the Thunar File Manager -NO_STAGE= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_XFCE= configenv libexo thunar Modified: head/audio/thunar-media-tags-plugin/Makefile ============================================================================== --- head/audio/thunar-media-tags-plugin/Makefile Wed Oct 23 20:45:10 2013 (r331423) +++ head/audio/thunar-media-tags-plugin/Makefile Wed Oct 23 20:48:36 2013 (r331424) @@ -9,12 +9,11 @@ MASTER_SITE_SUBDIR=src/thunar-plugins/${ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Media Tags Plugin +COMMENT= Media tags plugin -LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib +LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib USES= gmake pkgconfig gettext -NO_STAGE= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool intlhack