Skip to content

Commit

Permalink
devel/phorgeit-phorge: Clean up port skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
grembo committed Mar 24, 2024
1 parent 6b5a47c commit 4b74be0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 42 deletions.
64 changes: 25 additions & 39 deletions devel/phorgeit-phorge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,58 +11,44 @@ WWW= https://www.phorge.it
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= phorgeit-arcanist-lib${PHP_PKGNAMESUFFIX}>=20240304:devel/phorgeit-arcanist-lib@${PHP_FLAVOR} \
git:devel/git

CONFLICTS= phabricator-php??
RUN_DEPENDS= git:devel/git \
phorgeit-arcanist-lib${PHP_PKGNAMESUFFIX}>=20240304:devel/phorgeit-arcanist-lib@${PHP_FLAVOR}

USES= cpe php:cli,flavors shebangfix
CPE_VENDOR= phacility

SHEBANG_FILES= resources/timezones/*.php \
scripts/*.php \
scripts/almanac/*.php \
scripts/cache/*.php \
scripts/celerity/*.php \
scripts/daemon/*.php \
scripts/daemon/exec/exec_daemon.php \
scripts/diviner/*.php \
scripts/drydock/*.php \
scripts/fact/*.php \
scripts/files/*.php \
scripts/lipsum/*.php \
scripts/mail/*.php \
scripts/repository/*.php \
scripts/search/*.php \
scripts/setup/*.php \
scripts/ssh/*.php \
scripts/sql/*.php \
scripts/ssh/*.php \
scripts/symbols/*.php \
scripts/util/*.php \
USE_GITHUB= yes
GH_ACCOUNT= phorgeit
GH_TAGNAME= d42b3eb0
USE_PHP= ctype curl fileinfo filter iconv mbstring mysqli pcntl posix \
zip
USE_RC_SUBR= phd

SHEBANG_FILES= resources/timezones/*.php scripts/*.php scripts/almanac/*.php \
scripts/cache/*.php scripts/celerity/*.php scripts/daemon/*.php \
scripts/daemon/exec/exec_daemon.php scripts/diviner/*.php \
scripts/drydock/*.php scripts/fact/*.php scripts/files/*.php \
scripts/lipsum/*.php scripts/mail/*.php \
scripts/repository/*.php scripts/search/*.php \
scripts/setup/*.php scripts/sql/*.php scripts/ssh/*.php \
scripts/symbols/*.php scripts/util/*.php \
support/aphlict/server/*.php
CONFLICTS= phabricator-php??

USE_PHP= ctype curl fileinfo filter iconv mbstring mysqli \
pcntl posix zip
NO_ARCH= yes
NO_BUILD= yes
PORTSCOUT= ignore:1
SUB_FILES= pkg-message

OPTIONS_DEFINE= GD OPCACHE
OPTIONS_DEFAULT=GD OPCACHE
OPCACHE_DESC?= Use OPcache to improve performance
OPTIONS_DEFINE= GD OPCACHE
OPTIONS_DEFAULT= GD OPCACHE
OPCACHE_DESC?= Use OPcache to improve performance

GD_USE= PHP=gd

OPCACHE_RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
OPCACHE_USE= PHP=opcache

USE_GITHUB= yes
NO_BUILD= yes
NO_ARCH= yes
USE_RC_SUBR= phd
SUB_FILES= pkg-message
PORTSCOUT= ignore:1
GH_ACCOUNT= phorgeit
GH_TAGNAME= d42b3eb

PHP_DESTDIR= lib/php/phorge

post-patch:
Expand Down
6 changes: 3 additions & 3 deletions devel/phorgeit-phorge/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1711264873
SHA256 (phorgeit-phorge-20240324-d42b3eb_GH0.tar.gz) = 8927af83ffc011013fd1aebb1f52c5fd871e78195fc43cec1755e63b59ec53e0
SIZE (phorgeit-phorge-20240324-d42b3eb_GH0.tar.gz) = 9365309
TIMESTAMP = 1711309175
SHA256 (phorgeit-phorge-20240324-d42b3eb0_GH0.tar.gz) = b1a897198ab378169d0bb8f8e6f9b4638dbbd6126c55a8ec1b4fadb567e472c3
SIZE (phorgeit-phorge-20240324-d42b3eb0_GH0.tar.gz) = 9363140

0 comments on commit 4b74be0

Please sign in to comment.