Bug 168948 - [maintainer] [patch] Update net/py-msrplib to version 0.14.4
Summary: [maintainer] [patch] Update net/py-msrplib to version 0.14.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-11 12:10 UTC by Eugene Grosbein
Modified: 2012-08-05 09:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.82 KB, patch)
2012-06-11 12:10 UTC, Eugene Grosbein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Grosbein 2012-06-11 12:10:09 UTC
	This PR updates net/py-msrplib from 0.14.1 to 0.14.4.

How-To-Repeat: 	N/A
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2012-06-11 12:58:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-05 09:37:24 UTC
Author: miwi
Date: Sun Aug  5 08:37:14 2012
New Revision: 302100
URL: http://svn.freebsd.org/changeset/ports/302100

Log:
  - Update to 0.14.4
  
  PR:		168948
  Submitted by:	Eugene Grosbein <eugen@grosbein.net> (maintainer)

Modified:
  head/net/py-msrplib/Makefile   (contents, props changed)
  head/net/py-msrplib/distinfo   (contents, props changed)
  head/net/py-msrplib/pkg-descr   (contents, props changed)

Modified: head/net/py-msrplib/Makefile
==============================================================================
--- head/net/py-msrplib/Makefile	Sun Aug  5 08:36:13 2012	(r302099)
+++ head/net/py-msrplib/Makefile	Sun Aug  5 08:37:14 2012	(r302100)
@@ -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/

Modified: head/net/py-msrplib/distinfo
==============================================================================
--- head/net/py-msrplib/distinfo	Sun Aug  5 08:36:13 2012	(r302099)
+++ head/net/py-msrplib/distinfo	Sun Aug  5 08:37:14 2012	(r302100)
@@ -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

Modified: head/net/py-msrplib/pkg-descr
==============================================================================
--- head/net/py-msrplib/pkg-descr	Sun Aug  5 08:36:13 2012	(r302099)
+++ head/net/py-msrplib/pkg-descr	Sun Aug  5 08:37:14 2012	(r302100)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2012-08-05 09:39:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!