Date: Tue, 19 Jul 2005 16:54:40 -0300 (BRT) From: Marcus Grando <marcus@corp.grupos.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83744: [MAINTAINER] Update port: mail/py-spf dependencies fix Message-ID: <20050719195440.D667F5680@corp.grupos.com.br> Resent-Message-ID: <200507192000.j6JK0gkm065194@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83744 >Category: ports >Synopsis: [MAINTAINER] Update port: mail/py-spf dependencies fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 19 20:00:42 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #0: Mon Jul 11 10:07:29 BRT 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: - Fix dependencies when PREFIX != /usr/local Removed files: pkg-plist >How-To-Repeat: >Fix: --- py-spf.patch begins here --- diff -ruN py-spf.orig/Makefile py-spf/Makefile --- py-spf.orig/Makefile Tue Dec 28 13:00:15 2004 +++ py-spf/Makefile Tue Jul 19 16:52:00 2005 @@ -15,13 +15,18 @@ MAINTAINER= marcus@corp.grupos.com.br COMMENT= Python implementation of SPF -RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/DNS/__init__.py:${PORTSDIR}/dns/py-dns +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/DNS/__init__.py:${PORTSDIR}/dns/py-dns DIST_SUBDIR= python USE_PYTHON= yes USE_PYDISTUTILS=yes DOCSDIR?= ${PREFIX}/share/doc/py-${PORTNAME} + +PLIST_FILES= bin/spf.py \ + %%PYTHON_SITELIBDIR%%/spf.py \ + %%PYTHON_SITELIBDIR%%/spf.pyc \ + %%PYTHON_SITELIBDIR%%/spf.pyo .if !defined(NOPORTDOCS) PORTDOCS= * diff -ruN py-spf.orig/pkg-plist py-spf/pkg-plist --- py-spf.orig/pkg-plist Tue Dec 28 13:00:15 2004 +++ py-spf/pkg-plist Wed Dec 31 21:00:00 1969 @@ -1,4 +0,0 @@ -bin/spf.py -lib/%%PYTHON_VERSION%%/site-packages/spf.py -lib/%%PYTHON_VERSION%%/site-packages/spf.pyc -lib/%%PYTHON_VERSION%%/site-packages/spf.pyo --- py-spf.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050719195440.D667F5680>