aboutsummaryrefslogtreecommitdiff
path: root/mail/sqlgrey
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Mk/Uses/perl5.mk: Remove outdated P5_POD_PARSERPo-Chuan Hsieh2022-06-031-1/+1
| | | | lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
* mail/sqlgrey: Use P5_POD_PARSERPo-Chuan Hsieh2021-07-141-1/+1
| | | | With hat: perl
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Remove Created by lines where I am the one.Mathieu Arnold2019-05-201-1/+0
| | | | Notes: svn path=/head/; revision=502104
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* Fix rc ScriptTilman Keskinoz2016-05-112-2/+2
| | | | | | | | PR: 209448 Submitted by: Miroslav Lachman Notes: svn path=/head/; revision=414998
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Clarify LICENSEDmitry Marakasov2016-03-301-36/+21
| | | | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Cleanup etcdir handling - Switch to options helpers - Cosmetic fixes Notes: svn path=/head/; revision=412146
* mail/sqlgrey: Fix missing dependencies (bash, wget, md5sum)Kurt Jaeger2016-01-183-9/+78
| | | | | | | | PR: 205754 Submitted by: me@cschwarz.com Notes: svn path=/head/; revision=406608
* Fix usage of ${PERL5}.Mathieu Arnold2015-12-171-1/+1
| | | | | | | | | | | | | | | | | ${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 Notes: svn path=/head/; revision=403913
* Cleanup plistAntoine Brodin2014-11-221-1/+0
| | | | Notes: svn path=/head/; revision=373086
* License is supposed to have a lower case "v" or some buildMark Felder2014-09-041-1/+1
| | | | | | | | | | | environments will error with: License GPLV2 needs confirmation, but BATCH is defined as it will be an unrecognized license. Notes: svn path=/head/; revision=367260
* Revive from the dead. This port is too important to let slip through theMark Felder2014-09-036-0/+153
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=367233
* Remove non staged ports without pending PR from ma*Baptiste Daroussin2014-09-017-208/+0
| | | | Notes: svn path=/head/; revision=366959
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360579
* Import patch to fix IPv6 greylistingMark Felder2013-12-062-0/+12
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=335776
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327334
* Convert to new options frameworkBaptiste Daroussin2013-06-041-19/+13
| | | | Notes: svn path=/head/; revision=319851
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-7/+7
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300267
* Update SQLgrey to 1.8.0Martin Matuska2012-02-144-37/+15
| | | | | | | | | | Use UIDs/GIDs infractructure (new uid/gid 226) PR: ports/165103 Approved by: maintainer Notes: svn path=/head/; revision=291326
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Add corrections in RC script from Doug.Wesley Shields2011-06-031-5/+4
| | | | | | | Submitted by: dougb@ Notes: svn path=/head/; revision=275044
* - Update to 1.8.0rc2.Wesley Shields2011-06-033-7/+5
| | | | | | | | | | | - Rename RC script. PR: ports/157485 Submitted by: Ryan Steinmetz (rpsfa@rit.edu) Approved by: chifeng <chifeng@gmail.com> (maintainer) Notes: svn path=/head/; revision=275019
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix dependencyTilman Keskinoz2009-11-091-1/+1
| | | | | | | | | PR: 140102 Submitted by: Frank Wall <fw@moov.de> Approved by: maintainer Notes: svn path=/head/; revision=244010
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Pass maintainership to submitterThomas Abthorpe2009-02-171-1/+1
| | | | | | | Submitted by: chifeng via freebsd-ports@ Notes: svn path=/head/; revision=228530
* - Update to 1.7.6Martin Wilke2008-02-052-6/+5
| | | | | | | | PR: 120259 Submitted by: bartlomiej.syryjczyk@expro.pl Notes: svn path=/head/; revision=206754
* - Update to 1.7.5Cheng-Lung Sung2007-04-092-4/+4
| | | | Notes: svn path=/head/; revision=189559
* - Convert to OPTIONSPav Lucistnik2007-04-071-12/+23
| | | | | | | | | - Add optional rundep on Date::Calc for sqlgrey-logstats.pl script Requested by: Miroslav Lachman <000.fbsd@quip.cz> Notes: svn path=/head/; revision=189436
* - Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan2007-04-041-7/+1
| | | | | | | with letter k-n Notes: svn path=/head/; revision=189220
* - Typo in Makefile (RUN_DEPENDS) prevent mail/sqlgrey from install withAlejandro Pulver2006-11-062-5/+5
| | | | | | | | | | | pgsql support. - Some cosmetic cleanup patch for fresh install. PR: ports/104881 Submitted by: Olli Hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=176639
* - Update to 1.7.4Martin Wilke2006-09-162-4/+4
| | | | Notes: svn path=/head/; revision=173156
* Unbreak by removing manual attempt to install rc.d script,Doug Barton2006-01-262-15/+10
| | | | | | | | | and a few other fixes. Pet portlint. Notes: svn path=/head/; revision=154490
* BROKEN: Uses USE_RC_SUBR incorrectly; incorrect pkg-plistKris Kennaway2006-01-251-0/+2
| | | | Notes: svn path=/head/; revision=154457
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Upgrade to 1.7.3Edwin Groothuis2005-11-262-4/+4
| | | | Notes: svn path=/head/; revision=149558
* Update to 1.6.7Mathieu Arnold2005-11-234-18/+20
| | | | | | | | | | give back to ports@ (ENOTIME) PR: 89418 Submitted by: den Notes: svn path=/head/; revision=149196
* Be hipe and add SHA256Mathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148240
* - Update to 1.4.8Pav Lucistnik2005-07-062-4/+3
| | | | | | | | | PR: ports/82318 Submitted by: Alex Kapranoff <kappa@rambler-co.ru> Approved by: mat (maintainer) Notes: svn path=/head/; revision=138609
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | + 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) Notes: svn path=/head/; revision=137264
* Fix sqlgrey.conf's path in sqlgrey.sh [1]Mathieu Arnold2005-05-232-3/+5
| | | | | | | | | | fixup a few other things while I'm there bump PORTREVISION Poked by: flz [1] Notes: svn path=/head/; revision=135964
* Don't mix SUB_LIST and PLIST_SUB, it's a bad idea [1] :-)Mathieu Arnold2005-02-211-3/+4
| | | | | | | | | + minor fix in the Makefile Pointed out by: [1] kris via pointyhat Notes: svn path=/head/; revision=129498
* Add sqlgrey 1.4.5, greylisting policy server for Postfix using an SQL backend.Mathieu Arnold2005-02-186-0/+219
Notes: svn path=/head/; revision=129155