aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk16
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2005-06-18 18:38:33 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2005-06-18 18:38:33 +0000
commitd1fc3c4591cf013628a5239a19512ff1cf9d1454 (patch)
treeebd4d113410d80d6f77a55a6694a5cb21bf3605e /net/asterisk16
parent947417b0ded1ff43b84b251b4a4ad0f44a536175 (diff)
downloadports-d1fc3c4591cf013628a5239a19512ff1cf9d1454.tar.gz
ports-d1fc3c4591cf013628a5239a19512ff1cf9d1454.zip
Notes
Diffstat (limited to 'net/asterisk16')
-rw-r--r--net/asterisk16/Makefile2
-rw-r--r--net/asterisk16/files/patch-editline::makelist14
2 files changed, 15 insertions, 1 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile
index 8e936ef47a12..a89c6518acd3 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 000000000000..cff9b3ae29e0
--- /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");