From owner-svn-ports-head@FreeBSD.ORG Sun Mar 9 16:19:51 2014 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 ESMTPS id E0A7DB0D; Sun, 9 Mar 2014 16:19:51 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CDA7EA93; Sun, 9 Mar 2014 16:19:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s29GJpPD034831; Sun, 9 Mar 2014 16:19:51 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s29GJp8i034830; Sun, 9 Mar 2014 16:19:51 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201403091619.s29GJp8i034830@svn.freebsd.org> From: Rene Ladan Date: Sun, 9 Mar 2014 16:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347657 - head/multimedia/xfce4-xmms-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.17 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: Sun, 09 Mar 2014 16:19:52 -0000 Author: rene Date: Sun Mar 9 16:19:51 2014 New Revision: 347657 URL: http://svnweb.freebsd.org/changeset/ports/347657 QAT: https://qat.redports.org/buildarchive/r347657/ Log: multimedia/xfce4-xmms-plugin: - bump PORTREVISION for previous commit (XMMS option is default on) - because multimedia/xmms is forbidden, turn this option off by default Modified: head/multimedia/xfce4-xmms-plugin/Makefile Modified: head/multimedia/xfce4-xmms-plugin/Makefile ============================================================================== --- head/multimedia/xfce4-xmms-plugin/Makefile Sun Mar 9 16:17:43 2014 (r347656) +++ head/multimedia/xfce4-xmms-plugin/Makefile Sun Mar 9 16:19:51 2014 (r347657) @@ -3,7 +3,7 @@ PORTNAME= xfce4-xmms-plugin PORTVERSION= 0.5.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -19,7 +19,6 @@ USE_GNOME= gtk20 intltool intlhack pango USE_XFCE= configenv libgui libutil panel OPTIONS_DEFINE= XMMS AUDACIOUS -OPTIONS_DEFAULT= XMMS XMMS_DESC= xmms support AUDACIOUS_DESC= audacious support