From owner-svn-ports-head@FreeBSD.ORG Wed Apr 9 17:25:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 700FE77F; Wed, 9 Apr 2014 17:25:26 +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 59263158A; Wed, 9 Apr 2014 17:25:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s39HPQXH046756; Wed, 9 Apr 2014 17:25:26 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s39HPKIJ046723; Wed, 9 Apr 2014 17:25:20 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201404091725.s39HPKIJ046723@svn.freebsd.org> From: Christian Weisgerber Date: Wed, 9 Apr 2014 17:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350730 - in head: audio/gkrellmms audio/gkrellmms2 audio/scrobbler audio/wmalbum audio/xmms-ahx audio/xmms-bonk audio/xmms-curses audio/xmms-festalon audio/xmms-flac audio/xmms-gbsplay... 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: Wed, 09 Apr 2014 17:25:26 -0000 Author: naddy Date: Wed Apr 9 17:25:20 2014 New Revision: 350730 URL: http://svnweb.freebsd.org/changeset/ports/350730 QAT: https://qat.redports.org/buildarchive/r350730/ Log: XMMS is not going away soon, so unexpire the plugins that build. Modified: head/audio/gkrellmms/Makefile head/audio/gkrellmms2/Makefile head/audio/scrobbler/Makefile head/audio/wmalbum/Makefile head/audio/xmms-ahx/Makefile head/audio/xmms-bonk/Makefile head/audio/xmms-curses/Makefile head/audio/xmms-festalon/Makefile head/audio/xmms-flac/Makefile head/audio/xmms-gbsplay/Makefile head/audio/xmms-ladspa/Makefile head/audio/xmms-mailnotify/Makefile head/audio/xmms-nas/Makefile head/audio/xmms-nsf/Makefile head/audio/xmms-openspc/Makefile head/audio/xmms-sapplug/Makefile head/audio/xmms-scrobbler/Makefile head/audio/xmms-sexypsf/Makefile head/audio/xmms-shn/Makefile head/audio/xmms-timidity/Makefile head/audio/xmms-volnorm/Makefile head/audio/xmms-wavpack/Makefile head/audio/xmms-xf86audio/Makefile head/audio/xmms-xymms/Makefile head/audio/xmmsctrl/Makefile head/multimedia/xmms-skins-huge/Makefile head/multimedia/xmms-skins/Makefile Modified: head/audio/gkrellmms/Makefile ============================================================================== --- head/audio/gkrellmms/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/gkrellmms/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -10,9 +10,6 @@ MASTER_SITES= http://gkrellm.luon.net/fi MAINTAINER= ume@FreeBSD.org COMMENT= GKrellM XMMS Plugin -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm Modified: head/audio/gkrellmms2/Makefile ============================================================================== --- head/audio/gkrellmms2/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/gkrellmms2/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -11,9 +11,6 @@ PKGNAMESUFFIX= 2 MAINTAINER= ume@FreeBSD.org COMMENT= GKrellM XMMS Plugin -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 Modified: head/audio/scrobbler/Makefile ============================================================================== --- head/audio/scrobbler/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/scrobbler/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -12,9 +12,6 @@ DISTNAME= xmms-scrobbler-${PORTVERSION} MAINTAINER?= novel@FreeBSD.org COMMENT?= XMMS/BMP plugin for Audioscrobbler.com -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl CONFLICTS= xmms-scrobbler-[0-9]* Modified: head/audio/wmalbum/Makefile ============================================================================== --- head/audio/wmalbum/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/wmalbum/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -10,9 +10,6 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= lx@redundancy.redundancy.org COMMENT= A dockapp to display album covers for xmms -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \ libgdk_pixbuf_xlib.so:${PORTSDIR}/graphics/gdk-pixbuf Modified: head/audio/xmms-ahx/Makefile ============================================================================== --- head/audio/xmms-ahx/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-ahx/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -12,9 +12,6 @@ COMMENT= XMMS plugin for playing AHX tun LICENSE= GPLv2 -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms Modified: head/audio/xmms-bonk/Makefile ============================================================================== --- head/audio/xmms-bonk/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-bonk/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -10,9 +10,6 @@ DISTNAME= bonk-xmms-${PORTVERSION} MAINTAINER= naddy@FreeBSD.org COMMENT= XMMS input plugin to play bonk files -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms ALL_TARGET= Modified: head/audio/xmms-curses/Makefile ============================================================================== --- head/audio/xmms-curses/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-curses/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -10,9 +10,6 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= itetcu@FreeBSD.org COMMENT= A ncurses program for (remote) controlling multimedia/xmms -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs Modified: head/audio/xmms-festalon/Makefile ============================================================================== --- head/audio/xmms-festalon/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-festalon/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -7,9 +7,6 @@ COMMENT= XMMS plugin for playing .nsf an MASTERDIR= ${.CURDIR}/../festalon -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms Modified: head/audio/xmms-flac/Makefile ============================================================================== --- head/audio/xmms-flac/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-flac/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -9,9 +9,6 @@ DISTNAME= flac-${PORTVERSION} MAINTAINER= naddy@FreeBSD.org COMMENT= XMMS input plugin for playing FLAC files -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \ libFLAC.so:${PORTSDIR}/audio/flac \ libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \ Modified: head/audio/xmms-gbsplay/Makefile ============================================================================== --- head/audio/xmms-gbsplay/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-gbsplay/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -7,9 +7,6 @@ COMMENT= XMMS plugin for playing Nintend MASTERDIR= ${.CURDIR}/../gbsplay -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \ gbsplay:${PORTSDIR}/audio/gbsplay Modified: head/audio/xmms-ladspa/Makefile ============================================================================== --- head/audio/xmms-ladspa/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-ladspa/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -16,9 +16,6 @@ COMMENT= XMMS Plugin that provides LADSP LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms Modified: head/audio/xmms-mailnotify/Makefile ============================================================================== --- head/audio/xmms-mailnotify/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-mailnotify/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -11,9 +11,6 @@ MASTER_SITE_SUBDIR= arved MAINTAINER= arved@FreeBSD.org COMMENT= XMMS plugin, that plays a sound on incoming mail and opens the MUA -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms LICENSE= GPLv2 Modified: head/audio/xmms-nas/Makefile ============================================================================== --- head/audio/xmms-nas/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-nas/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -10,9 +10,6 @@ MASTER_SITES= ftp://ftp.stack.nl/pub/use MAINTAINER= ports@FreeBSD.org COMMENT= A Network Audio System (NAS) output plugin for XMMS -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \ libaudio.so:${PORTSDIR}/audio/nas Modified: head/audio/xmms-nsf/Makefile ============================================================================== --- head/audio/xmms-nsf/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-nsf/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -13,9 +13,6 @@ COMMENT= XMMS input-plugin for playing N LICENSE= GPLv2 -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms Modified: head/audio/xmms-openspc/Makefile ============================================================================== --- head/audio/xmms-openspc/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-openspc/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -12,9 +12,6 @@ DISTNAME= xmms-OpenSPC-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= An SPC player for XMMS using OpenSPC -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \ xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms Modified: head/audio/xmms-sapplug/Makefile ============================================================================== --- head/audio/xmms-sapplug/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-sapplug/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -13,9 +13,6 @@ COMMENT= XMMS input plugin for playing 8 LICENSE= GPLv2 -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms Modified: head/audio/xmms-scrobbler/Makefile ============================================================================== --- head/audio/xmms-scrobbler/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-scrobbler/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -11,9 +11,6 @@ CONFLICTS= scrobbler-* MASTERDIR= ${.CURDIR}/../scrobbler -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - WITH_XMMS= yes .include "${MASTERDIR}/Makefile" Modified: head/audio/xmms-sexypsf/Makefile ============================================================================== --- head/audio/xmms-sexypsf/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-sexypsf/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -12,9 +12,6 @@ DISTNAME= sexypsf-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= XMMS plugin for playing .psf files -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/audio/xmms-shn/Makefile ============================================================================== --- head/audio/xmms-shn/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-shn/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -10,9 +10,6 @@ MASTER_SITES= http://www.etree.org/shnut MAINTAINER= naddy@FreeBSD.org COMMENT= XMMS plugin to allow playing shorten-compressed audio -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms Modified: head/audio/xmms-timidity/Makefile ============================================================================== --- head/audio/xmms-timidity/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-timidity/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -10,9 +10,6 @@ MASTER_SITES= http://www.shikadi.net/uti MAINTAINER= beyert@cs.ucr.edu COMMENT= XMMS input plugin to play midi files (via timidity) -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity Modified: head/audio/xmms-volnorm/Makefile ============================================================================== --- head/audio/xmms-volnorm/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-volnorm/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -13,9 +13,6 @@ COMMENT= Volume Normalizer plugin for XM LICENSE= GPLv2 -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms USE_GNOME= gtk12 Modified: head/audio/xmms-wavpack/Makefile ============================================================================== --- head/audio/xmms-wavpack/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-wavpack/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -9,9 +9,6 @@ MASTER_SITES= http://www.wavpack.com/ MAINTAINER= naddy@FreeBSD.org COMMENT= XMMS input plugin to play WavPack files -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack \ libxmms.so:${PORTSDIR}/multimedia/xmms Modified: head/audio/xmms-xf86audio/Makefile ============================================================================== --- head/audio/xmms-xf86audio/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-xf86audio/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -8,9 +8,6 @@ MASTER_SITES= http://www.devin.com/xmms- MAINTAINER= naddy@FreeBSD.org COMMENT= XF86Audio multimedia-key support for XMMS -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms MAKE_ARGS= CC="${CC}" OPT="${CFLAGS}" DEBUG="" Modified: head/audio/xmms-xymms/Makefile ============================================================================== --- head/audio/xmms-xymms/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmms-xymms/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -11,9 +11,6 @@ PKGNAMEPREFIX= xmms- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Sega Genesis GYM plugin for XMMS -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms Modified: head/audio/xmmsctrl/Makefile ============================================================================== --- head/audio/xmmsctrl/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/audio/xmmsctrl/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -14,9 +14,6 @@ COMMENT= Small utility to control XMMS f LICENSE= GPLv2 -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms Modified: head/multimedia/xmms-skins-huge/Makefile ============================================================================== --- head/multimedia/xmms-skins-huge/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/multimedia/xmms-skins-huge/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -10,9 +10,6 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= jessefrgsmith@yahoo.ca COMMENT= Skins for X Multimedia System (XMMS) -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - CONFLICTS_INSTALL= xmms-skins-[0-9]* NO_BUILD= yes Modified: head/multimedia/xmms-skins/Makefile ============================================================================== --- head/multimedia/xmms-skins/Makefile Wed Apr 9 17:23:12 2014 (r350729) +++ head/multimedia/xmms-skins/Makefile Wed Apr 9 17:25:20 2014 (r350730) @@ -93,9 +93,6 @@ EXTRACT_ONLY= MAINTAINER= admin@lissyara.su COMMENT= Skins for X Multimedia System (XMMS) -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-04-27 - CONFLICTS_INSTALL= xmms-skins-huge-* NO_BUILD= yes