From 4d00cc990072515edc7b9ec67c757c8c180fcbfc Mon Sep 17 00:00:00 2001 From: Michael Gmelin Date: Sat, 1 Jul 2017 23:10:49 +0000 Subject: [PATCH] Don't run shebangfix on symlinks This isn't allowed on CURRENT any more and created copies of files where symlinks should have been preserved. Also makes patching files in bin unnecessary. Reported by: rozhuk.im@gmail.com --- devel/phabricator/Makefile | 5 +- devel/phabricator/files/patch-bin | 407 ------------------------------ devel/phabricator/files/phd.in | 3 +- 3 files changed, 4 insertions(+), 411 deletions(-) delete mode 100644 devel/phabricator/files/patch-bin diff --git a/devel/phabricator/Makefile b/devel/phabricator/Makefile index 3736fda4bcdb..f1ab1adb8d58 100644 --- a/devel/phabricator/Makefile +++ b/devel/phabricator/Makefile @@ -2,6 +2,7 @@ PORTNAME= phabricator PORTVERSION= 20170630 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= php- @@ -20,14 +21,12 @@ OPTIONS_DEFAULT=OPCACHE OPCACHE_DESC?= Use OPcache to improve performance USES= php shebangfix -SHEBANG_FILES= bin/* \ - externals/httpful/build \ +SHEBANG_FILES= externals/httpful/build \ externals/restful/build-phar \ scripts/almanac/*.php \ scripts/cache/*.php \ scripts/celerity/*.php \ scripts/daemon/*.php \ - scripts/daemon/phd-daemon \ scripts/diviner/*.php \ scripts/drydock/*.php \ scripts/fact/*.php \ diff --git a/devel/phabricator/files/patch-bin b/devel/phabricator/files/patch-bin deleted file mode 100644 index 4fa2999ac828..000000000000 --- a/devel/phabricator/files/patch-bin +++ /dev/null @@ -1,407 +0,0 @@ ---- bin/accountadmin~ 2017-06-28 17:47:20.000000000 +0200 -+++ bin/accountadmin 2017-07-01 13:51:34.930544995 +0200 -@@ -1,7 +1,7 @@ - #!/usr/bin/env php -