svn commit: r305491 - head/misc/mc-light

Boris Samorodov bsam at FreeBSD.org
Sun Oct 7 15:22:43 UTC 2012


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 at 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
 



More information about the svn-ports-all mailing list