diff options
author | roger <roger@FreeBSD.org> | 2001-01-03 22:02:24 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2001-01-03 22:02:24 +0800 |
commit | f45c03768d57d3218b49d3fd0b759c3c0c402c4a (patch) | |
tree | 56221dee56a3b3339a6aebb8d8eed809553964ce /net/opal3/Makefile | |
parent | 30cc13c749cf23a9b076778bc4ab9924d475c65f (diff) | |
download | freebsd-ports-graphics-f45c03768d57d3218b49d3fd0b759c3c0c402c4a.tar.gz freebsd-ports-graphics-f45c03768d57d3218b49d3fd0b759c3c0c402c4a.tar.zst freebsd-ports-graphics-f45c03768d57d3218b49d3fd0b759c3c0c402c4a.zip |
Upgrade to OpenH323 1.1pl1 and PWLib 1.1pl19
Diffstat (limited to 'net/opal3/Makefile')
-rw-r--r-- | net/opal3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile index 0c98ff52fe4..adc3349dcbb 100644 --- a/net/opal3/Makefile +++ b/net/opal3/Makefile @@ -6,14 +6,13 @@ # PORTNAME= openh323 -PORTVERSION= 1.1 -PORTREVISION= 1 +PORTVERSION= 1.1pl1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTFILES= openh323_1.1.tar.gz \ - pwlib_min_1.1pl18.tar.gz +DISTFILES= openh323_1.1pl1.tar.gz \ + pwlib_min_1.1pl19.tar.gz MAINTAINER= roger@freebsd.org |