Date: Sun, 24 Mar 2024 19:56:51 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: ff7d7a0e7547 - main - devel/phorgeit-arcanist-lib: Clean up port skeleton Message-ID: <202403241956.42OJupQv051677@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=ff7d7a0e7547a0b06f2eb9ee13fa84e5649b4b29 commit ff7d7a0e7547a0b06f2eb9ee13fa84e5649b4b29 Author: Michael Gmelin <grembo@FreeBSD.org> AuthorDate: 2024-03-24 19:51:31 +0000 Commit: Michael Gmelin <grembo@FreeBSD.org> CommitDate: 2024-03-24 19:55:46 +0000 devel/phorgeit-arcanist-lib: Clean up port skeleton --- devel/phorgeit-arcanist-lib/Makefile | 37 ++++++++++++++++-------------------- devel/phorgeit-arcanist-lib/distinfo | 6 +++--- 2 files changed, 19 insertions(+), 24 deletions(-) diff --git a/devel/phorgeit-arcanist-lib/Makefile b/devel/phorgeit-arcanist-lib/Makefile index 35a8be54bc88..56b4eadf88cd 100644 --- a/devel/phorgeit-arcanist-lib/Makefile +++ b/devel/phorgeit-arcanist-lib/Makefile @@ -8,40 +8,35 @@ MAINTAINER= grembo@FreeBSD.org COMMENT?= Libraries for the command line interface for Phorge.it WWW?= https://we.phorge.it/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= phorgeit +GH_TAGNAME= 174bf094 +USE_PHP= curl dom simplexml zlib + +PHP_DESTDIR= lib/php/arcanist +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= phorgeit -GH_TAGNAME= 174bf094ef9fe +SLAVEPORT?= lib + PLIST= ${.CURDIR}/pkg-plist .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 diff --git a/devel/phorgeit-arcanist-lib/distinfo b/devel/phorgeit-arcanist-lib/distinfo index faffd985b4a9..5e072f148b9b 100644 --- a/devel/phorgeit-arcanist-lib/distinfo +++ b/devel/phorgeit-arcanist-lib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709549888 -SHA256 (phorgeit-arcanist-20240304-174bf094ef9fe_GH0.tar.gz) = 0be6f73b9487080f96f70759b8e2ca99a637f1fbd03cd4436365a58fb3a1d695 -SIZE (phorgeit-arcanist-20240304-174bf094ef9fe_GH0.tar.gz) = 2287140 +TIMESTAMP = 1711309514 +SHA256 (phorgeit-arcanist-20240304-174bf094_GH0.tar.gz) = a41e51561a2d64cf4db19385f497ab7f041d1abc2eda679357fd19417909dffd +SIZE (phorgeit-arcanist-20240304-174bf094_GH0.tar.gz) = 2287065
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403241956.42OJupQv051677>