svn commit: r494597 - head/www/py-mechanize

Li-Wen Hsu lwhsu at FreeBSD.org
Mon Mar 4 13:24:56 UTC 2019


Author: lwhsu
Date: Mon Mar  4 13:24:55 2019
New Revision: 494597
URL: https://svnweb.freebsd.org/changeset/ports/494597

Log:
  Add missing dependencies
  
  PR:		226314
  Submitted by:	Marcin Cieślak <saper at saper.info>

Modified:
  head/www/py-mechanize/Makefile

Modified: head/www/py-mechanize/Makefile
==============================================================================
--- head/www/py-mechanize/Makefile	Mon Mar  4 13:03:12 2019	(r494596)
+++ head/www/py-mechanize/Makefile	Mon Mar  4 13:24:55 2019	(r494597)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mechanize
 PORTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +12,9 @@ MAINTAINER=	lwhsu at FreeBSD.org
 COMMENT=	Stateful programmatic web browsing in Python
 
 LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}html5lib>=0.9:www/py-html5lib@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}html5-parser>0:www/py-html5-parser@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-all mailing list