Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 2015 18:24:35 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398129 - head/security/py-flask-httpauth
Message-ID:  <201509281824.t8SIOZQp016894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Sep 28 18:24:34 2015
New Revision: 398129
URL: https://svnweb.freebsd.org/changeset/ports/398129

Log:
  security/py-flask-httpauth: update to 2.7.0

Modified:
  head/security/py-flask-httpauth/Makefile
  head/security/py-flask-httpauth/distinfo

Modified: head/security/py-flask-httpauth/Makefile
==============================================================================
--- head/security/py-flask-httpauth/Makefile	Mon Sep 28 18:23:54 2015	(r398128)
+++ head/security/py-flask-httpauth/Makefile	Mon Sep 28 18:24:34 2015	(r398129)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Flask-HTTPAuth
-PORTVERSION=	2.5.0
+PORTVERSION=	2.7.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,8 +9,11 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	rm@FreeBSD.org
 COMMENT=	Basic and Digest HTTP authentication for Flask routes
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>0:${PORTSDIR}/www/py-flask
 
+NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
 

Modified: head/security/py-flask-httpauth/distinfo
==============================================================================
--- head/security/py-flask-httpauth/distinfo	Mon Sep 28 18:23:54 2015	(r398128)
+++ head/security/py-flask-httpauth/distinfo	Mon Sep 28 18:24:34 2015	(r398129)
@@ -1,2 +1,2 @@
-SHA256 (Flask-HTTPAuth-2.5.0.tar.gz) = b314f48c71e5ce276aa4845b69c952afc879c2eb17b4f2d26bdc09dee1334f5b
-SIZE (Flask-HTTPAuth-2.5.0.tar.gz) = 2511
+SHA256 (Flask-HTTPAuth-2.7.0.tar.gz) = f779799a74994cd047569785becd3a3a1c95032aa5aefecb1819faf3becb008b
+SIZE (Flask-HTTPAuth-2.7.0.tar.gz) = 2704



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509281824.t8SIOZQp016894>