diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-12 19:46:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-12 19:46:32 +0800 |
commit | c3fca13d1e0cbea17a79ecbbae2307ac707ca353 (patch) | |
tree | a4766f253f177349035df741c0d1eb1ccbe0130c | |
parent | 2277d0b9ea6703bb17d4a2348b469e80985602a8 (diff) | |
download | freebsd-ports-gnome-c3fca13d1e0cbea17a79ecbbae2307ac707ca353.tar.gz freebsd-ports-gnome-c3fca13d1e0cbea17a79ecbbae2307ac707ca353.tar.zst freebsd-ports-gnome-c3fca13d1e0cbea17a79ecbbae2307ac707ca353.zip |
Deprecate more glib12 consumers
With hat: portmgr
-rw-r--r-- | audio/xmms-gbsplay/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-ladspa/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-nas/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-sapplug/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-scrobbler/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-sexypsf/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-volnorm/Makefile | 3 |
7 files changed, 21 insertions, 0 deletions
diff --git a/audio/xmms-gbsplay/Makefile b/audio/xmms-gbsplay/Makefile index 65ff32bba8e3..3a86c8c2bfae 100644 --- a/audio/xmms-gbsplay/Makefile +++ b/audio/xmms-gbsplay/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= xmms- MAINTAINER= ehaupt@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 diff --git a/audio/xmms-ladspa/Makefile b/audio/xmms-ladspa/Makefile index 597a595784d4..5c8f3b7aef7e 100644 --- a/audio/xmms-ladspa/Makefile +++ b/audio/xmms-ladspa/Makefile @@ -12,6 +12,9 @@ DISTNAME= xmms_ladspa-${PORTVERSION} MAINTAINER= arved@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 diff --git a/audio/xmms-nas/Makefile b/audio/xmms-nas/Makefile index d709e1c1abcb..a14bad2aedfb 100644 --- a/audio/xmms-nas/Makefile +++ b/audio/xmms-nas/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= ftp://ftp.stack.nl/pub/users/willem/ MAINTAINER= ports@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 diff --git a/audio/xmms-sapplug/Makefile b/audio/xmms-sapplug/Makefile index dbfd62353e99..51330ccf4464 100644 --- a/audio/xmms-sapplug/Makefile +++ b/audio/xmms-sapplug/Makefile @@ -11,6 +11,9 @@ DISTNAME= sapplug-xmms-${DISTVERSION} MAINTAINER= ehaupt@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 diff --git a/audio/xmms-scrobbler/Makefile b/audio/xmms-scrobbler/Makefile index 7736ae2a9b2a..b78d85432d8f 100644 --- a/audio/xmms-scrobbler/Makefile +++ b/audio/xmms-scrobbler/Makefile @@ -7,6 +7,9 @@ PORTREVISION= 8 MAINTAINER= novel@FreeBSD.org COMMENT= XMMS plugin for Audioscrobbler.com +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + CONFLICTS= scrobbler-* MASTERDIR= ${.CURDIR}/../scrobbler diff --git a/audio/xmms-sexypsf/Makefile b/audio/xmms-sexypsf/Makefile index eaff4dceb4cb..b9471edae3b9 100644 --- a/audio/xmms-sexypsf/Makefile +++ b/audio/xmms-sexypsf/Makefile @@ -12,6 +12,9 @@ DISTNAME= sexypsf-${PORTVERSION} MAINTAINER= ehaupt@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} diff --git a/audio/xmms-volnorm/Makefile b/audio/xmms-volnorm/Makefile index 26143ac5999f..70dd59e2ea97 100644 --- a/audio/xmms-volnorm/Makefile +++ b/audio/xmms-volnorm/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= xmms- MAINTAINER= ehaupt@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 |