svn commit: r338487 - head/sysutils/philesight

Steve Wills swills at FreeBSD.org
Thu Jan 2 20:09:37 UTC 2014


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/


More information about the svn-ports-all mailing list