mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Update to 3.3.1
- Add LICENSE & LICENSE_FILE (in Makefile) - Change MASTER_SITES PR: ports/152748 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
This commit is contained in:
parent
ba40683944
commit
a8a4f6ded1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265903
@ -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>
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (ext-3.3.0.zip) = 8ab86fde659cc2bba37ceb504c5f1f27
|
||||
SHA256 (ext-3.3.0.zip) = 908e86a3001f1aa3c5d89bdaec9b9dcd0c733c6297081ad9eecb9811474a6480
|
||||
SIZE (ext-3.3.0.zip) = 14480229
|
||||
SHA256 (ext-3.3.1.zip) = b3c4b8d9af4dd877f18687998d1271bc9b1953bde70552dbc841c97539e943ae
|
||||
SIZE (ext-3.3.1.zip) = 14497456
|
||||
|
@ -3403,6 +3403,7 @@
|
||||
%%WWWDIR%%/pkgs/state.js
|
||||
%%WWWDIR%%/pkgs/window-debug.js
|
||||
%%WWWDIR%%/pkgs/window.js
|
||||
%%WWWDIR%%/release-notes.html
|
||||
%%WWWDIR%%/resources/charts.swf
|
||||
%%WWWDIR%%/resources/css/README.txt
|
||||
%%WWWDIR%%/resources/css/debug.css
|
||||
@ -3476,6 +3477,7 @@
|
||||
%%WWWDIR%%/resources/css/theme-gray/list-view.css
|
||||
%%WWWDIR%%/resources/css/theme-gray/menu.css
|
||||
%%WWWDIR%%/resources/css/theme-gray/panel.css
|
||||
%%WWWDIR%%/resources/css/theme-gray/pivotgrid.css
|
||||
%%WWWDIR%%/resources/css/theme-gray/progress.css
|
||||
%%WWWDIR%%/resources/css/theme-gray/qtips.css
|
||||
%%WWWDIR%%/resources/css/theme-gray/resizable.css
|
||||
@ -3952,6 +3954,7 @@
|
||||
%%WWWDIR%%/resources/images/gray/grid/row-expand-sprite.gif
|
||||
%%WWWDIR%%/resources/images/gray/grid/sort_asc.gif
|
||||
%%WWWDIR%%/resources/images/gray/grid/sort_desc.gif
|
||||
%%WWWDIR%%/resources/images/gray/grid/sort-hd.gif
|
||||
%%WWWDIR%%/resources/images/gray/menu/group-checked.gif
|
||||
%%WWWDIR%%/resources/images/gray/menu/item-over-disabled.gif
|
||||
%%WWWDIR%%/resources/images/gray/menu/item-over.gif
|
||||
@ -4395,6 +4398,7 @@
|
||||
%%WWWDIR%%/src/ext-core/test/yui_2.6.0/yui/build/yahoo-dom-event/yahoo-dom-event.js
|
||||
%%WWWDIR%%/src/ext-core/test/yui_2.6.0/yui/build/yuitest/yuitest-min.js
|
||||
%%WWWDIR%%/src/locale/ext-lang-af.js
|
||||
%%WWWDIR%%/src/locale/ext-lang-am.js
|
||||
%%WWWDIR%%/src/locale/ext-lang-bg.js
|
||||
%%WWWDIR%%/src/locale/ext-lang-ca.js
|
||||
%%WWWDIR%%/src/locale/ext-lang-cs.js
|
||||
|
Loading…
Reference in New Issue
Block a user