svn commit: r399639 - head/sysutils/pick

Kubilay Kocak koobs at FreeBSD.org
Mon Oct 19 08:16:59 UTC 2015


Author: koobs
Date: Mon Oct 19 08:16:57 2015
New Revision: 399639
URL: https://svnweb.freebsd.org/changeset/ports/399639

Log:
  sysutils/pick: Update to 1.2.1
  
  - Update to 1.2.1
  
  While I'm here:
  
  - Add LICENSE_FILE
  
  PR:		203833
  Submitted by:	Neel Chauhan <neel neelc org>

Modified:
  head/sysutils/pick/Makefile
  head/sysutils/pick/distinfo

Modified: head/sysutils/pick/Makefile
==============================================================================
--- head/sysutils/pick/Makefile	Mon Oct 19 08:15:43 2015	(r399638)
+++ head/sysutils/pick/Makefile	Mon Oct 19 08:16:57 2015	(r399639)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pick
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://github.com/thoughtbot/pick/releases/download/v${PORTVERSION}/
 
@@ -9,6 +9,7 @@ MAINTAINER=	neel at neelc.org
 COMMENT=	Tool for choosing one option from a set of choices with an interface
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/pick man/man1/pick.1.gz

Modified: head/sysutils/pick/distinfo
==============================================================================
--- head/sysutils/pick/distinfo	Mon Oct 19 08:15:43 2015	(r399638)
+++ head/sysutils/pick/distinfo	Mon Oct 19 08:16:57 2015	(r399639)
@@ -1,2 +1,2 @@
-SHA256 (pick-1.1.1.tar.gz) = 2d2707d9fb6d9f8b3afffc0f02f81e7b6a02cf7823127e10b1c952adee42a306
-SIZE (pick-1.1.1.tar.gz) = 106841
+SHA256 (pick-1.2.1.tar.gz) = 048fe3733460cc284ddda1edada80b819b66f331bc0a88f489637b9e3a500700
+SIZE (pick-1.2.1.tar.gz) = 107768


More information about the svn-ports-all mailing list