From owner-svn-ports-head@freebsd.org Wed Dec 30 12:14:13 2015 Return-Path: Delivered-To: svn-ports-head@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 9B31DA56AB7; Wed, 30 Dec 2015 12:14:13 +0000 (UTC) (envelope-from sunpoet@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 mx1.freebsd.org (Postfix) with ESMTPS id 68F0F1195; Wed, 30 Dec 2015 12:14:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBUCECit058950; Wed, 30 Dec 2015 12:14:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBUCECHS058949; Wed, 30 Dec 2015 12:14:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512301214.tBUCECHS058949@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 30 Dec 2015 12:14:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404848 - head/textproc/pootle X-SVN-Group: ports-head 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.20 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: Wed, 30 Dec 2015 12:14:13 -0000 Author: sunpoet Date: Wed Dec 30 12:14:12 2015 New Revision: 404848 URL: https://svnweb.freebsd.org/changeset/ports/404848 Log: - Add NO_ARCH - Add DOCS to OPTIONS_DEFINE - Convert to new options target helper Approved by: portmgr (blanket) Modified: head/textproc/pootle/Makefile Modified: head/textproc/pootle/Makefile ============================================================================== --- head/textproc/pootle/Makefile Wed Dec 30 12:14:07 2015 (r404847) +++ head/textproc/pootle/Makefile Wed Dec 30 12:14:12 2015 (r404848) @@ -28,6 +28,7 @@ RUN_DEPENDS= translate-toolkit>=1.11.0:$ # actually diff-match-patch is a dependency of translate-toolkit, # but only this port uses it. +NO_ARCH= yes USES= gettext python tar:bzip2 USE_PYTHON= autoplist distutils @@ -42,7 +43,7 @@ SUB_LIST+= PYTHON_CMD="${PYTHON_CMD}" PORTDOCS= CREDITS INSTALL LICENSE -OPTIONS_DEFINE= LDAP MEMCACHED MYSQL PGSQL +OPTIONS_DEFINE= DOCS LDAP MEMCACHED MYSQL PGSQL OPTIONS_DEFAULT=MEMCACHED MYSQL MEMCACHED_DESC= Use memcached to improve performance @@ -67,7 +68,7 @@ pre-configure: -e "s/,<1.5//g" \ ${WRKSRC}/requirements/base.txt -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}/${DOCSDIR} .for docs in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}/${DOCSDIR}