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

Number of commits found: 21

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 
Friday, 23 Nov 2018
15:53 feld search for other commits by this committer
www/varnish5: Mark deprecated
Original commitRevision:485686 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
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 
Tuesday, 26 Jun 2018
08:37 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Switch to new test framework

Approved by:	portmgr blanket
Original commitRevision:473376 
Monday, 18 Jun 2018
19:03 linimon search for other commits by this committer
Adjust USES to fix builds on gcc-based architectures.

While here, pet portlint.

Tested for no regression on amd64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:472706 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Wednesday, 15 Nov 2017
13:02 feld search for other commits by this committer
www/varnish5: Update to 5.2.1

Changelog:	https://varnish-cache.org/releases/rel5.2.1.html#rel5-2-1

MFH:		2017Q4
Security:	CVE-2017-8807
Security:	VSV00002
Original commitRevision:454239 
Friday, 29 Sep 2017
15:04 feld search for other commits by this committer
www/varnish5: Update to 5.2.0

Changelog:	http://varnish-cache.org/docs/5.2/whats-new/changes-5.2.html
Original commitRevision:450896 
Wednesday, 9 Aug 2017
16:10 mat search for other commits by this committer
Fixup GH_TAGNAME usage, and minor cleanup.

Sponsored by:	Absolight
Original commitRevision:447632 
Tuesday, 8 Aug 2017
00:10 feld search for other commits by this committer
www/varnish4 www/varnish5: Change MASTER_SITES to GITHUB

- Now properly use autotools
- rst2man is a required build dependency

Requested by upstream as the current mirror is being retired

MFH:		2017Q3
Original commitRevision:447523 
Wednesday, 2 Aug 2017
18:30 feld search for other commits by this committer
www/varnish5: Update to 5.1.3

MFH:		2017Q3
Security:	https://varnish-cache.org/security/VSV00001.html
Original commitRevision:447142 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Original commitRevision:444463 
Sunday, 9 Apr 2017
18:29 feld search for other commits by this committer
www/varnish5: Fix rc script reload functionality

VCL names can only use characters [A-Za-z0-9_]

MFH:		2017Q2
Original commitRevision:438113 
Monday, 20 Mar 2017
15:52 feld search for other commits by this committer
www/varnish5: Update to 5.1.1

Changelog:	http://www.varnish-cache.org/releases/rel5.1.1.html#rel5-1-1

PR:		217953
Original commitRevision:436546 
Tuesday, 31 Jan 2017
05:43 linimon search for other commits by this committer
Remove vestigial BROKEN_arm.  It does not do anything.  These ports all
build on aarch64 in any case.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:432900 
Tuesday, 29 Nov 2016
14:56 feld search for other commits by this committer
www/varnish4 www/varnish5: Change default hash algorithm

The default hash algorithm as of Varnish 2.1 is "critbit". The FreeBSD
varnish ports/packages have run the varnish daemon with the "classic"
algorithm due to an oversight. This update corrects the default to
adhere to the recommendation of upstream.

Submitted by:	Mark Staudinger <mark staudinger AT nyi net>
Original commitRevision:427381 
Saturday, 19 Nov 2016
14:03 marino search for other commits by this committer
www/varnish5, www/trafficserver: Document ncurses requirement

Approved by:	ncurses blanket
Original commitRevision:426373 
Tuesday, 25 Oct 2016
00:14 feld search for other commits by this committer
www/varnish5: Fix build

Error happened from delete / re-add via repocopy.

PR:		213761
Original commitRevision:424594 
Monday, 24 Oct 2016
17:05 feld search for other commits by this committer
www/varnish5: Re-add to ports tree as copy of varnish4
Original commitRevision:424580 
15:16 feld search for other commits by this committer
This is the Varnish high-performance HTTP accelerator.

Documentation and additional information about Varnish is available on
http://varnish-cache.org/docs/index.html

Technical questions about Varnish and this release should be addressed
to <varnish-dev@varnish-cache.org>

Questions about commercial support and services related to Varnish
can be directed here: https://www.varnish-software.com/contact-us

WWW: http://www.varnish-cache.org/
Original commitRevision:424573 

Number of commits found: 21