From owner-svn-ports-all@FreeBSD.ORG Fri Mar 27 22:27:27 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0890745F; Fri, 27 Mar 2015 22:27:27 +0000 (UTC) Received: from clavin1.langille.org (clavin.langille.org [162.208.116.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D545BFCE; Fri, 27 Mar 2015 22:27:26 +0000 (UTC) Received: from (clavin1.int.langille.org (clavin1.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id 1D4DE351B ; Fri, 27 Mar 2015 22:27:25 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: svn commit: r382436 - in head/security: . py-requests-kerberos From: Dan Langille In-Reply-To: <201503272037.t2RKbhXT062259@svn.freebsd.org> Date: Fri, 27 Mar 2015 18:27:25 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <35E6CF25-DC63-4708-9D1B-A02CBD0FB80E@langille.org> References: <201503272037.t2RKbhXT062259@svn.freebsd.org> To: Antoine Brodin X-Mailer: Apple Mail (2.2070.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 22:27:27 -0000 Thank you. I had that staged to commit but failed to follow through. = Sorry. [dan@testing:/usr/ports/security] $ svn di Makefile=20 Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (revision 382401) +++ Makefile (working copy) @@ -826,6 +826,7 @@ SUBDIR +=3D py-pysha3 SUBDIR +=3D py-python-registry SUBDIR +=3D py-rekall + SUBDIR +=3D py-requests-kerberos SUBDIR +=3D py-rsa SUBDIR +=3D py-service_identity SUBDIR +=3D py-slowaes > On Mar 27, 2015, at 4:37 PM, Antoine Brodin = wrote: >=20 > Author: antoine > Date: Fri Mar 27 20:37:42 2015 > New Revision: 382436 > URL: https://svnweb.freebsd.org/changeset/ports/382436 > QAT: https://qat.redports.org/buildarchive/r382436/ >=20 > Log: > - Hook py-requests-kerberos to the build > - Fix LICENSE >=20 > Modified: > head/security/Makefile > head/security/py-requests-kerberos/Makefile >=20 > Modified: head/security/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/security/Makefile Fri Mar 27 20:22:37 2015 = (r382435) > +++ head/security/Makefile Fri Mar 27 20:37:42 2015 = (r382436) > @@ -826,6 +826,7 @@ > SUBDIR +=3D py-pysha3 > SUBDIR +=3D py-python-registry > SUBDIR +=3D py-rekall > + SUBDIR +=3D py-requests-kerberos > SUBDIR +=3D py-rsa > SUBDIR +=3D py-service_identity > SUBDIR +=3D py-slowaes >=20 > Modified: head/security/py-requests-kerberos/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/security/py-requests-kerberos/Makefile Fri Mar 27 = 20:22:37 2015 (r382435) > +++ head/security/py-requests-kerberos/Makefile Fri Mar 27 = 20:37:42 2015 (r382436) > @@ -10,7 +10,7 @@ PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > MAINTAINER=3D dvl@FreeBSD.org > COMMENT=3D Kerberos authentication handler for python-requests >=20 > -LISENSE=3D ISCL > +LICENSE=3D ISCL > LICENSE_FILE=3D ${WRKSRC}/LICENSE >=20 > RUN_DEPENDS=3D = ${PYTHON_PKGNAMEPREFIX}requests>1.1.0:${PORTSDIR}/www/py-requests \ >=20 =E2=80=94=20 Dan Langille http://langille.org/