Date: Sun, 19 Feb 2017 08:32:52 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r434398 - in branches/2017Q1: archivers/unarchiver audio/aqualung audio/deadbeef audio/decibel-audio-player audio/mixxx audio/siren audio/xmms-wavpack multimedia/audacious-plugins multi... Message-ID: <201702190832.v1J8WqXP088477@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Feb 19 08:32:51 2017 New Revision: 434398 URL: https://svnweb.freebsd.org/changeset/ports/434398 Log: MFH: r434359 Chase wavpack update: bump PORTREVISION on ports linking to it by default PR: 216847 Reported by: pkubaj@anongoth.pl Approved by: ports-secteam (junovitch) Modified: branches/2017Q1/archivers/unarchiver/Makefile branches/2017Q1/audio/aqualung/Makefile branches/2017Q1/audio/deadbeef/Makefile branches/2017Q1/audio/decibel-audio-player/Makefile branches/2017Q1/audio/mixxx/Makefile branches/2017Q1/audio/siren/Makefile branches/2017Q1/audio/xmms-wavpack/Makefile branches/2017Q1/multimedia/audacious-plugins-gtk3/Makefile branches/2017Q1/multimedia/audacious-plugins/Makefile branches/2017Q1/multimedia/gstreamer-plugins/Makefile branches/2017Q1/multimedia/gstreamer1-plugins/Makefile branches/2017Q1/multimedia/qmmp-qt5/Makefile branches/2017Q1/multimedia/qmmp/Makefile branches/2017Q1/multimedia/quodlibet/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/archivers/unarchiver/Makefile ============================================================================== --- branches/2017Q1/archivers/unarchiver/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/archivers/unarchiver/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -3,7 +3,7 @@ PORTNAME= unar PORTVERSION= 1.10.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers gnustep MASTER_SITES= http://wakaba.c3.cx/releases/TheUnarchiver/ DISTNAME= ${PORTNAME}${PORTVERSION}_src Modified: branches/2017Q1/audio/aqualung/Makefile ============================================================================== --- branches/2017Q1/audio/aqualung/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/audio/aqualung/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -3,7 +3,7 @@ PORTNAME= aqualung PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF Modified: branches/2017Q1/audio/deadbeef/Makefile ============================================================================== --- branches/2017Q1/audio/deadbeef/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/audio/deadbeef/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -3,7 +3,7 @@ PORTNAME= deadbeef PORTVERSION= 0.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ Modified: branches/2017Q1/audio/decibel-audio-player/Makefile ============================================================================== --- branches/2017Q1/audio/decibel-audio-player/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/audio/decibel-audio-player/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -3,7 +3,7 @@ PORTNAME= decibel-audio-player PORTVERSION= 1.08 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio multimedia gnome python MASTER_SITES= http://decibel.silent-blade.org/uploads/Main/ Modified: branches/2017Q1/audio/mixxx/Makefile ============================================================================== --- branches/2017Q1/audio/mixxx/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/audio/mixxx/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -4,7 +4,7 @@ PORTNAME= mixxx PORTVERSION= 1.11.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 13 +PORTREVISION= 15 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/ Modified: branches/2017Q1/audio/siren/Makefile ============================================================================== --- branches/2017Q1/audio/siren/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/audio/siren/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -3,6 +3,7 @@ PORTNAME= siren PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.kariliq.nl/${PORTNAME}/dist/ Modified: branches/2017Q1/audio/xmms-wavpack/Makefile ============================================================================== --- branches/2017Q1/audio/xmms-wavpack/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/audio/xmms-wavpack/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -2,7 +2,7 @@ PORTNAME= xmms-wavpack PORTVERSION= 1.0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= http://www.wavpack.com/ Modified: branches/2017Q1/multimedia/audacious-plugins-gtk3/Makefile ============================================================================== --- branches/2017Q1/multimedia/audacious-plugins-gtk3/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/multimedia/audacious-plugins-gtk3/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -4,7 +4,7 @@ PORTNAME= audacious-plugins PORTVERSION= 3.8.1 DISTVERSIONSUFFIX= -gtk3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ PKGNAMESUFFIX= ${DISTVERSIONSUFFIX} Modified: branches/2017Q1/multimedia/audacious-plugins/Makefile ============================================================================== --- branches/2017Q1/multimedia/audacious-plugins/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/multimedia/audacious-plugins/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -3,7 +3,7 @@ PORTNAME= audacious-plugins PORTVERSION= 3.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ Modified: branches/2017Q1/multimedia/gstreamer-plugins/Makefile ============================================================================== --- branches/2017Q1/multimedia/gstreamer-plugins/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/multimedia/gstreamer-plugins/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -6,7 +6,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}. -PORTREVISION?= 7 +PORTREVISION?= 8 PORTEPOCH= 3 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ Modified: branches/2017Q1/multimedia/gstreamer1-plugins/Makefile ============================================================================== --- branches/2017Q1/multimedia/gstreamer1-plugins/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/multimedia/gstreamer1-plugins/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -5,7 +5,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}. -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ http://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \ Modified: branches/2017Q1/multimedia/qmmp-qt5/Makefile ============================================================================== --- branches/2017Q1/multimedia/qmmp-qt5/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/multimedia/qmmp-qt5/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -2,7 +2,7 @@ PORTNAME= qmmp PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/ \ SF/qmmp-dev/${PORTNAME}/ Modified: branches/2017Q1/multimedia/qmmp/Makefile ============================================================================== --- branches/2017Q1/multimedia/qmmp/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/multimedia/qmmp/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -2,7 +2,7 @@ PORTNAME= qmmp PORTVERSION= 0.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/ \ SF/qmmp-dev/${PORTNAME}/ Modified: branches/2017Q1/multimedia/quodlibet/Makefile ============================================================================== --- branches/2017Q1/multimedia/quodlibet/Makefile Sun Feb 19 08:22:19 2017 (r434397) +++ branches/2017Q1/multimedia/quodlibet/Makefile Sun Feb 19 08:32:51 2017 (r434398) @@ -3,6 +3,7 @@ PORTNAME= quodlibet PORTVERSION= 3.6.2 +PORTREVISION= 1 CATEGORIES= multimedia audio python gnome MASTER_SITES= http://bitbucket.org/lazka/${PORTNAME}-files/raw/default/releases/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702190832.v1J8WqXP088477>