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: mail/sqlgrey/Makefile

Number of commits found: 43

Tuesday, 9 Jan 2024
09:47 Baptiste Daroussin (bapt) search for other commits by this committer
MANPREFIX: eleminate its usage  and move man to share/man
commit hash: c75c944686415d24160b910420b8cec40549ce46 commit hash: c75c944686415d24160b910420b8cec40549ce46 commit hash: c75c944686415d24160b910420b8cec40549ce46 commit hash: c75c944686415d24160b910420b8cec40549ce46 c75c944
Wednesday, 1 Nov 2023
22:11 Rodrigo Osorio (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS for sourceforge.net projects

Homepage link is permanent redirected to its HTTPS counterpart
commit hash: 05f0f44a557a53913001d6debf17965dfb799288 commit hash: 05f0f44a557a53913001d6debf17965dfb799288 commit hash: 05f0f44a557a53913001d6debf17965dfb799288 commit hash: 05f0f44a557a53913001d6debf17965dfb799288 05f0f44
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
Friday, 3 Jun 2022
09:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/Uses/perl5.mk: Remove outdated P5_POD_PARSER

lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
commit hash: 699f62d696da389806fbd5f5bb86b1cc1f29f1ae commit hash: 699f62d696da389806fbd5f5bb86b1cc1f29f1ae commit hash: 699f62d696da389806fbd5f5bb86b1cc1f29f1ae commit hash: 699f62d696da389806fbd5f5bb86b1cc1f29f1ae 699f62d
Wednesday, 14 Jul 2021
16:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
mail/sqlgrey: Use P5_POD_PARSER

With hat:	perl
commit hash: 4dc6962c5269ca215295b196ea466faa88b00da3 commit hash: 4dc6962c5269ca215295b196ea466faa88b00da3 commit hash: 4dc6962c5269ca215295b196ea466faa88b00da3 commit hash: 4dc6962c5269ca215295b196ea466faa88b00da3 4dc6962
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 
Monday, 20 May 2019
13:04 mat search for other commits by this committer
Remove Created by lines where I am the one.
Original commitRevision:502104 
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 
Wednesday, 11 May 2016
14:36 arved search for other commits by this committer
Fix rc Script

PR:		209448
Submitted by:	Miroslav Lachman
Original commitRevision:414998 
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 
Wednesday, 30 Mar 2016
00:52 amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Cleanup etcdir handling
- Switch to options helpers
- Cosmetic fixes
Original commitRevision:412146 
Monday, 18 Jan 2016
19:48 pi search for other commits by this committer
mail/sqlgrey: Fix missing dependencies (bash, wget, md5sum)

PR:		205754
Submitted by:	me@cschwarz.com
Original commitRevision:406608 
Thursday, 17 Dec 2015
17:19 mat search for other commits by this committer
Fix usage of ${PERL5}.

${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:403913 
Thursday, 4 Sep 2014
11:56 feld search for other commits by this committer
License is supposed to have a lower case "v" or some build
environments will error with:

 License GPLV2 needs confirmation, but BATCH is defined

as it will be an unrecognized license.
Original commitRevision:367260 
Wednesday, 3 Sep 2014
20:49 feld search for other commits by this committer
Revive from the dead. This port is too important to let slip through the
cracks.

- Support STAGE
- Appease rclint and portlint
- Remove pkg-install. We can do this in @unexec and rc script.
- Set a default database option -- PGSQL will be default as recommended
upstream.
- Use new @sample capability
- SHEBANGFIX

Sponsored by:	SupraNet Communications, Inc
Original commitRevision:367233 
Friday, 4 Jul 2014
09:12 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Original commitRevision:360579 
Friday, 6 Dec 2013
16:59 feld search for other commits by this committer
Import patch to fix IPv6 greylisting

This patch is floating in the bug system on SourceForge. Upstream
develoment is slow/nonexistent.

If you have IPv6 mail servers and run sqlgrey you may notice emails from
places like GMail sometimes get lost or take forever to get be received.
This is because GMail does not retry from the same server, and they have
a large pool of IPv6 capable MTAs. For IPv4 sqlgrey handles this by
whitelisting the entire /24, but similar logic for whitelisting a /64 in
sqlgrey doesn't work consistently. This fixes it.

PR:		ports/182440
Approved by:	crees (mentor), maintainer timeout
Original commitRevision:335776 
Friday, 20 Sep 2013
19:59 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Original commitRevision:327742 
Sunday, 15 Sep 2013
08:15 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:327334 
Tuesday, 4 Jun 2013
10:32 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:319851 
Saturday, 30 Jun 2012
13:10 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Tuesday, 14 Feb 2012
10:47 mm search for other commits by this committer
Update SQLgrey to 1.8.0
Use UIDs/GIDs infractructure (new uid/gid 226)

PR:             ports/165103
Approved by:    maintainer
Original commit
Friday, 3 Jun 2011
11:25 wxs search for other commits by this committer
- Update to 1.8.0rc2.
- Rename RC script.

PR:             ports/157485
Submitted by:   Ryan Steinmetz (rpsfa@rit.edu)
Approved by:    chifeng <chifeng@gmail.com> (maintainer)
Original commit
Monday, 9 Nov 2009
08:15 arved search for other commits by this committer
Fix dependency

PR:             140102
Submitted by:   Frank Wall <fw@moov.de>
Approved by:    maintainer
Original commit
Saturday, 22 Aug 2009
00:28 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
Original commit
Tuesday, 17 Feb 2009
02:56 tabthorpe search for other commits by this committer
- Pass maintainership to submitter

Submitted by:   chifeng via freebsd-ports@
Original commit
Tuesday, 5 Feb 2008
13:48 miwi search for other commits by this committer
- Update to 1.7.6

PR:             120259
Submitted by:   bartlomiej.syryjczyk@expro.pl
Original commit
Monday, 9 Apr 2007
12:21 clsung search for other commits by this committer
- Update to 1.7.5
Original commit
Saturday, 7 Apr 2007
15:21 pav search for other commits by this committer
- Convert to OPTIONS
- Add optional rundep on Date::Calc for sqlgrey-logstats.pl script

Requested by:   Miroslav Lachman <000.fbsd@quip.cz>
Original commit
Wednesday, 4 Apr 2007
17:39 gabor search for other commits by this committer
- Remove old Perl support from unmaintained ports in categories starting
  with letter k-n
Original commit
Monday, 6 Nov 2006
19:46 alepulver search for other commits by this committer
- Typo in Makefile (RUN_DEPENDS) prevent mail/sqlgrey from install with
  pgsql support.
- Some cosmetic cleanup patch for fresh install.

PR:             ports/104881
Submitted by:   Olli Hauer <ohauer@gmx.de>
Original commit
Saturday, 16 Sep 2006
20:54 miwi search for other commits by this committer
- Update to 1.7.4
Original commit
Thursday, 26 Jan 2006
08:30 dougb search for other commits by this committer
Unbreak by removing manual attempt to install rc.d script,
and a few other fixes.

Pet portlint.
Original commit
Wednesday, 25 Jan 2006
22:52 kris search for other commits by this committer
BROKEN: Uses USE_RC_SUBR incorrectly; incorrect pkg-plist
Original commit
Saturday, 26 Nov 2005
10:22 edwin search for other commits by this committer
Upgrade to 1.7.3
Original commit
Wednesday, 23 Nov 2005
17:22 mat search for other commits by this committer
Update to 1.6.7
give back to ports@ (ENOTIME)

PR:             89418
Submitted by:   den
Original commit
Wednesday, 6 Jul 2005
17:05 pav search for other commits by this committer
- Update to 1.4.8

PR:             ports/82318
Submitted by:   Alex Kapranoff <kappa@rambler-co.ru>
Approved by:    mat (maintainer)
Original commit
Saturday, 11 Jun 2005
16:13 skv search for other commits by this committer
* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
Original commit
Monday, 23 May 2005
14:27 mat search for other commits by this committer
Fix sqlgrey.conf's path in sqlgrey.sh [1]
fixup a few other things while I'm there
bump PORTREVISION

Poked by: flz [1]
Original commit
Monday, 21 Feb 2005
17:16 mat search for other commits by this committer
Don't mix SUB_LIST and PLIST_SUB, it's a bad idea [1] :-)
+ minor fix in the Makefile

Pointed out by: [1] kris via pointyhat
Original commit
Friday, 18 Feb 2005
11:39 mat search for other commits by this committer
Add sqlgrey 1.4.5, greylisting policy server for Postfix using an SQL backend.
Original commit

Number of commits found: 43