Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 11:17:50 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r491706 - branches/2019Q1/misc/mc
Message-ID:  <201901311117.x0VBHoVT022163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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