Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2022 10:40:09 GMT
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c161c82b7c07 - main - multimedia/libdvdread: Update to 6.1.3
Message-ID:  <202206081040.258Ae90L062024@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by martymac:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c161c82b7c071a28857ebcdc753a6223ad0bfc3e

commit c161c82b7c071a28857ebcdc753a6223ad0bfc3e
Author:     Ganael LAPLANCHE <martymac@FreeBSD.org>
AuthorDate: 2022-06-08 10:38:06 +0000
Commit:     Ganael LAPLANCHE <martymac@FreeBSD.org>
CommitDate: 2022-06-08 10:38:06 +0000

    multimedia/libdvdread: Update to 6.1.3
    
    No dependency bump as that version remains binary-compatible with 6.1.2
    
    Changelog: https://code.videolan.org/videolan/libdvdread/-/blob/master/NEWS
---
 multimedia/libdvdread/Makefile                            |  4 ++--
 multimedia/libdvdread/distinfo                            |  6 +++---
 multimedia/libdvdread/files/patch-src-dvdread-ifo_types.h | 11 -----------
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile
index fe4e5455584f..319770815f87 100644
--- a/multimedia/libdvdread/Makefile
+++ b/multimedia/libdvdread/Makefile
@@ -1,7 +1,7 @@
 # Created by: Marc van Woerkom <3d@FreeBSD.org>
 
 PORTNAME=	libdvdread
-PORTVERSION=	6.1.2
+PORTVERSION=	6.1.3
 CATEGORIES=	multimedia
 MASTER_SITES=	https://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION}/
 
@@ -18,7 +18,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
-PORTDOCS=	AUTHORS COPYING ChangeLog NEWS README TODO
+PORTDOCS=	AUTHORS COPYING ChangeLog NEWS README.md TODO
 
 OPTIONS_DEFINE=		DOCS
 OPTIONS_RADIO=		DVDCSS
diff --git a/multimedia/libdvdread/distinfo b/multimedia/libdvdread/distinfo
index 2c19228a4aa2..9fd1c9d97bc0 100644
--- a/multimedia/libdvdread/distinfo
+++ b/multimedia/libdvdread/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1619465265
-SHA256 (libdvdread-6.1.2.tar.bz2) = cc190f553758ced7571859e301f802cb4821f164d02bfacfd320c14a4e0da763
-SIZE (libdvdread-6.1.2.tar.bz2) = 391536
+TIMESTAMP = 1654202546
+SHA256 (libdvdread-6.1.3.tar.bz2) = ce35454997a208cbe50e91232f0e73fb1ac3471965813a13b8730a8f18a15369
+SIZE (libdvdread-6.1.3.tar.bz2) = 395439
diff --git a/multimedia/libdvdread/files/patch-src-dvdread-ifo_types.h b/multimedia/libdvdread/files/patch-src-dvdread-ifo_types.h
deleted file mode 100644
index 4a60adca2dc8..000000000000
--- a/multimedia/libdvdread/files/patch-src-dvdread-ifo_types.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/dvdread/ifo_types.h.orig	2020-03-04 18:57:19 UTC
-+++ src/dvdread/ifo_types.h
-@@ -32,7 +32,7 @@
- 
- #if defined(__GNUC__)
- #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
--#if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
-+#if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)) && !defined(__clang__)
- #define ATTRIBUTE_PACKED __attribute__ ((packed,gcc_struct))
- #else
- #define ATTRIBUTE_PACKED __attribute__ ((packed))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206081040.258Ae90L062024>