From owner-svn-ports-head@freebsd.org Mon Oct 12 14:23:22 2015 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 F23CBA118D4; Mon, 12 Oct 2015 14:23:22 +0000 (UTC) (envelope-from culot@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 BCD3B1E18; Mon, 12 Oct 2015 14:23:22 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9CENLF6019978; Mon, 12 Oct 2015 14:23:21 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9CENLeC019975; Mon, 12 Oct 2015 14:23:21 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201510121423.t9CENLeC019975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Mon, 12 Oct 2015 14:23:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399133 - head/games/wtf 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.20 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: Mon, 12 Oct 2015 14:23:23 -0000 Author: culot Date: Mon Oct 12 14:23:21 2015 New Revision: 399133 URL: https://svnweb.freebsd.org/changeset/ports/399133 Log: - Update to 20151110 PR: 203711 Submitted by: Nikolai Lifanov (maintainer) Modified: head/games/wtf/Makefile head/games/wtf/distinfo head/games/wtf/pkg-descr Modified: head/games/wtf/Makefile ============================================================================== --- head/games/wtf/Makefile Mon Oct 12 14:19:25 2015 (r399132) +++ head/games/wtf/Makefile Mon Oct 12 14:23:21 2015 (r399133) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wtf -PORTVERSION= 20150918 +PORTVERSION= 20151011 CATEGORIES= games MASTER_SITES= SF/bsdwtf Modified: head/games/wtf/distinfo ============================================================================== --- head/games/wtf/distinfo Mon Oct 12 14:19:25 2015 (r399132) +++ head/games/wtf/distinfo Mon Oct 12 14:23:21 2015 (r399133) @@ -1,2 +1,2 @@ -SHA256 (wtf-20150918.tar.gz) = 6d4d47d4f01e738bebc16d40fe8e4e6dd201f6b15d5d4203c69e3e44bce2c61f -SIZE (wtf-20150918.tar.gz) = 24139 +SHA256 (wtf-20151011.tar.gz) = 27b3d9b632dbdd6db85a7891ee1a71d1cba32316c204b1e0eafab83407a4c997 +SIZE (wtf-20151011.tar.gz) = 24149 Modified: head/games/wtf/pkg-descr ============================================================================== --- head/games/wtf/pkg-descr Mon Oct 12 14:19:25 2015 (r399132) +++ head/games/wtf/pkg-descr Mon Oct 12 14:23:21 2015 (r399133) @@ -1,3 +1,2 @@ Wtf is little shell script taken from NetBSD's CVS repository which -translates acronyms. These acronyms are kept in a file located at -${PREFIX}/share/wtf/acronyms. +looks up the meaning of one or more acronyms specified on command line.