From owner-freebsd-ports@freebsd.org Tue Sep 20 16:40:18 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDB04BE2593 for ; Tue, 20 Sep 2016 16:40:18 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 974041943; Tue, 20 Sep 2016 16:40:18 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from [192.168.82.232] (unknown [109.111.229.194]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id ABA3224BF5; Tue, 20 Sep 2016 18:40:16 +0200 (CEST) From: "Kristof Provost" To: "FreeBSD Ports ML" Cc: rm@freebsd.org Subject: py34-dnspython Date: Tue, 20 Sep 2016 18:40:16 +0200 Message-ID: <51315ADA-983B-4557-B6E0-37ACE1F70C87@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_MailMate_43EC41C7-268D-400B-832A-86A2B6E9E791_=" X-Mailer: MailMate (2.0BETAr6056) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 16:40:18 -0000 --=_MailMate_43EC41C7-268D-400B-832A-86A2B6E9E791_= Content-Type: text/plain; markup=markdown Hi, I found I had a need for dnspython for python 3.4. The port builds only for python 2.7 at the moment. Attached is a patch to introduce py34-dnspython. Regards, Kristof --=_MailMate_43EC41C7-268D-400B-832A-86A2B6E9E791_= Content-Disposition: attachment; filename=py34-dnspython.patch diff --git a/dns/py34-dnspython/Makefile b/dns/py34-dnspython/Makefile new file mode 100644 index 0000000..19af934 --- /dev/null +++ b/dns/py34-dnspython/Makefile @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../py-dnspython + +PYTHON_VERSION= python3.4 + +.include "${MASTERDIR}/Makefile" --=_MailMate_43EC41C7-268D-400B-832A-86A2B6E9E791_=--