Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2019 06:04:28 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491792 - head/devel/phabricator
Message-ID:  <201902010604.x1164Sa4018209@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Feb  1 06:04:27 2019
New Revision: 491792
URL: https://svnweb.freebsd.org/changeset/ports/491792

Log:
  devel/phabricator: Convert to options helpers after rP488889
  
  Fix distinfo as GH_{ACCOUNT,TAGNAME} are now part of the distfile
  name.  Do not set/override GH_* after bsd.port.pre.mk.

Modified:
  head/devel/phabricator/Makefile
  head/devel/phabricator/distinfo

Modified: head/devel/phabricator/Makefile
==============================================================================
--- head/devel/phabricator/Makefile	Fri Feb  1 02:08:14 2019	(r491791)
+++ head/devel/phabricator/Makefile	Fri Feb  1 06:04:27 2019	(r491792)
@@ -51,13 +51,9 @@ USE_PHP=	ctype curl fileinfo filter hash iconv mbstrin
 
 GD_USE=		PHP=gd
 
-.include <bsd.port.pre.mk>
+OPCACHE_RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
+OPCACHE_USE=		PHP=opcache
 
-.if ${PORT_OPTIONS:MOPCACHE}
-USE_PHP+=	opcache
-RUN_DEPENDS+=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/apcu.so:devel/pecl-APCu@${PHP_FLAVOR}
-.endif
-
 USE_GITHUB=	yes
 NO_BUILD=	yes
 USE_RC_SUBR=	phd
@@ -87,4 +83,4 @@ do-install:
 		${STAGEDIR}${PREFIX}/${PHP_DESTDIR}/conf/local
 	cd ${WRKSRC} ; ${PAX} -rw * ${STAGEDIR}${PREFIX}/${PHP_DESTDIR}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/phabricator/distinfo
==============================================================================
--- head/devel/phabricator/distinfo	Fri Feb  1 02:08:14 2019	(r491791)
+++ head/devel/phabricator/distinfo	Fri Feb  1 06:04:27 2019	(r491792)
@@ -1,3 +1,3 @@
 TIMESTAMP = 1546206101
-SHA256 (phabricator-20181231_GH0.tar.gz) = 9593a22b14972c128075df836f415965e41959ed7ff335dacf20b5641ea364c7
-SIZE (phabricator-20181231_GH0.tar.gz) = 9160568
+SHA256 (phacility-phabricator-20181231-106e90d_GH0.tar.gz) = 9593a22b14972c128075df836f415965e41959ed7ff335dacf20b5641ea364c7
+SIZE (phacility-phabricator-20181231-106e90d_GH0.tar.gz) = 9160568



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