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/arcanist/Makefile

Number of commits found: 34

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
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
Friday, 1 Jan 2021
19:19 grembo search for other commits by this committer
Give devel/arcanist its own pkg-descr.

So it won't reuse the one from devel/arcanist-lib, which links
to library documentation instead of a user manual.

PR:		251937
Original commitRevision:559864 
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, 4 Jan 2019
00:30 grembo search for other commits by this committer
Depend on php-zlib (required for binary patches now)

Reported by:	arrowd
MFH:		2019Q1 (runtime dependency fix)
Original commitRevision:489236 
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 
Thursday, 19 Jul 2018
16:17 0mp search for other commits by this committer
Enable Bash completion.

Arcanist is shipped with a Bash completion script. The script isn't installed
in the directories of the bash-completion library so it's never activated.

This patch creates a symbolic link to the script in the directories of the
bash-completion library so that the library is able to pick up the completion
script for arc when a user requests a command completion for the first time.

Reviewed by:	grembo (maintainer), mat (mentor)
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D16345
Original commitRevision:474969 
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 
Wednesday, 17 Jan 2018
15:12 feld search for other commits by this committer
devel/arcanist: Fix QA warnings

- shebangfix
- regen port patch
- RUN_DEPENDS earlier for portlint

MFH:		2018Q1
Original commitRevision:459263 
Thursday, 20 Jul 2017
22:44 lwhsu search for other commits by this committer
Add required php-hash to the dependencies

PR:		220886
Submitted by:	lwhsu
Approved by:	grembo
MFH:		2017Q3
Original commitRevision:446298 
Saturday, 1 Jul 2017
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 
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 
Thursday, 23 Jun 2016
06:47 bapt search for other commits by this committer
Prefer relative symlinks to be relocation friendly
Original commitRevision:417347 
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 
Saturday, 26 Mar 2016
20:40 grembo search for other commits by this committer
Add optional dependency on mbstring for encodings support

This is enabled by default to allow FreeBSD developers to
work with localized FreeBSD documenentation.

PR:		208227
Submitted by:	amdmi3
Approved by:	mentors (implicit)
Original commitRevision:411965 
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 
Thursday, 17 Sep 2015
23:37 grembo search for other commits by this committer
Add dependency to php5-dom required by arcanist's linter module for cppcheck

PR:		203174
Approved by:	mentors (implicit)
Original commitRevision:397206 
Wednesday, 15 Jul 2015
10:16 grembo search for other commits by this committer
Patch 'arc version' so it shows package versions.

Differential Revision:	https://reviews.freebsd.org/D3071
Approved by:	eadler, mentors (implicit)
Original commitRevision:392125 
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 
Monday, 1 Sep 2014
17:06 grembo search for other commits by this committer
Take maintainership of arcanist and libphutil
(see https://reviews.freebsd.org/D697)

Approved by:	bapt (mentor)
Original commitRevision:366902 
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 
Tuesday, 15 Jul 2014
02:12 swills search for other commits by this committer
- Fix plist
Original commitRevision:361846 
Sunday, 13 Jul 2014
22:39 bapt search for other commits by this committer
Add a patch from upstream to solve the problem of files include twice in case a
new directory is added to the review

Reported by:	many
Obtained from:	https://secure.phabricator.com/D9921
Original commitRevision:361717 
Friday, 20 Jun 2014
22:33 bapt search for other commits by this committer
Update to checking 7a99e4b as of 20140617
Drop dependency on bash
Original commitRevision:358647 
Thursday, 5 Jun 2014
23:06 bapt search for other commits by this committer
Point to the new github account (which changes the generated distfiles)

Reported by:	olgeni, des
Original commitRevision:356722 
Tuesday, 27 May 2014
12:06 sbz search for other commits by this committer
- Add CONFLICTS

CR:		D70
Approved by:	bapt (portmgr)
Original commitRevision:355492 
Friday, 9 May 2014
23:05 bapt search for other commits by this committer
Add bash runtime dependency (until I turn the arc command into proper /bin/sh)
Original commitRevision:353535 
12:49 bapt search for other commits by this committer
Add dependency on php simplexml module which is needed to work properly with svn
Original commitRevision:353454 
Thursday, 8 May 2014
17:09 bapt search for other commits by this committer
Add ports for arcanist (command line for phabricator) and its dependency
libphutil
Original commitRevision:353335 

Number of commits found: 34