svn commit: r403855 - in head: audio/audacity audio/gstreamer-plugins-soundtouch audio/gstreamer1-plugins-soundtouch audio/rezound audio/soundtouch emulators/desmume emulators/dolphin-emu mail/thun...

Jan Beich jbeich at FreeBSD.org
Wed Dec 16 13:56:24 UTC 2015


Author: jbeich
Date: Wed Dec 16 09:39:40 2015
New Revision: 403855
URL: https://svnweb.freebsd.org/changeset/ports/403855

Log:
  audio/soundtouch: update to 1.9.2
  
  ABI isn't compatible, so bump PORTREVISION in consumers.
  
  Changes:	http://www.surina.net/soundtouch/README.html
  ACC report:	https://people.freebsd.org/~jbeich/compat_reports/soundtouch/1.9.0_to_1.9.2/compat_report.html

Modified:
  head/audio/audacity/Makefile   (contents, props changed)
  head/audio/gstreamer-plugins-soundtouch/Makefile   (contents, props changed)
  head/audio/gstreamer1-plugins-soundtouch/Makefile   (contents, props changed)
  head/audio/rezound/Makefile   (contents, props changed)
  head/audio/soundtouch/Makefile   (contents, props changed)
  head/audio/soundtouch/distinfo   (contents, props changed)
  head/audio/soundtouch/pkg-plist   (contents, props changed)
  head/emulators/desmume/Makefile   (contents, props changed)
  head/emulators/dolphin-emu/Makefile   (contents, props changed)
  head/mail/thunderbird/Makefile   (contents, props changed)
  head/www/firefox-esr/Makefile   (contents, props changed)
  head/www/firefox/Makefile   (contents, props changed)
  head/www/libxul/Makefile   (contents, props changed)
  head/www/seamonkey/Makefile   (contents, props changed)

Modified: head/audio/audacity/Makefile
==============================================================================
--- head/audio/audacity/Makefile	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/audio/audacity/Makefile	Wed Dec 16 09:39:40 2015	(r403855)
@@ -3,7 +3,7 @@
 
 PORTNAME=	audacity
 PORTVERSION=	2.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/audacity/audacity/archive/
 DISTNAME=	Audacity-${PORTVERSION}

Modified: head/audio/gstreamer-plugins-soundtouch/Makefile
==============================================================================
--- head/audio/gstreamer-plugins-soundtouch/Makefile	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/audio/gstreamer-plugins-soundtouch/Makefile	Wed Dec 16 09:39:40 2015	(r403855)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #   $MCom: ports/audio/gstreamer-plugins-soundtouch/Makefile,v 1.3 2008/03/19 14:05:32 ahze Exp $
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 
 COMMENT=	GStreamer soundtouch plugin

Modified: head/audio/gstreamer1-plugins-soundtouch/Makefile
==============================================================================
--- head/audio/gstreamer1-plugins-soundtouch/Makefile	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/audio/gstreamer1-plugins-soundtouch/Makefile	Wed Dec 16 09:39:40 2015	(r403855)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	audio
 
 COMMENT=	GStreamer soundtouch plugin

Modified: head/audio/rezound/Makefile
==============================================================================
--- head/audio/rezound/Makefile	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/audio/rezound/Makefile	Wed Dec 16 09:39:40 2015	(r403855)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rezound
 DISTVERSION=	0.12.3beta
-PORTREVISION=	22
+PORTREVISION=	23
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/ReZound/${DISTVERSION}
 

Modified: head/audio/soundtouch/Makefile
==============================================================================
--- head/audio/soundtouch/Makefile	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/audio/soundtouch/Makefile	Wed Dec 16 09:39:40 2015	(r403855)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	soundtouch
-PORTVERSION=	1.9.0
-PORTREVISION=	1
+PORTVERSION=	1.9.2
 CATEGORIES=	audio
 MASTER_SITES=	http://www.surina.net/soundtouch/
 

