svn commit: r551602 - in head/audio: gstreamer-plugins-sndfile gstreamer1-plugins-sndfile

Thomas Zander riggs at FreeBSD.org
Tue Oct 6 22:04:43 UTC 2020


Author: riggs
Date: Tue Oct  6 22:04:42 2020
New Revision: 551602
URL: https://svnweb.freebsd.org/changeset/ports/551602

Log:
  Chase libsndfile 1.0.30 update.
  
  Details:
  - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
  - Bump PORTREVISION for consumers.

Modified:
  head/audio/gstreamer-plugins-sndfile/Makefile
  head/audio/gstreamer1-plugins-sndfile/Makefile

Modified: head/audio/gstreamer-plugins-sndfile/Makefile
==============================================================================
--- head/audio/gstreamer-plugins-sndfile/Makefile	Tue Oct  6 21:51:56 2020	(r551601)
+++ head/audio/gstreamer-plugins-sndfile/Makefile	Tue Oct  6 22:04:42 2020	(r551602)
@@ -1,7 +1,7 @@
 # Created by: Michael Johnson <ahze at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 
 COMMENT=	Gstreamer sndfile plugin

Modified: head/audio/gstreamer1-plugins-sndfile/Makefile
==============================================================================
--- head/audio/gstreamer1-plugins-sndfile/Makefile	Tue Oct  6 21:51:56 2020	(r551601)
+++ head/audio/gstreamer1-plugins-sndfile/Makefile	Tue Oct  6 22:04:42 2020	(r551602)
@@ -1,7 +1,7 @@
 # Created by: Michael Johnson <ahze at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	audio
 
 COMMENT=	Gstreamer sndfile plugin


More information about the svn-ports-all mailing list