[109932] trunk/dports/sysutils

raimue at macports.org raimue at macports.org
Thu Aug 22 02:52:58 PDT 2013


Revision: 109932
          https://trac.macports.org/changeset/109932
Author:   raimue at macports.org
Date:     2013-08-22 02:52:58 -0700 (Thu, 22 Aug 2013)
Log Message:
-----------
sysutils/bash-completion{,-devel}:
Fix a minor bug in the make completion patch

Modified Paths:
--------------
    trunk/dports/sysutils/bash-completion/Portfile
    trunk/dports/sysutils/bash-completion/files/patch-make.diff
    trunk/dports/sysutils/bash-completion-devel/Portfile
    trunk/dports/sysutils/bash-completion-devel/files/patch-make.diff

Modified: trunk/dports/sysutils/bash-completion/Portfile
===================================================================
--- trunk/dports/sysutils/bash-completion/Portfile	2013-08-22 09:28:07 UTC (rev 109931)
+++ trunk/dports/sysutils/bash-completion/Portfile	2013-08-22 09:52:58 UTC (rev 109932)
@@ -6,7 +6,7 @@
 conflicts       bash-completion-devel
 epoch           1
 version         2.1
-revision        2
+revision        3
 categories      sysutils
 platforms       darwin
 supported_archs noarch

Modified: trunk/dports/sysutils/bash-completion/files/patch-make.diff
===================================================================
--- trunk/dports/sysutils/bash-completion/files/patch-make.diff	2013-08-22 09:28:07 UTC (rev 109931)
+++ trunk/dports/sysutils/bash-completion/files/patch-make.diff	2013-08-22 09:52:58 UTC (rev 109932)
@@ -61,7 +61,7 @@
 -      d                                         # delete line
 +    # This pattern includes a literal tab character as \t is not a portable
 +    # representation and fails with BSD sed
-+    /^[^#	:%]\{0,\}:/ {         # found target block
++    /^[^#	:%]\{1,\}:/ {         # found target block
 +      /^\.PHONY:/                 d;            # special target
 +      /^\.SUFFIXES:/              d;            # special target
 +      /^\.DEFAULT:/               d;            # special target

Modified: trunk/dports/sysutils/bash-completion-devel/Portfile
===================================================================
--- trunk/dports/sysutils/bash-completion-devel/Portfile	2013-08-22 09:28:07 UTC (rev 109931)
+++ trunk/dports/sysutils/bash-completion-devel/Portfile	2013-08-22 09:52:58 UTC (rev 109932)
@@ -5,7 +5,7 @@
 name            bash-completion-devel
 conflicts       bash-completion
 version         2.1
-revision        2
+revision        3
 categories      sysutils
 platforms       darwin
 supported_archs noarch

Modified: trunk/dports/sysutils/bash-completion-devel/files/patch-make.diff
===================================================================
--- trunk/dports/sysutils/bash-completion-devel/files/patch-make.diff	2013-08-22 09:28:07 UTC (rev 109931)
+++ trunk/dports/sysutils/bash-completion-devel/files/patch-make.diff	2013-08-22 09:52:58 UTC (rev 109932)
@@ -61,7 +61,7 @@
 -      d                                         # delete line
 +    # This pattern includes a literal tab character as \t is not a portable
 +    # representation and fails with BSD sed
-+    /^[^#	:%]\{0,\}:/ {         # found target block
++    /^[^#	:%]\{1,\}:/ {         # found target block
 +      /^\.PHONY:/                 d;            # special target
 +      /^\.SUFFIXES:/              d;            # special target
 +      /^\.DEFAULT:/               d;            # special target
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130822/c31c2c67/attachment.html>


More information about the macports-changes mailing list