Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2014 06:06:28 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357828 - head/sysutils/screen
Message-ID:  <201406150606.s5F66SsU037014@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sun Jun 15 06:06:27 2014
New Revision: 357828
URL: http://svnweb.freebsd.org/changeset/ports/357828
QAT: https://qat.redports.org/buildarchive/r357828/

Log:
  Reversed check. Bump portrevision.
  
  Pointy hat to:	me

Modified:
  head/sysutils/screen/Makefile

Modified: head/sysutils/screen/Makefile
==============================================================================
--- head/sysutils/screen/Makefile	Sun Jun 15 05:44:44 2014	(r357827)
+++ head/sysutils/screen/Makefile	Sun Jun 15 06:06:27 2014	(r357828)
@@ -3,7 +3,7 @@
 
 PORTNAME=	screen
 PORTVERSION=	4.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.gnu.org/gnu/screen/ \
 		ftp://ftp.gnu.org/gnu/screen/ \
@@ -78,7 +78,7 @@ post-patch:
 # 		Choose sockets if you don't know what the difference is.
 # 		Choose named pipes if your environment is heterogeneous,
 #		using both screen 4.0.3 and 4.2.1.
-.if ! ${PORT_OPTIONS:MNAMED_PIPES}
+.if ${PORT_OPTIONS:MNAMED_PIPES}
 # Bug 191017
 post-configure:
 	@${ECHO_CMD} '#define NAMEDPIPE 1' >> ${WRKSRC}/config.h



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