svn commit: r493880 - in head: audio/esound audio/gstreamer-plugins-esound chinese/reciteword x11/xbelld
Baptiste Daroussin
bapt at FreeBSD.org
Mon Feb 25 16:16:19 UTC 2019
Author: bapt
Date: Mon Feb 25 16:16:17 2019
New Revision: 493880
URL: https://svnweb.freebsd.org/changeset/ports/493880
Log:
Deprecate the remaining parts of esound
Modified:
head/audio/esound/Makefile
head/audio/gstreamer-plugins-esound/Makefile
head/chinese/reciteword/Makefile
head/x11/xbelld/Makefile
Modified: head/audio/esound/Makefile
==============================================================================
--- head/audio/esound/Makefile Mon Feb 25 15:56:41 2019 (r493879)
+++ head/audio/esound/Makefile Mon Feb 25 16:16:17 2019 (r493880)
@@ -14,6 +14,9 @@ COMMENT= Sound library for enlightenment package
LIB_DEPENDS= libaudiofile.so:audio/libaudiofile
+DEPRECATED= Abandonware
+EXPIRATION_DATE= 2019-03-25
+
USES= alias libtool:keepla pathfix pkgconfig:both tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Modified: head/audio/gstreamer-plugins-esound/Makefile
==============================================================================
--- head/audio/gstreamer-plugins-esound/Makefile Mon Feb 25 15:56:41 2019 (r493879)
+++ head/audio/gstreamer-plugins-esound/Makefile Mon Feb 25 16:16:17 2019 (r493880)
@@ -7,6 +7,9 @@ CATEGORIES= audio
COMMENT= Gstreamer enlightenment sound library plugin
+DEPRECATED= Depends on audio/esound
+EXPIRATION_DATE= 2019-03-25
+
GST_PLUGIN= esound
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
Modified: head/chinese/reciteword/Makefile
==============================================================================
--- head/chinese/reciteword/Makefile Mon Feb 25 15:56:41 2019 (r493879)
+++ head/chinese/reciteword/Makefile Mon Feb 25 16:16:17 2019 (r493880)
@@ -15,6 +15,9 @@ DISTFILES= ${DISTNAME}.tar.bz2 \
MAINTAINER= ports at FreeBSD.org
COMMENT= Education software to help people to study English
+DEPRECATED= depends on audio/esound
+EXPIRATION_DATE= 2019-03-25
+
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
Modified: head/x11/xbelld/Makefile
==============================================================================
--- head/x11/xbelld/Makefile Mon Feb 25 15:56:41 2019 (r493879)
+++ head/x11/xbelld/Makefile Mon Feb 25 16:16:17 2019 (r493880)
@@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-0.2beta2
MAINTAINER= chip-set at mail.ru
COMMENT= XBellD is a small daemon for replacing the standard X terminal bell
+DEPRECATED= Depends on audio/esound
+EXPIRATION_DATE= 2019-03-25
+
LIB_DEPENDS= libaudiofile.so:audio/libaudiofile
USES= imake tar:tgz
More information about the svn-ports-all
mailing list