From owner-svn-ports-all@FreeBSD.ORG Sat May 17 19:50:23 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id 75FA619B; Sat, 17 May 2014 19:50:23 +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 63DE32173; Sat, 17 May 2014 19:50:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4HJoNA1047058; Sat, 17 May 2014 19:50:23 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4HJoNK6047057; Sat, 17 May 2014 19:50:23 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201405171950.s4HJoNK6047057@svn.freebsd.org> From: Tijl Coosemans Date: Sat, 17 May 2014 19:50:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354361 - head/audio/mate-media 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: Sat, 17 May 2014 19:50:23 -0000 Author: tijl Date: Sat May 17 19:50:22 2014 New Revision: 354361 URL: http://svnweb.freebsd.org/changeset/ports/354361 QAT: https://qat.redports.org/buildarchive/r354361/ Log: - USES=libtool tar:xz. - Remove duplicate USE_GNOME=gnomehier. Modified: head/audio/mate-media/Makefile Modified: head/audio/mate-media/Makefile ============================================================================== --- head/audio/mate-media/Makefile Sat May 17 19:41:44 2014 (r354360) +++ head/audio/mate-media/Makefile Sat May 17 19:50:22 2014 (r354361) @@ -3,7 +3,7 @@ PORTNAME= mate-media PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -15,14 +15,12 @@ LIB_DEPENDS= libcanberra-gtk.so:${PORTSD PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes -USE_MATE= autogen common:build desktop docutils intlhack ltverhack \ - panel -USE_GNOME= gnomehier glib20 gnomehier gtk20 libxml2 +USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_MATE= autogen common:build desktop docutils intlhack panel +USE_GNOME= glib20 gnomehier gtk20 libxml2 INSTALLS_OMF= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtoolize:env USE_GSTREAMER= good GNU_CONFIGURE= yes INSTALLS_ICONS= yes