From owner-svn-ports-head@FreeBSD.ORG Thu Jul 24 05:19:41 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78B948BB; Thu, 24 Jul 2014 05:19:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 4C103249F; Thu, 24 Jul 2014 05:19:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6O5JfOp012527; Thu, 24 Jul 2014 05:19:41 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6O5Jewp012524; Thu, 24 Jul 2014 05:19:40 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201407240519.s6O5Jewp012524@svn.freebsd.org> From: Nicola Vitale Date: Thu, 24 Jul 2014 05:19:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362763 - head/devel/py-virtualenvwrapper 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.18 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, 24 Jul 2014 05:19:41 -0000 Author: nivit Date: Thu Jul 24 05:19:40 2014 New Revision: 362763 URL: http://svnweb.freebsd.org/changeset/ports/362763 QAT: https://qat.redports.org/buildarchive/r362763/ Log: - Update to 4.3.1 Build Log: https://redports.org/buildarchive/20140724044516-67645/ Modified: head/devel/py-virtualenvwrapper/Makefile head/devel/py-virtualenvwrapper/distinfo head/devel/py-virtualenvwrapper/pkg-plist Modified: head/devel/py-virtualenvwrapper/Makefile ============================================================================== --- head/devel/py-virtualenvwrapper/Makefile Thu Jul 24 05:11:54 2014 (r362762) +++ head/devel/py-virtualenvwrapper/Makefile Thu Jul 24 05:19:40 2014 (r362763) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualenvwrapper -PORTVERSION= 4.2 +PORTVERSION= 4.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-virtualenvwrapper/distinfo ============================================================================== --- head/devel/py-virtualenvwrapper/distinfo Thu Jul 24 05:11:54 2014 (r362762) +++ head/devel/py-virtualenvwrapper/distinfo Thu Jul 24 05:19:40 2014 (r362763) @@ -1,2 +1,2 @@ -SHA256 (virtualenvwrapper-4.2.tar.gz) = cbc7f3587d5c3f23ef4e75fba166c7d4b278dff044d915cb9070845d2a89033e -SIZE (virtualenvwrapper-4.2.tar.gz) = 125144 +SHA256 (virtualenvwrapper-4.3.1.tar.gz) = e6228aea4e76ba6a628455313eff4a6e2cf003010b23399c3a7dabd8798beb08 +SIZE (virtualenvwrapper-4.3.1.tar.gz) = 86086 Modified: head/devel/py-virtualenvwrapper/pkg-plist ============================================================================== --- head/devel/py-virtualenvwrapper/pkg-plist Thu Jul 24 05:11:54 2014 (r362762) +++ head/devel/py-virtualenvwrapper/pkg-plist Thu Jul 24 05:19:40 2014 (r362763) @@ -3,6 +3,7 @@ %%PORTDOCS%%%%DOCSDIR%%/_sources/design.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/developers.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/extensions.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/glossary.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/history.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/hooks.txt %%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt @@ -35,6 +36,7 @@ %%PORTDOCS%%%%DOCSDIR%%/design.html %%PORTDOCS%%%%DOCSDIR%%/developers.html %%PORTDOCS%%%%DOCSDIR%%/extensions.html +%%PORTDOCS%%%%DOCSDIR%%/glossary.html %%PORTDOCS%%%%DOCSDIR%%/history.html %%PORTDOCS%%%%DOCSDIR%%/hooks.html %%PORTDOCS%%%%DOCSDIR%%/index.html @@ -46,6 +48,6 @@ %%PORTDOCS%%%%DOCSDIR%%/search.html %%PORTDOCS%%%%DOCSDIR%%/searchindex.js %%PORTDOCS%%%%DOCSDIR%%/tips.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static -%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/_sources +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/_static +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%