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: www/squid/files/pkg-message.in

Number of commits found: 15

Sunday, 7 Apr 2024
09:36 Florian Smeets (flo) search for other commits by this committer
databases/p5-DBD-mysql: Fix for MariaDB users

Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.

In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL >= 8.0 is supported.

In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.

DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This
thread on the amavis-users mailing list has a very good summary [2] from
the author of DBD:MariaDB.

This includes ideas and suggestions from vvd and mat. Thanks!

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277889#c17
[2] https://lists.amavis.org/pipermail/amavis-users/2024-March/006823.html

PR:		275100, 277889
Reviewed by:	vvd, mat
Fixes:	cd16748194e2
Differential Revision: https://reviews.freebsd.org/D44662
commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1 commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1 commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1 commit hash: 92a030dffd4fd7c3f5abdd7a85b16086da294fe1 92a030d
Wednesday, 11 Oct 2023
06:04 Robert Clausecker (fuz) search for other commits by this committer Author: Pavel Timofeev
www/squid: update to 6.3

Error message translation files are now part of www/squid-langpack.

Changelog: http://www.squid-cache.org/Versions/v6/squid-6.3-RELEASENOTES.html

PR:		272524
commit hash: 53134607143382ef9029f30acd586d53183efc39 commit hash: 53134607143382ef9029f30acd586d53183efc39 commit hash: 53134607143382ef9029f30acd586d53183efc39 commit hash: 53134607143382ef9029f30acd586d53183efc39 5313460
Wednesday, 14 Aug 2019
12:25 mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories w)
Original commitRevision:508913 
Thursday, 19 May 2016
11:09 amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-messages

Approved by:	portmgr blanket
Original commitRevision:415503 
Thursday, 31 Mar 2016
19:05 pi search for other commits by this committer
www/squid: cleanup, adding patches

1. Turn ON all options that don't require external dependencies.
2. Split SMB options to more items to make it possible to compile
   squid with samba36 and samba42.*
3. Set databases/p5-DBI as a dependency for SQL option and add note
   to pkg-message about perl DBD drivers.*
4. Add fix for PF+IPv6.**
5. Require SSL option if SSL_CRTD is on.
6. Small fixes.
7. Add all available patches from upstream.

*  thanks to Alonso Cardenas Marquez!
** thanks to Orlando Bassotto!

PR:		208290
Submitted by:	Pavel Timofeev <timp87@gmail.com> (maintainer)
Original commitRevision:412287 
Wednesday, 26 Nov 2014
09:57 kevlo search for other commits by this committer
swapdir should be in /var/squid/cache.
Original commitRevision:373442 
Friday, 19 Sep 2014
20:46 madpilot search for other commits by this committer
- Make diskd and rock storage schemes options (diskd enabled by default) [1]
- Add note in pkg-message about diskd needing some tuning [1]
- Fix transparent proxy with PF [1] [2]
- Fix a pair of typos [1]

PR:		193705 [1], 193752 [2]
Submitted by:	arcade@b1t.name [1], kib@ [2]
Original commitRevision:368596 
Tuesday, 16 Sep 2014
12:29 marino search for other commits by this committer
www/squid: Upgrade version 2.7.9 => 3.4.7

From now on, there will only be one squid port, this one.  Squid33 has
been deprecated and will expire on 31 JAN 2015.

PR:		192828
Submitted by:	timp87 (gmail)
Contributions:	takefu (airport.fm), Dennis Glatting
Original commitRevision:368307 
Sunday, 2 May 2010
10:51 miwi search for other commits by this committer
- Update to 2.7.STABLE9
- Update MASTER_SITES
- Move default cache and log directories from $PREFIX/squid/ to /var/squid/

PR:             145674
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Original commit
Monday, 14 Jul 2008
19:10 beech search for other commits by this committer
- Update to 2.7.STABLE3

Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Original commit
Friday, 16 May 2008
12:27 miwi search for other commits by this committer
- Fix a mistake I (the maintainer) had introduced regarding the
installation of the cachemgr.conf.default file: instead of explicitly
installing it I thought it would be enough to change an automake
variable that served an entirely different purpose, namely
hardcoding the path to the configuration in the cachemgr.cgi
binary.
- While at it: remove a no longer needed .sh reference from
files/pkg-message.in.
- Set PORTREVISION to 1 because the hardcoded name of the default
configuration file has changed within cachemgr.cgi.

PR:             123573
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Original commit
Wednesday, 7 Feb 2007
08:42 pav search for other commits by this committer
Rename

  www/squid -> www/squid25
  www/squid26 -> www/squid

thus effectively updating www/squid to 2.6.STABLE9

PR:             ports/108562
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Repocopies by:  marcus
Original commit
Saturday, 4 Nov 2006
23:03 miwi search for other commits by this committer
- update pkg-descr and remove some cruft
- consistently use "Squid" when referring to the software's name
- define COMMENT a bit less chatty
- replace the progeny.com mirror with the one hosted by Vistech
- fix a wrong path in pkg-message.in (thanks to "Tuc at the Beach House")
- pass ${squid_flags} when stopping or reconfiguring Squid (ports/100510)

PR:             ports/105023
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
Original commit
Monday, 22 May 2006
16:11 garga search for other commits by this committer
- Update to 2.5.STABLE14
- accept 7-CURRENT's WITHOUT_NIS switch as a synonym for NO_NIS
- add a missing "/" in files/pkg-message.in
- update the ICAP core patchset to the latest CVS (2006-05-21)
- update the custom logfile patchset to the latest CVS (2006-05-21)

PR:             ports/97607
Submitted by:   maintainer
Original commit
Saturday, 18 Mar 2006
17:11 pav search for other commits by this committer
- Update to 2.5.STABLE13
- Implement a new option WITH_SQUID_SASL_AUTH, off by default
- Update the ICAP core patchset to the latest CVS
- Extensive portlintification and cleanups

PR:             ports/94642
Submitted by:   Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Original commit

Number of commits found: 15