ports/131337: [Patch]net-p2p/torrent_swapper:fix the build error

Wen Heping wenheping at gmail.com
Tue Feb 3 12:00:15 UTC 2009


>Number:         131337
>Category:       ports
>Synopsis:       [Patch]net-p2p/torrent_swapper: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:   Tue Feb 03 12:00:13 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD-8.0 Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Dec 16 00:26:59 HKT 2008     root at fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
fix the build error caused by the update of security/py-m2crypto
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-02-04 00:52:17.000000000 +0800
+++ Makefile	2009-02-04 00:52:17.000000000 +0800
@@ -7,7 +7,7 @@
 
 PORTNAME=	torrent_swapper
 PORTVERSION=	1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	bit-torrent
@@ -16,7 +16,7 @@
 MAINTAINER=	alepulver at FreeBSD.org
 COMMENT=	Sociable 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_PYTHON=	2.4+


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



More information about the freebsd-ports-bugs mailing list