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: databases/libcouchbase/Makefile

Number of commits found: 27

Friday, 23 Feb 2024
03:31 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/libcouchbase: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 53e376e4de3710b1a2d15b9e52427e63f77c60ff commit hash: 53e376e4de3710b1a2d15b9e52427e63f77c60ff commit hash: 53e376e4de3710b1a2d15b9e52427e63f77c60ff commit hash: 53e376e4de3710b1a2d15b9e52427e63f77c60ff 53e376e
Friday, 18 Aug 2023
19:42 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/libcouchbase: UNBREAK

- Update version 3.3.2=>3.3.8

Changelog: https://github.com/couchbase/libcouchbase/releases/tag/3.3.8

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 5273e221cbc9a642ae176ff4777ee3205b1fc1fa commit hash: 5273e221cbc9a642ae176ff4777ee3205b1fc1fa commit hash: 5273e221cbc9a642ae176ff4777ee3205b1fc1fa commit hash: 5273e221cbc9a642ae176ff4777ee3205b1fc1fa 5273e22
Saturday, 24 Dec 2022
02:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/libcouchbase: Update version 2.10.7=>3.3.2

- Update MASTER_SITES
- Update WWW
- Pet portfmt

PR:		268275
Approved by:	sergey@couchbase.com (maintainer-timeout)
commit hash: 9160a0e0193e1a922bd4bdedef5fb0849929b742 commit hash: 9160a0e0193e1a922bd4bdedef5fb0849929b742 commit hash: 9160a0e0193e1a922bd4bdedef5fb0849929b742 commit hash: 9160a0e0193e1a922bd4bdedef5fb0849929b742 9160a0e
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
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
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
Thursday, 24 Dec 2020
06:48 linimon search for other commits by this committer
Use the most recent change from arm to fix build on riscv64.

While here, generalize the arm expression the way we usually do.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:559050 
Wednesday, 23 Dec 2020
15:16 mikael search for other commits by this committer
databases/libcouchbase: disable dtrace on arm

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:558997 
Tuesday, 22 Dec 2020
03:35 linimon search for other commits by this committer
Mark as BROKEN on riscv64 similar to aarch64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:558888 
Thursday, 26 Nov 2020
12:24 linimon search for other commits by this committer
Now builds on aarch64.

Obtained from:	lonesome.com trybroken run
Original commitRevision:556335 
Monday, 29 Jun 2020
14:41 danfe search for other commits by this committer
Update to version 2.10.7.

PR:		233468
Approved by:	maintainer timeout
Original commitRevision:540776 
Friday, 2 Aug 2019
13:30 jbeich search for other commits by this committer
devel/libevent2: update to 2.1.11

Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
Original commitRevision:507877 
Sunday, 18 Mar 2018
03:13 linimon search for other commits by this committer
Mark broken on armvX: tries and fails to link with dtrace.  This could
probably be fixed via a configuration knob as in databases/memcached.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:464861 
Monday, 23 Oct 2017
21:30 swills search for other commits by this committer
databases/libcouchbase: Update to 2.8.0

PR:		221962
Submitted by:	Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer, different
email)
Original commitRevision:452744 
Thursday, 17 Aug 2017
16:22 swills search for other commits by this committer
databases/libcouchbase: Update to 2.7.7

PR:		221587
Submitted by:	Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer, using
different email address)
Original commitRevision:448140 
Tuesday, 18 Jul 2017
18:08 sunpoet search for other commits by this committer
Update to 2.7.6

- While I'm here, update WWW

Changes:	https://github.com/couchbase/libcouchbase/blob/master/RELEASE_NOTES.markdown
PR:		220632
Submitted by:	John Chen <johnpupu@gmail.com>
Approved by:	Sergey Avseyev <sergey@couchbase.com> (maintainer)
Original commitRevision:446170 
Friday, 5 May 2017
03:23 miwi search for other commits by this committer
- Update to 2.7.4

PR:		219061
Submitted by:	maintainer
Original commitRevision:440145 
Monday, 24 Apr 2017
12:20 miwi search for other commits by this committer
- Update to 2.7.3

PR:		218796
Submitted by:	maintainer
Original commitRevision:439283 
Friday, 21 Apr 2017
22:02 danfe search for other commits by this committer
Remove MAKE_JOBS_UNSAFE marker: it was added as part of r421281 upon the
port's inception as of version 2.6.2, however, it was neither present in
submitted PR nor explained in the original commit log by pi@.  So far my
quick tests do not show evidence that it is parallel-build unsafe.

We'll ask for forgiveness if it is indeed broken against -j X builds and
reinstate MAKE_JOBS_UNSAFE, but with a proper explanation this time.

While here, remove needless += from CMAKE_ARGS and place them at a better
location within the Makefile.

PR:	205377
Original commitRevision:439130 
Friday, 10 Mar 2017
01:35 danfe search for other commits by this committer
Update to version 2.7.2.

PR:	217643
Original commitRevision:435814 
Tuesday, 7 Mar 2017
10:52 danfe search for other commits by this committer
Update `databases/libcouchbase' to version 2.6.4.
TIMESTAMP (libcouchbase-2.6.4.tar.gz) = 1480368745

PR:	215246
Original commitRevision:435593 
Monday, 20 Feb 2017
02:57 jbeich search for other commits by this committer
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
Original commitRevision:434427 
Saturday, 4 Feb 2017
07:56 jbeich search for other commits by this committer
devel/libevent2: update to 2.1.8 and cleanup

- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
Original commitRevision:433286 
Monday, 14 Nov 2016
06:49 linimon search for other commits by this committer
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:426088 
Saturday, 8 Oct 2016
06:34 pi search for other commits by this committer
databases/libcouchbase: 2.6.2 -> 2.6.3

- WWW changed from
  https://github.com/couchbase/libcouchbase/
  to
 
http://developer.couchbase.com/documentation/server/current/sdk/c/start-using-sdk.html

PR:		213040
Changes:	https://github.com/couchbase/libcouchbase/blob/master/RELEASE_NOTES.markdown
Submitted by:	Sergey Avseyev <sergey.avseyev@gmail.com> (maintainer)
Original commitRevision:423488 
Saturday, 3 Sep 2016
06:24 pi search for other commits by this committer
New port: databases/libcouchbase

This is the C client library for Couchbase. It communicates with the cluster
and speaks the relevant protocols necessary to connect to the cluster and
execute data operations.

https://github.com/couchbase/libcouchbase/

PR:		205377
Submitted by:	gebhart@secnetix.de, Sergey Avseyev <sergey.avseyev@gmail.com>
Original commitRevision:421281 

Number of commits found: 27