svn commit: r423788 - head/sysutils/pick
Pawel Pekala
pawel at FreeBSD.org
Tue Oct 11 19:21:48 UTC 2016
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 at 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
More information about the svn-ports-all
mailing list