[22390] trunk/dports

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 27 13:26:44 PST 2007


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

Log Message:
-----------
 * name still subject to change

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

Modified: trunk/dports/devel/m4/Portfile
===================================================================
--- trunk/dports/devel/m4/Portfile	2007-02-27 21:06:10 UTC (rev 22389)
+++ trunk/dports/devel/m4/Portfile	2007-02-27 21:26:44 UTC (rev 22390)
@@ -25,7 +25,7 @@
 test.run        yes
 test.target     check
 
-variant without_prefix {
+variant normal_install_name {
     post-destroot {
         cd ${destroot}${prefix}/bin
         foreach a [glob g*] {

Modified: trunk/dports/sysutils/coreutils/Portfile
===================================================================
--- trunk/dports/sysutils/coreutils/Portfile	2007-02-27 21:06:10 UTC (rev 22389)
+++ trunk/dports/sysutils/coreutils/Portfile	2007-02-27 21:26:44 UTC (rev 22390)
@@ -41,7 +41,7 @@
       ${destroot}${prefix}/lib/charset.alias
 }
 
-variant without_prefix {
+variant normal_install_name {
     post-destroot {
         cd ${destroot}${prefix}/bin
         foreach a [glob g*] {

Modified: trunk/dports/sysutils/diffutils/Portfile
===================================================================
--- trunk/dports/sysutils/diffutils/Portfile	2007-02-27 21:06:10 UTC (rev 22389)
+++ trunk/dports/sysutils/diffutils/Portfile	2007-02-27 21:26:44 UTC (rev 22390)
@@ -24,7 +24,7 @@
 test.run            yes
 test.target         check
 
-variant without_prefix {
+variant normal_install_name {
     post-destroot {
         cd ${destroot}${prefix}/bin
         foreach a [glob g*] {

Modified: trunk/dports/sysutils/findutils/Portfile
===================================================================
--- trunk/dports/sysutils/findutils/Portfile	2007-02-27 21:06:10 UTC (rev 22389)
+++ trunk/dports/sysutils/findutils/Portfile	2007-02-27 21:26:44 UTC (rev 22390)
@@ -4,7 +4,7 @@
 
 name                findutils
 version             4.2.25
-revision            1
+revision            2
 categories          sysutils
 platforms           darwin
 maintainers         mww at opendarwin.org
@@ -31,12 +31,12 @@
 test.run            yes
 test.target         check
 
-variant without_prefix {
+variant normal_install_names {
     post-destroot {
         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/1f733a6d/attachment.html


More information about the macports-changes mailing list