[142079] trunk/dports/devel
ciserlohn at macports.org
ciserlohn at macports.org
Sat Dec 12 04:14:31 PST 2015
Revision: 142079
https://trac.macports.org/changeset/142079
Author: ciserlohn at macports.org
Date: 2015-11-03 02:13:04 -0800 (Tue, 03 Nov 2015)
Log Message:
-----------
nodejs, nodejs-devel: fix build on case-sensitive files systems (closes #49565)
Modified Paths:
--------------
trunk/dports/devel/nodejs/Portfile
trunk/dports/devel/nodejs-devel/Portfile
Modified: trunk/dports/devel/nodejs/Portfile
===================================================================
--- trunk/dports/devel/nodejs/Portfile 2015-11-03 09:34:44 UTC (rev 142078)
+++ trunk/dports/devel/nodejs/Portfile 2015-11-03 10:13:04 UTC (rev 142079)
@@ -220,7 +220,7 @@
# install docs
xinstall -m 644 -W ${worksrcpath} \
AUTHORS \
- ChangeLog.md \
+ CHANGELOG.md \
COLLABORATOR_GUIDE.md \
CONTRIBUTING.md \
GOVERNANCE.md \
Modified: trunk/dports/devel/nodejs-devel/Portfile
===================================================================
--- trunk/dports/devel/nodejs-devel/Portfile 2015-11-03 09:34:44 UTC (rev 142078)
+++ trunk/dports/devel/nodejs-devel/Portfile 2015-11-03 10:13:04 UTC (rev 142079)
@@ -216,7 +216,7 @@
# install docs
xinstall -m 644 -W ${worksrcpath} \
AUTHORS \
- ChangeLog.md \
+ CHANGELOG.md \
COLLABORATOR_GUIDE.md \
CONTRIBUTING.md \
GOVERNANCE.md \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/2280af52/attachment.html>
More information about the macports-changes
mailing list