aboutsummaryrefslogtreecommitdiff
path: root/www/extjs/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-12-09 06:28:55 +0000
committerWen Heping <wen@FreeBSD.org>2010-12-09 06:28:55 +0000
commita8a4f6ded1e65a715dde9f62c8dbe0f527b99531 (patch)
treec0604fa6ec3a22753f8503dab98838b6281fa199 /www/extjs/Makefile
parentba406839442704b4f034ac484692a3815d0f1b22 (diff)
downloadports-a8a4f6ded1e65a715dde9f62c8dbe0f527b99531.tar.gz
ports-a8a4f6ded1e65a715dde9f62c8dbe0f527b99531.zip
Notes
Diffstat (limited to 'www/extjs/Makefile')
-rw-r--r--www/extjs/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/www/extjs/Makefile b/www/extjs/Makefile
index 4d62b866fe7e..0e69af9cc639 100644
--- a/www/extjs/Makefile
+++ b/www/extjs/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= extjs
-PORTVERSION= 3.3.0
+PORTVERSION= 3.3.1
CATEGORIES= www
MASTER_SITES= http://downloads.sencha.com/extjs/ \
- http://mirror.joehorn.idv.tw/
+ http://mirror.joehorn.idv.tw/extjs/
DISTNAME= ext-${PORTVERSION}
MAINTAINER= joehorn@gmail.com
@@ -17,6 +17,9 @@ COMMENT= A JavaScript platform for rapid development of cross-browser web apps
WRKSRC= ${WRKDIR}/${DISTNAME}
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/license.txt
+
USE_ZIP= yes
NO_BUILD= yes
@@ -25,7 +28,7 @@ OPTIONS= DOC "Install with documents" on \
WWW_SUB= "INCLUDE_ORDER.txt adapter ext-all-debug-w-comments.js \
ext-all-debug.js ext-all.js ext.jsb2 gpl-3.0.txt index.html \
- license.txt pkgs resources src test welcome"
+ license.txt pkgs release-notes.html resources src test welcome"
.include <bsd.port.pre.mk>