Commit graph

40 commits

Author SHA1 Message Date
Tilman Keskinoz
a056b30f92 Fix rc Script
PR:		209448
Submitted by:	Miroslav Lachman
2016-05-11 14:36:55 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Dmitry Marakasov
08a706693c - Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Cleanup etcdir handling
- Switch to options helpers
- Cosmetic fixes
2016-03-30 00:52:40 +00:00
Kurt Jaeger
8a6fe341ce mail/sqlgrey: Fix missing dependencies (bash, wget, md5sum)
PR:		205754
Submitted by:	me@cschwarz.com
2016-01-18 19:48:35 +00:00
Mathieu Arnold
7c47779cb9 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
2015-12-17 17:19:48 +00:00
Antoine Brodin
8e556b93ae Cleanup plist 2014-11-22 18:42:44 +00:00
Mark Felder
0fa5ac10d2 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.
2014-09-04 11:56:46 +00:00
Mark Felder
98a149bb83 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
2014-09-03 20:49:19 +00:00
Baptiste Daroussin
8003ba152f Remove non staged ports without pending PR from ma* 2014-09-01 21:25:59 +00:00
Baptiste Daroussin
c71ee02f2e Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 09:12:57 +00:00
Mark Felder
e9316e97ba 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
2013-12-06 16:59:37 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Andrej Zverev
d6908e9cb1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 08:15:41 +00:00
Baptiste Daroussin
7117487ddb Convert to new options framework 2013-06-04 10:32:49 +00:00
Andrej Zverev
5c64b5a491 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 13:10:09 +00:00
Martin Matuska
e24792fc91 Update SQLgrey to 1.8.0
Use UIDs/GIDs infractructure (new uid/gid 226)

PR:		ports/165103
Approved by:	maintainer
2012-02-14 10:47:37 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Wesley Shields
8496c75dcd Add corrections in RC script from Doug.
Submitted by:	dougb@
2011-06-03 21:35:32 +00:00
Wesley Shields
0b53bd6cd6 - 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)
2011-06-03 11:25:11 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Tilman Keskinoz
6b6cbf49ac Fix dependency
PR:		140102
Submitted by:	Frank Wall <fw@moov.de>
Approved by:	maintainer
2009-11-09 08:15:15 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Thomas Abthorpe
777bf0b92e - Pass maintainership to submitter
Submitted by:	chifeng via freebsd-ports@
2009-02-17 02:56:31 +00:00
Martin Wilke
50012e393b - Update to 1.7.6
PR:		120259
Submitted by:	bartlomiej.syryjczyk@expro.pl
2008-02-05 13:48:12 +00:00
Cheng-Lung Sung
50b79ac1fe - Update to 1.7.5 2007-04-09 12:21:51 +00:00
Pav Lucistnik
fee5b7daa1 - Convert to OPTIONS
- Add optional rundep on Date::Calc for sqlgrey-logstats.pl script

Requested by:	Miroslav Lachman <000.fbsd@quip.cz>
2007-04-07 15:21:23 +00:00
Gabor Kovesdan
292f0fcf80 - Remove old Perl support from unmaintained ports in categories starting
with letter k-n
2007-04-04 17:39:14 +00:00
Alejandro Pulver
719379d7bb - 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>
2006-11-06 19:46:25 +00:00
Martin Wilke
075798f58c - Update to 1.7.4 2006-09-16 20:54:19 +00:00
Doug Barton
79e3e4c234 Unbreak by removing manual attempt to install rc.d script,
and a few other fixes.

Pet portlint.
2006-01-26 08:30:23 +00:00
Kris Kennaway
1886e5a992 BROKEN: Uses USE_RC_SUBR incorrectly; incorrect pkg-plist 2006-01-25 22:52:24 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Edwin Groothuis
fcd53f59b8 Upgrade to 1.7.3 2005-11-26 10:22:08 +00:00
Mathieu Arnold
6156da4b83 Update to 1.6.7
give back to ports@ (ENOTIME)

PR:		89418
Submitted by:	den
2005-11-23 17:22:15 +00:00
Mathieu Arnold
b1a641bc45 Be hipe and add SHA256 2005-11-14 14:16:12 +00:00
Pav Lucistnik
51a5a78484 - Update to 1.4.8
PR:		ports/82318
Submitted by:	Alex Kapranoff <kappa@rambler-co.ru>
Approved by:	mat (maintainer)
2005-07-06 17:05:15 +00:00
Sergey Skvortsov
54a1630d6e * 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)
2005-06-11 16:13:12 +00:00
Mathieu Arnold
9b565cbd93 Fix sqlgrey.conf's path in sqlgrey.sh [1]
fixup a few other things while I'm there
bump PORTREVISION

Poked by: flz [1]
2005-05-23 14:27:20 +00:00
Mathieu Arnold
fbd40d6087 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
2005-02-21 17:16:50 +00:00
Mathieu Arnold
e317d86f7f Add sqlgrey 1.4.5, greylisting policy server for Postfix using an SQL backend. 2005-02-18 11:39:31 +00:00