ports/109022: [PATCH] net/kojoney: fix py-zopeInterface path in RUN_DEPENDS

Nicola Vitale nivit at FreeBSD.org
Sat Feb 10 15:50:04 UTC 2007


>Number:         109022
>Category:       ports
>Synopsis:       [PATCH] net/kojoney: fix py-zopeInterface path in RUN_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 10 15:50:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD arancino.domo.sva 6.2-STABLE FreeBSD 6.2-STABLE #11: Mon Jan 15 17:21:21 CET 2007
>Description:
- Port devel/py-zopeInterface has a new installation directory
  ( http://www.freebsd.org/cgi/query-pr.cgi?pr=108727 ).
  The enclosed patch fixes the corresponding entry in RUN_DEPENDS.

Port maintainer (systemoperator at gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- kojoney-0.0.4.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/kojoney/Makefile /usr/ports/net/kojoney.fix-zopeInterface_path/Makefile
--- /usr/ports/net/kojoney/Makefile	Tue Dec  5 21:08:46 2006
+++ /usr/ports/net/kojoney.fix-zopeInterface_path/Makefile	Sat Feb 10 15:55:38 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	kojoney
 PORTVERSION=	0.0.4.1
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=kojoney
@@ -14,7 +15,7 @@
 MAINTAINER=	systemoperator at gmail.com
 COMMENT=	A low level interaction honeypot that emulates an SSH server
 
-RUN_DEPENDS=	${PYTHONPREFIX_SITELIBDIR}/zope/interface/interface.py:${PORTSDIR}/devel/py-zopeInterface \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zopeInterface>=3.3.0_1:${PORTSDIR}/devel/py-zopeInterface \
 		${PYTHONPREFIX_SITELIBDIR}/Crypto:${PORTSDIR}/security/py-pycrypto \
 		${SITE_PERL}/IP/Country.pm:${PORTSDIR}/net/p5-IP-Country
 
--- kojoney-0.0.4.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list