From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 29 02:10:02 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 1E404C90 for ; Sat, 29 Mar 2014 02:10:02 +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 EBDCC2D3 for ; Sat, 29 Mar 2014 02:10: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 s2T2A1k6007557 for ; Sat, 29 Mar 2014 02:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2T2A1uc007556; Sat, 29 Mar 2014 02:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 29 Mar 2014 02:10:01 GMT Resent-Message-Id: <201403290210.s2T2A1uc007556@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, "Danilo G. Baio" 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 EA77BBD1 for ; Sat, 29 Mar 2014 02:05:09 +0000 (UTC) Received: from mail-qg0-f45.google.com (mail-qg0-f45.google.com [209.85.192.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB2062A3 for ; Sat, 29 Mar 2014 02:05:06 +0000 (UTC) Received: by mail-qg0-f45.google.com with SMTP id j5so5116094qga.4 for ; Fri, 28 Mar 2014 19:05:05 -0700 (PDT) Received: from dbaio@bsd.com.br ([177.66.160.244]) by mx.google.com with ESMTPSA id m2sm13529789qac.3.2014.03.28.19.05.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Mar 2014 19:05:04 -0700 (PDT) Received: by dbaio@bsd.com.br (sSMTP sendmail emulation); Fri, 28 Mar 2014 23:04:59 -0300 Message-Id: <53362a50.821ce00a.73a4.7a74@mx.google.com> Date: Fri, 28 Mar 2014 23:04:59 -0300 From: "Danilo G. Baio" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/188038: [PATCH] mail/postfix-policyd-spf-perl: stage support Cc: ports.maintainer@evilphi.com 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: Sat, 29 Mar 2014 02:10:02 -0000 >Number: 188038 >Category: ports >Synopsis: [PATCH] mail/postfix-policyd-spf-perl: stage support >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: Sat Mar 29 02:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Danilo G. Baio >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD dbaio.bs2cloud.com.br 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC >Description: - stage support Port maintainer (ports.maintainer@evilphi.com) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- postfix-policyd-spf-perl-2.007.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 349476) +++ Makefile (working copy) @@ -27,7 +27,6 @@ REINPLACE= s/%%SPF_FAIL%%/${SPF_FAIL}/g;\ s/%%SPF_TEMPERROR%%/${SPF_TEMPERROR}/g; -NO_STAGE= yes pre-patch: @${ECHO_MSG} "" @${ECHO_MSG} "You can change the actions returned by the server by setting the following" @@ -43,9 +42,6 @@ @${REINPLACE_CMD} -e '${REINPLACE}' ${WRKSRC}/postfix-policyd-spf-perl do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/postfix-policyd-spf-perl ${PREFIX}/sbin + @${INSTALL_SCRIPT} ${WRKSRC}/postfix-policyd-spf-perl ${STAGEDIR}${PREFIX}/sbin -post-install: - @${CAT} ${PKGMESSAGE} - .include --- postfix-policyd-spf-perl-2.007.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: