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: net/prosearch/Makefile

Number of commits found: 49

Wednesday, 25 Jan 2023
17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/Uses/apache.mk: Refactor after removal of older versions

apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 40843b1
Thursday, 8 Sep 2022
15:43 Stefan Eßer (se) search for other commits by this committer
Move more WWW entries from pkg-descr files into Makefiles

The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
commit hash: 986beaaabc71b9e7e29e7e89e0f36405b687216f commit hash: 986beaaabc71b9e7e29e7e89e0f36405b687216f commit hash: 986beaaabc71b9e7e29e7e89e0f36405b687216f commit hash: 986beaaabc71b9e7e29e7e89e0f36405b687216f 986beaa
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, 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 
Tuesday, 4 Jun 2019
14:17 antoine search for other commits by this committer
Switch default version of samba from 4.7 to 4.8

With hat:	portmgr
Original commitRevision:503475 
Monday, 13 May 2019
19:22 rene search for other commits by this committer
net/prosearch: remove optional dependency on expired textproc/sphinxsearch-devel
Original commitRevision:501586 
Thursday, 4 Apr 2019
16:16 rene search for other commits by this committer
net/prosearch: remove MARIA option that was disabled in r416166 (3 years ago)
Original commitRevision:497850 
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 
Saturday, 1 Sep 2018
17:05 antoine search for other commits by this committer
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D16904
Original commitRevision:478711 
Sunday, 11 Mar 2018
18:36 brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
Original commitRevision:464193 
Saturday, 23 Dec 2017
07:03 antoine search for other commits by this committer
Change default version of samba from 4.4 to 4.6

Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D13529
Original commitRevision:457024 
Saturday, 25 Mar 2017
23:37 antoine search for other commits by this committer
Switch default version of samba from 4.3 to 4.4

With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D10131
Original commitRevision:436925 
Tuesday, 21 Mar 2017
21:59 antoine search for other commits by this committer
- Add USES=samba to handle dependency on samba
  Valid ARGS:  build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D8919
Original commitRevision:436659 
Monday, 30 May 2016
19:03 rene search for other commits by this committer
net/prosearch: fix SAMBA dependency from previous commit, bump PORTREVISION
Original commitRevision:416173 
17:48 rene search for other commits by this committer
net/prosearch: modernize and fix dependencies

- Change SAMBA dependency to use net/samba44 instead of
  net/samba-smbclient, which is the expired 3.6 version
- Change optional MARIA dependency to use the client/server from
  databases/mariadb100-* instead of those from databases/mariadb-*
  which were removed
- Disable the MariaDB dependency because it conflicts with
  databases/mysql* via databases/p5-DBD-mysql
- Modernize USE_MYSQL lines
- Bump PORTREVISION
Original commitRevision:416166 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 10 Jan 2016
16:31 bapt search for other commits by this committer
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird
Original commitRevision:405719 
Thursday, 11 Jun 2015
10:17 amdmi3 search for other commits by this committer
- Add LICENSE
- Fix shebangs
- Add NO_ARCH

MFH:		2015Q2
Original commitRevision:389187 
Saturday, 22 Nov 2014
20:40 crees search for other commits by this committer
Finally retire USE_PGSQL
Original commitRevision:373100 
Thursday, 28 Aug 2014
02:37 vanilla search for other commits by this committer
1: Upgrade to 0.19.4.
2: Stagify.

PR:		ports/193071
Submitted by:	<proler gmail.com>
Original commitRevision:366366 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Thursday, 24 Jul 2014
15:57 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362812 
Friday, 4 Jul 2014
09:41 tijl search for other commits by this committer
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
Original commitRevision:360588 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Monday, 16 Sep 2013
06:30 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327365 
Thursday, 6 Jun 2013
06:05 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:320053 
Thursday, 31 Jan 2013
19:14 timur search for other commits by this committer
Update ports that refer to net/samba34 to use newer net/samba36
Original commitRevision:311324 
Tuesday, 4 Sep 2012
22:27 ohauer search for other commits by this committer
- unbreak build
  since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/

with hat apache@
Original commitRevision:303678 
Saturday, 18 Aug 2012
14:29 ohauer search for other commits by this committer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
Original commit
Saturday, 30 Jun 2012
14:39 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Wednesday, 13 Jun 2012
21:05 scheidell search for other commits by this committer
- Update to 0.19.2
- Change mariadb dependency to mariadb-client
- Update RUN_DEPENDS

PR:             ports/168433
Submitted by:   oleg <proler@gmail.com> (maintainer)
Original commit
Tuesday, 23 Aug 2011
12:13 az search for other commits by this committer
Rename www/p5-FastCGI to reflect official module name (FCGI) www/p5-FCGI.
Original commit
Saturday, 20 Aug 2011
17:27 ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Original commit
Wednesday, 6 Apr 2011
14:37 culot search for other commits by this committer
- Update to 0.19.1

PR:             ports/156210
Submitted by:   Oleg Alexeenkov <proler AT gmail.com> (maintainer)
Original commit
Thursday, 17 Mar 2011
13:05 miwi search for other commits by this committer
- Update to 0.19.0

PR:             155427
Submitted by:   Oleg Alexeenkov <proler@gmail.com> (maintainer)
Original commit
Friday, 25 Feb 2011
14:36 ale search for other commits by this committer
Fix MySQL dependencies.
Original commit
01:32 delphij search for other commits by this committer
Chase after net/openldap24-server update.

Reminded by:    miwi
Original commit
Tuesday, 14 Sep 2010
19:53 garga search for other commits by this committer
Change default samba version to 3.4

PR:             ports/150565
Submitted by:   garga@
Approved by:    maintainer
Original commit
Saturday, 10 Oct 2009
09:39 miwi search for other commits by this committer
- Update to 0.18.3

PR:             139417
Submitted by:   Oleg Alexeenkov <proler@gmail.com> (maintainer)
Original commit
Sunday, 30 Aug 2009
10:22 linimon search for other commits by this committer
Conditionally uses Perl, so needs WANT_PERL before inclusion of
bsd.port.pre.mk.

Hat:            portmgr
Original commit
Saturday, 22 Aug 2009
00:32 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
Original commit
Monday, 13 Apr 2009
09:56 dhn search for other commits by this committer
- Chase nmap update
- Bump PORTREVSION

Approved by:    miwi  (mentor)
Original commit
Monday, 5 Jan 2009
19:04 delphij search for other commits by this committer
Bump PORTREVISION's after OpenLDAP update.

Suggested by:   rafan
Original commit
Friday, 6 Jun 2008
13:50 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Tuesday, 6 May 2008
06:48 beech search for other commits by this committer
- Update to 0.18.2

PR:             ports/123280
Submitted by:   Oleg Alexeenkov <proler@gmail.com> (maintainer)
Original commit
Friday, 18 Jan 2008
01:21 beech search for other commits by this committer
- Update to 0.18.1
- Makefile tweaks
- Remove pkg-plist comments

PR:             ports/119537
Submitted by:   Oleg Alexeenkov <proler@gmail.com> (maintainer)
Approved by:    linimon (mentor)
Original commit
Sunday, 16 Dec 2007
23:59 beech search for other commits by this committer
- Fix depend with p5-DBD-mysql

Reported by:    pointyhat via pav
Approved by:    linimon (mentor)
Original commit
11:52 beech search for other commits by this committer
- New port prosearch-0.17.2
- File search and navigation system.

PR:             ports/116641
Submitted by:   Oleg Alexeenkov <proler@gmail.com> (maintainer)
Approved by:    linimon (mentor)
Original commit

Number of commits found: 49