diff options
-rw-r--r-- | net/asterisk-bristuff/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk-bristuff/files/patch-editline::makelist | 14 | ||||
-rw-r--r-- | net/asterisk-devel/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk-devel/files/patch-editline::makelist | 14 | ||||
-rw-r--r-- | net/asterisk/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk/files/patch-editline::makelist | 14 | ||||
-rw-r--r-- | net/asterisk10/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk10/files/patch-editline::makelist | 14 | ||||
-rw-r--r-- | net/asterisk12/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk12/files/patch-editline::makelist | 14 | ||||
-rw-r--r-- | net/asterisk14/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk14/files/patch-editline::makelist | 14 | ||||
-rw-r--r-- | net/asterisk16/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk16/files/patch-editline::makelist | 14 |
14 files changed, 105 insertions, 7 deletions
diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile index 8e936ef..a89c651 100644 --- a/net/asterisk-bristuff/Makefile +++ b/net/asterisk-bristuff/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk-bristuff/files/patch-editline::makelist b/net/asterisk-bristuff/files/patch-editline::makelist new file mode 100644 index 0000000..cff9b3a --- /dev/null +++ b/net/asterisk-bristuff/files/patch-editline::makelist @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- editline/makelist ++++ editline/makelist +@@ -145,7 +145,7 @@ + # + -fh) + cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ +- sort | tr '[a-z]' '[A-Z]' | $AWK ' ++ sort | tr '[:lower:]' '[:upper:]' | $AWK ' + BEGIN { + printf("/* Automatically generated file, do not edit */\n"); + printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n"); diff --git a/net/asterisk-devel/Makefile b/net/asterisk-devel/Makefile index 8e936ef..a89c651 100644 --- a/net/asterisk-devel/Makefile +++ b/net/asterisk-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk-devel/files/patch-editline::makelist b/net/asterisk-devel/files/patch-editline::makelist new file mode 100644 index 0000000..cff9b3a --- /dev/null +++ b/net/asterisk-devel/files/patch-editline::makelist @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- editline/makelist ++++ editline/makelist +@@ -145,7 +145,7 @@ + # + -fh) + cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ +- sort | tr '[a-z]' '[A-Z]' | $AWK ' ++ sort | tr '[:lower:]' '[:upper:]' | $AWK ' + BEGIN { + printf("/* Automatically generated file, do not edit */\n"); + printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n"); diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 8e936ef..a89c651 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk/files/patch-editline::makelist b/net/asterisk/files/patch-editline::makelist new file mode 100644 index 0000000..cff9b3a --- /dev/null +++ b/net/asterisk/files/patch-editline::makelist @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- editline/makelist ++++ editline/makelist +@@ -145,7 +145,7 @@ + # + -fh) + cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ +- sort | tr '[a-z]' '[A-Z]' | $AWK ' ++ sort | tr '[:lower:]' '[:upper:]' | $AWK ' + BEGIN { + printf("/* Automatically generated file, do not edit */\n"); + printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n"); diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 8e936ef..a89c651 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk10/files/patch-editline::makelist b/net/asterisk10/files/patch-editline::makelist new file mode 100644 index 0000000..cff9b3a --- /dev/null +++ b/net/asterisk10/files/patch-editline::makelist @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- editline/makelist ++++ editline/makelist +@@ -145,7 +145,7 @@ + # + -fh) + cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ +- sort | tr '[a-z]' '[A-Z]' | $AWK ' ++ sort | tr '[:lower:]' '[:upper:]' | $AWK ' + BEGIN { + printf("/* Automatically generated file, do not edit */\n"); + printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n"); diff --git a/net/asterisk12/Makefile b/net/asterisk12/Makefile index 8e936ef..a89c651 100644 --- a/net/asterisk12/Makefile +++ b/net/asterisk12/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk12/files/patch-editline::makelist b/net/asterisk12/files/patch-editline::makelist new file mode 100644 index 0000000..cff9b3a --- /dev/null +++ b/net/asterisk12/files/patch-editline::makelist @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- editline/makelist ++++ editline/makelist +@@ -145,7 +145,7 @@ + # + -fh) + cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ +- sort | tr '[a-z]' '[A-Z]' | $AWK ' ++ sort | tr '[:lower:]' '[:upper:]' | $AWK ' + BEGIN { + printf("/* Automatically generated file, do not edit */\n"); + printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n"); diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index 8e936ef..a89c651 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk14/files/patch-editline::makelist b/net/asterisk14/files/patch-editline::makelist new file mode 100644 index 0000000..cff9b3a --- /dev/null +++ b/net/asterisk14/files/patch-editline::makelist @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- editline/makelist ++++ editline/makelist +@@ -145,7 +145,7 @@ + # + -fh) + cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ +- sort | tr '[a-z]' '[A-Z]' | $AWK ' ++ sort | tr '[:lower:]' '[:upper:]' | $AWK ' + BEGIN { + printf("/* Automatically generated file, do not edit */\n"); + printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n"); diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 8e936ef..a89c651 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -7,7 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk16/files/patch-editline::makelist b/net/asterisk16/files/patch-editline::makelist new file mode 100644 index 0000000..cff9b3a --- /dev/null +++ b/net/asterisk16/files/patch-editline::makelist @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- editline/makelist ++++ editline/makelist +@@ -145,7 +145,7 @@ + # + -fh) + cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ +- sort | tr '[a-z]' '[A-Z]' | $AWK ' ++ sort | tr '[:lower:]' '[:upper:]' | $AWK ' + BEGIN { + printf("/* Automatically generated file, do not edit */\n"); + printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n"); |