Date: Thu, 8 Jun 2017 13:30:18 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442919 - in head: textproc/translate-toolkit www/linkchecker www/py-utidylib Message-ID: <201706081330.v58DUIQZ094543@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Thu Jun 8 13:30:18 2017 New Revision: 442919 URL: https://svnweb.freebsd.org/changeset/ports/442919 Log: Chase www/py-utidylib move Modified: head/textproc/translate-toolkit/Makefile head/www/linkchecker/Makefile head/www/py-utidylib/Makefile Modified: head/textproc/translate-toolkit/Makefile ============================================================================== --- head/textproc/translate-toolkit/Makefile Thu Jun 8 13:21:39 2017 (r442918) +++ head/textproc/translate-toolkit/Makefile Thu Jun 8 13:30:18 2017 (r442919) @@ -3,6 +3,7 @@ PORTNAME= translate-toolkit PORTVERSION= 2.0.0b7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= CHEESESHOP @@ -20,7 +21,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:datab ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \ iso-codes>=1.3:misc/iso-codes \ bash:shells/bash \ - ${PYTHON_PKGNAMEPREFIX}utidy>=0:www/py-utidy + ${PYTHON_PKGNAMEPREFIX}utidylib>=0:www/py-utidylib RUN_DEPENDS:= ${BUILD_DEPENDS} # Can use psyco (on i386) Modified: head/www/linkchecker/Makefile ============================================================================== --- head/www/linkchecker/Makefile Thu Jun 8 13:21:39 2017 (r442918) +++ head/www/linkchecker/Makefile Thu Jun 8 13:30:18 2017 (r442919) @@ -43,7 +43,7 @@ SQLITE3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0: SYNTAX_DESC= HTML/CSS syntax check SYNTAX_RUN_DEPENDS=\ ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.5:www/py-cssutils \ - ${PYTHON_PKGNAMEPREFIX}utidy>=0.2:www/py-utidy + ${PYTHON_PKGNAMEPREFIX}utidylib>=0.2:www/py-utidylib .include <bsd.port.options.mk> Modified: head/www/py-utidylib/Makefile ============================================================================== --- head/www/py-utidylib/Makefile Thu Jun 8 13:21:39 2017 (r442918) +++ head/www/py-utidylib/Makefile Thu Jun 8 13:30:18 2017 (r442919) @@ -3,7 +3,7 @@ PORTNAME= utidylib PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706081330.v58DUIQZ094543>