svn commit: r428129 - in head: audio/celt audio/gstreamer-plugins-ogg audio/gstreamer-plugins-vorbis audio/ices audio/libcanberra audio/libogg audio/liboggz audio/libvorbis audio/mp3blaster audio/m...

Tijl Coosemans tijl at FreeBSD.org
Thu Dec 8 15:38:29 UTC 2016


Author: tijl
Date: Thu Dec  8 15:38:24 2016
New Revision: 428129
URL: https://svnweb.freebsd.org/changeset/ports/428129

Log:
  Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
  links that were added in r374303 to prevent massive PORTREVISION bumps.
  Bump dependent ports that have not been bumped since.

Modified:
  head/audio/celt/Makefile
  head/audio/gstreamer-plugins-ogg/Makefile
  head/audio/gstreamer-plugins-vorbis/Makefile
  head/audio/ices/Makefile
  head/audio/libcanberra/Makefile
  head/audio/libogg/Makefile
  head/audio/libogg/pkg-plist
  head/audio/liboggz/Makefile
  head/audio/libvorbis/Makefile
  head/audio/libvorbis/pkg-plist
  head/audio/mp3blaster/Makefile
  head/audio/muse/Makefile
  head/audio/osalp/Makefile
  head/audio/p5-libvorbis/Makefile
  head/audio/py-ogg/Makefile
  head/audio/py-vorbis/Makefile
  head/audio/vorbisgain/Makefile
  head/comms/ebook2cw/Makefile
  head/emulators/dboxfe/Makefile
  head/games/opensonic/Makefile
  head/games/vavoom-extras/Makefile
  head/math/scilab-toolbox-swt/Makefile
  head/multimedia/gstreamer-plugins-theora/Makefile
  head/multimedia/libtheora/Makefile
  head/multimedia/recordmydesktop/Makefile
  head/multimedia/vdr-plugin-markad/Makefile
  head/net/gini/Makefile
  head/ports-mgmt/kpackagekit/Makefile
  head/www/p5-Apache-MP3/Makefile
  head/x11-fonts/alfont/Makefile
  head/x11/deforaos-desktop/Makefile

Modified: head/audio/celt/Makefile
==============================================================================
--- head/audio/celt/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/celt/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	celt
 PORTVERSION=	0.11.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.us.xiph.org/releases/celt/
 

Modified: head/audio/gstreamer-plugins-ogg/Makefile
==============================================================================
--- head/audio/gstreamer-plugins-ogg/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/gstreamer-plugins-ogg/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #   $MCom: ports/audio/gstreamer-plugins-ogg/Makefile,v 1.6 2008/03/21 04:01:32 ahze Exp $
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 
 COMMENT=	Gstreamer Ogg bitstream plugin

Modified: head/audio/gstreamer-plugins-vorbis/Makefile
==============================================================================
--- head/audio/gstreamer-plugins-vorbis/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/gstreamer-plugins-vorbis/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #   $MCom: ports/audio/gstreamer-plugins-vorbis/Makefile,v 1.6 2008/03/21 04:01:33 ahze Exp $
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 
 COMMENT=	Gstreamer vorbis encoder/decoder plugin

Modified: head/audio/ices/Makefile
==============================================================================
--- head/audio/ices/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/ices/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ices
 PORTVERSION=	2.0.2
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	audio net
 MASTER_SITES=	http://downloads.xiph.org/releases/${PORTNAME}/ \

Modified: head/audio/libcanberra/Makefile
==============================================================================
--- head/audio/libcanberra/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/libcanberra/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libcanberra
 PORTVERSION=	0.30
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio devel
 MASTER_SITES=	http://0pointer.de/lennart/projects/libcanberra/ \
 		http://pkgs.fedoraproject.org/repo/pkgs/libcanberra/libcanberra-0.30.tar.xz/34cb7e4430afaf6f447c4ebdb9b42072/

Modified: head/audio/libogg/Makefile
==============================================================================
--- head/audio/libogg/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/libogg/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libogg
 PORTVERSION=	1.3.2
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	4
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/ogg/
@@ -19,7 +19,4 @@ TEST_TARGET=	check
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
-	${LN} -s libogg.so.0 ${STAGEDIR}${PREFIX}/lib/libogg.so.8
-
 .include <bsd.port.mk>

