From owner-freebsd-ports@FreeBSD.ORG Thu Mar 10 20:32:50 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DA9D106566B for ; Thu, 10 Mar 2011 20:32:50 +0000 (UTC) (envelope-from sylgar@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 12B5A8FC0A for ; Thu, 10 Mar 2011 20:32:49 +0000 (UTC) Received: by fxm11 with SMTP id 11so451417fxm.13 for ; Thu, 10 Mar 2011 12:32:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:content-type:content-transfer-encoding :subject:date:message-id:cc:to:mime-version:x-mailer; bh=n5ZKxhxfLk0ulOntlxkOykukT9pKoOvifD4sx0cg+5k=; b=NjRNhL10QzHGwaVEGgxufg0BAXVo7Vj79B7eye67pR7y5TW9tVXN1DS9uJ9zBIqCeK 7lbpNWi4W20lzmuY+k3kROSD7kXf6H9eZB5X/08T2+sNDBQgY242K8sVsAHfcqWkZMGp g8hvGqMpDjgg03yVpwLVUQVHJGDKtoT8fJ3oU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :cc:to:mime-version:x-mailer; b=WynNc1cwRwK9EEGtPgKD0O95eH3N9jnISOOyo6EIfR8KBJtj224jH1qEDKbJk9DrE8 SAf48qU14rjng9ow1GYrnxSbi82DFHgV6QfM7pjlJq10LHBXy0oqBqVPQIFSrrbeeLi3 3J8yGNArwiovcI8LMuRkAe78XdOW7fRdUbNkk= Received: by 10.223.106.76 with SMTP id w12mr9872933fao.104.1299787593027; Thu, 10 Mar 2011 12:06:33 -0800 (PST) Received: from [192.168.0.13] (85-171-33-61.rev.numericable.fr [85.171.33.61]) by mx.google.com with ESMTPS id n1sm1581360fam.40.2011.03.10.12.06.26 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Mar 2011 12:06:31 -0800 (PST) From: Sylvain Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Thu, 10 Mar 2011 21:06:13 +0100 Message-Id: <994C0027-88DD-47C4-B66A-F7C998560B36@gmail.com> To: daniel@netwalk.org Mime-Version: 1.0 (Apple Message framework v1082) X-Mailer: Apple Mail (2.1082) Cc: ports@FreeBSD.org Subject: FreeBSD Port: sabnzbdplus-0.5.6_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2011 20:32:50 -0000 Hello, Now that cherrypy 3.2 is in the ports tree, I think you should remove = the following lines in the FreeBSD patch: @@ -42,8 +42,8 @@ sys.exit(1) =20 import cherrypy -if not cherrypy.__version__.startswith("3.2"): - print "Sorry, requires Python module Cherrypy 3.2 (use the included = version)" +if not cherrypy.__version__.startswith("3.1"): + print "Sorry, requires Python module Cherrypy 3.1 (use the included = version)" sys.exit(1) =20 from cherrypy import _cpserver Best regards, Sylvain.=