Date: Sun, 7 Oct 2012 15:22:42 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305491 - head/misc/mc-light Message-ID: <201210071522.q97FMguT022690@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Sun Oct 7 15:22:42 2012 New Revision: 305491 URL: http://svn.freebsd.org/changeset/ports/305491 Log: The option SUBSHELL has reversed logic. Bump PORTREVISION since the default dependency is changed. Pointed out by: Alexander Efimov <alephis@gmail.com> (at freebsd-ports@) Modified: head/misc/mc-light/Makefile Modified: head/misc/mc-light/Makefile ============================================================================== --- head/misc/mc-light/Makefile Sun Oct 7 15:15:53 2012 (r305490) +++ head/misc/mc-light/Makefile Sun Oct 7 15:22:42 2012 (r305491) @@ -7,7 +7,7 @@ PORTNAME= mc-light PORTVERSION= 4.1.40.p9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc shells MASTER_SITES= http://mc.linuxinside.com/Releases/ DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/} @@ -39,7 +39,7 @@ MAN8= mcserv.8 .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MSUBSHELL} +.if ! ${PORT_OPTIONS:MSUBSHELL} CONFIGURE_ARGS+=--without-subshell .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210071522.q97FMguT022690>