Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2013 10:51:13 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177796: [PATCH] py-spf: fix options dialog issue and etc.
Message-ID:  <20130412015113.5A47C4E9C3@rolling-vm-freebsd1.home.utahime.org>
Resent-Message-ID: <201304120200.r3C200fQ062514@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130412015113.5A47C4E9C3>