svn commit: r448678 - head/devel/py-xcaplib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 24 14:20:04 UTC 2017


Author: sunpoet
Date: Thu Aug 24 14:20:02 2017
New Revision: 448678
URL: https://svnweb.freebsd.org/changeset/ports/448678

Log:
  Update to 1.2.0
  
  - Clean up MASTER_SITES
  - Update LICENSE
  - Update WWW
  
  Changes:	https://github.com/AGProjects/python-xcaplib/blob/master/debian/changelog
  		https://github.com/AGProjects/python-xcaplib/commits/master

Modified:
  head/devel/py-xcaplib/Makefile
  head/devel/py-xcaplib/distinfo
  head/devel/py-xcaplib/pkg-descr

Modified: head/devel/py-xcaplib/Makefile
==============================================================================
--- head/devel/py-xcaplib/Makefile	Thu Aug 24 14:19:56 2017	(r448677)
+++ head/devel/py-xcaplib/Makefile	Thu Aug 24 14:20:02 2017	(r448678)
@@ -2,19 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	xcaplib
-PORTVERSION=	1.0.16
-PORTREVISION=	2
+PORTVERSION=	1.2.0
 CATEGORIES=	devel python
-MASTER_SITES=	http://download.ag-projects.com/XCAP/ \
-		http://grosbein.net/python/
+MASTER_SITES=	http://download.ag-projects.com/XCAP/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	python-${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	python at FreeBSD.org
 COMMENT=	Python XCAP client library
 
-LICENSE=	LGPL20 LGPL21 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL20+
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}application>=1.1.5:devel/py-application \
 		${PYTHON_PKGNAMEPREFIX}lxml>=2.1.2:devel/py-lxml \

Modified: head/devel/py-xcaplib/distinfo
==============================================================================
--- head/devel/py-xcaplib/distinfo	Thu Aug 24 14:19:56 2017	(r448677)
+++ head/devel/py-xcaplib/distinfo	Thu Aug 24 14:20:02 2017	(r448678)
@@ -1,2 +1,3 @@
-SHA256 (python-xcaplib-1.0.16.tar.gz) = 42728efdaa06ae5baa03c50741a3c5d9f7dbbc44aac6dfd3550b96f9c3462a2d
-SIZE (python-xcaplib-1.0.16.tar.gz) = 22553
+TIMESTAMP = 1503492165
+SHA256 (python-xcaplib-1.2.0.tar.gz) = 81807546fe433dbe21437475717d1a1af344d5322eb74df24d2a4856960a2f27
+SIZE (python-xcaplib-1.2.0.tar.gz) = 22163

Modified: head/devel/py-xcaplib/pkg-descr
==============================================================================
--- head/devel/py-xcaplib/pkg-descr	Thu Aug 24 14:19:56 2017	(r448677)
+++ head/devel/py-xcaplib/pkg-descr	Thu Aug 24 14:20:02 2017	(r448678)
@@ -6,4 +6,4 @@ XCAP clients to store data like presence policy in com
 Presence server that supports PUBLISH/SUBSCRIBE/NOTIFY SIP methods can
 provide a complete SIP SIMPLE solution.
 
-WWW: http://sipsimpleclient.com/wiki/xcapclient
+WWW: http://openxcap.org/clients/


More information about the svn-ports-all mailing list