From owner-svn-ports-head@FreeBSD.ORG Mon Jul 22 20:35:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 90D77DFE; Mon, 22 Jul 2013 20:35:04 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6807F2332; Mon, 22 Jul 2013 20:35:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6MKZ4eW010206; Mon, 22 Jul 2013 20:35:04 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6MKZ3OH010203; Mon, 22 Jul 2013 20:35:03 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201307222035.r6MKZ3OH010203@svn.freebsd.org> From: Pawel Pekala Date: Mon, 22 Jul 2013 20:35:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323498 - head/sysutils/procenv 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.14 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, 22 Jul 2013 20:35:04 -0000 Author: pawel Date: Mon Jul 22 20:35:03 2013 New Revision: 323498 URL: http://svnweb.freebsd.org/changeset/ports/323498 Log: - Update to version 0.25 - Reword pkg-descr PR: ports/180663 Submitted by: James Hunt (maintainer) Modified: head/sysutils/procenv/Makefile head/sysutils/procenv/distinfo head/sysutils/procenv/pkg-descr (contents, props changed) Modified: head/sysutils/procenv/Makefile ============================================================================== --- head/sysutils/procenv/Makefile Mon Jul 22 20:24:55 2013 (r323497) +++ head/sysutils/procenv/Makefile Mon Jul 22 20:35:03 2013 (r323498) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= procenv -PORTVERSION= 0.24 +PORTVERSION= 0.25 CATEGORIES= sysutils MASTER_SITES= https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \ DEBIAN \ Modified: head/sysutils/procenv/distinfo ============================================================================== --- head/sysutils/procenv/distinfo Mon Jul 22 20:24:55 2013 (r323497) +++ head/sysutils/procenv/distinfo Mon Jul 22 20:35:03 2013 (r323498) @@ -1,2 +1,2 @@ -SHA256 (procenv-0.24.tar.gz) = 576d1799c1e716c12b1ea11e6a658ec6fccb794c94013edc4f72d68e85e4b026 -SIZE (procenv-0.24.tar.gz) = 216260 +SHA256 (procenv-0.25.tar.gz) = 0fa10d3f85d9189cc904724134c5ae095735a5a409d7c1d247226cff11cd6505 +SIZE (procenv-0.25.tar.gz) = 217815 Modified: head/sysutils/procenv/pkg-descr ============================================================================== --- head/sysutils/procenv/pkg-descr Mon Jul 22 20:24:55 2013 (r323497) +++ head/sysutils/procenv/pkg-descr Mon Jul 22 20:35:03 2013 (r323498) @@ -1,6 +1,6 @@ -This package contains command-line tool that displays as much detail about -itself and its environment as possible. It can be used as a test tool, to -understand the type of environment a process runs in, and for comparing -system environments. +This package contains a command-line tool that displays as much detail +about itself and its environment as possible. It can be used as a test +tool, to understand the type of environment a process runs in, and for +comparing system environments. WWW: https://code.launchpad.net/procenv