From owner-svn-ports-all@freebsd.org  Thu Jun  8 13:30:19 2017
Return-Path: <owner-svn-ports-all@freebsd.org>
Delivered-To: svn-ports-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF7AABFF093;
 Thu,  8 Jun 2017 13:30:19 +0000 (UTC)
 (envelope-from rene@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 7F19081EBF;
 Thu,  8 Jun 2017 13:30:19 +0000 (UTC)
 (envelope-from rene@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v58DUIjC094546;
 Thu, 8 Jun 2017 13:30:18 GMT (envelope-from rene@FreeBSD.org)
Received: (from rene@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id v58DUIQZ094543;
 Thu, 8 Jun 2017 13:30:18 GMT (envelope-from rene@FreeBSD.org)
Message-Id: <201706081330.v58DUIQZ094543@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: rene set sender to
 rene@FreeBSD.org using -f
From: Rene Ladan <rene@FreeBSD.org>
Date: Thu, 8 Jun 2017 13:30:18 +0000 (UTC)
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
X-SVN-Group: ports-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all/>
List-Post: <mailto:svn-ports-all@freebsd.org>
List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-all>,
 <mailto:svn-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 08 Jun 2017 13:30:19 -0000

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}