aboutsummaryrefslogtreecommitdiff
path: root/devel/jrtplib
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-12 13:22:04 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-12 13:22:04 +0000
commita062361c0b76ff0ba3482823f5d19f686e4a1341 (patch)
treee55fb8bb3cbc3d08e197a30a56b23da9c6b2a7fe /devel/jrtplib
parentc74dffb13cfdf557ca0a3c85b80e33cbb9d65f07 (diff)
downloadports-a062361c0b76ff0ba3482823f5d19f686e4a1341.tar.gz
ports-a062361c0b76ff0ba3482823f5d19f686e4a1341.zip
- Update to 3.7.0
- Update MASTER_SITES/WWW PR: ports/109011 Submitted by: Yi-Huan Chan <yhchan at csie.nctu.edu.tw> Approved by: Petr Holub <hopet at ics.muni.cz> (maintainer)
Notes
Notes: svn path=/head/; revision=185001
Diffstat (limited to 'devel/jrtplib')
-rw-r--r--devel/jrtplib/Makefile4
-rw-r--r--devel/jrtplib/distinfo6
-rw-r--r--devel/jrtplib/files/patch-src-rtperrors.h2
-rw-r--r--devel/jrtplib/files/patch-src-rtpipv6destination.h15
-rw-r--r--devel/jrtplib/pkg-descr2
-rw-r--r--devel/jrtplib/pkg-plist2
6 files changed, 8 insertions, 23 deletions
diff --git a/devel/jrtplib/Makefile b/devel/jrtplib/Makefile
index 77a01f59f83b..78d5ae94c66c 100644
--- a/devel/jrtplib/Makefile
+++ b/devel/jrtplib/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= jrtplib
-PORTVERSION= 3.6.0
+PORTVERSION= 3.7.0
CATEGORIES= devel
-MASTER_SITES= http://research.edm.luc.ac.be/jori/jrtplib/
+MASTER_SITES= http://research.edm.uhasselt.be/jori/jrtplib/
MAINTAINER= hopet@ics.muni.cz
COMMENT= Object-oriented RTP library written in C++
diff --git a/devel/jrtplib/distinfo b/devel/jrtplib/distinfo
index e7353b31ee6b..9ea61d23e7c9 100644
--- a/devel/jrtplib/distinfo
+++ b/devel/jrtplib/distinfo
@@ -1,3 +1,3 @@
-MD5 (jrtplib-3.6.0.tar.gz) = 89536eb17c77cdec87f94b501bd151e6
-SHA256 (jrtplib-3.6.0.tar.gz) = f9a60d4a9f325850a155518c7fc27df0cb0cfb9d3dc5a040014440c9eb771807
-SIZE (jrtplib-3.6.0.tar.gz) = 459701
+MD5 (jrtplib-3.7.0.tar.gz) = 685488079c007383763acdf509d6f11c
+SHA256 (jrtplib-3.7.0.tar.gz) = c144afb896225297d2db042a00a6df8ff3b307804ebb7369b5f73a1a90e8e7f2
+SIZE (jrtplib-3.7.0.tar.gz) = 466289
diff --git a/devel/jrtplib/files/patch-src-rtperrors.h b/devel/jrtplib/files/patch-src-rtperrors.h
index 491c0abc06c6..06b0405e6b77 100644
--- a/devel/jrtplib/files/patch-src-rtperrors.h
+++ b/devel/jrtplib/files/patch-src-rtperrors.h
@@ -4,7 +4,7 @@
#define RTPERRORS_H
-+#include <stdio.h>
++#include <cstdio>
#include <string>
std::string RTPGetErrorString(int errcode);
diff --git a/devel/jrtplib/files/patch-src-rtpipv6destination.h b/devel/jrtplib/files/patch-src-rtpipv6destination.h
deleted file mode 100644
index d9ecaf3790e0..000000000000
--- a/devel/jrtplib/files/patch-src-rtpipv6destination.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/rtpipv6destination.h.orig Tue Sep 26 22:12:59 2006
-+++ src/rtpipv6destination.h Tue Sep 26 22:13:16 2006
-@@ -65,9 +65,9 @@
- rtpaddr.sin6_family = AF_INET6;
- rtpaddr.sin6_port = htons(portbase);
- rtpaddr.sin6_addr = ip;
-- rtpaddr.sin6_family = AF_INET6;
-- rtpaddr.sin6_port = htons(portbase+1);
-- rtpaddr.sin6_addr = ip;
-+ rtcpaddr.sin6_family = AF_INET6;
-+ rtcpaddr.sin6_port = htons(portbase+1);
-+ rtcpaddr.sin6_addr = ip;
- }
- in6_addr GetIP() const { return rtpaddr.sin6_addr; }
- bool operator==(const RTPIPv6Destination &src) const
diff --git a/devel/jrtplib/pkg-descr b/devel/jrtplib/pkg-descr
index 64f1fb8dae21..830114534ba1 100644
--- a/devel/jrtplib/pkg-descr
+++ b/devel/jrtplib/pkg-descr
@@ -3,7 +3,7 @@ It was partly developed for his thesis at the School for Knowledge Technology
(or 'School voor Kennistechnologie' in Dutch), a cooperation between the
'Limburgs Universitair Centrum' (LUC) and the 'Universiteit Maastricht' (UM).
-WWW: http://research.edm.luc.ac.be/jori/jrtplib/jrtplib.html
+WWW: http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib
- Petr
hopet@ics.muni.cz
diff --git a/devel/jrtplib/pkg-plist b/devel/jrtplib/pkg-plist
index 465efc2914d9..4a9cb7939a1c 100644
--- a/devel/jrtplib/pkg-plist
+++ b/devel/jrtplib/pkg-plist
@@ -47,7 +47,7 @@ include/jrtplib3/rtptypes_unix.h
include/jrtplib3/rtptypes_win.h
include/jrtplib3/rtpudpv4transmitter.h
include/jrtplib3/rtpudpv6transmitter.h
-lib/libjrtp-3.6.0.so
+lib/libjrtp-3.7.0.so
lib/libjrtp.a
lib/libjrtp.la
lib/libjrtp.so