Skip site navigation (1)Skip section navigation (2)
Date:      10 Feb 2007 15:02:21 -0000
From:      nivit@FreeBSD.org (Nicola Vitale)
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        systemoperator@gmail.com
Subject:   ports/109022: [PATCH] net/kojoney: fix py-zopeInterface path in RUN_DEPENDS
Message-ID:  <20070210150221.12437.qmail@arancino>
Resent-Message-ID: <200702101550.l1AFo3lC002946@freefall.freebsd.org>

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

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



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