[33350] trunk/dports/sysutils/coreutils/Portfile

nox at macports.org nox at macports.org
Thu Jan 24 05:51:18 PST 2008


Revision: 33350
          http://trac.macosforge.org/projects/macports/changeset/33350
Author:   nox at macports.org
Date:     2008-01-24 05:50:13 -0800 (Thu, 24 Jan 2008)

Log Message:
-----------
coreutils:
 * Taken over.
 * Whitespace changes.
 * Removed useless xinstall argument.

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

Modified: trunk/dports/sysutils/coreutils/Portfile
===================================================================
--- trunk/dports/sysutils/coreutils/Portfile	2008-01-24 13:49:40 UTC (rev 33349)
+++ trunk/dports/sysutils/coreutils/Portfile	2008-01-24 13:50:13 UTC (rev 33350)
@@ -1,27 +1,28 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
 name            coreutils
 version         6.9
 revision        1
 categories      sysutils
-maintainers     nomaintainer
+platforms       darwin
+maintainers     nox openmaintainer
 description     GNU File, Shell, and Text utilities
+
 long_description \
-    The GNU Core Utilities are the basic file, shell, and text          \
-    manipulation utilities of the GNU operating system. These are the   \
-    core utilities which are expected to exist on every operating       \
+    The GNU Core Utilities are the basic file, shell, and text \
+    manipulation utilities of the GNU operating system. These are the \
+    core utilities which are expected to exist on every operating \
     system. Previously these utilities were offered as three individual \
-    sets of GNU utilities, fileutils, shellutils, and textutils. Those  \
-    three have been combined into a single set of utilities called the  \
+    sets of GNU utilities, fileutils, shellutils, and textutils. Those \
+    three have been combined into a single set of utilities called the \
     coreutils.
 
 homepage        http://www.gnu.org/software/${name}/
-platforms       darwin
-
 master_sites    gnu
 use_bzip2       yes
+
 checksums       md5 c9607d8495f16e98906e7ed2d9751a06 \
                 sha1 10310a78c4e1d9f742f3815ac28e9bf1086a5885 \
                 rmd160 c6ae65204b2e9c234a1140f39a8be1ee5cdcaab7
@@ -41,7 +42,7 @@
         delete ${destroot}${prefix}/lib/charset.alias
     }
 
-    xinstall -m 0755 -d ${destroot}${docdir}
+    xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README THANKS \
         THANKS-to-translators TODO ${destroot}${docdir}
 }
@@ -81,3 +82,4 @@
 livecheck.check regex
 livecheck.url   http://ftp.gnu.org/gnu/${name}/?C=M&O=D
 livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080124/72cf1cd8/attachment.html


More information about the macports-changes mailing list