diff options
author | miwi <miwi@FreeBSD.org> | 2012-08-05 16:37:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-08-05 16:37:14 +0800 |
commit | 83962c3a53e9793c430870199921069157c66bd3 (patch) | |
tree | 566d7860a6c5466d012ff9ae63e0c0847cf40e3a /net/py-msrplib | |
parent | 0f0a296e43322cf1b0c658fae1ce8ae6726f3544 (diff) | |
download | freebsd-ports-gnome-83962c3a53e9793c430870199921069157c66bd3.tar.gz freebsd-ports-gnome-83962c3a53e9793c430870199921069157c66bd3.tar.zst freebsd-ports-gnome-83962c3a53e9793c430870199921069157c66bd3.zip |
- Update to 0.14.4
PR: 168948
Submitted by: Eugene Grosbein <eugen@grosbein.net> (maintainer)
Diffstat (limited to 'net/py-msrplib')
-rw-r--r-- | net/py-msrplib/Makefile | 2 | ||||
-rw-r--r-- | net/py-msrplib/distinfo | 4 | ||||
-rw-r--r-- | net/py-msrplib/pkg-descr | 12 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net/py-msrplib/Makefile b/net/py-msrplib/Makefile index dc809ff14f23..eb41c82dff93 100644 --- a/net/py-msrplib/Makefile +++ b/net/py-msrplib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= msrplib -PORTVERSION= 0.14.1 +PORTVERSION= 0.14.4 CATEGORIES= net python MASTER_SITES= http://download.ag-projects.com/SipClient/ \ http://www.grosbein.net/python/ diff --git a/net/py-msrplib/distinfo b/net/py-msrplib/distinfo index e1a8876ff3d4..f41f2fa75e7b 100644 --- a/net/py-msrplib/distinfo +++ b/net/py-msrplib/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-msrplib-0.14.1.tar.gz) = 2ed1a392f797912946e6108fa59ec0434c054d0b8061aa7bb627808aeffa8343 -SIZE (python-msrplib-0.14.1.tar.gz) = 32928 +SHA256 (python-msrplib-0.14.4.tar.gz) = daac7f4ac1cc87ce2a66b74cdb498110dc10aa1d28e258c0035dd65f53be2fdc +SIZE (python-msrplib-0.14.4.tar.gz) = 32974 diff --git a/net/py-msrplib/pkg-descr b/net/py-msrplib/pkg-descr index 3b728fd105be..fc048afafbbf 100644 --- a/net/py-msrplib/pkg-descr +++ b/net/py-msrplib/pkg-descr @@ -1,9 +1,9 @@ The MSRP protocol stack implementation for clients written in python. -Message Session Relay Protocol (MSRP) is a protocol for transmitting a -series of related instant messages in the context of a session. Message -sessions are treated like any other media stream when set up via a -rendezvous or session creation protocol such as the Session Initiation -Protocol (SIP). +Message Session Relay Protocol (MSRP) is a protocol for transmitting +a series of related instant messages in the context of a session. +Message sessions are treated like any other media stream +when set up via a rendezvous or session creation protocol +such as the Session Initiation Protocol (SIP). -WWW: http://sipsimpleclient.com/wiki/SipMSRPApi +WWW: http://mediaproxy.ag-projects.com/projects/msrp/wiki |