From owner-svn-ports-head@FreeBSD.ORG Mon Jul 28 20:27:48 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 41A3549F; Mon, 28 Jul 2014 20:27:48 +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 124762EBE; Mon, 28 Jul 2014 20:27:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6SKRlqp081617; Mon, 28 Jul 2014 20:27:47 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6SKRg8R081584; Mon, 28 Jul 2014 20:27:42 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407282027.s6SKRg8R081584@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 28 Jul 2014 20:27:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363248 - in head: audio/gbemol audio/gimmix audio/glurp audio/gmpc audio/gmpc-alarm audio/gmpc-albumview audio/gmpc-discogs audio/gmpc-extraplaylist audio/gmpc-lastfm audio/gmpc-libnot... 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.18 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: Mon, 28 Jul 2014 20:27:48 -0000 Author: amdmi3 Date: Mon Jul 28 20:27:42 2014 New Revision: 363248 URL: http://svnweb.freebsd.org/changeset/ports/363248 QAT: https://qat.redports.org/buildarchive/r363248/ Log: - Switch audio/libmpd to USES=libtool, drop .la files - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/audio/gbemol/Makefile head/audio/gimmix/Makefile head/audio/glurp/Makefile head/audio/gmpc-alarm/Makefile head/audio/gmpc-albumview/Makefile head/audio/gmpc-discogs/Makefile head/audio/gmpc-extraplaylist/Makefile head/audio/gmpc-lastfm/Makefile head/audio/gmpc-libnotify/Makefile head/audio/gmpc-lyrics/Makefile head/audio/gmpc-lyricsplugin/Makefile head/audio/gmpc-lyricwiki/Makefile head/audio/gmpc-magnatune/Makefile head/audio/gmpc-mdcover/Makefile head/audio/gmpc-mserver/Makefile head/audio/gmpc-shout/Makefile head/audio/gmpc-wikipedia/Makefile head/audio/gmpc/Makefile head/audio/libmpd/Makefile head/audio/libmpd/pkg-plist head/audio/mpdas/Makefile head/audio/osd-lyrics/Makefile head/audio/xfce4-mpc-plugin/Makefile head/audio/xfmpc/Makefile head/net-im/pidgin-pidgimpd/Makefile head/x11-wm/e17-module-mpdule/Makefile Modified: head/audio/gbemol/Makefile ============================================================================== --- head/audio/gbemol/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gbemol/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gbemol PORTVERSION= 0.3.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/gimmix/Makefile ============================================================================== --- head/audio/gimmix/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gimmix/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,10 +3,9 @@ PORTNAME= gimmix PORTVERSION= 0.5.7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= gimmix +MASTER_SITES= BERLIOS/gimmix MAINTAINER= ports@FreeBSD.org COMMENT= Gimmix is a graphical MPD client written in C using GTK+2 Modified: head/audio/glurp/Makefile ============================================================================== --- head/audio/glurp/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/glurp/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= glurp PORTVERSION= 0.12.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF Modified: head/audio/gmpc-alarm/Makefile ============================================================================== --- head/audio/gmpc-alarm/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-alarm/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-alarm PORTVERSION= 11.8.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ Modified: head/audio/gmpc-albumview/Makefile ============================================================================== --- head/audio/gmpc-albumview/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-albumview/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-albumview PORTVERSION= 11.8.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ Modified: head/audio/gmpc-discogs/Makefile ============================================================================== --- head/audio/gmpc-discogs/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-discogs/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-discogs PORTVERSION= 0.20.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ Modified: head/audio/gmpc-extraplaylist/Makefile ============================================================================== --- head/audio/gmpc-extraplaylist/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-extraplaylist/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-extraplaylist PORTVERSION= 0.20.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ Modified: head/audio/gmpc-lastfm/Makefile ============================================================================== --- head/audio/gmpc-lastfm/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-lastfm/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-lastfm PORTVERSION= 0.20.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ Modified: head/audio/gmpc-libnotify/Makefile ============================================================================== --- head/audio/gmpc-libnotify/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-libnotify/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-libnotify PORTVERSION= 11.8.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ Modified: head/audio/gmpc-lyrics/Makefile ============================================================================== --- head/audio/gmpc-lyrics/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-lyrics/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-lyrics PORTVERSION= 11.8.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ Modified: head/audio/gmpc-lyricsplugin/Makefile ============================================================================== --- head/audio/gmpc-lyricsplugin/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-lyricsplugin/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-lyricsplugin PORTVERSION= 0.20.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ Modified: head/audio/gmpc-lyricwiki/Makefile ============================================================================== --- head/audio/gmpc-lyricwiki/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-lyricwiki/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-lyricwiki PORTVERSION= 11.8.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ Modified: head/audio/gmpc-magnatune/Makefile ============================================================================== --- head/audio/gmpc-magnatune/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-magnatune/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-magnatune PORTVERSION= 11.8.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ Modified: head/audio/gmpc-mdcover/Makefile ============================================================================== --- head/audio/gmpc-mdcover/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-mdcover/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-mdcover PORTVERSION= 0.20.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ Modified: head/audio/gmpc-mserver/Makefile ============================================================================== --- head/audio/gmpc-mserver/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-mserver/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-mserver PORTVERSION= 0.20.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ Modified: head/audio/gmpc-shout/Makefile ============================================================================== --- head/audio/gmpc-shout/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-shout/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-shout PORTVERSION= 0.20.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ Modified: head/audio/gmpc-wikipedia/Makefile ============================================================================== --- head/audio/gmpc-wikipedia/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc-wikipedia/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc-wikipedia PORTVERSION= 11.8.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ Modified: head/audio/gmpc/Makefile ============================================================================== --- head/audio/gmpc/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/gmpc/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= gmpc PORTVERSION= 11.8.16 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ Modified: head/audio/libmpd/Makefile ============================================================================== --- head/audio/libmpd/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/libmpd/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,15 +3,15 @@ PORTNAME= libmpd PORTVERSION= 11.8.17 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/11.8.16/ MAINTAINER= miwi@FreeBSD.org COMMENT= Abstraction around libmpdclient -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= pathfix pkgconfig +USES= libtool pathfix pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/audio/libmpd/pkg-plist ============================================================================== --- head/audio/libmpd/pkg-plist Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/libmpd/pkg-plist Mon Jul 28 20:27:42 2014 (r363248) @@ -10,8 +10,8 @@ include/libmpd/libmpd-version.h include/libmpd/libmpd.h include/libmpd/libmpdclient.h lib/libmpd.a -lib/libmpd.la lib/libmpd.so -lib/libmpd.so.4 +lib/libmpd.so.1 +lib/libmpd.so.1.3.0 libdata/pkgconfig/libmpd.pc @dirrm include/libmpd Modified: head/audio/mpdas/Makefile ============================================================================== --- head/audio/mpdas/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/mpdas/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,10 +3,11 @@ PORTNAME= mpdas PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://50hz.ws/mpdas/ -MAINTAINER= henrik@affekt.org +MAINTAINER= henrik@affekt.org COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ @@ -23,6 +24,6 @@ PLIST_FILES= bin/mpdas \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mpdas ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/mpdas.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/mpdas.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Modified: head/audio/osd-lyrics/Makefile ============================================================================== --- head/audio/osd-lyrics/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/osd-lyrics/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= osdlyrics PORTVERSION= 0.4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio deskutils MASTER_SITES= GOOGLE_CODE PROJECTHOST= osd-lyrics Modified: head/audio/xfce4-mpc-plugin/Makefile ============================================================================== --- head/audio/xfce4-mpc-plugin/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/xfce4-mpc-plugin/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,14 +3,14 @@ PORTNAME= xfce4-mpc-plugin PORTVERSION= 0.4.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Musicpd client plugin for the Xfce panel +COMMENT= Musicpd client plugin for the Xfce panel LICENSE= BSD Modified: head/audio/xfmpc/Makefile ============================================================================== --- head/audio/xfmpc/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/audio/xfmpc/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= xfmpc PORTVERSION= 0.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R} Modified: head/net-im/pidgin-pidgimpd/Makefile ============================================================================== --- head/net-im/pidgin-pidgimpd/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/net-im/pidgin-pidgimpd/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,7 +3,7 @@ PORTNAME= pidgimpd PORTVERSION= 1.1.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-im audio MASTER_SITES= http://ayeon.org/projects/pidgimpd/ PKGNAMEPREFIX= pidgin- Modified: head/x11-wm/e17-module-mpdule/Makefile ============================================================================== --- head/x11-wm/e17-module-mpdule/Makefile Mon Jul 28 20:24:52 2014 (r363247) +++ head/x11-wm/e17-module-mpdule/Makefile Mon Jul 28 20:27:42 2014 (r363248) @@ -3,6 +3,7 @@ PORTNAME= mpdule PORTVERSION= 20130510 +PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= LOCAL/gblach/e17/modules/ PKGNAMEPREFIX= e17-module-