1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Upgrade to version 1.1.2.

This commit is contained in:
Roger Hardiman 2001-05-03 02:20:22 +00:00
parent 5695ee4b8e
commit b6583175b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42193
3 changed files with 4 additions and 25 deletions

View File

@ -6,12 +6,12 @@
#
PORTNAME= ohphone
PORTVERSION= 1.1pl1
PORTVERSION= 1.1.2
CATEGORIES= net
MASTER_SITES= http://www.openh323.org/bin/ \
http://www.de.openh323.org/bin/ \
http://www.ru.openh323.org/bin/
DISTNAME= ohphone_1.1pl1
DISTNAME= ohphone_1.1.2
MAINTAINER= roger@FreeBSD.org
@ -23,6 +23,7 @@ NOCLEANDEPENDS= yes
USE_NEWGCC= yes
USE_BISON= yes
USE_XLIB= yes
USE_GMAKE= yes
ALL_TARGET= opt
MAKE_ENV= PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \

View File

@ -1 +1 @@
MD5 (ohphone_1.1pl1.tar.gz) = 6b7f5cf1b1445309b4e2274b85afa265
MD5 (ohphone_1.1.2.tar.gz) = bbf50f2b69e824e4b5f42076d1c44b10

View File

@ -1,22 +0,0 @@
*** main.h.orig Wed Jan 3 14:34:28 2001
--- main.h Wed Jan 3 14:34:38 2001
*************** class MyH323EndPoint : public H323EndPoi
*** 351,358 ****
int IXJToVolume(unsigned hardware);
unsigned VolumeToIXJ(int vol);
- void SendDTMF(const char * tone);
#endif
void StartCall(const PString & str);
void NewSpeedDial(const PString & str);
--- 351,359 ----
int IXJToVolume(unsigned hardware);
unsigned VolumeToIXJ(int vol);
#endif
+
+ void SendDTMF(const char * tone);
void StartCall(const PString & str);
void NewSpeedDial(const PString & str);