From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 12 02:00:01 2013 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]) by hub.freebsd.org (Postfix) with ESMTP id 3C7D6D64 for ; Fri, 12 Apr 2013 02:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1EB34899 for ; Fri, 12 Apr 2013 02:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3C2005I062515 for ; Fri, 12 Apr 2013 02:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3C200fQ062514; Fri, 12 Apr 2013 02:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 12 Apr 2013 02:00:00 GMT Resent-Message-Id: <201304120200.r3C200fQ062514@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, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 70C0CC15 for ; Fri, 12 Apr 2013 01:51:14 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 44E8685B for ; Fri, 12 Apr 2013 01:51:14 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 9DAE961FAB; Fri, 12 Apr 2013 10:51:13 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 7C2044E644; Fri, 12 Apr 2013 10:51:13 +0900 (JST) Received: from rolling-vm-freebsd1.home.utahime.org (rolling-vm-freebsd1.home.utahime.org [192.168.174.51]) by eastasia.home.utahime.org (Postfix) with ESMTP id 61C794E631; Fri, 12 Apr 2013 10:51:13 +0900 (JST) Received: by rolling-vm-freebsd1.home.utahime.org (Postfix, from userid 1000) id 5A47C4E9C3; Fri, 12 Apr 2013 10:51:13 +0900 (JST) Message-Id: <20130412015113.5A47C4E9C3@rolling-vm-freebsd1.home.utahime.org> Date: Fri, 12 Apr 2013 10:51:13 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/177796: [PATCH] py-spf: fix options dialog issue and etc. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 02:00:01 -0000 >Number: 177796 >Category: ports >Synopsis: [PATCH] py-spf: fix options dialog issue and etc. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 12 02:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.1-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD xxxx 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #0 r249030: Sat Apr 6 22:45:59 JST 2013 xxxx amd64 >Description: >How-To-Repeat: >Fix: - Fix issue that options dailog is popd up even if sava file already exists. - Add license information. - Trim makefile header --- patch-py-spf begins here --- Index: Makefile =================================================================== --- Makefile (revision 315785) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-spf -# Date created: 26 Dec 2004 -# Whom: Marcus Alves Grando -# +# Created by: Marcus Alves Grando # $FreeBSD$ -# PORTNAME= spf PORTVERSION= 2.0.7 @@ -15,9 +11,12 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python implementation of the RFC 4408 SPF protocol +LICENSE= PSFL + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dns>=0:${PORTSDIR}/dns/py-dns OPTIONS_DEFINE= DOCS +OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options USE_PYTHON= yes USE_PYDISTUTILS= yes --- patch-py-spf ends here --- >Release-Note: >Audit-Trail: >Unformatted: