- Update to 4.2.2
- While I'm here: - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses - Support STAGEDIR - Use single space after WWW: PR: ports/182552 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
This commit is contained in:
parent
1794478b8b
commit
7aec3c0325
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328978
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= extjs
|
||||
PORTVERSION= 4.2.1
|
||||
PORTVERSION= 4.2.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://cdn.sencha.com/ext/gpl/ \
|
||||
http://extjs.cachefly.net/ext/gpl/ \
|
||||
@ -10,30 +10,28 @@ MASTER_SITES= http://cdn.sencha.com/ext/gpl/ \
|
||||
DISTNAME= ext-${PORTVERSION}-gpl
|
||||
|
||||
MAINTAINER= joehorn@gmail.com
|
||||
COMMENT= A JavaScript platform for rapid development of cross-browser web apps
|
||||
COMMENT= JavaScript platform for rapid development of cross-browser web apps
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/license.txt
|
||||
|
||||
WRKSRC= ${WRKDIR}/ext-${PORTVERSION}.883
|
||||
WRKSRC= ${WRKDIR}/ext-${PORTVERSION}.1144
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
WWW_SUB= "bootstrap.js build.xml builds cmd ext-all-debug-w-comments.js \
|
||||
ext-all-debug.js ext-all-dev.js \
|
||||
ext-all-rtl-debug-w-comments.js ext-all-rtl-debug.js \
|
||||
ext-all-rtl-dev.js ext-all-rtl.js ext-all.js \
|
||||
ext-debug-w-comments.js ext-debug.js ext-dev.js \
|
||||
ext-theme-access.js ext-theme-classic-sandbox.js \
|
||||
ext-theme-classic.js ext-theme-gray.js ext-theme-neptune.js \
|
||||
ext.js file-header.js index.html license.txt locale \
|
||||
packages plugins release-notes.html resources src \
|
||||
welcome"
|
||||
WWW_SUB= bootstrap.js build.xml builds cmd ext-all-debug-w-comments.js \
|
||||
ext-all-debug.js ext-all-dev.js \
|
||||
ext-all-rtl-debug-w-comments.js ext-all-rtl-debug.js \
|
||||
ext-all-rtl-dev.js ext-all-rtl.js ext-all.js \
|
||||
ext-debug-w-comments.js ext-debug.js ext-dev.js \
|
||||
ext-theme-access.js ext-theme-classic-sandbox.js \
|
||||
ext-theme-classic.js ext-theme-gray.js ext-theme-neptune.js \
|
||||
ext.js file-header.js index.html license.txt locale \
|
||||
packages plugins release-notes.html resources src \
|
||||
welcome
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
SUB_FILES+= pkg-message
|
||||
@ -51,13 +49,13 @@ SUB_LIST+= COMMENTEXAMPLES="\# "
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} ${WWW_SUB} ${WWWDIR}
|
||||
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} "${WWW_SUB}" ${STAGEDIR}${WWWDIR}
|
||||
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
|
||||
@cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
|
||||
@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ext-4.2.1-gpl.zip) = 0986f4370ee5f80c905126d8038de91d4e01784007835a30cb80f1392ef4a58b
|
||||
SIZE (ext-4.2.1-gpl.zip) = 70961275
|
||||
SHA256 (ext-4.2.2-gpl.zip) = 3d66ea4f384179f1f30a6e4ec8c9f43953b8541c3e3d05fca24a9beebbe43e2b
|
||||
SIZE (ext-4.2.2-gpl.zip) = 72272594
|
||||
|
@ -5,4 +5,4 @@ rich internet applications.It includes:
|
||||
* Well designed and extensible Component model.
|
||||
* An intuitive, easy to use API.
|
||||
|
||||
WWW: http://www.extjs.com/products/extjs/
|
||||
WWW: http://www.extjs.com/products/extjs/
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user