[22389] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 27 13:06:11 PST 2007


Revision: 22389
          http://trac.macosforge.org/projects/macports/changeset/22389
Author:   pipping at macports.org
Date:     2007-02-27 13:06:10 -0800 (Tue, 27 Feb 2007)

Log Message:
-----------
 * those need to be hard links (badly!), hence the revision bump

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

Modified: trunk/dports/devel/m4/Portfile
===================================================================
--- trunk/dports/devel/m4/Portfile	2007-02-27 21:03:58 UTC (rev 22388)
+++ trunk/dports/devel/m4/Portfile	2007-02-27 21:06:10 UTC (rev 22389)
@@ -1,6 +1,7 @@
 PortSystem 1.0
 name            m4
 version         1.4.8b
+revision        1
 categories      devel
 maintainers     blair at orcaware.com openmaintainer at macports.org
 platforms       darwin
@@ -29,7 +30,7 @@
         cd ${destroot}${prefix}/bin
         foreach a [glob g*] {
             regexp g(.+) $a crap b
-            file link $b g$b
+            file link -hard $b g$b
         }
     }
 }

Modified: trunk/dports/sysutils/coreutils/Portfile
===================================================================
--- trunk/dports/sysutils/coreutils/Portfile	2007-02-27 21:03:58 UTC (rev 22388)
+++ trunk/dports/sysutils/coreutils/Portfile	2007-02-27 21:06:10 UTC (rev 22389)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name            coreutils
 version         6.7
+revision        1
 categories      sysutils
 maintainers     toby at opendarwin.org
 description     GNU File, Shell, and Text utilities
@@ -45,7 +46,7 @@
         cd ${destroot}${prefix}/bin
         foreach a [glob g*] {
             regexp g(.+) $a crap b
-            file link $b g$b
+            file link -hard $b g$b
         }
     }
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070227/0673a8c7/attachment.html


More information about the macports-changes mailing list