non port: mail/sqlgrey/Makefile |
Number of commits found: 42 |
Wednesday, 1 Nov 2023
|
22:11 Rodrigo Osorio (rodrigo)
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
05f0f44 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Friday, 3 Jun 2022
|
09:00 Po-Chuan Hsieh (sunpoet)
Mk/Uses/perl5.mk: Remove outdated P5_POD_PARSER
lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
699f62d |
Wednesday, 14 Jul 2021
|
16:10 Po-Chuan Hsieh (sunpoet)
mail/sqlgrey: Use P5_POD_PARSER
With hat: perl
4dc6962 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 26 Jul 2019
|
20:46 gerald
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
 |
Monday, 20 May 2019
|
13:04 mat
Remove Created by lines where I am the one.
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
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
 |
Wednesday, 11 May 2016
|
14:36 arved
Fix rc Script
PR: 209448
Submitted by: Miroslav Lachman
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 30 Mar 2016
|
00:52 amdmi3
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Cleanup etcdir handling
- Switch to options helpers
- Cosmetic fixes
 |
Monday, 18 Jan 2016
|
19:48 pi
mail/sqlgrey: Fix missing dependencies (bash, wget, md5sum)
PR: 205754
Submitted by: me@cschwarz.com
 |
Thursday, 17 Dec 2015
|
17:19 mat
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
 |
Thursday, 4 Sep 2014
|
11:56 feld
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.
 |
Wednesday, 3 Sep 2014
|
20:49 feld
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
 |
Friday, 4 Jul 2014
|
09:12 bapt
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr
 |
Friday, 6 Dec 2013
|
16:59 feld
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
 |
Friday, 20 Sep 2013
|
19:59 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
 |
Sunday, 15 Sep 2013
|
08:15 az
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
 |
Tuesday, 4 Jun 2013
|
10:32 bapt
Convert to new options framework
 |
Saturday, 30 Jun 2012
|
13:10 az
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
 |
Tuesday, 14 Feb 2012
|
10:47 mm
Update SQLgrey to 1.8.0
Use UIDs/GIDs infractructure (new uid/gid 226)
PR: ports/165103
Approved by: maintainer
 |
Friday, 3 Jun 2011
|
11:25 wxs
- 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)
 |
Monday, 9 Nov 2009
|
08:15 arved
Fix dependency
PR: 140102
Submitted by: Frank Wall <fw@moov.de>
Approved by: maintainer
 |
Saturday, 22 Aug 2009
|
00:28 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with M
 |
Tuesday, 17 Feb 2009
|
02:56 tabthorpe
- Pass maintainership to submitter
Submitted by: chifeng via freebsd-ports@
 |
Tuesday, 5 Feb 2008
|
13:48 miwi
- Update to 1.7.6
PR: 120259
Submitted by: bartlomiej.syryjczyk@expro.pl
 |
Monday, 9 Apr 2007
|
12:21 clsung
- Update to 1.7.5
 |
Saturday, 7 Apr 2007
|
15:21 pav
- Convert to OPTIONS
- Add optional rundep on Date::Calc for sqlgrey-logstats.pl script
Requested by: Miroslav Lachman <000.fbsd@quip.cz>
 |
Wednesday, 4 Apr 2007
|
17:39 gabor
- Remove old Perl support from unmaintained ports in categories starting
with letter k-n
 |
Monday, 6 Nov 2006
|
19:46 alepulver
- 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>
 |
Saturday, 16 Sep 2006
|
20:54 miwi
- Update to 1.7.4
 |
Thursday, 26 Jan 2006
|
08:30 dougb
Unbreak by removing manual attempt to install rc.d script,
and a few other fixes.
Pet portlint.
 |
Wednesday, 25 Jan 2006
|
22:52 kris
BROKEN: Uses USE_RC_SUBR incorrectly; incorrect pkg-plist
 |
Saturday, 26 Nov 2005
|
10:22 edwin
Upgrade to 1.7.3
 |
Wednesday, 23 Nov 2005
|
17:22 mat
Update to 1.6.7
give back to ports@ (ENOTIME)
PR: 89418
Submitted by: den
 |
Wednesday, 6 Jul 2005
|
17:05 pav
- Update to 1.4.8
PR: ports/82318
Submitted by: Alex Kapranoff <kappa@rambler-co.ru>
Approved by: mat (maintainer)
 |
Saturday, 11 Jun 2005
|
16:13 skv
* 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)
 |
Monday, 23 May 2005
|
14:27 mat
Fix sqlgrey.conf's path in sqlgrey.sh [1]
fixup a few other things while I'm there
bump PORTREVISION
Poked by: flz [1]
 |
Monday, 21 Feb 2005
|
17:16 mat
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
 |
Friday, 18 Feb 2005
|
11:39 mat
Add sqlgrey 1.4.5, greylisting policy server for Postfix using an SQL backend.
 |
Number of commits found: 42 |