From owner-svn-ports-all@FreeBSD.ORG Fri Oct 10 21:22:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACCA8ADE; Fri, 10 Oct 2014 21:22:58 +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 98ABF61B; Fri, 10 Oct 2014 21:22:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9ALMw2k008993; Fri, 10 Oct 2014 21:22:58 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9ALMwam008991; Fri, 10 Oct 2014 21:22:58 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410102122.s9ALMwam008991@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 10 Oct 2014 21:22:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370604 - head/devel/py-cog 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.18-1 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: Fri, 10 Oct 2014 21:22:58 -0000 Author: antoine Date: Fri Oct 10 21:22:57 2014 New Revision: 370604 URL: https://svnweb.freebsd.org/changeset/ports/370604 QAT: https://qat.redports.org/buildarchive/r370604/ Log: Allow staging as a regular user, distfile was rerolled (previous distfile had files and directories unreadable) Modified: head/devel/py-cog/Makefile head/devel/py-cog/distinfo Modified: head/devel/py-cog/Makefile ============================================================================== --- head/devel/py-cog/Makefile Fri Oct 10 21:19:58 2014 (r370603) +++ head/devel/py-cog/Makefile Fri Oct 10 21:22:57 2014 (r370604) @@ -3,7 +3,7 @@ PORTNAME= cog PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +15,7 @@ COMMENT= Code Generator for any language LICENSE= MIT # Python3 ready -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/devel/py-cog/distinfo ============================================================================== --- head/devel/py-cog/distinfo Fri Oct 10 21:19:58 2014 (r370603) +++ head/devel/py-cog/distinfo Fri Oct 10 21:22:57 2014 (r370604) @@ -1,2 +1,2 @@ -SHA256 (cogapp-2.3.tar.gz) = a666250ba90faf3b02e07dfc3364921f79b5d9e7855d0d42ff079de282b4545b -SIZE (cogapp-2.3.tar.gz) = 20368 +SHA256 (cogapp-2.3.tar.gz) = d6527af3b753f546991239dfc85270c2eedefe27cf83c68dc2219332f5faf53f +SIZE (cogapp-2.3.tar.gz) = 20466