svn commit: r491706 - branches/2019Q1/misc/mc

Tobias Kortkamp tobik at FreeBSD.org
Thu Jan 31 11:17:51 UTC 2019


Author: tobik
Date: Thu Jan 31 11:17:50 2019
New Revision: 491706
URL: https://svnweb.freebsd.org/changeset/ports/491706

Log:
  MFH: r491705
  
  misc/mc: Do not override variables after bsd.port.pre.mk
  
  At least the Python run dependency is not added on FreeBSD >= 12.0
  because of it.
  
  PR:		234587
  Approved by:	woodsb02 (maintainer timeout, 4 weeks)
  
  Approved by:	ports-secteam blanket

Modified:
  branches/2019Q1/misc/mc/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/misc/mc/Makefile
==============================================================================
--- branches/2019Q1/misc/mc/Makefile	Thu Jan 31 11:15:15 2019	(r491705)
+++ branches/2019Q1/misc/mc/Makefile	Thu Jan 31 11:17:50 2019	(r491706)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mc
 PORTVERSION=	4.8.21
+PORTREVISION=	1
 CATEGORIES=	misc shells
 MASTER_SITES=	http://ftp.midnight-commander.org/ \
 		http://ftp.osuosl.org/pub/midnightcommander/
@@ -92,8 +93,8 @@ post-install-X11-on:
 .include <bsd.port.pre.mk>
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200030
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-src_diffviewer_ydiff.c
-RUN_DEPENDS=	gdiff:textproc/diffutils
+EXTRA_PATCHES+=	${FILESDIR}/extra-patch-src_diffviewer_ydiff.c
+RUN_DEPENDS+=	gdiff:textproc/diffutils
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list