svn commit: r382436 - in head/security: . py-requests-kerberos

Dan Langille dan at langille.org
Fri Mar 27 22:27:27 UTC 2015


Thank you. I had that staged to commit but failed to follow through.  Sorry.

[dan at testing:/usr/ports/security] $ svn di Makefile 
Index: Makefile
===================================================================
--- Makefile	(revision 382401)
+++ Makefile	(working copy)
@@ -826,6 +826,7 @@
     SUBDIR += py-pysha3
     SUBDIR += py-python-registry
     SUBDIR += py-rekall
+    SUBDIR += py-requests-kerberos
     SUBDIR += py-rsa
     SUBDIR += py-service_identity
     SUBDIR += py-slowaes



> On Mar 27, 2015, at 4:37 PM, Antoine Brodin <antoine at FreeBSD.org> wrote:
> 
> 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/
> 
> Log:
>  - Hook py-requests-kerberos to the build
>  - Fix LICENSE
> 
> Modified:
>  head/security/Makefile
>  head/security/py-requests-kerberos/Makefile
> 
> Modified: head/security/Makefile
> ==============================================================================
> --- 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 += py-pysha3
>     SUBDIR += py-python-registry
>     SUBDIR += py-rekall
> +    SUBDIR += py-requests-kerberos
>     SUBDIR += py-rsa
>     SUBDIR += py-service_identity
>     SUBDIR += py-slowaes
> 
> Modified: head/security/py-requests-kerberos/Makefile
> ==============================================================================
> --- 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=	${PYTHON_PKGNAMEPREFIX}
> MAINTAINER=	dvl at FreeBSD.org
> COMMENT=	Kerberos authentication handler for python-requests
> 
> -LISENSE=	ISCL
> +LICENSE=	ISCL
> LICENSE_FILE=	${WRKSRC}/LICENSE
> 
> RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>1.1.0:${PORTSDIR}/www/py-requests \
> 

— 
Dan Langille
http://langille.org/







More information about the svn-ports-head mailing list