Commit graph

23 commits

Author SHA1 Message Date
Pawel Pekala
ea2f6e254b - Update to version 1.35
- Add LICENSE
- Remove pkg-install script, move directory creation to pkg-plist
- Use @sample keyword for config files

PR:		194019
Submitted by:	TEUBEL Györg y<tgyurci@gmail.com>
Approved by:	maintainer
2014-11-05 17:35:38 +00:00
Baptiste Daroussin
33a8245017 Convert to new plist formats which fixes the postgrey credential on the db
directory
2014-10-29 23:00:54 +00:00
Sunpoet Po-Chuan Hsieh
23b69776dd - Make postgrey work with Perl 5.18
- Bump PORTREVISION for package change

PR:		ports/181291
Reference:	569dd04484
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
2013-10-19 20:03:52 +00:00
Guido Falsi
424948a5b8 Add back rcvar assignment in startup script.
PR:		ports/180182
Submitted by:	Doug Barton <dougb@dougbarton.us>
Approved by:	Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
2013-07-06 14:03:24 +00:00
Guido Falsi
bbc8d61610 - Patch postgrey to use PGY_GROUPNAME by default
- Don't show OPTIONS dialog for just DOCS option
- Tidy up port Makefile
- Rework rc script
- Add UPDATING message and pkg-message to inform users about the
  rc script changes

PR:		ports/178644
Submitted by:	Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
2013-05-25 14:55:19 +00:00
Chris Rees
fd4a2cbe49 - Fix package installation; pre-install part of script depends on postgrey
username existing.

PR:		ports/166943
Submitted by:	Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)

- While here, use packages for perl dependencies to avoid requiring bsd.perl.mk

Approved by:	Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
2012-04-18 07:54:30 +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
Martin Matuska
d51164ad4f Fix missing file from the last revert commit.
Feature safe: yes
2011-11-10 20:59:59 +00:00
Martin Matuska
9101a04a9e Revert update of mail/postgrey on maintainer request. 2011-11-10 06:45:45 +00:00
Martin Matuska
344323802b - Add LICENSE support (postgrey is under GPLv2).
- Make pkg-install, pkg-plist and the rc script use variables defined
in the Makefile.
- Start using our own ETCDIR instead of co-opting postfix.
- Warn users about relocating the whitelists due to the ETCDIR move.
- Set postgrey's default group (--group) to the port's value.
- Add rc script postgrey_dbdir and postgrey_options variables to
avoid duplication of defaults when adding command-line flags.
- Remove redundant flags from the rc script postgrey_flags variable.

PR:		ports/162188
Submitted by:	Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
Reviewed by:	myself
2011-11-09 09:15:33 +00:00
Chris Rees
6905dcb2f9 Forced commit to note that the maintainer did apparently email with approval,
so this should not count as a timeout.

Sorry Darren!

PR:		ports/161311
2011-10-20 21:12:06 +00:00
Chris Rees
fe74e5f3f7 Use USERS and GROUPS
PR:		ports/161311
Submitted by:	me
Approved by:	maintainer timeout (14 days)
2011-10-19 17:51:15 +00:00
Wesley Shields
cdc93effce Update to 1.33 and add Greylist header option to RC script.
PR:		ports/148707
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Reviewed by:	maintainer timeout (1 month)
2010-08-17 23:52:34 +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
Philip M. Gollucci
a0406bddfb - Fix the rc.d script
PR:             ports/139046
Submitted by:   James E Risner <risner@mail.bullard.de>
Approved by:    maintainer timeout
2010-01-18 00:14:21 +00:00
Beech Rintoul
b32a9ef010 - Update to 1.31
- Fix pkg-plist

PR:		ports/117470
Submitted by:	Harold Paulson <haroldp@internal.org> (maintainer)
Approved by:	sat (mentor)
2007-10-27 11:49:41 +00:00
Beech Rintoul
e8b406f577 - Update to 1.28
- Makefile tweaks
- Register UID/GID for mail/postgrey

PR:		ports/114056
Submitted by:	Harold Paulson <haroldp@internal.org> (maintainer)
Approved by:	sat (mentor)
2007-06-27 21:13:24 +00:00
Yen-Ming Lee
ee8919ab2a - Update to 1.27
- Utilize USE_RC_SUBR and SUB_FILES

PR:		100291
Submitted by:	leeym
Approved by:	maintainer
2006-09-01 11:03:48 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Dima Dorfman
09fccf62cd Upgrade to 1.21.
Submitted by:	Harold Paulson <haroldp@internal.org>
Related PR:	77149
Security:	http://lists.ee.ethz.ch/postgrey/msg00647.html
Security:	remotely exploitable DoS vulnerability
2005-04-15 06:31:28 +00:00
Will Andrews
4d432f5578 Update to 1.17. Minor rc.d script modification to add the --group arg
by default and remove command_interpreter.  Require perl >= 5.6.0.

Submitted by:	MAINTAINER
2005-01-27 00:03:28 +00:00
Will Andrews
942f1d54f0 Update to 1.16 to fix distfile fetch & support reload rc.d command.
PR:		71901
Submitted by:	MAINTAINER
Approved by:	portmgr (self)
2004-09-23 02:07:36 +00:00
Will Andrews
1b6c87c5ba Add postgrey 1.15, a greylisting policy server for Postfix.
Assistance from:	Harold Paulson <haroldp@internal.org>
2004-09-01 22:11:21 +00:00