Date: Sat, 31 Jan 2009 10:11:18 GMT From: Wen Heping <wenheping@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131190: [Patch]net-p2p/tribler:fix the build error Message-ID: <200901311011.n0VABIwE006037@www.freebsd.org> Resent-Message-ID: <200901311020.n0VAK285017878@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131190 >Category: ports >Synopsis: [Patch]net-p2p/tribler:fix the build error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jan 31 10:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD-8.0 Current >Organization: ChangAn Middle School >Environment: >Description: Fix the build error caused by update of py-m2crypto >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2009-01-30 22:11:50.000000000 +0800 +++ Makefile 2009-01-30 22:11:50.000000000 +0800 @@ -7,7 +7,7 @@ PORTNAME= tribler PORTVERSION= 4.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= SF DISTNAME= Tribler_${PORTVERSION}_src @@ -15,7 +15,7 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= Streaming capable P2P network client based on BitTorrent -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/M2Crypto/__init__.py:${PORTSDIR}/security/py-m2crypto \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.19.1:${PORTSDIR}/security/py-m2crypto \ ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb USE_ZIP= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901311011.n0VABIwE006037>