From owner-svn-ports-all@freebsd.org Thu Sep 3 16:24:50 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F8979C900D; Thu, 3 Sep 2015 16:24:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0028BC1; Thu, 3 Sep 2015 16:24:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t83GOnUF035868; Thu, 3 Sep 2015 16:24:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t83GOngn035867; Thu, 3 Sep 2015 16:24:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509031624.t83GOngn035867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 3 Sep 2015 16:24:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396006 - head/textproc/ruby-deplate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2015 16:24:50 -0000 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 # $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 +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 +.include