diff options
author | roger <roger@FreeBSD.org> | 2001-08-11 23:19:26 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2001-08-11 23:19:26 +0800 |
commit | f4def8037c1cbfca582ad7bb59fff7677151af89 (patch) | |
tree | a59210bcaeb57a5cebc28d15121f37568478d34f /net/opal3/Makefile | |
parent | caa93b3d543bc35280668e1d443666ac2f63e9be (diff) | |
download | freebsd-ports-graphics-f4def8037c1cbfca582ad7bb59fff7677151af89.tar.gz freebsd-ports-graphics-f4def8037c1cbfca582ad7bb59fff7677151af89.tar.zst freebsd-ports-graphics-f4def8037c1cbfca582ad7bb59fff7677151af89.zip |
Upgrade to version 1.6.0 with pwlib 1.1.36.
This version adds support for the latest FreeBSD driver for the Quicknet
ISA and PCI telephony cards. These card have hardware G.723.1 audio
codecs onboard and also let you plug in a normal phone so you can
do VoIP apps with a normal telephone handset.
Diffstat (limited to 'net/opal3/Makefile')
-rw-r--r-- | net/opal3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 79a78ac8050..1a78e7b9e60 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -6,13 +6,13 @@ # PORTNAME= openh323 -PORTVERSION= 1.5.7 +PORTVERSION= 1.6.0 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTFILES= openh323_1.5.7.tar.gz \ - pwlib_1.1.35.tar.gz +DISTFILES= openh323_1.6.0.tar.gz \ + pwlib_1.1.36.tar.gz MAINTAINER= roger@freebsd.org |