diff options
author | stas <stas@FreeBSD.org> | 2011-09-09 12:59:28 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-09-09 12:59:28 +0800 |
commit | 07a90945e7c6afefd4a8c4a9b6d7734719e0e9de (patch) | |
tree | 8fed98729f3025a585bbc7f9f94df44f1ac461ac | |
parent | 575ed19369a87b7fd2f293cac8b2873c97eaa159 (diff) | |
download | freebsd-ports-gnome-07a90945e7c6afefd4a8c4a9b6d7734719e0e9de.tar.gz freebsd-ports-gnome-07a90945e7c6afefd4a8c4a9b6d7734719e0e9de.tar.zst freebsd-ports-gnome-07a90945e7c6afefd4a8c4a9b6d7734719e0e9de.zip |
- Bring back the functionality that showed the process state in the title.
It was nuked out of version 0.4 by a mistake.
Reported by: Olivier Mueller <o.mueller@insign.ch>
-rw-r--r-- | www/mod_proctitle/Makefile | 2 | ||||
-rw-r--r-- | www/mod_proctitle/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_proctitle/Makefile b/www/mod_proctitle/Makefile index ec323d973e8b..4d4fbbe2c565 100644 --- a/www/mod_proctitle/Makefile +++ b/www/mod_proctitle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_proctitle -PORTVERSION= 0.4 +PORTVERSION= 0.4.1 PORTREVISION= 0 CATEGORIES= www MASTER_SITES= ftp://ftp.springdaemons.com/soft/ diff --git a/www/mod_proctitle/distinfo b/www/mod_proctitle/distinfo index 8ed1b842d6b7..3732451cd3cc 100644 --- a/www/mod_proctitle/distinfo +++ b/www/mod_proctitle/distinfo @@ -1,2 +1,2 @@ -SHA256 (mod_proctitle-0.4.tar.bz2) = a27bc3eedc2cc18a20a10602880a189c8d2c4cf688c6dd3e079c43a3fecfaf60 -SIZE (mod_proctitle-0.4.tar.bz2) = 225436 +SHA256 (mod_proctitle-0.4.1.tar.bz2) = 874c3cdb00de53764287c4db3abe858712c2ccac61eb08736ba277e6890fb7b0 +SIZE (mod_proctitle-0.4.1.tar.bz2) = 225694 |