svn commit: r565349 - head/audio/denemo

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Feb 15 22:33:56 UTC 2021


Author: bofh
Date: Mon Feb 15 22:33:52 2021
New Revision: 565349
URL: https://svnweb.freebsd.org/changeset/ports/565349

Log:
  audio/denemo: Update LIB_DEPENDS to guile1 after upgrading guile to 3.X

Modified:
  head/audio/denemo/Makefile

Modified: head/audio/denemo/Makefile
==============================================================================
--- head/audio/denemo/Makefile	Mon Feb 15 22:12:46 2021	(r565348)
+++ head/audio/denemo/Makefile	Mon Feb 15 22:33:52 2021	(r565349)
@@ -3,7 +3,7 @@
 
 PORTNAME=	denemo
 PORTVERSION=	2.0.6
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	audio
 MASTER_SITES=	GNU
 
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libaubio.so:audio/aubio \
 		libsndfile.so:audio/libsndfile \
 		libportaudio.so:audio/portaudio \
 		librubberband.so:audio/rubberband \
-		libguile.so:lang/guile \
+		libguile.so:lang/guile1 \
 		libfftw3.so:math/fftw3
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 


More information about the svn-ports-all mailing list