Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2021 08:51:39 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r562121 - in branches/2021Q1/multimedia/libdvdcss: . files
Message-ID:  <202101200851.10K8pd0q024199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Wed Jan 20 08:51:39 2021
New Revision: 562121
URL: https://svnweb.freebsd.org/changeset/ports/562121

Log:
  MFH: r562095 r562120
  
  Fix potential buffer overflow.
  
  Along the way improve port Makefile
  
  PR:	252321
  Submitted by:	daniel.engberg.lists@pyret.net
  
  multimedia/libdvdcss: unbreak wit recent doxygen
  
  With hat:	ports-secteam
  PR:		252848
  Suggested by:	VVD in PR 252321

Added:
  branches/2021Q1/multimedia/libdvdcss/files/
     - copied from r562095, head/multimedia/libdvdcss/files/
Modified:
  branches/2021Q1/multimedia/libdvdcss/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/multimedia/libdvdcss/Makefile
==============================================================================
--- branches/2021Q1/multimedia/libdvdcss/Makefile	Wed Jan 20 08:48:31 2021	(r562120)
+++ branches/2021Q1/multimedia/libdvdcss/Makefile	Wed Jan 20 08:51:39 2021	(r562121)
@@ -2,9 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	libdvdcss
-PORTVERSION=	1.4.2
+DISTVERSION=	1.4.2
+PORTREVISION=	2
 CATEGORIES=	multimedia
-MASTER_SITES=	http://download.videolan.org/pub/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES=	https://download.videolan.org/pub/${PORTNAME}/${DISTVERSION}/
 
 MAINTAINER=	jpaetzel@FreeBSD.org
 COMMENT=	Portable abstraction library for DVD decryption
@@ -12,9 +13,10 @@ COMMENT=	Portable abstraction library for DVD decrypti
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		libtool pathfix tar:bzip2
+
 RESTRICTED=	CSS code may violate the DMCA
 
-USES=		gmake libtool pathfix tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
@@ -24,6 +26,8 @@ PORTDOCS=	*
 OPTIONS_DEFINE=	DOXYGEN DOCS
 
 DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
+DOXYGEN_CONFIGURE_ENABLE=	doc
+DOXYGEN_USES=		gmake
 
 post-install-DOXYGEN-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}



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