diff options
author | demon <demon@FreeBSD.org> | 2004-02-16 18:26:21 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-02-16 18:26:21 +0800 |
commit | 5e03886f2008c8f01854ee81e37ffb91a1f557c4 (patch) | |
tree | 1952146a548ccda5c3288b4cda601ee9b61a6faf /www/rt3-elixus/Makefile | |
parent | 15f2dbe4ed0e25155df2dced7afd6b878a06b0a8 (diff) | |
download | freebsd-ports-gnome-5e03886f2008c8f01854ee81e37ffb91a1f557c4.tar.gz freebsd-ports-gnome-5e03886f2008c8f01854ee81e37ffb91a1f557c4.tar.zst freebsd-ports-gnome-5e03886f2008c8f01854ee81e37ffb91a1f557c4.zip |
Update to version 10053.
Submitted by: maintainer
Diffstat (limited to 'www/rt3-elixus/Makefile')
-rw-r--r-- | www/rt3-elixus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rt3-elixus/Makefile b/www/rt3-elixus/Makefile index b581bcbef884..29efc796218a 100644 --- a/www/rt3-elixus/Makefile +++ b/www/rt3-elixus/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTVERSION= 9632 +PORTVERSION= 10053 PORTREVISION= 0 MASTER_SITES= http://p4.elixus.org/hist/ PKGNAMESUFFIX= -elixus @@ -13,6 +13,7 @@ PKGNAMESUFFIX= -elixus COMMENT= An industrial-grade ticketing system with elixus.org patches BUILD_DEPENDS= ${SITE_PERL}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ + ${SITE_PERL}/Test/MockObject.pm:${PORTSDIR}/devel/p5-Test-MockObject \ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML MASTERDIR= ${.CURDIR}/../../www/rt3 |