1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Upgrade to the latest version

This commit is contained in:
Roger Hardiman 2002-10-11 09:57:26 +00:00
parent facf07a1d0
commit 3df4fee445
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67809
4 changed files with 33 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= openh323proxy
PORTVERSION= 0.9.9
PORTVERSION= 0.9.12
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (openh323proxy-0.9.9.tar.gz) = 3a2c2998a299dd97dc97c4e92ad8a399
MD5 (openh323proxy-0.9.12.tar.gz) = 67db0c96478db10fcf64f06baa7c0f41

View File

@ -0,0 +1,12 @@
*** CallThread.cxx.orig Fri Oct 11 10:50:05 2002
--- CallThread.cxx Fri Oct 11 10:50:19 2002
***************
*** 85,90 ****
--- 85,91 ----
#include <ptlib/svcproc.h>
#include <q931.h>
#include <h245.h>
+ #include <h323.h>
#include "Log.h"
#include "CallTabl.h"
#include "EndpointTabl.h"

View File

@ -0,0 +1,19 @@
*** Makefile.orig Fri Oct 11 07:34:00 2002
--- Makefile Fri Oct 11 07:34:11 2002
*************** ifndef PWLIBDIR
*** 103,109 ****
PWLIBDIR=$(HOME)/pwlib
endif
! include $(PWLIBDIR)/make/ptlib.mak
ifndef OPENH323DIR
OPENH323DIR=$(HOME)/openh323
--- 103,109 ----
PWLIBDIR=$(HOME)/pwlib
endif
! #include $(PWLIBDIR)/make/ptlib.mak
ifndef OPENH323DIR
OPENH323DIR=$(HOME)/openh323