From owner-svn-ports-all@freebsd.org Sun Jun 26 12:37:01 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 9F2A5B81E58; Sun, 26 Jun 2016 12:37:01 +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 4C1B9205A; Sun, 26 Jun 2016 12:37:01 +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 u5QCb0YT064765; Sun, 26 Jun 2016 12:37:00 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5QCb0kG064762; Sun, 26 Jun 2016 12:37:00 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201606261237.u5QCb0kG064762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 26 Jun 2016 12:37:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417521 - 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: Sun, 26 Jun 2016 12:37:01 -0000 Author: cpm Date: Sun Jun 26 12:37:00 2016 New Revision: 417521 URL: https://svnweb.freebsd.org/changeset/ports/417521 Log: - Update to 1.7 - Switch to GH - Update WWW in pkg-descr - Added new question feature - Fixed windows color problem - Intelligent colors - Added open in browser Reviewed by: koobs, junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D6964 Modified: head/misc/py-socli/Makefile head/misc/py-socli/distinfo head/misc/py-socli/pkg-descr Modified: head/misc/py-socli/Makefile ============================================================================== --- head/misc/py-socli/Makefile Sun Jun 26 12:33:28 2016 (r417520) +++ head/misc/py-socli/Makefile Sun Jun 26 12:37:00 2016 (r417521) @@ -2,22 +2,24 @@ # $FreeBSD$ PORTNAME= socli -PORTVERSION= 1.3a +PORTVERSION= 1.7 CATEGORIES= misc python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cpm@FreeBSD.org COMMENT= Stack overflow command line interface LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup4>=0:textproc/py-beautifulsoup4 \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests -USES= python:3 zip +USES= python:3 +USE_GITHUB= yes USE_PYTHON= autoplist distutils -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//g} + +GH_ACCOUNT= gautamkrishnar NO_ARCH= yes Modified: head/misc/py-socli/distinfo ============================================================================== --- head/misc/py-socli/distinfo Sun Jun 26 12:33:28 2016 (r417520) +++ head/misc/py-socli/distinfo Sun Jun 26 12:37:00 2016 (r417521) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466691313 -SHA256 (socli-1.3a.zip) = 1bfecc38132e51c140179b44999b964a87ef6a23989fb3b8d8024b739dd1bafa -SIZE (socli-1.3a.zip) = 5463 +TIMESTAMP = 1466859233 +SHA256 (gautamkrishnar-socli-1.7_GH0.tar.gz) = ce927f38a72468ed1f5a34b4d72ee1911475fa267cce82a2baeebd92f97c563f +SIZE (gautamkrishnar-socli-1.7_GH0.tar.gz) = 7151 Modified: head/misc/py-socli/pkg-descr ============================================================================== --- head/misc/py-socli/pkg-descr Sun Jun 26 12:33:28 2016 (r417520) +++ head/misc/py-socli/pkg-descr Sun Jun 26 12:37:00 2016 (r417521) @@ -1,4 +1,4 @@ Stack overflow command line client written in python. Using SoCLI you can search and browse stack overflow without leaving the terminal. -WWW: https://pypi.python.org/pypi/socli/ +WWW: https://github.com/gautamkrishnar/socli/