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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/cppunit/Makefile

Number of commits found: 45

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, 16 Feb 2022
23:02 Dima Panov (fluffy) search for other commits by this committer
devel/cppunit: update to 0.15.1 release

While here, switch to dynamic plist for PORTDOCS

With hat:	office
commit hash: 086bb739b62b2e71e3ec3a5121291625a8be6377 commit hash: 086bb739b62b2e71e3ec3a5121291625a8be6377 commit hash: 086bb739b62b2e71e3ec3a5121291625a8be6377 commit hash: 086bb739b62b2e71e3ec3a5121291625a8be6377 086bb73
Thursday, 16 Dec 2021
08:49 Dima Panov (fluffy) search for other commits by this committer
devel/cppunit: regen plist after doxygen update

Sponsored by:	Netzkommune GmbH
commit hash: 5c71854ed2412520591cc0198c9a9e7aa20f3d96 commit hash: 5c71854ed2412520591cc0198c9a9e7aa20f3d96 commit hash: 5c71854ed2412520591cc0198c9a9e7aa20f3d96 commit hash: 5c71854ed2412520591cc0198c9a9e7aa20f3d96 5c71854
Sunday, 18 Apr 2021
10:02 Dima Panov (fluffy) search for other commits by this committer
devel/doxygen: update to 1.9.1 release

Also regen 'pkg-plist' for affected consumers, with PORTREVISION bump
Touch Mk/bsd.ruby.mk due to all ruby* is affected
MFH:	2021Q2
commit hash: b8ac15afd00127044d75894e357f697d825ed385 commit hash: b8ac15afd00127044d75894e357f697d825ed385 commit hash: b8ac15afd00127044d75894e357f697d825ed385 commit hash: b8ac15afd00127044d75894e357f697d825ed385 b8ac15a
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, 8 Jan 2021
07:47 fluffy search for other commits by this committer
devel/doxygen: Update to 1.9.0

- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip

Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0

PR:		242347
Submitted by:	fluffy
Reported by:	Naram Qashat (ex-maintainer)
Exp-run by:	antoine
Original commitRevision:560752 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Sunday, 24 Mar 2019
14:33 sunpoet search for other commits by this committer
Update MASTER_SITES

Approved by:	portmgr (blanket)
Original commitRevision:496755 
Tuesday, 5 Mar 2019
21:20 antoine search for other commits by this committer
Update devel/doxygen to 1.8.15

PR:		236110
Original commitRevision:494744 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Monday, 12 Mar 2018
18:37 bdrewery search for other commits by this committer
Fix build on systems without a proper C++11 toolchain.

PR:		226555
Reported by:	jhibbits
Original commitRevision:464271 
Sunday, 4 Mar 2018
18:40 bdrewery search for other commits by this committer
Fix plist for DOCS/DOXYGEN.

PR:		225982
Reported by:	John Smith <godevilove@ya.ru>
Original commitRevision:463594 
Wednesday, 24 Jan 2018
20:58 bdrewery search for other commits by this committer
- Provide a compatibility cppunit-config.
  Upstream intends scripts to use pkg-config now, but there are plenty of old
  cppunit.m4 files that expect to find cppunit-config still, including
  several ports.

PR:		220162
Reported by:	Greg V <greg@unrelenting.technology>
Original commitRevision:459889 
18:29 bdrewery search for other commits by this committer
Update to 1.14.0

PR:		224286
Submitted by:	Greg V <greg@unrelenting.technology>
Original commitRevision:459852 
Tuesday, 27 Sep 2016
16:32 antoine search for other commits by this committer
- Update devel/doxygen to 1.8.12
- Adjust plist of ports depending on it

PR:		212869
Original commitRevision:422818 
Monday, 1 Aug 2016
18:26 antoine search for other commits by this committer
- Update devel/doxygen to 1.8.11
- Adjust plist of ports depending on it

PR:		211447
Submitted by:	maintainer
Original commitRevision:419450 
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 
Tuesday, 1 Sep 2015
18:51 jkim search for other commits by this committer
Replace devel/cppunit with devel/cppunit113.

