Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107368587
D12332.id33023.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D12332.id33023.diff
View Options
Index: head/www/yarn/Makefile
===================================================================
--- head/www/yarn/Makefile
+++ head/www/yarn/Makefile
@@ -2,7 +2,7 @@
PORTNAME= yarn
DISTVERSIONPREFIX= v
-DISTVERSION= 0.27.5
+DISTVERSION= 1.0.1
CATEGORIES= www
MASTER_SITES= https://yarnpkg.com/downloads/${PORTVERSION}/
@@ -12,33 +12,44 @@
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-WRKSRC= ${WRKDIR}/dist
-
+OPTIONS_DEFINE= HADOOPCOMPAT
OPTIONS_SINGLE= BACKEND
OPTIONS_SINGLE_BACKEND= NODE4 NODE6 NODE
OPTIONS_DEFAULT= NODE
+HADOOPCOMPAT_DESC= hadoop2 compatibility, the yarn script is excluded
NODE_DESC= Use www/node as backend
NODE6_DESC= Use www/node6 as backend
NODE4_DESC= Use www/node4 as backend
+OPTIONS_SUB= yes
+
NODE_RUN_DEPENDS= node>=0.8.0:www/node
NODE6_RUN_DEPENDS= node6>=0.8.0:www/node6
NODE4_RUN_DEPENDS= node4>=0.8.0:www/node4
-CONFLICTS_INSTALL= hadoop-2*
+HADOOPCOMPAT_CONFLICTS_OFF= hadoop2*
NO_ARCH= yes
NO_BUILD= yes
post-patch:
@${RM} ${WRKSRC}/bin/*.cmd
- @${REINPLACE_CMD} -i '' -e 's|"installationMethod": "tar"|"installationMethod": "pkg"|g' \
+ @${REINPLACE_CMD} -i '' \
+ -e 's|"installationMethod": "tar"|"installationMethod": "pkg"|g' \
${WRKSRC}/package.json
+ @${REINPLACE_CMD} -i '' -e 's%Linux)%Linux|FreeBSD)%g' \
+ ${WRKSRC}/bin/yarn
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/node_modules/yarn)
- ${RLN} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn/bin/yarn.js ${STAGEDIR}${PREFIX}/bin/yarn
- ${RLN} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn/bin/yarnpkg ${STAGEDIR}${PREFIX}/bin/yarnpkg
+ ${RLN} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn/bin/yarn.js \
+ ${STAGEDIR}${PREFIX}/bin/yarn.js
+ ${RLN} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn/bin/yarnpkg \
+ ${STAGEDIR}${PREFIX}/bin/yarnpkg
+
+do-install-HADOOPCOMPAT-off:
+ ${RLN} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn/bin/yarn \
+ ${STAGEDIR}${PREFIX}/bin/yarn
.include <bsd.port.mk>
Index: head/www/yarn/distinfo
===================================================================
--- head/www/yarn/distinfo
+++ head/www/yarn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498864541
-SHA256 (yarn-v0.27.5.tar.gz) = f0f3510246ee74eb660ea06930dcded7b684eac2593aa979a7add84b72517968
-SIZE (yarn-v0.27.5.tar.gz) = 816114
+TIMESTAMP = 1505124517
+SHA256 (yarn-v1.0.1.tar.gz) = 6b00b5e0a7074a512d39d2d91ba6262dde911d452617939ca4be4a700dd77cf1
+SIZE (yarn-v1.0.1.tar.gz) = 843398
Index: head/www/yarn/pkg-plist
===================================================================
--- head/www/yarn/pkg-plist
+++ head/www/yarn/pkg-plist
@@ -1,9 +1,11 @@
-bin/yarn
+%%NO_HADOOPCOMPAT%%bin/yarn
+bin/yarn.js
bin/yarnpkg
+lib/node_modules/yarn/README.md
lib/node_modules/yarn/LICENSE
@(,,755) lib/node_modules/yarn/bin/yarn
@(,,755) lib/node_modules/yarn/bin/yarn.js
@(,,755) lib/node_modules/yarn/bin/yarnpkg
lib/node_modules/yarn/lib/v8-compile-cache.js
-@(,,755) lib/node_modules/yarn/lib/yarn-cli.js
+@(,,755) lib/node_modules/yarn/lib/cli.js
lib/node_modules/yarn/package.json
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 3:51 AM (20 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15789135
Default Alt Text
D12332.id33023.diff (3 KB)
Attached To
Mode
D12332: www/yarn: Updating to version 1.0.1
Attached
Detach File
Event Timeline
Log In to Comment