From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 6 16:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A9E94EB for ; Sun, 6 Apr 2014 16:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 579F1E93 for ; Sun, 6 Apr 2014 16:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s36Ge1lt051122 for ; Sun, 6 Apr 2014 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s36Ge1Ea051121; Sun, 6 Apr 2014 16:40:01 GMT (envelope-from gnats) Resent-Date: Sun, 6 Apr 2014 16:40:01 GMT Resent-Message-Id: <201404061640.s36Ge1Ea051121@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, Keith Gaughan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8572E6E for ; Sun, 6 Apr 2014 16:35:20 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 585DEE35 for ; Sun, 6 Apr 2014 16:35:15 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s36GZ9gd057336 for ; Sun, 6 Apr 2014 16:35:09 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s36GZ9Ve057325; Sun, 6 Apr 2014 16:35:09 GMT (envelope-from nobody) Message-Id: <201404061635.s36GZ9Ve057325@cgiserv.freebsd.org> Date: Sun, 6 Apr 2014 16:35:09 GMT From: Keith Gaughan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188319: Update: mail/greyfix to 0.4.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2014 16:40:01 -0000 >Number: 188319 >Category: ports >Synopsis: Update: mail/greyfix to 0.4.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Apr 06 16:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Keith Gaughan >Release: 9.1 >Organization: >Environment: FreeBSD lir 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:11:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update mail/greyfix to 0.4.0. There are a few minor issues with this port. First is that greyfix has no license attached, so I can't fill out that fields. Second is that the socket patch included needs to be moved upstream. I intend on contacting the author about both issues as soon as is feasible. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -uNr greyfix.orig/Makefile greyfix/Makefile --- greyfix.orig/Makefile 2014-04-06 16:57:56.000000000 +0100 +++ greyfix/Makefile 2014-04-06 17:07:15.000000000 +0100 @@ -2,16 +2,17 @@ # $FreeBSD: head/mail/greyfix/Makefile 346160 2014-02-26 09:12:45Z ehaupt $ PORTNAME= greyfix -PORTVERSION= 0.3.9 +PORTVERSION= 0.4.0 CATEGORIES= mail -MASTER_SITES= http://www.kim-minh.com/pub/greyfix/ +MASTER_SITES= http://www.kim-minh.com/pub/greyfix/ \ + http://stereochro.me/distfiles/ MAINTAINER= k@stereochro.me COMMENT= A greylisting policy daemon for Postfix SUB_FILES= pkg-message -USE_BDB= yes +USE_BDB= 5+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-berkeleydb-libdir=${BDB_LIB_DIR} \ --with-berkeleydb-includedir=${BDB_INCLUDE_DIR} \ @@ -24,6 +25,6 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/greyfix ${STAGEDIR}${PREFIX}/sbin - ${INSTALL} -o nobody -m 700 -d ${STAGEDIR}/var/db/greyfix + ${INSTALL} -m 700 -d ${STAGEDIR}/var/db/greyfix .include diff -uNr greyfix.orig/distinfo greyfix/distinfo --- greyfix.orig/distinfo 2014-04-06 15:57:12.000000000 +0100 +++ greyfix/distinfo 2014-04-06 17:19:42.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (greyfix-0.3.9.tar.gz) = dee4428aef9b248b68799a640a85b44ffee0e9a3b2d2f16eed1bb41edad5f204 -SIZE (greyfix-0.3.9.tar.gz) = 79883 +SHA256 (greyfix-0.4.0.tar.gz) = 26013edce3a38d586282bfc22eb91bd22df54e3558ea1b3dae54d3e7a769e4fe +SIZE (greyfix-0.4.0.tar.gz) = 98051 diff -uNr greyfix.orig/files/patch-sockets greyfix/files/patch-sockets --- greyfix.orig/files/patch-sockets 1970-01-01 01:00:00.000000000 +0100 +++ greyfix/files/patch-sockets 2014-04-06 16:24:20.000000000 +0100 @@ -0,0 +1,11 @@ +--- greyfix.c.orig 2014-04-06 16:23:26.000000000 +0100 ++++ greyfix.c 2014-04-06 16:23:37.000000000 +0100 +@@ -26,6 +26,8 @@ + #include + #include + #include ++#include ++#include + + #include + >Release-Note: >Audit-Trail: >Unformatted: