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

Number of commits found: 31

Sunday, 11 Mar 2018
17:38 brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache (category www)

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

With hat:	apache
Original commitRevision:464189 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Tuesday, 12 Jan 2016
14:33 amdmi3 search for other commits by this committer
Add Public Domain support to ports license framework. You can now use

    LICENSE=  PD

Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).

Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.

Approved by:	portmgr (bapt)
Differential Revision:	D4149
Original commitRevision:405874 
Saturday, 1 Nov 2014
09:52 antoine search for other commits by this committer
Unbreak, www/mod_log_config-st wants apache 22
Original commitRevision:371999 
Friday, 31 Oct 2014
19:09 marino search for other commits by this committer
www/mod_log_mysql: According to maintainer, it's okay for Apache 24

PR:		193545
Original commitRevision:371882 
Sunday, 8 Jun 2014
19:51 olgeni search for other commits by this committer
Remove all space characters from Makefile assignments.

No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
Original commitRevision:357070 
Sunday, 18 May 2014
21:11 ohauer search for other commits by this committer
- add new file location, WWW, and changes compression type

PR:		ports/189631
Submitted by:	C Hutchinson <portmaster@bsdforge.com> (maintainer)
Original commitRevision:354471 
Saturday, 18 Jan 2014
17:58 ohauer search for other commits by this committer
- pass maintainer to submitter
- add LICENSE
- new MASTER site
- new re-rolled distfile some minor cleanup (mostly white spaces)

PR:		ports/185585
Submitted by:	C Hutchinson <portmaster@bsdforge.com> (new maintainer)
Original commitRevision:340199 
Sunday, 15 Dec 2013
16:45 ohauer search for other commits by this committer
- add stage support
- minor cleanups
Original commitRevision:336555 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Monday, 24 Sep 2012
20:55 ohauer search for other commits by this committer
- USE_APACHE s/22+/22/

some additional cleanups/fixes
- adopt new Makefile header
- convert to optionsNG
- use BROKEN instead IGNORE in bsd.apache.mk

with hat apache@
Original commitRevision:304797 
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, 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 Jul 2011
23:06 ohauer search for other commits by this committer
- change MASTER_SITES to LOCAL/ohauer
- add a note about the last MASER_SITE which was hacked and not
  cleaned over a long period.

 (Noted by Jerry Walsh <jerry.walsh _at_ gmail.com> on apache@)
Original commit
Saturday, 19 Mar 2011
13:15 ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
Original commit
Tuesday, 7 Dec 2010
21:29 pgollucci search for other commits by this committer
- enable auto-reconnect support

PR:             ports/152644
Submitted by:   Alex Samorukov <samm@os2.kiev.ua>
Original commit
Sunday, 17 May 2009
07:24 pgollucci search for other commits by this committer
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes
Original commit
Sunday, 12 Apr 2009
01:27 pgollucci search for other commits by this committer
- Fix compile with www/apache22
Original commit
Thursday, 11 May 2006
17:52 clement search for other commits by this committer
- Get rid of Makefile.modules.3rd dependency
- And yes it works with www/apache22
Original commit
Sunday, 4 Dec 2005
00:18 clement search for other commits by this committer
- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:             ports/78119
Repocopied by:  marcus
Original commit
Wednesday, 18 Aug 2004
16:21 clement search for other commits by this committer
- Assign maintainership to freshly created apache@ mailing list
Original commit
Sunday, 2 May 2004
20:12 clement search for other commits by this committer
Add mod_log_mysql 1.0.

mod_log_mysql is a module for the Apache 2 webserver which permits
request logging into a MySQL database.

Key features are:
    * Seamless integration into the standard Apache logging
      configuration.
    * Only one configuration line needed to start logging.
    * Free SQL use.
    * Multiple databases, database users and/or database servers.
    * Connection pooling, only one connection per log target per
      child process.
    * Logs data as it is: e.g. times as SQL DATETIME and n/a items
      as SQL NULL.
    * Won't loose data if the database server is down.

Note: this module requires mod_log_config-st

WWW: http://bitbrook.de/software/mod_log_mysql/
Original commit
Saturday, 12 Jul 2003
19:07 lev search for other commits by this committer
  www/mod_log_mysql -> www/mod_log_sql
  Renamed by author in latest version.
Original commit
Tuesday, 17 Jun 2003
13:53 lev search for other commits by this committer
Change MAINTAINER field of my ports to lev@FReeBSD.org, my brand-new
committer's e-mail

Approved by:    sobomax
Original commit
Friday, 21 Feb 2003
14:01 knu search for other commits by this committer
De-pkg-comment.
Original commit
Saturday, 22 Jun 2002
17:00 ijliao search for other commits by this committer
upgrade to 1.16

PR:             39122
Submitted by:   maintainer
Original commit
Sunday, 3 Mar 2002
07:30 pat search for other commits by this committer
Update to 1.14    
Original commit
Saturday, 2 Feb 2002
05:37 pat search for other commits by this committer
Fix breakage that would cause this module to not work at all   Bump
PORTREVISION.    
Original commit
Sunday, 27 Jan 2002
17:42 dwcjr search for other commits by this committer
Update to 1.13    
Original commit
Sunday, 25 Nov 2001
09:22 petef search for other commits by this committer
Add mod_log_mysql-1.09, allows Apache to log to a MySQL database    
Original commit

Number of commits found: 31