Bug 177796

Summary: [PATCH] mail/py-spf: fix options dialog issue and etc.
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-py-spf none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2013-04-12 03:00:00 UTC

Fix: - Fix issue that options dailog is popd up even if sava file already exists.
	- Add license information.
	- Trim makefile header
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-15 03:05:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-06 19:14:38 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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-05-06 19:15:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!