From owner-cvs-all@FreeBSD.ORG Thu Nov 10 06:19:07 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E871106564A; Thu, 10 Nov 2011 06:19:07 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx1.freebsd.org (Postfix) with ESMTP id D34F88FC12; Thu, 10 Nov 2011 06:19:06 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 033CD4992; Thu, 10 Nov 2011 14:18:54 +0800 (CST) Date: Thu, 10 Nov 2011 14:18:54 +0800 From: Sunpoet Po-Chuan Hsieh To: Martin Matuska Message-ID: <20111110061854.GB4122@bonjour.sunpoet.net> References: <201111090915.pA99FXJG072240@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <201111090915.pA99FXJG072240@repoman.freebsd.org> Organization: The FreeBSD Project User-Agent: Mutt/1.5.21 (2010-09-15) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/postgrey Makefile pkg-plist ports/mail/postgrey/files pkg-install.in pkg-message.in postgrey.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2011 06:19:07 -0000 On Wed, Nov 09, 2011 at 09:15:33AM +0000, Martin Matuska wrote: > mm 2011-11-09 09:15:33 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > mail/postgrey Makefile pkg-plist=20 > mail/postgrey/files pkg-install.in postgrey.in=20 > Added files: > mail/postgrey/files pkg-message.in=20 > Log: > - 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. > =20 > PR: ports/162188 > Submitted by: Darren Pilgrim (maintain= er) > Reviewed by: myself > =20 > Revision Changes Path > 1.31 +22 -19 ports/mail/postgrey/Makefile > 1.4 +17 -31 ports/mail/postgrey/files/pkg-install.in > 1.1 +11 -0 ports/mail/postgrey/files/pkg-message.in (new) > 1.6 +9 -7 ports/mail/postgrey/files/postgrey.in > 1.9 +8 -6 ports/mail/postgrey/pkg-plist There's a typo in the rc.d script. It should be --inet=3D10023, not --inet:= 10023. Regards, sunpoet