Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jul 2017 01:54:52 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444858 - head/www/seahub
Message-ID:  <201707020154.v621sqL7033098@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ultima
Date: Sun Jul  2 01:54:52 2017
New Revision: 444858
URL: https://svnweb.freebsd.org/changeset/ports/444858

Log:
  * Added py-requests to runtime depends
  
  Reported by:	Carsten Lohrmann
  Reviewed by:	lifanov (mentor), matthew (mentor)
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11430

Modified:
  head/www/seahub/Makefile

Modified: head/www/seahub/Makefile
==============================================================================
--- head/www/seahub/Makefile	Sun Jul  2 00:34:11 2017	(r444857)
+++ head/www/seahub/Makefile	Sun Jul  2 01:54:52 2017	(r444858)
@@ -2,6 +2,7 @@
 
 PORTNAME=	seahub
 PORTVERSION=	${SEAHUB_VER}
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 DISTVERSIONSUFFIX=	-pro
 CATEGORIES=	www
@@ -25,6 +26,7 @@ RUN_DEPENDS=	bash:shells/bash \
 		${PYTHON_PKGNAMEPREFIX}flup>=0:www/py-flup \
 		${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \
+		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \
 		${PYTHON_PKGNAMEPREFIX}openpyxl>=0:textproc/py-openpyxl \
 		${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow \



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