[68982] trunk/dports/sysutils/bash-completion
raimue at macports.org
raimue at macports.org
Sat Jun 19 08:32:48 PDT 2010
Revision: 68982
http://trac.macports.org/changeset/68982
Author: raimue at macports.org
Date: 2010-06-19 08:32:46 -0700 (Sat, 19 Jun 2010)
Log Message:
-----------
sysutils/bash-completion: Update to 1.2
Modified Paths:
--------------
trunk/dports/sysutils/bash-completion/Portfile
Removed Paths:
-------------
trunk/dports/sysutils/bash-completion/files/patch-avahi.diff
trunk/dports/sysutils/bash-completion/files/patch-mailman-arch.diff
Modified: trunk/dports/sysutils/bash-completion/Portfile
===================================================================
--- trunk/dports/sysutils/bash-completion/Portfile 2010-06-19 14:43:54 UTC (rev 68981)
+++ trunk/dports/sysutils/bash-completion/Portfile 2010-06-19 15:32:46 UTC (rev 68982)
@@ -3,8 +3,7 @@
PortSystem 1.0
name bash-completion
-version 1.1
-revision 8
+version 1.2
epoch 1
categories sysutils
platforms darwin
@@ -15,13 +14,11 @@
homepage http://bash-completion.alioth.debian.org/
master_sites http://bash-completion.alioth.debian.org/files/
-checksums md5 593d3edcf287b9e9d735049bd4d3f229 \
- sha1 0e666ebda3d577571ab62bcecc16e1024922cd18 \
- rmd160 4f3c29479225b44bb3fb682a7ea925bef2e923b6
+checksums md5 457c8808ed54f2b2cdd737b1f37ffa24 \
+ sha1 7de7b5e786b0e908f7ee0bfac90ed70dfd96c675 \
+ rmd160 7239937f9d125fbbb39d83a5b998497e9c80f19b
-patchfiles patch-avahi.diff \
- patch-man.diff \
- patch-mailman-arch.diff
+patchfiles patch-man.diff
post-patch {
reinplace "s:/etc/bash_completion:${prefix}/etc/bash_completion:g" \
Deleted: trunk/dports/sysutils/bash-completion/files/patch-avahi.diff
===================================================================
--- trunk/dports/sysutils/bash-completion/files/patch-avahi.diff 2010-06-19 14:43:54 UTC (rev 68981)
+++ trunk/dports/sysutils/bash-completion/files/patch-avahi.diff 2010-06-19 15:32:46 UTC (rev 68982)
@@ -1,17 +0,0 @@
---- bash_completion-orig 2009-10-11 10:21:16.000000000 +0200
-+++ bash_completion 2009-10-11 10:21:33.000000000 +0200
-@@ -1306,11 +1306,9 @@
- # the result. But on Gentoo (at least), -k isn't available
- # (even if mentioned in the manpage), so...
- if type avahi-browse >&/dev/null; then
-- if [ -n "$(pidof avahi-daemon)" ]; then
-- COMPREPLY=( "${COMPREPLY[@]}" $(
-- compgen -W "$( avahi-browse -cpr _workstation._tcp | \
-- grep ^= | cut -d\; -f7 | sort -u )" -- "$cur" ) )
-- fi
-+ COMPREPLY=( "${COMPREPLY[@]}" $(
-+ compgen -W "$( avahi-browse -cpr _workstation._tcp 2>/dev/null | \
-+ grep ^= | cut -d\; -f7 | sort -u )" -- "$cur" ) )
- fi
-
- # apply suffix and prefix
Deleted: trunk/dports/sysutils/bash-completion/files/patch-mailman-arch.diff
===================================================================
--- trunk/dports/sysutils/bash-completion/files/patch-mailman-arch.diff 2010-06-19 14:43:54 UTC (rev 68981)
+++ trunk/dports/sysutils/bash-completion/files/patch-mailman-arch.diff 2010-06-19 15:32:46 UTC (rev 68982)
@@ -1,14 +0,0 @@
-http://git.debian.org/?p=bash-completion/bash-completion.git;a=commitdiff;h=ef025a78ab3fbba36ce9e3a32786d43e75c711ab;hp=42302658705e3545471f2f4e53c2f758355a2bcc
---- contrib/mailman.orig 2009-10-09 14:49:31.000000000 +0200
-+++ contrib/mailman 2010-05-04 23:58:08.000000000 +0200
-@@ -381,7 +381,9 @@
- } &&
- complete -F _config_list $filenames config_list
-
--have arch &&
-+# Try to detect whether this is the mailman "arch" to avoid installing
-+# it for the coreutils/util-linux-ng one.
-+have arch && have mailmanctl &&
- _arch()
- {
- local cur prev split=false
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100619/f03fb344/attachment.html>
More information about the macports-changes
mailing list