From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 17 00:50:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06A0816A41B for ; Thu, 17 Jan 2008 00:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A86C913C46A for ; Thu, 17 Jan 2008 00:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0H0o2Yd005929 for ; Thu, 17 Jan 2008 00:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0H0o25d005928; Thu, 17 Jan 2008 00:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 17 Jan 2008 00:50:02 GMT Resent-Message-Id: <200801170050.m0H0o25d005928@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mij Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11D1516A417 for ; Thu, 17 Jan 2008 00:46:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 03CC413C442 for ; Thu, 17 Jan 2008 00:46:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m0H0jKdt041154 for ; Thu, 17 Jan 2008 00:45:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m0H0jK8k041153; Thu, 17 Jan 2008 00:45:20 GMT (envelope-from nobody) Message-Id: <200801170045.m0H0jK8k041153@www.freebsd.org> Date: Thu, 17 Jan 2008 00:45:20 GMT From: Mij To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/119736: [maintainer update] greylite 2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2008 00:50:03 -0000 >Number: 119736 >Category: ports >Synopsis: [maintainer update] greylite 2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 17 00:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Mij >Release: 6.2-STABLE >Organization: >Environment: FreeBSD asd 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat May 5 16:21:47 CEST 2007 xyz i386 >Description: updates greylite to 2.0, see http://mij.oltrelinux.com/net/greylite/releases/changes-2.0.txt >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN greylite/Makefile greylite-new/Makefile --- greylite/Makefile 2007-12-19 13:42:50.000000000 +0100 +++ greylite-new/Makefile 2008-01-17 02:32:59.000000000 +0100 @@ -5,37 +5,58 @@ # $FreeBSD: ports/mail/greylite/Makefile,v 1.1 2007/12/19 12:42:50 miwi Exp $ # -PORTNAME= greylite -DISTVERSION= 1.3 -CATEGORIES= mail -MASTER_SITES= http://mij.oltrelinux.com/net/greylite/ - -MAINTAINER= mij@bitchx.it -COMMENT= An efficient greylisting module for qmail - -USE_BZIP2= yes -USE_SQLITE= 3 -PLIST_FILES= bin/greylite +PORTNAME= greylite +DISTVERSION= 2.0 +CATEGORIES= mail +MASTER_SITES= http://mij.oltrelinux.com/net/greylite/releases/ + +MAINTAINER= mij@bitchx.it +COMMENT= Modified greylisting for qmail and for any other MDA + +RUN_DEPENDS= tcpserver:${PORTSDIR}/sysutils/ucspi-tcp + +USE_BZIP2= yes +USE_SQLITE= 3 +PLIST_FILES= bin/greylite \ + %%DNSBLENV%%bin/dnsblenv \ + %%UCSPI2SOCKET%%bin/ucspi2socket -MAN8= greylite.8 +MAN8= greylite.8 MANCOMPRESSED= yes -OPTIONS= GEOIP "Enable support for GeoIP in suspicion rules" On +OPTIONS= GEOIP "Support for GeoIP in suspicion rules" On \ + DNSBLENV "Module for interfacing with DNS blacklists" On \ + UCSPI2SOCKET "Module for using greylite as SMTP proxy" On .include .if !defined(WITHOUT_GEOIP) -LIB_DEPENDS+= GeoIP:$(PORTSDIR)/net/GeoIP +LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP MAKE_ARGS+= WITH_GEOIP=yep .endif +.if !defined(WITHOUT_DNSBLENV) +LIB_DEPENDS+= cares:${PORTSDIR}/dns/c-ares +MAKE_ARGS+= WITH_DNSBLENV=yep WITH_CARES14=yep +PLIST_SUB+= DNSBLENV="" +.else +PLIST_SUB+= DNSBLENV="@comment " +.endif + +.if !defined(WITHOUT_UCSPI2SOCKET) +MAKE_ARGS+= WITH_UCSPI2SOCKET=yep +PLIST_SUB+= UCSPI2SOCKET="" +.else +PLIST_SUB+= UCSPI2SOCKET="@comment " +.endif + post-patch: ${CP} ${WRKSRC}/Makefile.bsdmake ${WRKSRC}/Makefile do-build: - $(MAKE) -C $(WRKSRC) $(MAKE_ARGS) + ${MAKE} -C ${WRKSRC} ${MAKE_ARGS} post-install: - @$(CAT) pkg-message + @${CAT} pkg-message .include diff -ruN greylite/distinfo greylite-new/distinfo --- greylite/distinfo 2007-12-19 13:42:50.000000000 +0100 +++ greylite-new/distinfo 2008-01-17 02:32:59.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (greylite-1.3.tar.bz2) = a034d736a75555a3b710a288f33ade96 -SHA256 (greylite-1.3.tar.bz2) = 8393fd976daa4e0f514567f9a39905d4115cbe1f5809315bf4b16e082e8f7eba -SIZE (greylite-1.3.tar.bz2) = 13629 +MD5 (greylite-2.0.tar.bz2) = 4de0975465025b5808f0cf6c21d324af +SHA256 (greylite-2.0.tar.bz2) = 7f6900746931cc9bb76cd25e579fe4213266a89282f4bfe954683fd2ab0ecee5 +SIZE (greylite-2.0.tar.bz2) = 19082 diff -ruN greylite/pkg-message greylite-new/pkg-message --- greylite/pkg-message 2007-12-19 13:42:50.000000000 +0100 +++ greylite-new/pkg-message 2008-01-17 02:32:59.000000000 +0100 @@ -2,7 +2,4 @@ Greylite has been installed. Some steps are required for setting it up with qmail. greylite(8) has a synthesis and the website at http://mij.oltrelinux.com/net/greylite/ has more information. -You might be also interested in further refinements to improve -the effectiveness and performance of greylite: -http://mij.oltrelinux.com/net/greylite/practmatters.html ################################################################ >Release-Note: >Audit-Trail: >Unformatted: