From owner-svn-ports-all@freebsd.org Thu Jun 8 03:14:57 2017 Return-Path: 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 45653BF1C21; Thu, 8 Jun 2017 03:14:57 +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 142A1701E9; Thu, 8 Jun 2017 03:14:57 +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 v583EuR8047442; Thu, 8 Jun 2017 03:14:56 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v583EurD047440; Thu, 8 Jun 2017 03:14:56 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201706080314.v583EurD047440@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 03:14:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442904 - head/www/py-utidy 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2017 03:14:57 -0000 Author: rene Date: Thu Jun 8 03:14:55 2017 New Revision: 442904 URL: https://svnweb.freebsd.org/changeset/ports/442904 Log: www/py-utidy: fix fetch, add LICENSE, take maintainership Contents checked against a copy on distcache.freebsd.org Modified: head/www/py-utidy/Makefile head/www/py-utidy/distinfo Modified: head/www/py-utidy/Makefile ============================================================================== --- head/www/py-utidy/Makefile Thu Jun 8 02:39:34 2017 (r442903) +++ head/www/py-utidy/Makefile Thu Jun 8 03:14:55 2017 (r442904) @@ -3,22 +3,27 @@ PORTNAME= utidy PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python -MASTER_SITES= SF/utidylib PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= uTidylib-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rene@FreeBSD.org COMMENT= Python interface to tidy-lib +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= xdissent +GH_PROJECT= utidylib +GH_TAGNAME= 8eb8b3041d4dd44d7b64314da477b93b98bd692d + # XXX Better depend on tidy or tidy-devel??? LIB_DEPENDS= libtidy.so:www/tidy-lib -USES= python:2 zip +USES= python:2 USE_PYTHON= distutils autoplist - -BROKEN= checksum mismatch post-patch: @${REINPLACE_CMD} \ Modified: head/www/py-utidy/distinfo ============================================================================== --- head/www/py-utidy/distinfo Thu Jun 8 02:39:34 2017 (r442903) +++ head/www/py-utidy/distinfo Thu Jun 8 03:14:55 2017 (r442904) @@ -1,2 +1,3 @@ -SHA256 (uTidylib-0.2.zip) = 0385b29b0e636fa1cc6eb86ecb5428cf399f9474c8f343af038afce59720a333 -SIZE (uTidylib-0.2.zip) = 17575 +TIMESTAMP = 1496891054 +SHA256 (uTidylib-0.2_GH0.tar.gz) = 847d029589877a81dab3c19398c1d94510d679a3e2c7619c5897f59c682fa8f9 +SIZE (uTidylib-0.2_GH0.tar.gz) = 14522