From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 4 21:00:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 894991DD for ; Fri, 4 Apr 2014 21:00: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 63D1DBD for ; Fri, 4 Apr 2014 21:00:02 +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 s34L01FL055166 for ; Fri, 4 Apr 2014 21:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s34L01Gn055165; Fri, 4 Apr 2014 21:00:01 GMT (envelope-from gnats) Resent-Date: Fri, 4 Apr 2014 21:00:01 GMT Resent-Message-Id: <201404042100.s34L01Gn055165@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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 189F9C81 for ; Fri, 4 Apr 2014 20:50:26 +0000 (UTC) Received: from mail-qc0-f195.google.com (mail-qc0-f195.google.com [209.85.216.195]) (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 CD999F5F for ; Fri, 4 Apr 2014 20:50:25 +0000 (UTC) Received: by mail-qc0-f195.google.com with SMTP id c9so1090737qcz.2 for ; Fri, 04 Apr 2014 13:50:24 -0700 (PDT) Received: from dbaio@bsd.com.br ([177.66.160.244]) by mx.google.com with ESMTPSA id b3sm18292200qae.2.2014.04.04.13.37.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Apr 2014 13:37:20 -0700 (PDT) Received: by dbaio@bsd.com.br (sSMTP sendmail emulation); Fri, 04 Apr 2014 17:37:15 -0300 Message-Id: <533f1800.8326e00a.7ae1.0bd1@mx.google.com> Date: Fri, 04 Apr 2014 17:37:15 -0300 From: "Danilo G. Baio" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/188266: [PATCH] mail/opendkim: stage support Cc: umq@ueo.co.jp 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: Fri, 04 Apr 2014 21:00:02 -0000 >Number: 188266 >Category: ports >Synopsis: [PATCH] mail/opendkim: stage support >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: Fri Apr 04 21:00:01 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 - Orphan files Port maintainer (umq@ueo.co.jp) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- opendkim-2.8.3.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 350163) +++ Makefile (working copy) @@ -50,7 +50,6 @@ MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" -NO_STAGE= yes .include "${.CURDIR}/Makefile.options" .include @@ -169,13 +168,10 @@ post-install: .if ! ${PORT_OPTIONS:MDEBUG} && ${PORT_OPTIONS:MFILTER} - @${STRIP_CMD} ${PREFIX}/sbin/opendkim + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/opendkim .endif - @${MKDIR} ${PREFIX}/etc/mail - ${INSTALL_DATA} ${WRKSRC}/opendkim/opendkim.conf.sample ${PREFIX}/etc/mail/ -.if ${PORT_OPTIONS:MFILTER} - @${CAT} ${PKGMESSAGE} -.endif + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail + ${INSTALL_DATA} ${WRKSRC}/opendkim/opendkim.conf.sample ${STAGEDIR}${PREFIX}/etc/mail/ regression-test: build cd ${WRKSRC} ; ${MAKE} check Index: pkg-plist =================================================================== --- pkg-plist (revision 350163) +++ pkg-plist (working copy) @@ -68,3 +68,12 @@ @dirrm include/opendkim %%DKIMREP%%@dirrm include/dkim-rep @dirrmtry etc/mail +man/man3/opendkim-lua.3.gz +man/man5/opendkim.conf.5.gz +man/man8/miltertest.8.gz +man/man8/opendkim-genkey.8.gz +man/man8/opendkim-genzone.8.gz +man/man8/opendkim-testadsp.8.gz +man/man8/opendkim-testkey.8.gz +man/man8/opendkim-testmsg.8.gz +man/man8/opendkim.8.gz --- opendkim-2.8.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: