summaryrefslogtreecommitdiff
path: root/net/ohphone
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2001-05-03 02:20:22 +0000
committerRoger Hardiman <roger@FreeBSD.org>2001-05-03 02:20:22 +0000
commitb6583175b0253ae166cf3e2c1e51a945c35639b2 (patch)
treef21959ba6b6a4145d1abcdf6afab1f9a2b74cc40 /net/ohphone
parentUpgrade to version 1.0.4 (diff)
Upgrade to version 1.1.2.
Notes
Notes: svn path=/head/; revision=42193
Diffstat (limited to 'net/ohphone')
-rw-r--r--net/ohphone/Makefile5
-rw-r--r--net/ohphone/distinfo2
-rw-r--r--net/ohphone/files/patch-aa22
3 files changed, 4 insertions, 25 deletions
diff --git a/net/ohphone/Makefile b/net/ohphone/Makefile
index 6f446b43d258..7790c13ec79c 100644
--- a/net/ohphone/Makefile
+++ b/net/ohphone/Makefile
@@ -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 \
diff --git a/net/ohphone/distinfo b/net/ohphone/distinfo
index 517d1fd23199..66ed20492562 100644
--- a/net/ohphone/distinfo
+++ b/net/ohphone/distinfo
@@ -1 +1 @@
-MD5 (ohphone_1.1pl1.tar.gz) = 6b7f5cf1b1445309b4e2274b85afa265
+MD5 (ohphone_1.1.2.tar.gz) = bbf50f2b69e824e4b5f42076d1c44b10
diff --git a/net/ohphone/files/patch-aa b/net/ohphone/files/patch-aa
deleted file mode 100644
index eed4b78afdf7..000000000000
--- a/net/ohphone/files/patch-aa
+++ /dev/null
@@ -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);