Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2016 15:02:37 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420691 - head/net/py-uritemplate.py
Message-ID:  <201608231502.u7NF2bmq024327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Tue Aug 23 15:02:37 2016
New Revision: 420691
URL: https://svnweb.freebsd.org/changeset/ports/420691

Log:
  - Update to 2.0.0.
  - Update LICENSE blob.
  
  Changelog:
    2.0.0 - 2016-08-20
  - Relicense uritemplate.py as Apache 2 and BSD (See https://github.com/sigmavirus24/uritemplate/pull/23).
    1.0.1 - 2016-08-18
  - Fix some minor packaging problems.
  
  Reviewed by:	amdmi3 (mentor)
  Approved by:	amdmi3 (mentor)
  Differential Revision:	D7586

Modified:
  head/net/py-uritemplate.py/Makefile
  head/net/py-uritemplate.py/distinfo

Modified: head/net/py-uritemplate.py/Makefile
==============================================================================
--- head/net/py-uritemplate.py/Makefile	Tue Aug 23 15:02:37 2016	(r420690)
+++ head/net/py-uritemplate.py/Makefile	Tue Aug 23 15:02:37 2016	(r420691)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	uritemplate.py
-PORTVERSION=	1.0.0
+PORTVERSION=	2.0.0
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +10,10 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	cpm@FreeBSD.org
 COMMENT=	Simple python library to deal with URI Templates
 
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE=	APACHE20 BSD3CLAUSE
+LICENSE_COMB=	dual
+LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE.APACHE
+LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.BSD
 
 CONFLICTS_INSTALL=	py*-uritemplate-[0-9]*
 

Modified: head/net/py-uritemplate.py/distinfo
==============================================================================
--- head/net/py-uritemplate.py/distinfo	Tue Aug 23 15:02:37 2016	(r420690)
+++ head/net/py-uritemplate.py/distinfo	Tue Aug 23 15:02:37 2016	(r420691)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471513444
-SHA256 (uritemplate.py-1.0.0.tar.gz) = 210a73375b4d3161ce7fdd084d043d5a857d54d0d5ca19ad0f6644a7869423ea
-SIZE (uritemplate.py-1.0.0.tar.gz) = 26408
+TIMESTAMP = 1471713628
+SHA256 (uritemplate.py-2.0.0.tar.gz) = f2ddd797c3d0630ed23ad19a4dc9e3c570a4f1e0f5470f502c2a3546d7159adf
+SIZE (uritemplate.py-2.0.0.tar.gz) = 29848



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608231502.u7NF2bmq024327>