Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2016 19:21:47 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423788 - head/sysutils/pick
Message-ID:  <201610111921.u9BJLlwp079415@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610111921.u9BJLlwp079415>