svn commit: r500305 - in head: audio/extace games/lianliankan
Antoine Brodin
antoine at FreeBSD.org
Sun Apr 28 11:19:32 UTC 2019
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
More information about the svn-ports-head
mailing list