diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-06-18 18:38:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2005-06-18 18:38:33 +0000 |
commit | d1fc3c4591cf013628a5239a19512ff1cf9d1454 (patch) | |
tree | ebd4d113410d80d6f77a55a6694a5cb21bf3605e /net/asterisk-bristuff/Makefile | |
parent | 947417b0ded1ff43b84b251b4a4ad0f44a536175 (diff) |
Use [:lower:]/[:upper:] instead of [a-z]/[A-Z] in tr(1), since the latter
may not work in some locales.
PR: 75193
Submitted by: Stuart Barkley <stuartb@4gh.net>
Notes
Notes:
svn path=/head/; revision=137693
Diffstat (limited to 'net/asterisk-bristuff/Makefile')
-rw-r--r-- | net/asterisk-bristuff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile index 8e936ef47a12..a89c6518acd3 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/ |