From owner-svn-ports-all@freebsd.org Tue Jul 5 17:58:39 2016 Return-Path: Delivered-To: svn-ports-all@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 52915B7379F; Tue, 5 Jul 2016 17:58:39 +0000 (UTC) (envelope-from cpm@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 0937C156E; Tue, 5 Jul 2016 17:58:38 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u65HwcNk079260; Tue, 5 Jul 2016 17:58:38 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u65Hwctr079258; Tue, 5 Jul 2016 17:58:38 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201607051758.u65Hwctr079258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 5 Jul 2016 17:58:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418098 - head/misc/py-socli 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.22 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: Tue, 05 Jul 2016 17:58:39 -0000 Author: cpm Date: Tue Jul 5 17:58:37 2016 New Revision: 418098 URL: https://svnweb.freebsd.org/changeset/ports/418098 Log: - Update to 1.8 release - Change USES=python:3 to USES=python because python2 support has been added - Remove ignore on package buiders Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D7099 Modified: head/misc/py-socli/Makefile head/misc/py-socli/distinfo Modified: head/misc/py-socli/Makefile ============================================================================== --- head/misc/py-socli/Makefile Tue Jul 5 17:57:42 2016 (r418097) +++ head/misc/py-socli/Makefile Tue Jul 5 17:58:37 2016 (r418098) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= socli -PORTVERSION= 1.7 -PORTREVISION= 1 +PORTVERSION= 1.8 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests -USES= python:3 +USES= python USE_GITHUB= yes USE_PYTHON= autoplist distutils @@ -24,10 +23,4 @@ GH_ACCOUNT= gautamkrishnar NO_ARCH= yes -.include - -.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT} -IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER} -.endif - -.include +.include Modified: head/misc/py-socli/distinfo ============================================================================== --- head/misc/py-socli/distinfo Tue Jul 5 17:57:42 2016 (r418097) +++ head/misc/py-socli/distinfo Tue Jul 5 17:58:37 2016 (r418098) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466859233 -SHA256 (gautamkrishnar-socli-1.7_GH0.tar.gz) = ce927f38a72468ed1f5a34b4d72ee1911475fa267cce82a2baeebd92f97c563f -SIZE (gautamkrishnar-socli-1.7_GH0.tar.gz) = 7151 +TIMESTAMP = 1467672057 +SHA256 (gautamkrishnar-socli-1.8_GH0.tar.gz) = f3e462a0b5a9ce2ccf945be3a0500e37dc8c8bad293bfc12841d097a637c62d2 +SIZE (gautamkrishnar-socli-1.8_GH0.tar.gz) = 7406