diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2020-03-27 19:23:42 +0800 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2020-03-27 19:23:42 +0800 |
commit | 3e1e618952fa936f730e4734161f8d67e4c0d9ff (patch) | |
tree | 61e324829550480270b9dfb44bf6435290f6f6d7 /sysutils | |
parent | e25425942b0c7392a8ca0e8b0cee44cee5bae6b2 (diff) | |
download | freebsd-ports-gnome-3e1e618952fa936f730e4734161f8d67e4c0d9ff.tar.gz freebsd-ports-gnome-3e1e618952fa936f730e4734161f8d67e4c0d9ff.tar.zst freebsd-ports-gnome-3e1e618952fa936f730e4734161f8d67e4c0d9ff.zip |
Update multimedia/libdvdread and multimedia/libdvdnav to 6.1.0
Changelogs are available here:
https://code.videolan.org/videolan/libdvdread/-/blob/master/NEWS
https://code.videolan.org/videolan/libdvdnav/-/blob/master/ChangeLog
Also, bump dependent ports' revisions and mark sysutils/dvdbackup as BROKEN [1]
Approved by: ehaupt [1]
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dvdbackup/Makefile | 3 | ||||
-rw-r--r-- | sysutils/k3b/Makefile | 1 | ||||
-rw-r--r-- | sysutils/vobcopy/Makefile | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/dvdbackup/Makefile b/sysutils/dvdbackup/Makefile index dd46b8fe42ca..5c5a236caedd 100644 --- a/sysutils/dvdbackup/Makefile +++ b/sysutils/dvdbackup/Makefile @@ -12,6 +12,9 @@ COMMENT= Backup content from DVD to hard disk LICENSE= GPLv3 +# See: https://bugs.launchpad.net/dvdbackup/+bug/1869226 +BROKEN= does not build with libdvdread 6.1.0 + LIB_DEPENDS= libdvdread.so:multimedia/libdvdread GNU_CONFIGURE= yes diff --git a/sysutils/k3b/Makefile b/sysutils/k3b/Makefile index 846ec60ce3ca..2dc4ade3a6a5 100644 --- a/sysutils/k3b/Makefile +++ b/sysutils/k3b/Makefile @@ -2,6 +2,7 @@ PORTNAME= k3b DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils multimedia kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile index 764ada29d002..0dd0a1fbcd66 100644 --- a/sysutils/vobcopy/Makefile +++ b/sysutils/vobcopy/Makefile @@ -3,7 +3,7 @@ PORTNAME= vobcopy PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= http://vobcopy.org/download/ \ LOCAL/ehaupt |