diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-04 06:27:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-04 06:27:50 +0800 |
commit | 1139ca542770a72528512a40218ddeccd3c08027 (patch) | |
tree | e90c8055374fc4bc011eb4a6891552089a6ed97b /databases/mantis/Makefile | |
parent | 8a295b0339a7e62535caa13c552cee1d447d4c4e (diff) | |
download | freebsd-ports-gnome-1139ca542770a72528512a40218ddeccd3c08027.tar.gz freebsd-ports-gnome-1139ca542770a72528512a40218ddeccd3c08027.tar.zst freebsd-ports-gnome-1139ca542770a72528512a40218ddeccd3c08027.zip |
- Update to 1.0.6
PR: ports/106263
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Approved by: maintainer
Diffstat (limited to 'databases/mantis/Makefile')
-rw-r--r-- | databases/mantis/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile index d128d824e956..59b22f603dd6 100644 --- a/databases/mantis/Makefile +++ b/databases/mantis/Makefile @@ -6,11 +6,10 @@ # PORTNAME= mantis -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mantisbt -DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= dan@langille.org COMMENT= A bug tracking system written in PHP |