svn commit: r357828 - head/sysutils/screen

Cy Schubert cy at FreeBSD.org
Sun Jun 15 06:06:28 UTC 2014


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


More information about the svn-ports-head mailing list