Date: Thu, 3 Sep 2015 16:24:49 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396006 - head/textproc/ruby-deplate Message-ID: <201509031624.t83GOngn035867@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 3 16:24:49 2015 New Revision: 396006 URL: https://svnweb.freebsd.org/changeset/ports/396006 Log: - Add NO_ARCH - Use BROKEN_RUBY22 - Fix indent Modified: head/textproc/ruby-deplate/Makefile Modified: head/textproc/ruby-deplate/Makefile ============================================================================== --- head/textproc/ruby-deplate/Makefile Thu Sep 3 16:24:44 2015 (r396005) +++ head/textproc/ruby-deplate/Makefile Thu Sep 3 16:24:49 2015 (r396006) @@ -1,32 +1,28 @@ # Created by: Martin Matuska <mm@FreeBSD.org> # $FreeBSD$ -PORTNAME= deplate -PORTVERSION= 0.8.5 -CATEGORIES= textproc ruby -MASTER_SITES= SF -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby +PORTNAME= deplate +PORTVERSION= 0.8.5 +CATEGORIES= textproc ruby +MASTER_SITES= SF +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DIST_SUBDIR= ruby + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Ruby tool for converting wiki-like markup -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ruby tool for converting wiki-like markup +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE.TXT - -WRKSRC= ${WRKDIR}/${PORTNAME} +BROKEN_RUBY22= yes +NO_ARCH= yes USES= zip -USE_RUBY= yes -USE_RUBY_SETUP= yes - -.include <bsd.port.pre.mk> +USE_RUBY= yes +USE_RUBY_SETUP= yes +WRKSRC= ${WRKDIR}/${PORTNAME} 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> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031624.t83GOngn035867>