diff options
author | tota <tota@FreeBSD.org> | 2011-02-09 21:22:23 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-02-09 21:22:23 +0800 |
commit | 809870b7b743690641f2e36487bccfa23fa97603 (patch) | |
tree | 69973d1e4d3328fc9928fba9b8f228dba25ee022 /www/testlink/Makefile | |
parent | 4645196740d74630089f3cc1bdde29db2e0428f2 (diff) | |
download | freebsd-ports-gnome-809870b7b743690641f2e36487bccfa23fa97603.tar.gz freebsd-ports-gnome-809870b7b743690641f2e36487bccfa23fa97603.tar.zst freebsd-ports-gnome-809870b7b743690641f2e36487bccfa23fa97603.zip |
- Update to 1.9.1
- Add note to UPDATING
Changes: http://www.teamst.org/index.php/news-mainmenu-2/1-latest/104-testlink-191-released-2011-01-23
Diffstat (limited to 'www/testlink/Makefile')
-rw-r--r-- | www/testlink/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/testlink/Makefile b/www/testlink/Makefile index b9287d2cc6e3..7c22b3ad609b 100644 --- a/www/testlink/Makefile +++ b/www/testlink/Makefile @@ -6,7 +6,7 @@ # PORTNAME= testlink -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.1 CATEGORIES= www devel MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/TestLink%201.9/TestLink%20${PORTVERSION} @@ -14,10 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/TestLink%201.9/TestLink%20${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= A web based test management and test execution system -USE_ZIP= yes USE_PHP= gd iconv mbstring WANT_PHP_WEB= yes -USE_DOS2UNIX= yes NO_BUILD= yes PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} |