diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-30 04:32:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-30 04:32:35 +0000 |
commit | 58da84ba21eb59190b85d6650800356c259d7f6f (patch) | |
tree | 9561ec96aaf296421c74d29fdf13920262b6176e /www/gforge/Makefile | |
parent | c10bbfdfaf61408932ab01df80c36c64b329166a (diff) |
Notes
Diffstat (limited to 'www/gforge/Makefile')
-rw-r--r-- | www/gforge/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gforge/Makefile b/www/gforge/Makefile index 2b4156e528d5..cf32122dc5c1 100644 --- a/www/gforge/Makefile +++ b/www/gforge/Makefile @@ -6,9 +6,9 @@ # PORTNAME= gforge -PORTVERSION= 4.5.0.1 +PORTVERSION= 4.5.3 CATEGORIES= www devel -MASTER_SITES= http://gforge.org/frs/download.php/103/ +MASTER_SITES= http://gforge.org/frs/download.php/138/ MAINTAINER= laszlof@vonostingroup.com COMMENT= Open Source collaborative software development tool @@ -150,7 +150,7 @@ post-install: @${ECHO_MSG} "" @${ECHO_MSG} "gforge is a huge project and complex to configure." @${ECHO_MSG} "If you have some great ideas for this port please" - @${ECHO_MSG} "contract me directly (${MAINTAINER})." + @${ECHO_MSG} "contact me directly (${MAINTAINER})." @${ECHO_MSG} "--------------------------------------------------------" .include <bsd.port.post.mk> |