diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-07-22 20:35:03 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-07-22 20:35:03 +0000 |
commit | 870a17e8f9d398667572756ed96f67726573cdb3 (patch) | |
tree | 22435dfc6c8ed4aa5b140f19e1b41ca87054298f /sysutils/procenv | |
parent | b507cba0d470551a8b639158e7de77221944fc52 (diff) | |
download | ports-870a17e8f9d398667572756ed96f67726573cdb3.tar.gz ports-870a17e8f9d398667572756ed96f67726573cdb3.zip |
Notes
Diffstat (limited to 'sysutils/procenv')
-rw-r--r-- | sysutils/procenv/Makefile | 2 | ||||
-rw-r--r-- | sysutils/procenv/distinfo | 4 | ||||
-rw-r--r-- | sysutils/procenv/pkg-descr | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/procenv/Makefile b/sysutils/procenv/Makefile index 4b71ba913baa..37820cf28f7d 100644 --- a/sysutils/procenv/Makefile +++ b/sysutils/procenv/Makefile @@ -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 \ diff --git a/sysutils/procenv/distinfo b/sysutils/procenv/distinfo index eda5f12374e7..d49e3b81d49b 100644 --- a/sysutils/procenv/distinfo +++ b/sysutils/procenv/distinfo @@ -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 diff --git a/sysutils/procenv/pkg-descr b/sysutils/procenv/pkg-descr index 95803afe3851..a9eacc13b002 100644 --- a/sysutils/procenv/pkg-descr +++ b/sysutils/procenv/pkg-descr @@ -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 |