diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-04-01 15:28:35 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-04-01 15:28:35 +0000 |
commit | 4518a42e88bd13c2e01f0848738caae491612518 (patch) | |
tree | 34f8bada75e6847131ae6b53cc2daf6a952e41d0 /net/openh323 | |
parent | 6bd5cfb9b3490829429c8eb8cdae32820f0c4036 (diff) |
Upgrade to latest version
Notes
Notes:
svn path=/head/; revision=57141
Diffstat (limited to 'net/openh323')
-rw-r--r-- | net/openh323/Makefile | 7 | ||||
-rw-r--r-- | net/openh323/distinfo | 4 | ||||
-rw-r--r-- | net/openh323/files/patch-ac | 14 |
3 files changed, 5 insertions, 20 deletions
diff --git a/net/openh323/Makefile b/net/openh323/Makefile index 4449a0e0e14b..abc5cebdec31 100644 --- a/net/openh323/Makefile +++ b/net/openh323/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/distinfo b/net/openh323/distinfo index 577777f3253a..2a0344d83933 100644 --- a/net/openh323/distinfo +++ b/net/openh323/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/files/patch-ac b/net/openh323/files/patch-ac deleted file mode 100644 index 52eba0636f38..000000000000 --- a/net/openh323/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) |