Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2024 19:42:08 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: 4b74be080103 - main - devel/phorgeit-phorge: Clean up port skeleton
Message-ID:  <202403241942.42OJg8mY034585@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=4b74be0801032a32f303b347101ed111e000e092

commit 4b74be0801032a32f303b347101ed111e000e092
Author:     Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2024-03-24 19:40:18 +0000
Commit:     Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2024-03-24 19:41:04 +0000

    devel/phorgeit-phorge: Clean up port skeleton
---
 devel/phorgeit-phorge/Makefile | 64 +++++++++++++++++-------------------------
 devel/phorgeit-phorge/distinfo |  6 ++--
 2 files changed, 28 insertions(+), 42 deletions(-)

diff --git a/devel/phorgeit-phorge/Makefile b/devel/phorgeit-phorge/Makefile
index a96681d9a97b..0cc2248025d0 100644
--- a/devel/phorgeit-phorge/Makefile
+++ b/devel/phorgeit-phorge/Makefile
@@ -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:
diff --git a/devel/phorgeit-phorge/distinfo b/devel/phorgeit-phorge/distinfo
index 52b38d041346..eaef33a2491f 100644
--- a/devel/phorgeit-phorge/distinfo
+++ b/devel/phorgeit-phorge/distinfo
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403241942.42OJg8mY034585>