From owner-svn-ports-head@freebsd.org Thu Jun 8 13:21:41 2017 Return-Path: Delivered-To: svn-ports-head@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 81210BFEFEF; Thu, 8 Jun 2017 13:21:41 +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 5B27F81A98; Thu, 8 Jun 2017 13:21:41 +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 v58DLe47091981; Thu, 8 Jun 2017 13:21:40 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v58DLeQB091977; Thu, 8 Jun 2017 13:21:40 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201706081321.v58DLeQB091977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 8 Jun 2017 13:21:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442918 - in head: . www www/py-utidy 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2017 13:21:41 -0000 Author: rene Date: Thu Jun 8 13:21:39 2017 New Revision: 442918 URL: https://svnweb.freebsd.org/changeset/ports/442918 Log: Move www/py-utidy to www/py-utidylib to comply with PyPI naming. Further fixes: - properly depend on Python 2.7 - drop manual DISTNAME Submitted by: koobs (private mail) Added: head/www/py-utidylib/ - copied from r442917, head/www/py-utidy/ Deleted: head/www/py-utidy/ Modified: head/MOVED head/www/Makefile head/www/py-utidylib/Makefile head/www/py-utidylib/distinfo Modified: head/MOVED ============================================================================== --- head/MOVED Thu Jun 8 12:37:32 2017 (r442917) +++ head/MOVED Thu Jun 8 13:21:39 2017 (r442918) @@ -9410,3 +9410,4 @@ security/pgp||2017-06-07|Has expired: This software wa dns/pear-Net_DNS||2017-06-07|Has expired: This Port use PHP4.2 - This PHP-Version is not longer supporded net/samba42|net/samba44|2016-09-07|Has expired: not supported upstream https://wiki.samba.org/index.php/Samba_Release_Planning net/samba43|net/samba44|2017-03-07|Has expired: not supported upstream https://wiki.samba.org/index.php/Samba_Release_Planning +www/py-utidy|www/py-utidylib|2017-06-08|Rename to comply with PyPI scheme Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Jun 8 12:37:32 2017 (r442917) +++ head/www/Makefile Thu Jun 8 13:21:39 2017 (r442918) @@ -1830,7 +1830,7 @@ SUBDIR += py-urlgrabber SUBDIR += py-urlobject SUBDIR += py-user_agent - SUBDIR += py-utidy + SUBDIR += py-utidylib SUBDIR += py-w3lib SUBDIR += py-waitress SUBDIR += py-webassets Modified: head/www/py-utidylib/Makefile ============================================================================== --- head/www/py-utidy/Makefile Thu Jun 8 12:37:32 2017 (r442917) +++ head/www/py-utidylib/Makefile Thu Jun 8 13:21:39 2017 (r442918) @@ -1,12 +1,11 @@ # Created by: Stefan Esser # $FreeBSD$ -PORTNAME= utidy +PORTNAME= utidylib PORTVERSION= 0.2 PORTREVISION= 2 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= uTidylib-${PORTVERSION} MAINTAINER= rene@FreeBSD.org COMMENT= Python interface to tidy-lib @@ -22,7 +21,7 @@ GH_TAGNAME= 8eb8b3041d4dd44d7b64314da477b93b98bd692d # XXX Better depend on tidy or tidy-devel??? LIB_DEPENDS= libtidy.so:www/tidy-lib -USES= python:2 +USES= python:2.7 USE_PYTHON= distutils autoplist post-patch: Modified: head/www/py-utidylib/distinfo ============================================================================== --- head/www/py-utidy/distinfo Thu Jun 8 12:37:32 2017 (r442917) +++ head/www/py-utidylib/distinfo Thu Jun 8 13:21:39 2017 (r442918) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496891054 -SHA256 (uTidylib-0.2_GH0.tar.gz) = 847d029589877a81dab3c19398c1d94510d679a3e2c7619c5897f59c682fa8f9 -SIZE (uTidylib-0.2_GH0.tar.gz) = 14522 +TIMESTAMP = 1496927849 +SHA256 (xdissent-utidylib-0.2-8eb8b3041d4dd44d7b64314da477b93b98bd692d_GH0.tar.gz) = 847d029589877a81dab3c19398c1d94510d679a3e2c7619c5897f59c682fa8f9 +SIZE (xdissent-utidylib-0.2-8eb8b3041d4dd44d7b64314da477b93b98bd692d_GH0.tar.gz) = 14522