svn commit: r519772 - branches/2019Q4/sysutils/xorriso

Jason E. Hale jhale at FreeBSD.org
Tue Dec 10 18:01:25 UTC 2019


Author: jhale
Date: Tue Dec 10 18:01:25 2019
New Revision: 519772
URL: https://svnweb.freebsd.org/changeset/ports/519772

Log:
  MFH: r519771
  
  Add missing dependency for the CDIO option.
  
  Bump PORTREVISON for LIB_DEPENDS change.
  
  Approved by:	portmgr (blanket)
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2019Q4/sysutils/xorriso/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/sysutils/xorriso/Makefile
==============================================================================
--- branches/2019Q4/sysutils/xorriso/Makefile	Tue Dec 10 17:59:16 2019	(r519771)
+++ branches/2019Q4/sysutils/xorriso/Makefile	Tue Dec 10 18:01:25 2019	(r519772)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xorriso
 PORTVERSION=	1.5.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://files.libburnia-project.org/releases/
 DISTNAME=	libisoburn-${PORTVERSION}
@@ -35,6 +35,7 @@ LIBACL_DESC=	ACL Support
 LIBJTE_DESC=	Jigdo Support
 XATTR_DESC=	Extended file attribute Support
 
+CDIO_LIB_DEPENDS=		libcdio.so:sysutils/libcdio
 CDIO_CONFIGURE_ENABLE=		libcdio
 DEBUG_CONFIGURE_ENABLE=		debug
 LIBACL_CONFIGURE_ENABLE=	libacl


More information about the svn-ports-branches mailing list