svn commit: r481894 - in head/audio: xmms-gbsplay xmms-ladspa xmms-nas xmms-sapplug xmms-scrobbler xmms-sexypsf xmms-volnorm

Antoine Brodin antoine at FreeBSD.org
Fri Oct 12 11:46:35 UTC 2018


Author: antoine
Date: Fri Oct 12 11:46:32 2018
New Revision: 481894
URL: https://svnweb.freebsd.org/changeset/ports/481894

Log:
  Deprecate more glib12 consumers
  
  With hat:	portmgr

Modified:
  head/audio/xmms-gbsplay/Makefile
  head/audio/xmms-ladspa/Makefile
  head/audio/xmms-nas/Makefile
  head/audio/xmms-sapplug/Makefile
  head/audio/xmms-scrobbler/Makefile
  head/audio/xmms-sexypsf/Makefile
  head/audio/xmms-volnorm/Makefile

Modified: head/audio/xmms-gbsplay/Makefile
==============================================================================
--- head/audio/xmms-gbsplay/Makefile	Fri Oct 12 09:52:26 2018	(r481893)
+++ head/audio/xmms-gbsplay/Makefile	Fri Oct 12 11:46:32 2018	(r481894)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	xmms-
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	XMMS plugin for playing Nintendo Game Boy(TM) audio
 
+DEPRECATED=	Uses obsolete glib12
+EXPIRATION_DATE=	2018-12-20
+
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	xmms:multimedia/xmms

Modified: head/audio/xmms-ladspa/Makefile
==============================================================================
--- head/audio/xmms-ladspa/Makefile	Fri Oct 12 09:52:26 2018	(r481893)
+++ head/audio/xmms-ladspa/Makefile	Fri Oct 12 11:46:32 2018	(r481894)
@@ -12,6 +12,9 @@ DISTNAME=	xmms_ladspa-${PORTVERSION}
 MAINTAINER=	arved at FreeBSD.org
 COMMENT=	XMMS Plugin that provides LADSPA Plugins to XMMS
 
+DEPRECATED=	Uses obsolete glib12
+EXPIRATION_DATE=	2018-12-20
+
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 

Modified: head/audio/xmms-nas/Makefile
==============================================================================
--- head/audio/xmms-nas/Makefile	Fri Oct 12 09:52:26 2018	(r481893)
+++ head/audio/xmms-nas/Makefile	Fri Oct 12 11:46:32 2018	(r481894)
@@ -10,6 +10,9 @@ MASTER_SITES=	ftp://ftp.stack.nl/pub/users/willem/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Network Audio System (NAS) output plugin for XMMS
 
+DEPRECATED=	Uses obsolete glib12
+EXPIRATION_DATE=	2018-12-20
+
 LIB_DEPENDS=	libxmms.so:multimedia/xmms \
 		libaudio.so:audio/nas
 

Modified: head/audio/xmms-sapplug/Makefile
==============================================================================
--- head/audio/xmms-sapplug/Makefile	Fri Oct 12 09:52:26 2018	(r481893)
+++ head/audio/xmms-sapplug/Makefile	Fri Oct 12 11:46:32 2018	(r481894)
@@ -11,6 +11,9 @@ DISTNAME=	sapplug-xmms-${DISTVERSION}
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	XMMS input plugin for playing 8bit Atari(TM) .sap audio files
 
+DEPRECATED=	Uses obsolete glib12
+EXPIRATION_DATE=	2018-12-20
+
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	xmms:multimedia/xmms

Modified: head/audio/xmms-scrobbler/Makefile
==============================================================================
--- head/audio/xmms-scrobbler/Makefile	Fri Oct 12 09:52:26 2018	(r481893)
+++ head/audio/xmms-scrobbler/Makefile	Fri Oct 12 11:46:32 2018	(r481894)
@@ -7,6 +7,9 @@ PORTREVISION=	8
 MAINTAINER=	novel at FreeBSD.org
 COMMENT=	XMMS plugin for Audioscrobbler.com
 
+DEPRECATED=	Uses obsolete glib12
+EXPIRATION_DATE=	2018-12-20
+
 CONFLICTS=	scrobbler-*
 
 MASTERDIR=	${.CURDIR}/../scrobbler

Modified: head/audio/xmms-sexypsf/Makefile
==============================================================================
--- head/audio/xmms-sexypsf/Makefile	Fri Oct 12 09:52:26 2018	(r481893)
+++ head/audio/xmms-sexypsf/Makefile	Fri Oct 12 11:46:32 2018	(r481894)
@@ -12,6 +12,9 @@ DISTNAME=	sexypsf-${PORTVERSION}
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	XMMS plugin for playing .psf files
 
+DEPRECATED=	Uses obsolete glib12
+EXPIRATION_DATE=	2018-12-20
+
 BUILD_DEPENDS=	xmms:multimedia/xmms
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 

Modified: head/audio/xmms-volnorm/Makefile
==============================================================================
--- head/audio/xmms-volnorm/Makefile	Fri Oct 12 09:52:26 2018	(r481893)
+++ head/audio/xmms-volnorm/Makefile	Fri Oct 12 11:46:32 2018	(r481894)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	xmms-
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Volume Normalizer plugin for XMMS
 
+DEPRECATED=	Uses obsolete glib12
+EXPIRATION_DATE=	2018-12-20
+
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libxmms.so:multimedia/xmms


More information about the svn-ports-all mailing list