svn commit: r491705 - head/misc/mc

Tobias Kortkamp tobik at FreeBSD.org
Thu Jan 31 11:15:16 UTC 2019


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

Log:
  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)

Modified:
  head/misc/mc/Makefile

Modified: head/misc/mc/Makefile
==============================================================================
--- head/misc/mc/Makefile	Thu Jan 31 11:12:24 2019	(r491704)
+++ head/misc/mc/Makefile	Thu Jan 31 11:15:15 2019	(r491705)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mc
 PORTVERSION=	4.8.22
+PORTREVISION=	1
 CATEGORIES=	misc shells
 MASTER_SITES=	http://ftp.midnight-commander.org/ \
 		https://ftp.osuosl.org/pub/midnightcommander/
@@ -89,8 +90,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-head mailing list