diff options
author | roger <roger@FreeBSD.org> | 2002-04-01 23:28:35 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-04-01 23:28:35 +0800 |
commit | 07b6d18bbcfa4e161fbf9e9b1f77398065d2582e (patch) | |
tree | c0d13be5d5e3b77fe36f77c40682a948ab68f69c /net/openh323-112 | |
parent | 7ff6ccec25796c7f54f18e6777c0e9003b5c6520 (diff) | |
download | freebsd-ports-gnome-07b6d18bbcfa4e161fbf9e9b1f77398065d2582e.tar.gz freebsd-ports-gnome-07b6d18bbcfa4e161fbf9e9b1f77398065d2582e.tar.zst freebsd-ports-gnome-07b6d18bbcfa4e161fbf9e9b1f77398065d2582e.zip |
Upgrade to latest version
Diffstat (limited to 'net/openh323-112')
-rw-r--r-- | net/openh323-112/Makefile | 7 | ||||
-rw-r--r-- | net/openh323-112/distinfo | 4 | ||||
-rw-r--r-- | net/openh323-112/files/patch-ac | 14 |
3 files changed, 5 insertions, 20 deletions
diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile index 4449a0e0e14b..abc5cebdec31 100644 --- a/net/openh323-112/Makefile +++ b/net/openh323-112/Makefile @@ -6,14 +6,13 @@ # PORTNAME= openh323 -PORTVERSION= 1.7.4 -PORTREVISION= 2 +PORTVERSION= 1.8.2 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTFILES= openh323_1.7.4.tar.gz \ - pwlib_1.2.5.tar.gz +DISTFILES= openh323_1.8.2.tar.gz \ + pwlib_1.2.13.tar.gz MAINTAINER= roger@freebsd.org diff --git a/net/openh323-112/distinfo b/net/openh323-112/distinfo index 577777f3253a..2a0344d83933 100644 --- a/net/openh323-112/distinfo +++ b/net/openh323-112/distinfo @@ -1,2 +1,2 @@ -MD5 (openh323_1.7.4.tar.gz) = 8ba2736f8ecd4a7e0969b6328957ba6e -MD5 (pwlib_1.2.5.tar.gz) = 5e372b6df8ced08dcbc864381befb225 +MD5 (openh323_1.8.2.tar.gz) = 5ae6e86b236620b7d6d4cc44d00985b4 +MD5 (pwlib_1.2.13.tar.gz) = 2ae8b4330efb4039a5720cd658524a7a diff --git a/net/openh323-112/files/patch-ac b/net/openh323-112/files/patch-ac deleted file mode 100644 index 52eba0636f38..000000000000 --- a/net/openh323-112/files/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ -*** ../pwlib/src/ptlib/common/getdate.y.orig Thu Mar 7 07:42:27 2002 ---- ../pwlib/src/ptlib/common/getdate.y Thu Mar 7 07:44:15 2002 -*************** -*** 23,28 **** ---- 23,31 ---- - #include <ctype.h> - #include <stdlib.h> - -+ #ifndef EOF -+ #include <stdio.h> -+ #endif - - #ifdef _MSC_VER - #pragma warning(disable:4131 4701) |