Date: Mon, 25 Mar 2024 11:20:38 GMT From: Michael Gmelin <grembo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a0b503da9bf9 - main - devel/arcanist-lib: Clean up port skeleton Message-ID: <202403251120.42PBKcWI018607@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by grembo: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0b503da9bf9efc6bd4fdb1fb0f0a80153c54799 commit a0b503da9bf9efc6bd4fdb1fb0f0a80153c54799 Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2024-03-25 11:19:36 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2024-03-25 11:19:36 +0000 devel/arcanist-lib: Clean up port skeleton --- devel/arcanist-lib/Makefile | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/devel/arcanist-lib/Makefile b/devel/arcanist-lib/Makefile index 15d9df7c0bf1..ed33bb9facd5 100644 --- a/devel/arcanist-lib/Makefile +++ b/devel/arcanist-lib/Makefile @@ -8,40 +8,36 @@ MAINTAINER= grembo@FreeBSD.org COMMENT?= Libraries for the command line interface for Phabricator WWW?= https://secure.phabricator.com/book/arcanist/ -SLAVEPORT?= lib - LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -PHP_DESTDIR= lib/php/arcanist USES= php:cli,flavors python:env shebangfix -SHEBANG_FILES= bin/arc \ - bin/phage \ - scripts/*.php \ - scripts/hgdaemon/*.php \ - src/parser/*.php \ - support/arcanoid/arcanoid.py \ - support/lib/*.php \ - support/unit/*.php \ - support/xhpast/*.php \ +USE_GITHUB= yes +GH_ACCOUNT= phacility +GH_TAGNAME= 85c953e +USE_PHP= curl dom simplexml zlib + +SHEBANG_FILES= bin/arc bin/phage scripts/*.php scripts/hgdaemon/*.php \ + src/parser/*.php support/arcanoid/arcanoid.py support/lib/*.php \ + support/unit/*.php support/xhpast/*.php \ support/xhpast/bin/*.php -USE_PHP= curl dom simplexml zlib -USE_GITHUB= yes -NO_BUILD= yes NO_ARCH= yes +NO_BUILD= yes PORTSCOUT= ignore:1 -GH_ACCOUNT= phacility -GH_TAGNAME= 85c953e +SLAVEPORT?= lib + PLIST= ${.CURDIR}/pkg-plist +PHP_DESTDIR= lib/php/arcanist + .if ${SLAVEPORT} == lib SLAVE_PKGNAMESUFFIX= -${SLAVEPORT} -OPTIONS_DEFINE= ENCODINGS -OPTIONS_DEFAULT=ENCODINGS -ENCODINGS_DESC= Support for encodings other than utf-8 -ENCODINGS_USE= PHP=mbstring +OPTIONS_DEFINE= ENCODINGS +OPTIONS_DEFAULT= ENCODINGS +ENCODINGS_DESC= Support for encodings other than utf-8 +ENCODINGS_USE= PHP=mbstring .else # link only
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403251120.42PBKcWI018607>