[23469] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Sun Apr 1 12:37:06 PDT 2007


Revision: 23469
          http://trac.macosforge.org/projects/macports/changeset/23469
Author:   pipping at macports.org
Date:     2007-04-01 12:37:06 -0700 (Sun, 01 Apr 2007)

Log Message:
-----------
 * <ignore me>

Modified Paths:
--------------
    trunk/dports/devel/m4/Portfile
    trunk/dports/sysutils/coreutils/Portfile
    trunk/dports/sysutils/diffutils/Portfile
    trunk/dports/sysutils/file/Portfile
    trunk/dports/sysutils/findutils/Portfile
    trunk/dports/textproc/gsed/Portfile

Modified: trunk/dports/devel/m4/Portfile
===================================================================
--- trunk/dports/devel/m4/Portfile	2007-04-01 19:34:56 UTC (rev 23468)
+++ trunk/dports/devel/m4/Portfile	2007-04-01 19:37:06 UTC (rev 23469)
@@ -28,7 +28,7 @@
         foreach d {bin share/info share/man/man1} {
             cd ${destroot}${prefix}/$d
             foreach a [glob g*] {
-                regexp g(.+) $a crap b
+                regexp g(.+) $a dummy b
                 file link -hard $b g$b
             }
         }

Modified: trunk/dports/sysutils/coreutils/Portfile
===================================================================
--- trunk/dports/sysutils/coreutils/Portfile	2007-04-01 19:34:56 UTC (rev 23468)
+++ trunk/dports/sysutils/coreutils/Portfile	2007-04-01 19:37:06 UTC (rev 23469)
@@ -38,7 +38,7 @@
         foreach d {bin share/man/man1} {
             cd ${destroot}${prefix}/$d
             foreach a [glob g*] {
-                regexp g(.+) $a crap b
+                regexp g(.+) $a dummy b
                 file link -hard $b g$b
             }
         }

Modified: trunk/dports/sysutils/diffutils/Portfile
===================================================================
--- trunk/dports/sysutils/diffutils/Portfile	2007-04-01 19:34:56 UTC (rev 23468)
+++ trunk/dports/sysutils/diffutils/Portfile	2007-04-01 19:37:06 UTC (rev 23469)
@@ -27,7 +27,7 @@
         foreach d {bin share/info share/man/man1} {
             cd ${destroot}${prefix}/$d
             foreach a [glob g*] {
-                regexp g(.+) $a crap b
+                regexp g(.+) $a dummy b
                 file link -hard $b g$b
             }
         }

Modified: trunk/dports/sysutils/file/Portfile
===================================================================
--- trunk/dports/sysutils/file/Portfile	2007-04-01 19:34:56 UTC (rev 23468)
+++ trunk/dports/sysutils/file/Portfile	2007-04-01 19:37:06 UTC (rev 23469)
@@ -43,7 +43,7 @@
         foreach d {bin share/man/man1 share/man/man3 share/man/man5} {
             cd ${destroot}${prefix}/$d
             foreach a [glob g*] {
-                regexp g(.+) $a crap b
+                regexp g(.+) $a dummy b
                 file link -hard $b g$b
             }
         }

Modified: trunk/dports/sysutils/findutils/Portfile
===================================================================
--- trunk/dports/sysutils/findutils/Portfile	2007-04-01 19:34:56 UTC (rev 23468)
+++ trunk/dports/sysutils/findutils/Portfile	2007-04-01 19:37:06 UTC (rev 23469)
@@ -30,7 +30,7 @@
         foreach d {bin libexec share/info share/man/man1 share/man/man5} {
             cd ${destroot}${prefix}/$d
             foreach a [glob g*] {
-                regexp g(.+) $a crap b
+                regexp g(.+) $a dummy b
                 file link -hard $b g$b
             }
         }

Modified: trunk/dports/textproc/gsed/Portfile
===================================================================
--- trunk/dports/textproc/gsed/Portfile	2007-04-01 19:34:56 UTC (rev 23468)
+++ trunk/dports/textproc/gsed/Portfile	2007-04-01 19:37:06 UTC (rev 23469)
@@ -37,7 +37,7 @@
         foreach d {bin share/info share/man/man1} {
             cd ${destroot}${prefix}/$d
             foreach a [glob gnu*] {
-                regexp gnu(.+) $a crap b
+                regexp gnu(.+) $a dummy b
                 file link -hard $b gnu$b
             }
         }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070401/66652ccc/attachment.html


More information about the macports-changes mailing list