diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-05 19:20:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-05 19:20:40 +0800 |
commit | f83a57e61e875e04a9fbd7955863adf2c78836e8 (patch) | |
tree | 89dad2b45247eb8a4292762ad745bac5a1da81b7 /www/yii/Makefile | |
parent | e2acb4a69f013867efc2c1a65a7412452f01a43e (diff) | |
download | freebsd-ports-gnome-f83a57e61e875e04a9fbd7955863adf2c78836e8.tar.gz freebsd-ports-gnome-f83a57e61e875e04a9fbd7955863adf2c78836e8.tar.zst freebsd-ports-gnome-f83a57e61e875e04a9fbd7955863adf2c78836e8.zip |
- Updatet to 1.1.5
PR: 153669
Submitted by: Hsin-Han You <hhyou@cs.nctu.edu.tw>
Approved by: maintainer timeout
Feature safe: yes
Diffstat (limited to 'www/yii/Makefile')
-rw-r--r-- | www/yii/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/yii/Makefile b/www/yii/Makefile index 93f4dea4f1fc..83ac687de1e7 100644 --- a/www/yii/Makefile +++ b/www/yii/Makefile @@ -6,8 +6,8 @@ # PORTNAME= yii -PORTVERSION= 1.1.2 -DISTVERSIONSUFFIX= .r2086 +PORTVERSION= 1.1.5 +DISTVERSIONSUFFIX= .r2654 CATEGORIES= www MASTER_SITES= GOOGLE_CODE \ SF @@ -20,6 +20,8 @@ USE_PHP= pcre spl WANT_PHP_WEB= yes IGNORE_WITH_PHP= 4 +LICENSE= BSD + SUB_FILES= pkg-message OPTIONS= MYSQL "Install MySQL PDO support" Off \ |