[69617] trunk/dports/sysutils/iRecovery/Portfile

blair at macports.org blair at macports.org
Sat Jul 10 17:26:27 PDT 2010


Revision: 69617
          http://trac.macports.org/changeset/69617
Author:   blair at macports.org
Date:     2010-07-10 17:26:24 -0700 (Sat, 10 Jul 2010)
Log Message:
-----------
Improve iRecovery's portfile.

1) Depend upon readline because readline is used.
2) Use a single xinstall line for LICENSE and README.
3) Install LICENSE and README with mode 0644.

Modified Paths:
--------------
    trunk/dports/sysutils/iRecovery/Portfile

Modified: trunk/dports/sysutils/iRecovery/Portfile
===================================================================
--- trunk/dports/sysutils/iRecovery/Portfile	2010-07-11 00:19:21 UTC (rev 69616)
+++ trunk/dports/sysutils/iRecovery/Portfile	2010-07-11 00:26:24 UTC (rev 69617)
@@ -4,6 +4,7 @@
 
 name            iRecovery
 version         0.01
+revision        1
 categories      sysutils
 maintainers     blair
 description     Console client for iBoot/iBSS iPhone, iPod touch and iPad
@@ -22,7 +23,8 @@
 
 platforms       darwin
 
-depends_lib     port:libusb-compat
+depends_lib     port:libusb-compat \
+                port:readline
 
 use_configure   no
 
@@ -33,6 +35,5 @@
        
         set sharedir ${destroot}${prefix}/share/doc/${name}
         xinstall -d ${sharedir} 
-        xinstall ${worksrcpath}/LICENSE ${sharedir}
-        xinstall ${worksrcpath}/README ${sharedir}
+        xinstall -m 0644 -W ${worksrcpath} LICENSE README ${sharedir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100710/066ad9bf/attachment.html>


More information about the macports-changes mailing list