svn commit: r338495 - head/www/tdiary

Steve Wills swills at FreeBSD.org
Thu Jan 2 20:35:18 UTC 2014


Author: swills
Date: Thu Jan  2 20:35:17 2014
New Revision: 338495
URL: http://svnweb.freebsd.org/changeset/ports/338495

Log:
  - Ruby 1.9 is default, remove logic for it
  
  With hat:	ruby@

Modified:
  head/www/tdiary/Makefile   (contents, props changed)

Modified: head/www/tdiary/Makefile
==============================================================================
--- head/www/tdiary/Makefile	Thu Jan  2 20:34:05 2014	(r338494)
+++ head/www/tdiary/Makefile	Thu Jan  2 20:35:17 2014	(r338495)
@@ -62,12 +62,6 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.pre.mk>
 
-.if ${RUBY_VER} == 1.9
-.if !defined(RUBY_PROVIDED)
-IGNORE=	requires Ruby 1.9.3 or later
-.endif
-.endif
-
 pre-patch:
 	@${RM} ${WRKSRC}/.coveralls.yml
 	@${RM} ${WRKSRC}/.gitignore


More information about the svn-ports-all mailing list