From owner-svn-ports-head@freebsd.org Thu Oct 20 01:37:32 2016 Return-Path: Delivered-To: svn-ports-head@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 A7827C18797; Thu, 20 Oct 2016 01:37:32 +0000 (UTC) (envelope-from koobs@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 5CDAEFA7; Thu, 20 Oct 2016 01:37:32 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9K1bVpf045551; Thu, 20 Oct 2016 01:37:31 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9K1bVvC045548; Thu, 20 Oct 2016 01:37:31 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201610200137.u9K1bVvC045548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 20 Oct 2016 01:37:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424300 - head/www/py-praw 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.23 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, 20 Oct 2016 01:37:32 -0000 Author: koobs Date: Thu Oct 20 01:37:31 2016 New Revision: 424300 URL: https://svnweb.freebsd.org/changeset/ports/424300 Log: www/py-praw: Update to 3.5.0 - Update PORTVERSION and distinfo checksum (3.5.0) - Set architecture neutral - Update pkg-descr WWW URL to .io domain (and use https://) PR: 211703 Submitted by: Danilo G. Baio Modified: head/www/py-praw/Makefile head/www/py-praw/distinfo head/www/py-praw/pkg-descr Modified: head/www/py-praw/Makefile ============================================================================== --- head/www/py-praw/Makefile Thu Oct 20 01:25:03 2016 (r424299) +++ head/www/py-praw/Makefile Thu Oct 20 01:37:31 2016 (r424300) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= praw -PORTVERSION= 3.4.0 +PORTVERSION= 3.5.0 DISTVERSIONPREFIX= v CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,6 +24,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}moc # betamax-matchers >=0.2.0 # betamax-serializers >=0.1.1 +NO_ARCH= yes + USES= python USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils Modified: head/www/py-praw/distinfo ============================================================================== --- head/www/py-praw/distinfo Thu Oct 20 01:25:03 2016 (r424299) +++ head/www/py-praw/distinfo Thu Oct 20 01:37:31 2016 (r424300) @@ -1,2 +1,3 @@ -SHA256 (praw-dev-praw-v3.4.0_GH0.tar.gz) = ed1b0d07558f0fb6f0b3718069746ea4fe508131e867f57867870114a5007b8a -SIZE (praw-dev-praw-v3.4.0_GH0.tar.gz) = 4221538 +TIMESTAMP = 1475282186 +SHA256 (praw-dev-praw-v3.5.0_GH0.tar.gz) = f173b86fd63a554c7dc087a9212974ac95791fb3816f268a238e197ad3040f51 +SIZE (praw-dev-praw-v3.5.0_GH0.tar.gz) = 4617561 Modified: head/www/py-praw/pkg-descr ============================================================================== --- head/www/py-praw/pkg-descr Thu Oct 20 01:25:03 2016 (r424299) +++ head/www/py-praw/pkg-descr Thu Oct 20 01:37:31 2016 (r424300) @@ -5,4 +5,4 @@ to use as possible and is designed to fo You have to give a useragent that follows the rules, everything else is handled by PRAW so you needn't worry about violating them. -WWW: http://praw.readthedocs.org +WWW: https://praw.readthedocs.io