From owner-svn-ports-all@FreeBSD.ORG Sun Dec 30 16:19:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A12E441; Sun, 30 Dec 2012 16:19:12 +0000 (UTC) (envelope-from olivierd@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 3C0D08FC0C; Sun, 30 Dec 2012 16:19:12 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBUGJCqj035871; Sun, 30 Dec 2012 16:19:12 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBUGJ9aF035849; Sun, 30 Dec 2012 16:19:09 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201212301619.qBUGJ9aF035849@svn.freebsd.org> From: Olivier Duchateau Date: Sun, 30 Dec 2012 16:19:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309676 - in head: archivers/thunar-archive-plugin audio/thunar-media-tags-plugin audio/xfce4-mpc-plugin deskutils/xfce4-notifyd devel/thunar-vcs-plugin multimedia/xfce4-media sysutils/... 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.14 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: Sun, 30 Dec 2012 16:19:12 -0000 Author: olivierd Date: Sun Dec 30 16:19:08 2012 New Revision: 309676 URL: http://svnweb.freebsd.org/changeset/ports/309676 Log: Bump PORTREVISION for libexo-related ports Approved by: rene, miwi (mentors, implicit) Modified: head/archivers/thunar-archive-plugin/Makefile head/audio/thunar-media-tags-plugin/Makefile head/audio/xfce4-mpc-plugin/Makefile head/deskutils/xfce4-notifyd/Makefile head/devel/thunar-vcs-plugin/Makefile head/multimedia/xfce4-media/Makefile head/sysutils/xfburn/Makefile head/sysutils/xfce4-settings/Makefile head/x11-fm/thunar-vfs/Makefile head/x11-fm/thunar/Makefile head/x11-wm/xfce4-desktop/Makefile head/x11-wm/xfce4-panel/Makefile head/x11/Terminal/Makefile head/x11/xfce4-clipman-plugin/Makefile head/x11/xfce4-screenshooter-plugin/Makefile head/x11/xfce4-verve-plugin/Makefile Modified: head/archivers/thunar-archive-plugin/Makefile ============================================================================== --- head/archivers/thunar-archive-plugin/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/archivers/thunar-archive-plugin/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -4,10 +4,10 @@ PORTNAME= thunar-archive-plugin PORTVERSION= 0.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= archivers xfce MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/thunar-plugins//${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/audio/thunar-media-tags-plugin/Makefile ============================================================================== --- head/audio/thunar-media-tags-plugin/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/audio/thunar-media-tags-plugin/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -4,10 +4,10 @@ PORTNAME= thunar-media-tags-plugin PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=src/thunar-plugins//${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/audio/xfce4-mpc-plugin/Makefile ============================================================================== --- head/audio/xfce4-mpc-plugin/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/audio/xfce4-mpc-plugin/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -4,7 +4,7 @@ PORTNAME= xfce4-mpc-plugin PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} Modified: head/deskutils/xfce4-notifyd/Makefile ============================================================================== --- head/deskutils/xfce4-notifyd/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/deskutils/xfce4-notifyd/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -3,7 +3,7 @@ PORTNAME= xfce4-notifyd PORTVERSION= 0.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils xfce MASTER_SITES= XFCE MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} Modified: head/devel/thunar-vcs-plugin/Makefile ============================================================================== --- head/devel/thunar-vcs-plugin/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/devel/thunar-vcs-plugin/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -4,7 +4,7 @@ PORTNAME= thunar-vcs-plugin PORTVERSION= 0.1.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/thunar-plugins/${PORTNAME}/${PORTVERSION:R} Modified: head/multimedia/xfce4-media/Makefile ============================================================================== --- head/multimedia/xfce4-media/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/multimedia/xfce4-media/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -3,7 +3,7 @@ PORTNAME= xfce4-media PORTVERSION= 0.9.2 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= multimedia xfce MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/ DISTNAME= xfmedia-${PORTVERSION} Modified: head/sysutils/xfburn/Makefile ============================================================================== --- head/sysutils/xfburn/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/sysutils/xfburn/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -4,7 +4,7 @@ PORTNAME= xfburn PORTVERSION= 0.4.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R} @@ -42,13 +42,13 @@ CONFIGURE_ARGS+= --disable-nls .endif .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus .else CONFIGURE_ARGS+= --disable-dbus .endif .if ${PORT_OPTIONS:MHAL} -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal +LIB_DEPENDS+= hal:${PORTSDIR}/sysutils/hal .else CONFIGURE_ARGS+= --disable-hal .endif Modified: head/sysutils/xfce4-settings/Makefile ============================================================================== --- head/sysutils/xfce4-settings/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/sysutils/xfce4-settings/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -4,7 +4,7 @@ PORTNAME= xfce4-settings PORTVERSION= 4.10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 Modified: head/x11-fm/thunar-vfs/Makefile ============================================================================== --- head/x11-fm/thunar-vfs/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/x11-fm/thunar-vfs/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -3,7 +3,7 @@ PORTNAME= thunar-vfs PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fm xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/archive/${PORTNAME}/${PORTVERSION:R} Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/x11-fm/thunar/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -4,6 +4,7 @@ PORTNAME= Thunar PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= x11-fm xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/${PORTNAME:L}/${PORTVERSION:R} Modified: head/x11-wm/xfce4-desktop/Makefile ============================================================================== --- head/x11-wm/xfce4-desktop/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/x11-wm/xfce4-desktop/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -4,7 +4,7 @@ PORTNAME= xfce4-desktop PORTVERSION= 4.10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfdesktop-${PORTVERSION} Modified: head/x11-wm/xfce4-panel/Makefile ============================================================================== --- head/x11-wm/xfce4-panel/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/x11-wm/xfce4-panel/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -4,7 +4,7 @@ PORTNAME= xfce4-panel PORTVERSION= 4.10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 Modified: head/x11/Terminal/Makefile ============================================================================== --- head/x11/Terminal/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/x11/Terminal/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -3,7 +3,7 @@ PORTNAME= Terminal PORTVERSION= 0.4.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME:L}/${PORTVERSION:R} Modified: head/x11/xfce4-clipman-plugin/Makefile ============================================================================== --- head/x11/xfce4-clipman-plugin/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/x11/xfce4-clipman-plugin/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -3,7 +3,7 @@ PORTNAME= xfce4-clipman-plugin PORTVERSION= 1.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R} Modified: head/x11/xfce4-screenshooter-plugin/Makefile ============================================================================== --- head/x11/xfce4-screenshooter-plugin/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/x11/xfce4-screenshooter-plugin/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -4,10 +4,10 @@ PORTNAME= xfce4-screenshooter-plugin PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=/src/apps/xfce4-screenshooter/${PORTVERSION:R} +MASTER_SITE_SUBDIR=src/apps/xfce4-screenshooter/${PORTVERSION:R} DISTNAME= xfce4-screenshooter-${PORTVERSION} DIST_SUBDIR= xfce4 Modified: head/x11/xfce4-verve-plugin/Makefile ============================================================================== --- head/x11/xfce4-verve-plugin/Makefile Sun Dec 30 16:14:28 2012 (r309675) +++ head/x11/xfce4-verve-plugin/Makefile Sun Dec 30 16:19:08 2012 (r309676) @@ -3,10 +3,10 @@ PORTNAME= verve-plugin PORTVERSION= 1.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} -MASTER_SITE_SUBDIR=/src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=src/panel-plugins/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 PKGNAMEPREFIX= xfce4- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}