From owner-svn-ports-all@freebsd.org Tue Oct 11 19:21:48 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 D4AF1C0D9DB; Tue, 11 Oct 2016 19:21:48 +0000 (UTC) (envelope-from pawel@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 8B0E039D; Tue, 11 Oct 2016 19:21:48 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9BJLl33079419; Tue, 11 Oct 2016 19:21:47 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9BJLlwp079415; Tue, 11 Oct 2016 19:21:47 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201610111921.u9BJLlwp079415@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 11 Oct 2016 19:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423788 - head/sysutils/pick 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.23 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, 11 Oct 2016 19:21:48 -0000 Author: pawel Date: Tue Oct 11 19:21:47 2016 New Revision: 423788 URL: https://svnweb.freebsd.org/changeset/ports/423788 Log: Update to version 1.5.1 PR: 213246 Submitted by: Neel Chauhan (maintainer) Modified: head/sysutils/pick/Makefile head/sysutils/pick/distinfo head/sysutils/pick/pkg-descr Modified: head/sysutils/pick/Makefile ============================================================================== --- head/sysutils/pick/Makefile Tue Oct 11 19:20:39 2016 (r423787) +++ head/sysutils/pick/Makefile Tue Oct 11 19:21:47 2016 (r423788) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= pick -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= sysutils -MASTER_SITES= http://github.com/thoughtbot/pick/releases/download/v${PORTVERSION}/ +MASTER_SITES= http://github.com/calleerlandsson/pick/releases/download/v${PORTVERSION}/ MAINTAINER= neel@neelc.org COMMENT= Tool for choosing one option from a set of choices with an interface Modified: head/sysutils/pick/distinfo ============================================================================== --- head/sysutils/pick/distinfo Tue Oct 11 19:20:39 2016 (r423787) +++ head/sysutils/pick/distinfo Tue Oct 11 19:21:47 2016 (r423788) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474372111 -SHA256 (pick-1.5.0.tar.gz) = 1dac1c9cf0b14b0bbb4d9eefb6af72cdf5314af7b2ff9e4c7c8858014ad63549 -SIZE (pick-1.5.0.tar.gz) = 103859 +TIMESTAMP = 1475767683 +SHA256 (pick-1.5.1.tar.gz) = d41db6c0f1a87e8463c01a15670a96ec90d978dc83dcec7619a46dfe52acbe26 +SIZE (pick-1.5.1.tar.gz) = 104067 Modified: head/sysutils/pick/pkg-descr ============================================================================== --- head/sysutils/pick/pkg-descr Tue Oct 11 19:20:39 2016 (r423787) +++ head/sysutils/pick/pkg-descr Tue Oct 11 19:21:47 2016 (r423788) @@ -1,4 +1,4 @@ pick allows users to choose one option from a set of choices using an interface with fuzzy search functionality. -WWW: https://www.github.com/thoughtbot/pick +WWW: https://github.com/calleerlandsson/pick