svn commit: r560427 - head/devel/phabricator

Michael Gmelin grembo at FreeBSD.org
Tue Jan 5 21:08:29 UTC 2021


Author: grembo
Date: Tue Jan  5 21:08:28 2021
New Revision: 560427
URL: https://svnweb.freebsd.org/changeset/ports/560427

Log:
  Remove REPLACE_ARGS, as it is broken in bsd.port.mk and portmgr@
  seems to consider it deprecated anyway.
  
  See https://reviews.freebsd.org/D27954

Modified:
  head/devel/phabricator/Makefile

Modified: head/devel/phabricator/Makefile
==============================================================================
--- head/devel/phabricator/Makefile	Tue Jan  5 21:01:18 2021	(r560426)
+++ head/devel/phabricator/Makefile	Tue Jan  5 21:08:28 2021	(r560427)
@@ -20,7 +20,6 @@ RUN_DEPENDS=	arcanist-lib${PHP_PKGNAMESUFFIX}>=2020051
 
 USES=		php:flavors shebangfix
 
-REINPLACE_ARGS=	-i ""
 SHEBANG_FILES=	resources/timezones/*.php \
 		scripts/*.php \
 		scripts/almanac/*.php \


More information about the svn-ports-all mailing list