[134323] trunk/dports/devel/icu/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Mar 22 14:58:46 PDT 2015
Revision: 134323
https://trac.macports.org/changeset/134323
Author: ryandesign at macports.org
Date: 2015-03-22 14:58:46 -0700 (Sun, 22 Mar 2015)
Log Message:
-----------
icu: take over as maintainer; use {*} instead of eval; remove old pre-deactivate block
Modified Paths:
--------------
trunk/dports/devel/icu/Portfile
Modified: trunk/dports/devel/icu/Portfile
===================================================================
--- trunk/dports/devel/icu/Portfile 2015-03-22 20:49:04 UTC (rev 134322)
+++ trunk/dports/devel/icu/Portfile 2015-03-22 21:58:46 UTC (rev 134323)
@@ -12,8 +12,9 @@
version 54.1
categories devel textproc
platforms darwin freebsd
+maintainers ryandesign openmaintainer
license MIT
-maintainers nomaintainer
+
description International Components for Unicode
long_description \
@@ -176,7 +177,7 @@
if { ${name} eq ${subport} } {
post-destroot {
xinstall -d ${destroot}${docdir}
- eval xinstall -m 0644 [glob ${worksrcpath}/../*.{css,html,txt}] ${destroot}${docdir}
+ xinstall -m 0644 {*}[glob ${worksrcpath}/../*.{css,html,txt}] ${destroot}${docdir}
}
if { [variant_isset doc] } {
@@ -189,25 +190,6 @@
}
}
- # icu @51.2_0 and earlier also installed the following files directly, bypassing destroot:
- # ${prefix}/lib/icu/${version}/pkgdata.inc
- # These files can be removed from the below deactivation block after August 2014.
- pre-deactivate {
- if {[variant_isset universal]} {
- # Ticket #23773
- foreach f [list "${prefix}/bin/icu-config" \
- "${prefix}/lib/icu/${version}/Makefile.inc" \
- "${prefix}/lib/icu/${version}/pkgdata.inc" \
- "${prefix}/lib/pkgconfig/icu-i18n.pc" \
- "${prefix}/lib/pkgconfig/icu-io.pc" \
- "${prefix}/lib/pkgconfig/icu-le.pc" \
- "${prefix}/lib/pkgconfig/icu-lx.pc" \
- "${prefix}/lib/pkgconfig/icu-uc.pc"] {
- delete ${f}
- }
- }
- }
-
platform freebsd {
build.env MAKE=/usr/local/bin/gmake
destroot.env MAKE=/usr/local/bin/gmake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150322/02744809/attachment.html>
More information about the macports-changes
mailing list