From owner-svn-ports-all@FreeBSD.ORG Sun Sep 28 23:02:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60DA4D38; Sun, 28 Sep 2014 23:02:32 +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 4185E373; Sun, 28 Sep 2014 23:02:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8SN2WEk020306; Sun, 28 Sep 2014 23:02:32 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8SN2TOV020291; Sun, 28 Sep 2014 23:02:29 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201409282302.s8SN2TOV020291@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Sun, 28 Sep 2014 23:02:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369504 - in head: audio/amarok-kde4 audio/clementine-player audio/gtkpod audio/lastfm-desktop audio/libgpod audio/rhythmbox graphics/kipi-plugin-ipodexport sysutils/fusefs-ifuse sysuti... 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-1 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, 28 Sep 2014 23:02:32 -0000 Author: avilla Date: Sun Sep 28 23:02:29 2014 New Revision: 369504 URL: http://svnweb.freebsd.org/changeset/ports/369504 QAT: https://qat.redports.org/buildarchive/r369504/ Log: - Chase libplist shlib bump. Modified: head/audio/amarok-kde4/Makefile head/audio/clementine-player/Makefile head/audio/gtkpod/Makefile head/audio/lastfm-desktop/Makefile head/audio/libgpod/Makefile head/audio/rhythmbox/Makefile head/graphics/kipi-plugin-ipodexport/Makefile head/sysutils/fusefs-ifuse/Makefile head/sysutils/fusefs-pod/Makefile Modified: head/audio/amarok-kde4/Makefile ============================================================================== --- head/audio/amarok-kde4/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/audio/amarok-kde4/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,7 +3,7 @@ PORTNAME= amarok PORTVERSION= 2.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/audio/clementine-player/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio PKGNAMESUFFIX= -player Modified: head/audio/gtkpod/Makefile ============================================================================== --- head/audio/gtkpod/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/audio/gtkpod/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,7 +3,7 @@ PORTNAME= gtkpod PORTVERSION= 1.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/audio/lastfm-desktop/Makefile ============================================================================== --- head/audio/lastfm-desktop/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/audio/lastfm-desktop/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,7 +3,7 @@ PORTNAME= lastfm PORTVERSION= 2.1.30 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://cdn.last.fm/client/Linux/ PKGNAMESUFFIX= -desktop Modified: head/audio/libgpod/Makefile ============================================================================== --- head/audio/libgpod/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/audio/libgpod/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,7 +3,7 @@ PORTNAME= libgpod PORTVERSION= 0.8.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/gtkpod/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} Modified: head/audio/rhythmbox/Makefile ============================================================================== --- head/audio/rhythmbox/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/audio/rhythmbox/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -4,7 +4,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.12.8 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/graphics/kipi-plugin-ipodexport/Makefile ============================================================================== --- head/graphics/kipi-plugin-ipodexport/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/graphics/kipi-plugin-ipodexport/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org Modified: head/sysutils/fusefs-ifuse/Makefile ============================================================================== --- head/sysutils/fusefs-ifuse/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/sysutils/fusefs-ifuse/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,6 +3,7 @@ PORTNAME= ifuse PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.libimobiledevice.org/downloads/ PKGNAMEPREFIX= fusefs- Modified: head/sysutils/fusefs-pod/Makefile ============================================================================== --- head/sysutils/fusefs-pod/Makefile Sun Sep 28 22:58:51 2014 (r369503) +++ head/sysutils/fusefs-pod/Makefile Sun Sep 28 23:02:29 2014 (r369504) @@ -3,7 +3,7 @@ PORTNAME= pod PORTVERSION= 0.5.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= sysutils audio MASTER_SITES= SF/fuse${PORTNAME}/fuse${PORTNAME}/FUSEPod%20v${PORTVERSION} PKGNAMEPREFIX= fusefs-