Date: Thu, 31 Jan 2019 11:15:15 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491705 - head/misc/mc Message-ID: <201901311115.x0VBFFBI021912@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901311115.x0VBFFBI021912>