diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-03 13:18:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-03 13:18:14 +0000 |
commit | dd002e4d457cb8fb5b42a500fe246c42d6af6337 (patch) | |
tree | 389b3cd4a469a11b6ace436602b031b225b59d11 /net/asterisk | |
parent | 001e9ea3c1fa181bdce8661c6fa44116ac99effd (diff) | |
download | ports-dd002e4d457cb8fb5b42a500fe246c42d6af6337.tar.gz ports-dd002e4d457cb8fb5b42a500fe246c42d6af6337.zip |
Notes
Diffstat (limited to 'net/asterisk')
-rw-r--r-- | net/asterisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 3b924c41365b..567a3aa89003 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -3,14 +3,14 @@ PORTNAME= asterisk PORTVERSION= 1.8.28.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ PKGNAMESUFFIX= 18 MAINTAINER= flo@FreeBSD.org -COMMENT= An Open Source PBX and telephony toolkit +COMMENT= Open Source PBX and telephony toolkit LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE |