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

Number of commits found: 29

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
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Thursday, 22 Feb 2018
15:39 pizzamig search for other commits by this committer
devel/yajl: Take maintainership

PR:		226095
Submitted by:	Greg Fitzgerald <gregf@hugops.pw>
Original commitRevision:462613 
Tuesday, 18 Oct 2016
11:20 jbeich search for other commits by this committer
Adjust TEST_WRKSRC for USES=[cq]make:outsource

Approved by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D8274
Original commitRevision:424156 
Tuesday, 6 Sep 2016
20:18 amdmi3 search for other commits by this committer
- Enable tests

PR:		212392
Submitted by:	t@tobik.me
Original commitRevision:421466 
Wednesday, 6 May 2015
15:16 mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385521 
Wednesday, 10 Dec 2014
22:29 gahr search for other commits by this committer
- Reset maintainership of my ports
Original commitRevision:374492 
Thursday, 10 Jul 2014
18:35 gahr search for other commits by this committer
- Fix pkg-config includedir. Reported upstream:
  https://github.com/lloyd/yajl/pull/139
Original commitRevision:361480 
Monday, 16 Jun 2014
14:56 gahr search for other commits by this committer
- Update to 2.1.0

  ChangeLog:

  * fixed some compiler warnings
  * documentation improvements
  * build fix for NetBSD (and whenever sh != bash)
  * allow client to reset generator
  * remove bash dependencies
  * add api tests
  * remove ruby dependency
  * nmake install works on windows
  * build fix for qnx
  * debugging improvements
  * json_verify supports -s flag for stream processing
  * json_reformat supports -s flag for stream processing

- Take maintainership
Original commitRevision:358010 
Saturday, 25 Jan 2014
23:54 bapt search for other commits by this committer
License is acually ISC
Original commitRevision:341141 
Monday, 16 Dec 2013
17:26 bapt search for other commits by this committer
Drop maintainership
Original commitRevision:336648 
Monday, 23 Sep 2013
06:08 bapt search for other commits by this committer
Use stage
Original commitRevision:327919 
Friday, 20 Sep 2013
17:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Original commitRevision:327726 
Monday, 29 Jul 2013
20:17 bapt search for other commits by this committer
Trim header
Remove leading article from comment
Original commitRevision:323909 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Wednesday, 22 Aug 2012
13:53 bapt search for other commits by this committer
- Fix plist

Reported by:	beat
Original commit
Monday, 20 Aug 2012
12:32 bapt search for other commits by this committer
- switch to USE_GITHUB macros
Original commit
Tuesday, 31 Jul 2012
15:35 bapt search for other commits by this committer
Fix plist (and .pc file location)

Reported by:	kwm
Original commit
13:32 bapt search for other commits by this committer
Mirror back, apparently we still got some problems fetching from github from
time to time
Original commit
Monday, 30 Jul 2012
17:18 bapt search for other commits by this committer
- update to 2.0.4
- direct download from github, stop mirroring the distfile
Original commit
Sunday, 27 Nov 2011
19:36 crees search for other commits by this committer
Fix DISTNAME for fetching

Pointyhat to:   bapt
Feature safe:   yes
Original commit
10:27 bapt search for other commits by this committer
Upgrade yajl to 2.0.1 (mirror it my self as upstream still not provide real
static distfiles)
Take back maintainership
chase library bump

Feature safe:   yes
Original commit
Saturday, 18 Jun 2011
10:14 bapt search for other commits by this committer
Upstream does not seem to have the willing of providing real distfiles:
(https://github.com/lloyd/yajl/issues/16)

I'll still mirror the old distfile for a while, but won't do that for upgrades

Then back to the pool
Original commit
Tuesday, 8 Feb 2011
13:44 bapt search for other commits by this committer
- Upgrade to 1.0.11
- Add license
- Remove workaround for now not supported version of FreeBSD
- Mirror it on my own as upstream still rely on github tags instead of providing
real distfiles

Feature safe:   yes
Original commit
Wednesday, 28 Jul 2010
17:31 bapt search for other commits by this committer
Change maintainer address to my new @FreeBSD.org

Approved by:    jadawin@ (co-mentor)
Original commit
Friday, 2 Apr 2010
03:07 wen search for other commits by this committer
- Fix build on FreeBSD-6 reported by QAT@
Original commit
Tuesday, 30 Mar 2010
02:26 wen search for other commits by this committer
Yet Another JSON Library. YAJL is a small event-driven (SAX-style)
JSON parser written in ANSI C, and a small validating JSON generator.
YAJL is released under the BSD license.

WWW:    http://lloyd.github.com/yajl/

PR:             ports/145178
Submitted by:   Bapt <baptiste.daroussin@gmail.com>
Original commit

Number of commits found: 29