svn commit: r383203 - head/textproc/ruby-deplate

Steve Wills swills at FreeBSD.org
Sat Apr 4 12:16:54 UTC 2015


Author: swills
Date: Sat Apr  4 12:16:53 2015
New Revision: 383203
URL: https://svnweb.freebsd.org/changeset/ports/383203

Log:
  textproc/ruby-deplate: mark broken with ruby 2.2 also
  
  While here, fix plist by removing empty directory

Modified:
  head/textproc/ruby-deplate/Makefile

Modified: head/textproc/ruby-deplate/Makefile
==============================================================================
--- head/textproc/ruby-deplate/Makefile	Sat Apr  4 12:07:57 2015	(r383202)
+++ head/textproc/ruby-deplate/Makefile	Sat Apr  4 12:16:53 2015	(r383203)
@@ -20,4 +20,13 @@ USES=		zip
 USE_RUBY=		yes
 USE_RUBY_SETUP=		yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-build:
+	${RM} -r ${WRKSRC}/lib/deplate/themes/navbar-right.html
+
+.if ${RUBY_VER} >= 2.2
+BROKEN=		Does not build
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list