Modified: head/audio/soundtouch/distinfo
==============================================================================
--- head/audio/soundtouch/distinfo	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/audio/soundtouch/distinfo	Wed Dec 16 09:39:40 2015	(r403855)
@@ -1,2 +1,2 @@
-SHA256 (soundtouch-1.9.0.tar.gz) = 1fe4fc03cbfe696c1281fd623d089baffe1b70265acc60eac7a6d9b5742971ad
-SIZE (soundtouch-1.9.0.tar.gz) = 169038
+SHA256 (soundtouch-1.9.2.tar.gz) = caeb86511e81420eeb454cb5db53f56d96b8451d37d89af6e55b12eb4da1c513
+SIZE (soundtouch-1.9.2.tar.gz) = 171369

Modified: head/audio/soundtouch/pkg-plist
==============================================================================
--- head/audio/soundtouch/pkg-plist	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/audio/soundtouch/pkg-plist	Wed Dec 16 09:39:40 2015	(r403855)
@@ -6,8 +6,8 @@ include/soundtouch/STTypes.h
 include/soundtouch/SoundTouch.h
 include/soundtouch/soundtouch_config.h
 lib/libSoundTouch.so
-lib/libSoundTouch.so.0
-lib/libSoundTouch.so.0.0.0
+lib/libSoundTouch.so.1
+lib/libSoundTouch.so.1.0.0
 libdata/pkgconfig/soundtouch.pc
 share/aclocal/soundtouch.m4
 %%PORTDOCS%%%%DOCSDIR%%/README.html

Modified: head/emulators/desmume/Makefile
==============================================================================
--- head/emulators/desmume/Makefile	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/emulators/desmume/Makefile	Wed Dec 16 09:39:40 2015	(r403855)
@@ -3,6 +3,7 @@
 
 PORTNAME=	desmume
 PORTVERSION=	0.9.11
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF
 

Modified: head/emulators/dolphin-emu/Makefile
==============================================================================
--- head/emulators/dolphin-emu/Makefile	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/emulators/dolphin-emu/Makefile	Wed Dec 16 09:39:40 2015	(r403855)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dolphin-emu
 DISTVERSION=	5.0-rc
+PORTREVISION=	1
 CATEGORIES=	emulators
 
 MAINTAINER=	martymac at FreeBSD.org

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/mail/thunderbird/Makefile	Wed Dec 16 09:39:40 2015	(r403855)
@@ -3,6 +3,7 @@
 
 PORTNAME=	thunderbird
 DISTVERSION=	38.4.0
+PORTREVISION=	1
 CATEGORIES=	mail news net-im ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source

Modified: head/www/firefox-esr/Makefile
==============================================================================
--- head/www/firefox-esr/Makefile	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/www/firefox-esr/Makefile	Wed Dec 16 09:39:40 2015	(r403855)
@@ -4,6 +4,7 @@
 PORTNAME=	firefox
 DISTVERSION=	38.4.0
 DISTVERSIONSUFFIX=esr.source
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/www/firefox/Makefile	Wed Dec 16 09:39:40 2015	(r403855)
@@ -4,6 +4,7 @@
 PORTNAME=	firefox
 DISTVERSION=	42.0
 DISTVERSIONSUFFIX=.source
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \

Modified: head/www/libxul/Makefile
==============================================================================
--- head/www/libxul/Makefile	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/www/libxul/Makefile	Wed Dec 16 09:39:40 2015	(r403855)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libxul
 DISTVERSION=	38.4.0
+PORTREVISION=	1
 CATEGORIES?=	www devel
 MASTER_SITES=	MOZILLA/firefox/releases/${DISTVERSION}esr/source \
 		MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Wed Dec 16 09:39:14 2015	(r403854)
+++ head/www/seamonkey/Makefile	Wed Dec 16 09:39:40 2015	(r403855)
@@ -4,6 +4,7 @@
 PORTNAME=	seamonkey
 DISTVERSION=	2.39
 MOZILLA_VER=	42 # above + 3
+PORTREVISION=	1
 CATEGORIES?=	www mail news editors irc ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
 		MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source


More information about the svn-ports-head mailing list