From owner-svn-ports-head@freebsd.org Thu Aug 11 05:21:00 2016 Return-Path: Delivered-To: svn-ports-head@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 F16D6BB5C6C; Thu, 11 Aug 2016 05:21:00 +0000 (UTC) (envelope-from pi@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 C32F81883; Thu, 11 Aug 2016 05:21:00 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7B5L0V8025227; Thu, 11 Aug 2016 05:21:00 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7B5KxYU025225; Thu, 11 Aug 2016 05:20:59 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201608110520.u7B5KxYU025225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 11 Aug 2016 05:20:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420048 - head/shells/klish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2016 05:21:01 -0000 Author: pi Date: Thu Aug 11 05:20:59 2016 New Revision: 420048 URL: https://svnweb.freebsd.org/changeset/ports/420048 Log: shells/klish: 2.1.2 -> 2.1.3 - Fix bug with wrong shebang while VAR expanding within ACTION script PR: 211745 Submitted by: umeno@rr.iij4u.or.jp (maintainer) Modified: head/shells/klish/Makefile head/shells/klish/distinfo Modified: head/shells/klish/Makefile ============================================================================== --- head/shells/klish/Makefile Thu Aug 11 04:22:57 2016 (r420047) +++ head/shells/klish/Makefile Thu Aug 11 05:20:59 2016 (r420048) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= klish -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= shells -MASTER_SITES= http://libcode.org/attachments/download/64/ +MASTER_SITES= http://libcode.org/attachments/download/66/ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= Klish - Kommand Line Interface Shell Modified: head/shells/klish/distinfo ============================================================================== --- head/shells/klish/distinfo Thu Aug 11 04:22:57 2016 (r420047) +++ head/shells/klish/distinfo Thu Aug 11 05:20:59 2016 (r420048) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468247565 -SHA256 (klish-2.1.2.tar.xz) = d182f2fcb48e78356d74c6e9ea4e756bea065f6685115be8db31180e30a1e3f3 -SIZE (klish-2.1.2.tar.xz) = 367144 +TIMESTAMP = 1470875199 +SHA256 (klish-2.1.3.tar.xz) = 70528039da9c5fdfadaea325ab6243cdabef627da0398335312e08d90ab415f8 +SIZE (klish-2.1.3.tar.xz) = 367020