Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2016 11:34:20 +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: r419510 - head/security/py-SecretStorage
Message-ID:  <201608031134.u73BYK7e045491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Wed Aug  3 11:34:19 2016
New Revision: 419510
URL: https://svnweb.freebsd.org/changeset/ports/419510

Log:
  - Update to 2.2.1
  - Add LICENSE_FILE
  
  PR:	205712
  Submitted by:	Douglas Thrift (maintainer)
  Reviewed by:	junovitch (mentor)
  Approved by:	junovitch (mentor)

Modified:
  head/security/py-SecretStorage/Makefile
  head/security/py-SecretStorage/distinfo

Modified: head/security/py-SecretStorage/Makefile
==============================================================================
--- head/security/py-SecretStorage/Makefile	Wed Aug  3 11:17:44 2016	(r419509)
+++ head/security/py-SecretStorage/Makefile	Wed Aug  3 11:34:19 2016	(r419510)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	SecretStorage
-PORTVERSION=	2.1.2
+PORTVERSION=	2.2.1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,7 @@ MAINTAINER=	douglas@douglasthrift.net
 COMMENT=	Store passwords using the SecretService DBus API
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto
 

Modified: head/security/py-SecretStorage/distinfo
==============================================================================
--- head/security/py-SecretStorage/distinfo	Wed Aug  3 11:17:44 2016	(r419509)
+++ head/security/py-SecretStorage/distinfo	Wed Aug  3 11:34:19 2016	(r419510)
@@ -1,2 +1,3 @@
-SHA256 (SecretStorage-2.1.2.tar.gz) = 61da7f2ff9d44abf7b053f58360fa844de0a35b16de4efdc0b545c286cecc082
-SIZE (SecretStorage-2.1.2.tar.gz) = 18128
+TIMESTAMP = 1470223336
+SHA256 (SecretStorage-2.2.1.tar.gz) = d771e99ada09e39aceb75c4bb2d460895627b2260ab24c9cb790fb8aad1ecab6
+SIZE (SecretStorage-2.2.1.tar.gz) = 15972



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