From owner-svn-ports-head@FreeBSD.ORG Tue Dec 2 05:02:41 2014 Return-Path: Delivered-To: svn-ports-head@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 CEE91A26; Tue, 2 Dec 2014 05:02: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 BBECEE7F; Tue, 2 Dec 2014 05:02:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB252fhV086692; Tue, 2 Dec 2014 05:02:41 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB252fkC086690; Tue, 2 Dec 2014 05:02:41 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201412020502.sB252fkC086690@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Tue, 2 Dec 2014 05:02:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373750 - head/www/py-pafy 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-1 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: Tue, 02 Dec 2014 05:02:41 -0000 Author: nivit Date: Tue Dec 2 05:02:40 2014 New Revision: 373750 URL: https://svnweb.freebsd.org/changeset/ports/373750 QAT: https://qat.redports.org/buildarchive/r373750/ Log: - Update to 0.3.64 - Switch to USES= python PR: 148441 Submitted by: olivierd Modified: head/www/py-pafy/Makefile head/www/py-pafy/distinfo Modified: head/www/py-pafy/Makefile ============================================================================== --- head/www/py-pafy/Makefile Tue Dec 2 04:41:06 2014 (r373749) +++ head/www/py-pafy/Makefile Tue Dec 2 05:02:40 2014 (r373750) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pafy -PORTVERSION= 0.3.58 +PORTVERSION= 0.3.64 #PORTREVISION= 0 CATEGORIES= www MASTER_SITES= CHEESESHOP @@ -14,11 +14,7 @@ COMMENT= Python API for YouTube LICENSE= GPLv3 -# This port installs the following files in shared dirs -# PLIST_FILES= bin/ytdl -PYDISTUTILS_AUTOPLIST= yes - -USE_PYDISTUTILS= yes -USE_PYTHON= yes +USES= python +USE_PYTHON= distutils autoplist .include Modified: head/www/py-pafy/distinfo ============================================================================== --- head/www/py-pafy/distinfo Tue Dec 2 04:41:06 2014 (r373749) +++ head/www/py-pafy/distinfo Tue Dec 2 05:02:40 2014 (r373750) @@ -1,2 +1,2 @@ -SHA256 (Pafy-0.3.58.tar.gz) = 5bdbb077628af85d3a0ad5c3b0eddaaf3a54886ba8f630ca22b5e883607cbba7 -SIZE (Pafy-0.3.58.tar.gz) = 19913 +SHA256 (Pafy-0.3.64.tar.gz) = 731209983a0c7ad03bdc21f68246ff0ea7fec41980be610768ee185e91081374 +SIZE (Pafy-0.3.64.tar.gz) = 21319