From owner-svn-ports-head@freebsd.org Sun Sep 1 16:21:27 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 16F6CDE1AD; Sun, 1 Sep 2019 16:21:27 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46Lz466qkHz4TmF; Sun, 1 Sep 2019 16:21:26 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD883436B; Sun, 1 Sep 2019 16:21:26 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x81GLQO9002268; Sun, 1 Sep 2019 16:21:26 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x81GLQd1002267; Sun, 1 Sep 2019 16:21:26 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201909011621.x81GLQd1002267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 1 Sep 2019 16:21:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510706 - head/devel/rubygem-io-like X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/devel/rubygem-io-like X-SVN-Commit-Revision: 510706 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2019 16:21:27 -0000 Author: tota Date: Sun Sep 1 16:21:26 2019 New Revision: 510706 URL: https://svnweb.freebsd.org/changeset/ports/510706 Log: - Make use of options helpers to fix build error without DOCS [1] - Make portlint happier PR: 240208 [1] Submitted by: Marko Cupać [1] Modified: head/devel/rubygem-io-like/Makefile (contents, props changed) Modified: head/devel/rubygem-io-like/Makefile ============================================================================== --- head/devel/rubygem-io-like/Makefile Sun Sep 1 16:15:03 2019 (r510705) +++ head/devel/rubygem-io-like/Makefile Sun Sep 1 16:21:26 2019 (r510706) @@ -8,7 +8,7 @@ MASTER_SITES= LOCAL/tota/${PORTNAME} PKGNAMEPREFIX= rubygem- MAINTAINER= tota@FreeBSD.org -COMMENT= The interface of IO objects to classes providing a few simple methods +COMMENT= Interface of IO objects to classes providing a few simple methods LICENSE= RUBY LICENSE_FILE= ${WRKSRC}/LICENSE @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${RUBYGEMBIN}:devel/ruby-gems \ RUN_DEPENDS= ${RUBYGEMBIN}:devel/ruby-gems USE_RUBY= yes + NO_ARCH= yes GEMS_BASE_DIR= lib/ruby/gems/${RUBY_VER} @@ -58,15 +59,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-ruby-1.9-temp OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= rubygem-allison>=0:devel/rubygem-allison -DOCS_VARS_OFF= RUBYGEM_ARGS+=--no-rdoc - -.include - -.if ${PORT_OPTIONS:MDOCS} -RUBYGEM_ARGS+= --document rdoc,ri -.else -RUBYGEM_ARGS+= --no-document -.endif +DOCS_VARS= RUBYGEM_ARGS+=--document rdoc,ri +DOCS_VARS_OFF= RUBYGEM_ARGS+=--no-document post-patch: .for l in 1.8.6 1.8.7 1.9.2 1.9.3