Approved by:	bdrewery (maintainer)
Original commitRevision:395789 
Friday, 28 Aug 2015
21:19 jkim search for other commits by this committer
CppUnit is the C++ port of the famous JUnit framework for unit testing.

This fork is maintained by freedesktop.org as a LibreOffice project.

WWW: http://freedesktop.org/wiki/Software/cppunit
Original commitRevision:395525 
Wednesday, 4 Feb 2015
23:43 bapt search for other commits by this committer
Remove directories
Original commitRevision:378432 
Saturday, 9 Aug 2014
19:39 antoine search for other commits by this committer
Update devel/doxygen to 1.8.7
Update dependent ports to build with it

Most of work by:	pi@
Exp-run:	self
PR:		ports/190943
Original commitRevision:364468 
Tuesday, 29 Jul 2014
23:40 amdmi3 search for other commits by this committer
- Switch devel/cppunit to USES=libtool, drop .la files

Approved by:	portmgr blanket
Original commitRevision:363412 
Tuesday, 15 Jul 2014
23:11 adamw search for other commits by this committer
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.

Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
Original commitRevision:362014 
Tuesday, 29 Oct 2013
11:35 bdrewery search for other commits by this committer
- Fix plist with DOXYGEN option, which I believe has been broken
  for a long time.
Original commitRevision:331940 
Wednesday, 9 Oct 2013
13:47 bdrewery search for other commits by this committer
- Convert to staging
- Convert WITH_DOXYGEN to an option
Original commitRevision:329899 
Friday, 20 Sep 2013
15:58 bdrewery search for other commits by this committer
- Add NO_STAGE until validated to be safe for upcoming staging support
Original commitRevision:327710 
Saturday, 17 Aug 2013
16:33 bdrewery search for other commits by this committer
Take maintainership
Original commitRevision:324853 
16:32 bdrewery search for other commits by this committer
- Reset yzlin's ports

With hat:	portmgr
Original commitRevision:324852 
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Wednesday, 29 Jul 2009
12:59 yzlin search for other commits by this committer
- Change to my mail address at FreeBSD.org

Approved by:    lwhsu (mentor)
Original commit
Thursday, 11 Jun 2009
22:56 lwhsu search for other commits by this committer
- Respect PREFIX
- Take advantage of SF abbreviation in MASTER_SITES

PR:             ports/135481
Submitted by:   Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> (maintainer)
Original commit
Wednesday, 3 Sep 2008
07:05 linimon search for other commits by this committer
Assign to new volunteer.
Original commit
03:09 linimon search for other commits by this committer
Reset gcross@fastmail.fm due to maintainer-timeouts and no response to
email.

Hat:    portmgr
Original commit
Friday, 25 Jul 2008
19:41 wxs search for other commits by this committer
- Update to 1.21.1.

PR:             ports/125506
Submitted by:   Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
Approved by:    maintainer timeout
Original commit
Saturday, 3 May 2008
16:18 leeym search for other commits by this committer
- Update cppunit to 1.12.0
- Update all related ports

PR:             120489
Submitted by:   leeym
Approved by:    maintainer timeout
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Thursday, 1 Feb 2007
02:42 kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
Original commit
Saturday, 14 Aug 2004
08:19 ijliao search for other commits by this committer
upgrade to 1.10.2

PR:             68759
Approved by:    maintainer
Original commit
Sunday, 19 Oct 2003
02:05 kris search for other commits by this committer
Change pre-everything: to pre-everything:: to avoid errors with bsd.port.mk
Original commit
Saturday, 28 Jun 2003
17:44 lev search for other commits by this committer
  Update to version 1.8.0

PR:             ports/48637
Submitted by:   lev
Reviewed by:    maintainer
Approved by:    sobomax
Original commit
Friday, 21 Feb 2003
11:23 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 27 Jun 2002
12:42 will search for other commits by this committer
Add cppunit 1.6.2, a C++ port of the JUnit framework for unit testing.

PR:             34928
Submitted by:   Graeme Cross <gcross@netspace.net.au>
Original commit

Number of commits found: 45