Modified: head/audio/libogg/pkg-plist
==============================================================================
--- head/audio/libogg/pkg-plist	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/libogg/pkg-plist	Thu Dec  8 15:38:24 2016	(r428129)
@@ -5,7 +5,6 @@ lib/libogg.a
 lib/libogg.so
 lib/libogg.so.0
 lib/libogg.so.0.8.2
-lib/libogg.so.8
 libdata/pkgconfig/ogg.pc
 share/aclocal/ogg.m4
 %%PORTDOCS%%%%DOCSDIR%%/fish_xiph_org.png

Modified: head/audio/liboggz/Makefile
==============================================================================
--- head/audio/liboggz/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/liboggz/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -2,7 +2,7 @@
 
 PORTNAME=	liboggz
 DISTVERSION=	1.1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/liboggz/ \
 		http://wickedmachine.net/mirror/

Modified: head/audio/libvorbis/Makefile
==============================================================================
--- head/audio/libvorbis/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/libvorbis/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libvorbis
 PORTVERSION=	1.3.5
+PORTREVISION=	1
 PORTEPOCH=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.xiph.org/releases/vorbis/
@@ -24,7 +25,5 @@ OPTIONS_DEFINE=	DOCS
 
 post-install:
 	cd ${STAGEDIR}${PREFIX}/share/doc && ${MV} ${DISTNAME} libvorbis
-	${LN} -s libvorbis.so.0 ${STAGEDIR}${PREFIX}/lib/libvorbis.so.4
-	${LN} -s libvorbisfile.so.3 ${STAGEDIR}${PREFIX}/lib/libvorbisfile.so.6
 
 .include <bsd.port.mk>

Modified: head/audio/libvorbis/pkg-plist
==============================================================================
--- head/audio/libvorbis/pkg-plist	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/libvorbis/pkg-plist	Thu Dec  8 15:38:24 2016	(r428129)
@@ -5,7 +5,6 @@ lib/libvorbis.a
 lib/libvorbis.so
 lib/libvorbis.so.0
 lib/libvorbis.so.0.4.8
-lib/libvorbis.so.4
 lib/libvorbisenc.a
 lib/libvorbisenc.so
 lib/libvorbisenc.so.2
@@ -14,7 +13,6 @@ lib/libvorbisfile.a
 lib/libvorbisfile.so
 lib/libvorbisfile.so.3
 lib/libvorbisfile.so.3.3.7
-lib/libvorbisfile.so.6
 libdata/pkgconfig/vorbis.pc
 libdata/pkgconfig/vorbisenc.pc
 libdata/pkgconfig/vorbisfile.pc

Modified: head/audio/mp3blaster/Makefile
==============================================================================
--- head/audio/mp3blaster/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/mp3blaster/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mp3blaster
 PORTVERSION=	3.2.5
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 

Modified: head/audio/muse/Makefile
==============================================================================
--- head/audio/muse/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/muse/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	MuSE
 PORTVERSION=	0.9.2
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	audio
 MASTER_SITES=	https://files.dyne.org/muse/sources/
 

Modified: head/audio/osalp/Makefile
==============================================================================
--- head/audio/osalp/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/osalp/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	osalp
 PORTVERSION=	0.7.5
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-beta
 

Modified: head/audio/p5-libvorbis/Makefile
==============================================================================
--- head/audio/p5-libvorbis/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/p5-libvorbis/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libvorbis
 PORTVERSION=	0.05
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:FOOF

Modified: head/audio/py-ogg/Makefile
==============================================================================
--- head/audio/py-ogg/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/py-ogg/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ogg
 PORTVERSION=	1.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio python
 MASTER_SITES=	http://ekyo.nerim.net/software/pyogg/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/audio/py-vorbis/Makefile
==============================================================================
--- head/audio/py-vorbis/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/py-vorbis/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vorbis
 PORTVERSION=	1.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio python
 MASTER_SITES=	http://ekyo.nerim.net/software/pyogg/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/audio/vorbisgain/Makefile
==============================================================================
--- head/audio/vorbisgain/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/audio/vorbisgain/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vorbisgain
 PORTVERSION=	0.37
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	http://sjeng.org/ftp/vorbis/
 

Modified: head/comms/ebook2cw/Makefile
==============================================================================
--- head/comms/ebook2cw/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/comms/ebook2cw/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ebook2cw
 PORTVERSION=	0.8.2
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://fkurz.net/ham/ebook2cw/ \
 		LOCAL/db

