diff options
author | jhale <jhale@FreeBSD.org> | 2018-04-06 04:13:33 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-04-06 04:13:33 +0800 |
commit | 735cac5e7ebcbba2a5b3d85769f3da09ff41cccd (patch) | |
tree | 76f2bf08cd3d4b4052655dcf574d4f92050a87af /audio | |
parent | c8dfe4e03eaceda080cd76a002d313d84ccc9d66 (diff) | |
download | freebsd-ports-gnome-735cac5e7ebcbba2a5b3d85769f3da09ff41cccd.tar.gz freebsd-ports-gnome-735cac5e7ebcbba2a5b3d85769f3da09ff41cccd.tar.zst freebsd-ports-gnome-735cac5e7ebcbba2a5b3d85769f3da09ff41cccd.zip |
Update sysutils/libcdio to 2.0.0
- Add regression tests
Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr
Bump PORTREVISON on dependent ports due to libcdio shared libary increase
Changes (libcdio): http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager): https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision: https://reviews.freebsd.org/D14469
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aqualung/Makefile | 2 | ||||
-rw-r--r-- | audio/clementine-player/Makefile | 2 | ||||
-rw-r--r-- | audio/cmus/Makefile | 2 | ||||
-rw-r--r-- | audio/deadbeef/Makefile | 2 | ||||
-rw-r--r-- | audio/musicpd/Makefile | 1 | ||||
-rw-r--r-- | audio/mythplugin-mythmusic/Makefile | 1 | ||||
-rw-r--r-- | audio/py-fmoo-audiotools/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms2/Makefile | 2 |
8 files changed, 8 insertions, 6 deletions
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index bcb3c20dfc03..3d007ab7b3b2 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -3,7 +3,7 @@ PORTNAME= aqualung PORTVERSION= 1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 05a6792d12ac..eeb379b0489e 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.3.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= audio PKGNAMESUFFIX= -player diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 21ab4336bd63..3b324c8e8603 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -4,7 +4,7 @@ PORTNAME= cmus DISTVERSIONPREFIX= v DISTVERSION= 2.8.0-rc0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio DIST_SUBDIR= cmus diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile index 84a68b5de3fb..a231c3c25ae6 100644 --- a/audio/deadbeef/Makefile +++ b/audio/deadbeef/Makefile @@ -3,7 +3,7 @@ PORTNAME= deadbeef PORTVERSION= 0.7.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index fe03a65926ff..db7b884ff52d 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -2,6 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.20.18 +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} diff --git a/audio/mythplugin-mythmusic/Makefile b/audio/mythplugin-mythmusic/Makefile index e594ba18bb68..8c40ab0b0875 100644 --- a/audio/mythplugin-mythmusic/Makefile +++ b/audio/mythplugin-mythmusic/Makefile @@ -4,6 +4,7 @@ PORTNAME= mythmusic DISTVERSIONPREFIX= v DISTVERSION= 29.1 +PORTREVISION= 1 CATEGORIES= audio PKGNAMEPREFIX= mythplugin- diff --git a/audio/py-fmoo-audiotools/Makefile b/audio/py-fmoo-audiotools/Makefile index f72126232884..ac020ca9d2ff 100644 --- a/audio/py-fmoo-audiotools/Makefile +++ b/audio/py-fmoo-audiotools/Makefile @@ -2,7 +2,7 @@ PORTNAME= fmoo-audiotools PORTVERSION= 3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio python MASTER_SITES= SF/audiotools/audiotools DISTNAME= audiotools-${PORTVERSION} diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 71e381f492c9..1773e5ff53f3 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -4,7 +4,7 @@ PORTNAME?= xmms2 PORTVERSION= 0.8 DISTVERSIONSUFFIX= DrO_o -PORTREVISION?= 23 +PORTREVISION?= 24 CATEGORIES?= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX} |