From yasu@home.utahime.org  Fri Apr 12 01:51:14 2013
Return-Path: <yasu@home.utahime.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 70C0CC15
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <yasu@utahime.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] py-spf: fix options dialog issue and etc.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         177796
>Category:       ports
>Synopsis:       [PATCH] mail/py-spf: fix options dialog issue and etc.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 12 02:00:00 UTC 2013
>Closed-Date:    Mon May 06 18:15:01 UTC 2013
>Last-Modified:  Mon May  6 18:20:00 UTC 2013
>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 <mnag@FreeBSD.org>
-#
+# Created by: Marcus Alves Grando <mnag@FreeBSD.org>
 # $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:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 15 02:05:42 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177796 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Mon May 6 18:15:00 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177796 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177796: commit references a PR
Date: Mon,  6 May 2013 18:14:38 +0000 (UTC)

 Author: sunpoet
 Date: Mon May  6 18:14:30 2013
 New Revision: 317536
 URL: http://svnweb.freebsd.org/changeset/ports/317536
 
 Log:
   - Add LICENSE
   - Fix OPTIONSFILE issue
   
   PR:		ports/177796
   Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
 
 Modified:
   head/mail/py-spf/Makefile
 
 Modified: head/mail/py-spf/Makefile
 ==============================================================================
 --- head/mail/py-spf/Makefile	Mon May  6 18:10:35 2013	(r317535)
 +++ head/mail/py-spf/Makefile	Mon May  6 18:14:30 2013	(r317536)
 @@ -1,9 +1,5 @@
 -# New ports collection makefile for:	py-spf
 -# Date created:				26 Dec 2004
 -# Whom:					Marcus Alves Grando <mnag@FreeBSD.org>
 -#
 +# Created by: Marcus Alves Grando <mnag@FreeBSD.org>
  # $FreeBSD$
 -#
  
  PORTNAME=	spf
  PORTVERSION=	2.0.7
 @@ -15,9 +11,12 @@ DISTNAME=	py${PORTNAME}-${PORTVERSION}
  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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
