notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/phabricator/Makefile

Number of commits found: 48

Monday, 25 Mar 2024
11:15 Michael Gmelin (grembo) search for other commits by this committer
devel/phabricator: Clean up port skeleton
commit hash: 635b1d088c3331102478108340ae9f5b69edd581 commit hash: 635b1d088c3331102478108340ae9f5b69edd581 commit hash: 635b1d088c3331102478108340ae9f5b69edd581 commit hash: 635b1d088c3331102478108340ae9f5b69edd581 635b1d0
Thursday, 12 Oct 2023
16:46 Michael Gmelin (grembo) search for other commits by this committer
devel/phabricator: Fix php 8.1 issue when rendering avatars
commit hash: acd67e6f2d0911d5e194f7b1b54cafb95b13a93d commit hash: acd67e6f2d0911d5e194f7b1b54cafb95b13a93d commit hash: acd67e6f2d0911d5e194f7b1b54cafb95b13a93d commit hash: acd67e6f2d0911d5e194f7b1b54cafb95b13a93d acd67e6
Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Tuesday, 31 Jan 2023
18:51 Michael Gmelin (grembo) search for other commits by this committer
devel/phabricator: Fix PHP 8.1+ deprecation errors

Also depend on a version of arcanist-lib that suppresses "string is
NULL" deprecation errors.

While there, move the only external patch from github into files
(makes using `make makepatch` less error-prone).
commit hash: 9ef2994967fce142b7065ada94dfe5d8cfa1a010 commit hash: 9ef2994967fce142b7065ada94dfe5d8cfa1a010 commit hash: 9ef2994967fce142b7065ada94dfe5d8cfa1a010 commit hash: 9ef2994967fce142b7065ada94dfe5d8cfa1a010 9ef2994
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Tuesday, 8 Mar 2022
18:31 Michael Gmelin (grembo) search for other commits by this committer
devel/phabricator: Update to 20211218

This should unbreak running on PHP 8.0 and (at least)
build on PHP 8.1.

PR:		262343
Reported by:	arrowd@
commit hash: 69495d3f1a78b32f7ce7e84c8ea8b14f7a0fbbac commit hash: 69495d3f1a78b32f7ce7e84c8ea8b14f7a0fbbac commit hash: 69495d3f1a78b32f7ce7e84c8ea8b14f7a0fbbac commit hash: 69495d3f1a78b32f7ce7e84c8ea8b14f7a0fbbac 69495d3
Wednesday, 26 Jan 2022
14:31 Michael Gmelin (grembo) search for other commits by this committer
devel/phabricator: Fix default workboard on projects

This adds a patch to unbreak having workboards as the default
view on projects.
commit hash: 09746fa95ea6e46955f836132f7c1b126c96cdc6 commit hash: 09746fa95ea6e46955f836132f7c1b126c96cdc6 commit hash: 09746fa95ea6e46955f836132f7c1b126c96cdc6 commit hash: 09746fa95ea6e46955f836132f7c1b126c96cdc6 09746fa
Monday, 10 Jan 2022
14:43 Antoine Brodin (antoine) search for other commits by this committer
devel/phabricator: unbreak bulk -a
commit hash: 0bbe4305e1ee169e3dd8d033adcda9113cb0362a commit hash: 0bbe4305e1ee169e3dd8d033adcda9113cb0362a commit hash: 0bbe4305e1ee169e3dd8d033adcda9113cb0362a commit hash: 0bbe4305e1ee169e3dd8d033adcda9113cb0362a 0bbe430
Thursday, 14 Oct 2021
21:30 Stefan Eßer (se) search for other commits by this committer
devel/phabricator: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 6dd93495583a27ee0b2c1f6ecc8986f0414939e6 commit hash: 6dd93495583a27ee0b2c1f6ecc8986f0414939e6 commit hash: 6dd93495583a27ee0b2c1f6ecc8986f0414939e6 commit hash: 6dd93495583a27ee0b2c1f6ecc8986f0414939e6 6dd9349
Friday, 1 Oct 2021
21:16 Michael Gmelin (grembo) search for other commits by this committer
devel/phabricator: Bump minimum arcanist-lib dependency

This makes sure phabricator is using the Mozilla root CA bundle
when doing webhook calls (e.g., from harbormaster).

Before it would use the custom root CA bundle that shipped with
arcanist, which hasn't been updated in a while. This caused
problems with Let's Encrypt issued certificates, after the R3
Let's Encrypt intermediate CA expired.
commit hash: e48613f2da0d1c38c045408998c577c90af8af4f commit hash: e48613f2da0d1c38c045408998c577c90af8af4f commit hash: e48613f2da0d1c38c045408998c577c90af8af4f commit hash: e48613f2da0d1c38c045408998c577c90af8af4f e48613f
Thursday, 15 Apr 2021
17:25 Michael Gmelin (grembo) search for other commits by this committer
devel/phabricator: Require CLI version of php

PR:             255088
Reported by:    Mohammad S. Babaei <info@babaei.net>
commit hash: 54caba72f1bd428fcda2bb76b88f98382c773c11 commit hash: 54caba72f1bd428fcda2bb76b88f98382c773c11 commit hash: 54caba72f1bd428fcda2bb76b88f98382c773c11 commit hash: 54caba72f1bd428fcda2bb76b88f98382c773c11 54caba7
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 5 Jan 2021
21:08 grembo search for other commits by this committer
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
Original commitRevision:560427 
Monday, 4 Jan 2021
17:33 grembo search for other commits by this committer
Add patch to fix embeded pholio mock image selection.

See:
https://discourse.phabricator-community.org/t/patch-pholiomockembedview-image-specification-broken/4482
Original commitRevision:560315 
Friday, 1 Jan 2021
19:22 grembo search for other commits by this committer
Update devel/arcanist and devel/phabricator to their latest "versions".

Also, switching to using the date of the commit they are based on
as port version, instead of the date when the port was updated.
Original commitRevision:559865 
Wednesday, 26 Aug 2020
16:20 grembo search for other commits by this committer
Allow building devel/phabricator@php74

PR:		248897
Reported by:	ari@ish.com.au
Original commitRevision:546293 
Tuesday, 21 Jul 2020
17:06 grembo search for other commits by this committer
Unbreak milestone creation over Conduit API (project.edit).

See also:
https://github.com/grembo/phabricator/commit/0851b89eb6633dd792cd4eb10c26f86c2f0da56a
https://discourse.phabricator-community.org/t/call-to-a-member-function-getphid-on-a-non-object-while-creating-milestone-using-conduit/3370/4

Reported by:	Fabian Abplanalp - Legatech GmbH <fabian@legatech.ch>
Original commitRevision:542757 
Tuesday, 19 May 2020
15:24 grembo search for other commits by this committer
Patch paths to php executable, so things like ssh-auth work again
without workarounds.
Original commitRevision:535863 
Friday, 15 May 2020
18:07 grembo search for other commits by this committer
Update arcanist(-lib) and phabricator to the latest stable versions.

PORTVERSIONs are the dates of the latest commits on the respective
stable branches.

Deprecate devel/libphutil, as all of its functionality has
been moved into arcanist and phabricator by upstream and
the library has been fully deprecated.
Original commitRevision:535310 
Tuesday, 8 Oct 2019
07:53 grembo search for other commits by this committer
Ignore libphutil/arcanist/phabricator in portscout, as they're
rolling release.
Original commitRevision:514044 
Sunday, 22 Sep 2019
07:14 antoine search for other commits by this committer
Ignore with php 7.4

Reported by:	pkg-fallout
Original commitRevision:512557 
Friday, 6 Sep 2019
10:58 grembo search for other commits by this committer
Move upgrade instructions in pkg-message into an upgrade type
message, taking advantage of new ucl capabilities.

Reported by:	bapt
Original commitRevision:511299 
Tuesday, 3 Sep 2019
14:23 grembo search for other commits by this committer
Update libphutil, arcanist and phabricator to the latest stable versions

PORTVERSIONs are the dates of the latest commits on the respective
stable branches.

PR:		238512
Original commitRevision:510945 
Wednesday, 15 May 2019
20:53 crees search for other commits by this committer
devel/arcanist: Split into arcanist-lib and arcanist.

The arcanist port has always conflicted with archivers/arc, but
if the port is installed without the symlink in PREFIX/bin, there
is no issue.

A user expecting to be able to use arcanist in this way can alias
arcanist in their .cshrc or similar and only install the -lib port.

Approved by:	grembo (maintainer)
Differential Revision:	https://reviews.freebsd.org/D19920
Original commitRevision:501749 
Friday, 1 Feb 2019
06:04 tobik search for other commits by this committer
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.
Original commitRevision:491792 
Tuesday, 1 Jan 2019
13:36 rene search for other commits by this committer
devel/phabricator: remove support for PHP 5.6
Original commitRevision:488889 
Monday, 31 Dec 2018
00:13 grembo search for other commits by this committer
Upgrade devel/libphutil, devel/arcanist and devel/phabricator to 20181231

Also incorporate a couple of changes from PR 233183:
- A more complete local.json example configuration
- A more elaborate pkg-message (explain git usage)
- Add sudoers example configuration
- Patch ssh hook and sshd example configuration
Original commitRevision:488751 
Tuesday, 25 Sep 2018
21:44 0mp search for other commits by this committer
devel/phabricator: Update WWW and pet portlint.

- Update WWW.
- Do not use spaces between equal signs and values.
- Unmute an INSTALL_DATA invocation as suggested by portlint.

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D17311
Original commitRevision:480698 
Friday, 20 Apr 2018
20:05 grembo search for other commits by this committer
Upgrade devel/libphutil, devel/arcanist and devel/phabricator to 20180420

Also enable GD by default, as this is what one usually wants.
Original commitRevision:467838 
14:56 mat search for other commits by this committer
flavorize arcanist, libphutil and phabricator.

PR:		227321
Submitted by:	mat
Reviewed by:	maintainer timeout
Sponsored by:	Absolight
Original commitRevision:467831 
Thursday, 8 Mar 2018
19:48 mat search for other commits by this committer
Introduce PHP flavors.

  Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
Original commitRevision:463917 
Saturday, 1 Jul 2017
23:10 grembo search for other commits by this committer
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
Original commitRevision:444855 
12:11 grembo search for other commits by this committer
Upgrade devel/libphutil, devel/arcanist and devel/phabricator to 20170630

Also fix phd startup script, so that options like phd_fib actually catch on.
Run phabricator daemons as user www by default.
Shebangfix all scripts.
Original commitRevision:444819 
Wednesday, 5 Apr 2017
19:59 sunpoet search for other commits by this committer
Update PKGNAMEPREFIX

- Bump PORTREVISION for package change

These ports work fine with PHP 7.x. Change PKGNAMEPREFIX from php5- to php-.

Differential Revision:	https://reviews.freebsd.org/D10231
Submitted by:	sunpoet (myself)
Approved by:	portmgr (mat)
Original commitRevision:437829 
Saturday, 1 Apr 2017
10:52 sunpoet search for other commits by this committer
Add PHP 7.x support

- Use mysqli instead of mysqli
- Update pecl-APCu dependency
- Remove unnecessary PHP_EXT_DIR check
- Sort USE_PHP
- Bump PORTREVISION for dependency change

Differential Revision:	https://reviews.freebsd.org/D8647
Approved by:	grembo (maintainer)
Original commitRevision:437409 
Monday, 3 Oct 2016
19:57 grembo search for other commits by this committer
Update devel/arcanist, devel/libphutil, devel/phabricator to 20161003
Also add USES=php and NO_ARCH=yes where suggested.

Approved by:	mentors (implicit)
Original commitRevision:423223 
Monday, 15 Aug 2016
15:28 mat search for other commits by this committer
Remove www/pecl-APC, it doesn't work with PHP 5.5+.

PR:		211344
Submitted by:	rene
Sponsored by:	Absolight
Original commitRevision:420242 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Friday, 19 Feb 2016
12:36 miwi search for other commits by this committer
- Ignore php7
Original commitRevision:409174 
Tuesday, 2 Feb 2016
22:53 grembo search for other commits by this committer
Add local.json.sample, so that phabricator daemons start ok in simple
out-of-the-box configurations.

PR:		206835
Approved by:	mentors (implicit)
Original commitRevision:407898 
Sunday, 20 Dec 2015
23:37 grembo search for other commits by this committer
Update devel/arcanist, devel/libphutil, devel/phabricator to 20151220.

PR:		205471
Approved by:	mentors (implicit)
Original commitRevision:404075 
Friday, 31 Jul 2015
15:39 amdmi3 search for other commits by this committer
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
Original commitRevision:393331 
Friday, 26 Jun 2015
10:12 grembo search for other commits by this committer
Update devel/arcanist, devel/libphutil, devel/phabricator to 20150626.

This should fix a couple of issues (including a problem caused
by a bug curl 7.43).

Note that differential revision points to an earlier
patch (but it's related, so I think that's fine).

PR:		201121
Differential Revision:	https://reviews.freebsd.org/D2894
Approved by:	mentors (implicit)
Original commitRevision:390625 
Friday, 5 Jun 2015
02:28 eadler search for other commits by this committer
arcanist, phabricator, libphutil: update to newer versions

- arcanist should now be compatible with with deployed phabricator
- phabricator has many changes, see upstream changelog
- libphutil is only minorly changed

Reviewed by:	koobs
Approved by:	grembo (maintainer)
Differential Revision: https://reviews.freebsd.org/D2732
Original commitRevision:388561 
Thursday, 23 Apr 2015
21:48 bapt search for other commits by this committer
Update phabricator and tools to the latest upstream snapshot
Original commitRevision:384616 
Sunday, 14 Sep 2014
14:25 grembo search for other commits by this committer
Fix build errors for zts and debug builds.

PR:		193607
Reviewed by:	mentors (implicit)
Original commitRevision:368178 
Monday, 1 Sep 2014
16:56 grembo search for other commits by this committer
Update arcanist and libphutil to 20140828, new port for phabricator

Reviewed by:	bapt (mentor)
Approved by:	bapt (mentor)
Original commitRevision:366900 

Number of commits found: 48