Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2019 11:19:31 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500305 - in head: audio/extace games/lianliankan
Message-ID:  <201904281119.x3SBJVg0048041@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Apr 28 11:19:31 2019
New Revision: 500305
URL: https://svnweb.freebsd.org/changeset/ports/500305

Log:
  Finish esound deprecation

Modified:
  head/audio/extace/Makefile
  head/games/lianliankan/Makefile

Modified: head/audio/extace/Makefile
==============================================================================
--- head/audio/extace/Makefile	Sun Apr 28 11:18:18 2019	(r500304)
+++ head/audio/extace/Makefile	Sun Apr 28 11:19:31 2019	(r500305)
@@ -12,6 +12,9 @@ COMMENT=	Audio visualization plugin for the X Window S
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Depends on expired esound
+EXPIRATION_DATE=	2019-04-29
+
 LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libesd.so:audio/esound
 

Modified: head/games/lianliankan/Makefile
==============================================================================
--- head/games/lianliankan/Makefile	Sun Apr 28 11:18:18 2019	(r500304)
+++ head/games/lianliankan/Makefile	Sun Apr 28 11:19:31 2019	(r500305)
@@ -13,6 +13,9 @@ COMMENT=	Tile matching game
 
 LICENSE=	GPLv2+
 
+DEPRECATED=	Depends on expired esound
+EXPIRATION_DATE=	2019-04-29
+
 USES=		autoreconf compiler:c++11-lang libtool pkgconfig
 USE_GNOME=	gtk20 esound
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904281119.x3SBJVg0048041>