svn commit: r560023 - head/multimedia/dvdread

Rainer Hurling rhurlin at FreeBSD.org
Sun Jan 3 17:18:56 UTC 2021


Author: rhurlin
Date: Sun Jan  3 17:18:56 2021
New Revision: 560023
URL: https://svnweb.freebsd.org/changeset/ports/560023

Log:
  multimedia/dvdread: Fix REGION option
  
  - Correct description of option for removal of region lock.
  - Swap default behaviour
  
  PR:		252370
  Submitted by:	daniel.engberg.lists at pyret.net (maintainer)
  Approved by:	arrowd, tcberner (mentors, implicit)

Modified:
  head/multimedia/dvdread/Makefile

Modified: head/multimedia/dvdread/Makefile
==============================================================================
--- head/multimedia/dvdread/Makefile	Sun Jan  3 16:57:29 2021	(r560022)
+++ head/multimedia/dvdread/Makefile	Sun Jan  3 17:18:56 2021	(r560023)
@@ -2,6 +2,7 @@
 
 PORTNAME=	dvdread
 DISTVERSION=	g20160701
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 PATCH_SITES=	https://github.com/silum/dvdread/commit/
@@ -31,9 +32,7 @@ PORTDOCS=	README
 
 OPTIONS_DEFINE=	DOCS REGION
 
-OPTIONS_DEFAULT=	REGION
-
-REGION_DESC=	Automatically remove region lock set in IFO files
+REGION_DESC=	Disable automatic removal of region lock in IFO files
 REGION_EXTRA_PATCHES=	${FILESDIR}/extrapatch-region
 
 do-install:


More information about the svn-ports-head mailing list