Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2014 20:09:37 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338487 - head/sysutils/philesight
Message-ID:  <201401022009.s02K9bOt062734@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Jan  2 20:09:36 2014
New Revision: 338487
URL: http://svnweb.freebsd.org/changeset/ports/338487

Log:
  - Ruby 1.8 is gone, remove check for 1.9
  
  With hat:	ruby@

Modified:
  head/sysutils/philesight/Makefile   (contents, props changed)

Modified: head/sysutils/philesight/Makefile
==============================================================================
--- head/sysutils/philesight/Makefile	Thu Jan  2 20:08:18 2014	(r338486)
+++ head/sysutils/philesight/Makefile	Thu Jan  2 20:09:36 2014	(r338487)
@@ -29,9 +29,7 @@ PORTEXAMPLES=	${PORTNAME}.cgi
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
-.if ${RUBY_VER} == 1.9
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-ruby19
-.endif
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/



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