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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 3 16:24:50 UTC 2015


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 at 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 at FreeBSD.org
+COMMENT=	Ruby tool for converting wiki-like markup
 
-MAINTAINER=		ruby at 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>


More information about the svn-ports-all mailing list