From owner-svn-ports-all@freebsd.org Sat May 19 19:30:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD043EE0F35; Sat, 19 May 2018 19:30:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 723407C356; Sat, 19 May 2018 19:30:43 +0000 (UTC) (envelope-from miwi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 54310396F; Sat, 19 May 2018 19:30:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4JJUhFG095113; Sat, 19 May 2018 19:30:43 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4JJUgHA095111; Sat, 19 May 2018 19:30:42 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805191930.w4JJUgHA095111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 19 May 2018 19:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470429 - head/sysutils/py-pkginfo X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: head/sysutils/py-pkginfo X-SVN-Commit-Revision: 470429 X-SVN-Commit-Repository: ports 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.26 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: Sat, 19 May 2018 19:30:43 -0000 Author: miwi Date: Sat May 19 19:30:42 2018 New Revision: 470429 URL: https://svnweb.freebsd.org/changeset/ports/470429 Log: - Update to 1.4.2 PR: 227838 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer timeout Sponsored by: iXsystems Inc. Modified: head/sysutils/py-pkginfo/Makefile head/sysutils/py-pkginfo/distinfo Modified: head/sysutils/py-pkginfo/Makefile ============================================================================== --- head/sysutils/py-pkginfo/Makefile Sat May 19 19:28:15 2018 (r470428) +++ head/sysutils/py-pkginfo/Makefile Sat May 19 19:30:42 2018 (r470429) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkginfo -DISTVERSION= 1.4.1 +DISTVERSION= 1.4.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +10,21 @@ MAINTAINER= che@bein.link COMMENT= Query metadatdata from sdists / bdists / installed packages LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes +PORTDOCS= * + +OPTIONS_DEFINE= DOCS +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} +DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @(cd ${WRKSRC}/build/sphinx/html && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ + "! -name .buildinfo -and ! -name objects.inv") .include Modified: head/sysutils/py-pkginfo/distinfo ============================================================================== --- head/sysutils/py-pkginfo/distinfo Sat May 19 19:28:15 2018 (r470428) +++ head/sysutils/py-pkginfo/distinfo Sat May 19 19:30:42 2018 (r470429) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508436879 -SHA256 (pkginfo-1.4.1.tar.gz) = bb1a6aeabfc898f5df124e7e00303a5b3ec9a489535f346bfbddb081af93f89e -SIZE (pkginfo-1.4.1.tar.gz) = 32001 +TIMESTAMP = 1524990990 +SHA256 (pkginfo-1.4.2.tar.gz) = 5878d542a4b3f237e359926384f1dde4e099c9f5525d236b1840cf704fa8d474 +SIZE (pkginfo-1.4.2.tar.gz) = 33539