Modified: head/emulators/dboxfe/Makefile
==============================================================================
--- head/emulators/dboxfe/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/emulators/dboxfe/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -2,7 +2,7 @@
 
 PORTNAME=	dboxfe
 PORTVERSION=	0.1.3
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}
 

Modified: head/games/opensonic/Makefile
==============================================================================
--- head/games/opensonic/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/games/opensonic/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opensonic
 PORTVERSION=	0.1.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF/opensnc/Open%20Sonic/${PORTVERSION}
 DISTNAME=	opensnc-src-${PORTVERSION}

Modified: head/games/vavoom-extras/Makefile
==============================================================================
--- head/games/vavoom-extras/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/games/vavoom-extras/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vavoom-extras
 PORTVERSION=	1.30
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	SF/vavoom/Resources/vmodels-doom/1.4.3:vmd \
 		SF/vavoom/Resources/vmodels-heretic/1.4.3:vmhr \

Modified: head/math/scilab-toolbox-swt/Makefile
==============================================================================
--- head/math/scilab-toolbox-swt/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/math/scilab-toolbox-swt/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -2,7 +2,7 @@
 
 PORTNAME=	swt
 PORTVERSION=	0.1.20
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	http://atoms.scilab.org/toolboxes/swt/${PORTVERSION}/files/
 PKGNAMEPREFIX=	scilab-toolbox-

Modified: head/multimedia/gstreamer-plugins-theora/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins-theora/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/multimedia/gstreamer-plugins-theora/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 #   $MCom: ports/multimedia/gstreamer-plugins-theora/Makefile,v 1.4 2008/03/21 04:01:32 ahze Exp $
 
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 
 COMMENT=	Gstreamer theora plugin

Modified: head/multimedia/libtheora/Makefile
==============================================================================
--- head/multimedia/libtheora/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/multimedia/libtheora/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libtheora
 PORTVERSION=	1.1.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	multimedia
 MASTER_SITES=	http://downloads.xiph.org/releases/theora/ \
 		http://distfiles.master.finkmirrors.net/

Modified: head/multimedia/recordmydesktop/Makefile
==============================================================================
--- head/multimedia/recordmydesktop/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/multimedia/recordmydesktop/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -2,7 +2,7 @@
 
 PORTNAME=	recordmydesktop
 DISTVERSION=	0.3.8.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
 

Modified: head/multimedia/vdr-plugin-markad/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-markad/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/multimedia/vdr-plugin-markad/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,6 +3,7 @@
 
 PORTNAME=	vdr-plugin-markad
 PORTVERSION=	0.1.4
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://projects.vdr-developer.org/attachments/download/1041/
 DISTNAME=	${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}

Modified: head/net/gini/Makefile
==============================================================================
--- head/net/gini/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/net/gini/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gini
 PORTVERSION=	0.5.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	net multimedia
 MASTER_SITES=	SF/${PORTNAME}/OldFiles
 

Modified: head/ports-mgmt/kpackagekit/Makefile
==============================================================================
--- head/ports-mgmt/kpackagekit/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/ports-mgmt/kpackagekit/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -2,7 +2,7 @@
 
 PORTNAME=	KPackageKit
 PORTVERSION=	0.6.3.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	ports-mgmt sysutils kde
 MASTER_SITES=	http://opendesktop.org/CONTENT/content-files/
 DISTNAME=	84745-${PORTNAME:tl}-${PORTVERSION}

Modified: head/www/p5-Apache-MP3/Makefile
==============================================================================
--- head/www/p5-Apache-MP3/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/www/p5-Apache-MP3/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Apache-MP3
 PORTVERSION=	4.00
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www audio perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-

Modified: head/x11-fonts/alfont/Makefile
==============================================================================
--- head/x11-fonts/alfont/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/x11-fonts/alfont/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	alfont
 PORTVERSION=	209
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-fonts
 MASTER_SITES=	http://opensnc.sourceforge.net/alfont/mirror/ \
 		SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:nemysis

Modified: head/x11/deforaos-desktop/Makefile
==============================================================================
--- head/x11/deforaos-desktop/Makefile	Thu Dec  8 15:36:44 2016	(r428128)
+++ head/x11/deforaos-desktop/Makefile	Thu Dec  8 15:38:24 2016	(r428129)
@@ -3,7 +3,7 @@
 
 PORTNAME=	desktop
 PORTVERSION=	0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 PKGNAMEPREFIX=	deforaos-
 


More information about the svn-ports-head mailing list