From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 27 01:20:28 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A86616A4CE for ; Mon, 27 Dec 2004 01:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB5843D2F for ; Mon, 27 Dec 2004 01:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBR1KSfZ034524 for ; Mon, 27 Dec 2004 01:20:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBR1KSQH034523; Mon, 27 Dec 2004 01:20:28 GMT (envelope-from gnats) Date: Mon, 27 Dec 2004 01:20:28 GMT Message-Id: <200412270120.iBR1KSQH034523@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Marcus Grando Subject: Re: ports/75521: New port: mail/py-spf Python implementation of SPF X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 01:20:28 -0000 The following reply was made to PR ports/75521; it has been noted by GNATS. From: Marcus Grando To: freebsd-gnats-submit@FreeBSD.org, edwin@freebsd.org Cc: Subject: Re: ports/75521: New port: mail/py-spf Python implementation of SPF Date: Sun, 26 Dec 2004 23:20:36 -0200 Fix portlint FATAL >FATAL: Makefile: extra item "RUN_DEPENDS" placed in the MAINTAINER section. >FATAL: Makefile: COMMENT has to be there. --begin patch-- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-spf # py-spf/Makefile # py-spf/distinfo # py-spf/pkg-descr # py-spf/pkg-plist # echo c - py-spf mkdir -p py-spf > /dev/null 2>&1 echo x - py-spf/Makefile sed 's/^X//' >py-spf/Makefile << 'END-of-py-spf/Makefile' X# New ports collection makefile for: py-spf X# Date created: 26 Dec 2004 X# Whom: Marcus Grando X# X# $FreeBSD$ X# X XPORTNAME= spf XPORTVERSION= 1.6 XCATEGORIES= mail python XMASTER_SITES= http://www.wayforward.net/spf/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= py${PORTNAME}-${PORTVERSION} X XMAINTAINER= marcus@corp.grupos.com.br XCOMMENT= Python implementation of SPF X XRUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/DNS/__init__.py:${PORTSDIR}/dns/py-dns X XDIST_SUBDIR= python XUSE_PYTHON= yes XUSE_PYDISTUTILS=yes X XDOCSDIR?= ${PREFIX}/share/doc/py-${PORTNAME} X X.if !defined(NOPORTDOCS) XPORTDOCS= * X.endif X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X @${CHMOD} 755 ${PYTHONPREFIX_SITELIBDIR}/spf.py X @${LN} -s ${PYTHONPREFIX_SITELIBDIR}/spf.py ${PREFIX}/bin X X.include END-of-py-spf/Makefile echo x - py-spf/distinfo sed 's/^X//' >py-spf/distinfo << 'END-of-py-spf/distinfo' XMD5 (python/pyspf-1.6.tar.gz) = 7ff35d8f9db41f2f7e0068f78f243a3d XSIZE (python/pyspf-1.6.tar.gz) = 11424 END-of-py-spf/distinfo echo x - py-spf/pkg-descr sed 's/^X//' >py-spf/pkg-descr << 'END-of-py-spf/pkg-descr' XPython implementation of SPF (Sender Permitted From) X XFor more information about SPF, a tool against email forgery, see X http://spf.pobox.com X XFor news, bugfixes, etc. visit the home page for this implementation at X http://www.wayforward.net/spf/ X XWWW: http://www.wayforward.net/spf/ X XMarcus Grando END-of-py-spf/pkg-descr echo x - py-spf/pkg-plist sed 's/^X//' >py-spf/pkg-plist << 'END-of-py-spf/pkg-plist' Xbin/spf.py Xlib/%%PYTHON_VERSION%%/site-packages/spf.py Xlib/%%PYTHON_VERSION%%/site-packages/spf.pyc Xlib/%%PYTHON_VERSION%%/site-packages/spf.pyo END-of-py-spf/pkg-plist exit --end patch-- -- Marcus Grando Grupos Internet S/A marcus(at)corp.grupos.com.br