diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2004-03-22 09:34:43 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2004-03-22 09:34:43 +0000 |
commit | 7cf88d355c47755c8aff66606b00793804b4c4f3 (patch) | |
tree | 72b007e3cbb21552acac8d87219e802d4ac95a2d /www/roundup/Makefile | |
parent | - Fix dependency on pear-OLE (diff) |
Upgrade to 0.6.5
PR: 63164
Submitted by: SiGNOUT <signout@signout.dk>
Diffstat (limited to 'www/roundup/Makefile')
-rw-r--r-- | www/roundup/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/roundup/Makefile b/www/roundup/Makefile index eff9f045ae23..1be2487334dd 100644 --- a/www/roundup/Makefile +++ b/www/roundup/Makefile @@ -6,7 +6,7 @@ # PORTNAME= roundup -PORTVERSION= 0.5.7 +PORTVERSION= 0.6.5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= roundup @@ -17,4 +17,6 @@ COMMENT= An Issue-Tracking System for Knowledge Workers USE_PYTHON= yes USE_PYDISTUTILS=yes +MAN1= roundup-admin.1 roundup-mailgw.1 roundup-server.1 + .include <bsd.port.mk> |