summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>2001-01-11 17:15:45 +0000
committerroger <roger@FreeBSD.org>2001-01-11 17:15:45 +0000
commit370ab52445868de72cc8778572a1d6ae7406f908 (patch)
tree88b7d0c993a988a1f0f7f2b67105b6ef60993b31
parentee94bbc0672e33557e196e6f9a4c57a5467e62fe (diff)
downloadFreeBSD-ports-370ab52445868de72cc8778572a1d6ae7406f908.zip
FreeBSD-ports-370ab52445868de72cc8778572a1d6ae7406f908.tar.gz
Upgrade from to version 0.9a3.m09
-rw-r--r--net/openh323proxy/Makefile4
-rw-r--r--net/openh323proxy/distinfo2
-rw-r--r--net/openh323proxy/files/patch-aa19
-rw-r--r--net/openh323proxy/files/patch-ab38
-rw-r--r--net/openh323proxy/files/patch-ac30
5 files changed, 3 insertions, 90 deletions
diff --git a/net/openh323proxy/Makefile b/net/openh323proxy/Makefile
index 3f7551a..fa64b89 100644
--- a/net/openh323proxy/Makefile
+++ b/net/openh323proxy/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= openh323proxy
-PORTVERSION= 0.9a3.m08
+PORTVERSION= 0.9a3.m09
CATEGORIES= net
MASTER_SITES= http://download.sourceforge.net/openh323proxy/
-DISTNAME= ${PORTNAME}_0.9a3_m08
+DISTNAME= ${PORTNAME}_0.9a3_m09
MAINTAINER= roger@FreeBSD.org
diff --git a/net/openh323proxy/distinfo b/net/openh323proxy/distinfo
index caa0206..c082442 100644
--- a/net/openh323proxy/distinfo
+++ b/net/openh323proxy/distinfo
@@ -1 +1 @@
-MD5 (openh323proxy_0.9a3_m08.tar.gz) = 6a94049a8cf965e41e15a382cf1b93a2
+MD5 (openh323proxy_0.9a3_m09.tar.gz) = 802670120ba21cce49b0870bfc9a9764
diff --git a/net/openh323proxy/files/patch-aa b/net/openh323proxy/files/patch-aa
deleted file mode 100644
index 755a523..0000000
--- a/net/openh323proxy/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Makefile.orig Wed Nov 22 14:00:59 2000
---- Makefile Wed Nov 22 14:00:02 2000
-***************
-*** 70,76 ****
- #
-
-
-! PROG = opengate
- SOURCES = opengate.cxx EndpointTabl.cxx RasThread.cxx RasServer.cxx MulticastThread.cxx \
- AddrUtils.cxx Log.cxx CallTabl.cxx CallThread.cxx Environ.cxx DNSUtils.cxx \
- Proxy.cxx ProxyTabl.cxx ProxyThread.cxx ProxyCriteria.cxx
---- 70,76 ----
- #
-
-
-! PROG = opengate_proxy
- SOURCES = opengate.cxx EndpointTabl.cxx RasThread.cxx RasServer.cxx MulticastThread.cxx \
- AddrUtils.cxx Log.cxx CallTabl.cxx CallThread.cxx Environ.cxx DNSUtils.cxx \
- Proxy.cxx ProxyTabl.cxx ProxyThread.cxx ProxyCriteria.cxx
diff --git a/net/openh323proxy/files/patch-ab b/net/openh323proxy/files/patch-ab
deleted file mode 100644
index 55376d2..0000000
--- a/net/openh323proxy/files/patch-ab
+++ /dev/null
@@ -1,38 +0,0 @@
-*** opengate.cxx.orig Thu Oct 26 13:05:21 2000
---- opengate.cxx Wed Nov 22 13:59:34 2000
-*************** static PSemaphore TerminatedSema(0,1);
-*** 101,107 ****
- PCREATE_PROCESS(opengate)
-
- opengate::opengate()
-! : PServiceProcess("Egoboo", "opengate",
- GKVER_MAJOR, GKVER_MINOR, GKVER_STATUS, GKVER_BUILD
- )
- {
---- 101,107 ----
- PCREATE_PROCESS(opengate)
-
- opengate::opengate()
-! : PServiceProcess("Marco Polci and Egoboo", "openh323proxy",
- GKVER_MAJOR, GKVER_MINOR, GKVER_STATUS, GKVER_BUILD
- )
- {
-*************** void opengate::Main()
-*** 165,172 ****
- PString AkaLocalAddr = Cfg.GetString( "Local Address", "*" );
- MyEnviron.LocalAddr = AkaLocalAddr;
-
-! // Set the gatekeeper id, the default is "Opengate: " + hostname
-! PString AkaMyId = Cfg.GetString( "Gatekeeper Id", (PString) "Opengate: " + PIPSocket::GetHostName() );
- MyEnviron.MyId = AkaMyId;
- // if ( MyEnviron.LocalAddr == INADDR_ANY )
- // PIPSocket::GetHostAddress( MyEnviron.LocalAddr );
---- 165,172 ----
- PString AkaLocalAddr = Cfg.GetString( "Local Address", "*" );
- MyEnviron.LocalAddr = AkaLocalAddr;
-
-! // Set the gatekeeper id, the default is "OpengateProxy: " + hostname
-! PString AkaMyId = Cfg.GetString( "Gatekeeper Id", (PString) "OpengateProxy: " + PIPSocket::GetHostName() );
- MyEnviron.MyId = AkaMyId;
- // if ( MyEnviron.LocalAddr == INADDR_ANY )
- // PIPSocket::GetHostAddress( MyEnviron.LocalAddr );
diff --git a/net/openh323proxy/files/patch-ac b/net/openh323proxy/files/patch-ac
deleted file mode 100644
index 4c29fe6..0000000
--- a/net/openh323proxy/files/patch-ac
+++ /dev/null
@@ -1,30 +0,0 @@
-*** Log.cxx.orig Mon Oct 16 14:39:43 2000
---- Log.cxx Wed Nov 22 13:59:51 2000
-*************** OpengateLog::OpengateLog() : Cfg("Log")
-*** 66,72 ****
- PTime now;
- PString DateStamp = now.AsString("hh:mm:ss dd/MM/yyyy");
- PString StartupMsg = "Starting logging: ";
-! LogFilename = Cfg.GetString("File", "OpengateLog.txt");
-
- // Check to see if logging has been requested
- // If none then do not open log file
---- 66,72 ----
- PTime now;
- PString DateStamp = now.AsString("hh:mm:ss dd/MM/yyyy");
- PString StartupMsg = "Starting logging: ";
-! LogFilename = Cfg.GetString("File", "opengate_proxy.log");
-
- // Check to see if logging has been requested
- // If none then do not open log file
-*************** void OpengateLog::LogH245Msg(const H245_
-*** 268,271 ****
- }
- WriteTrailer();
- }
-! }
---- 268,271 ----
- }
- WriteTrailer();
- }
-! }
OpenPOWER on IntegriCloud